ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] undefined macro которого нет
@ 2007-01-25 14:57 Alexey Morsov
  2007-01-25 15:16 ` Epiphanov Sergei
  2007-01-25 15:36 ` [devel] s/\.la/\.so/g Sergey V Turchin
  0 siblings, 2 replies; 14+ messages in thread
From: Alexey Morsov @ 2007-01-25 14:57 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]

Приветствую,

Пытаюсь пересобрать ktail под x86_64. Так как там приходится подправить
admin/acinclude.m4.in (изменение kde_libdir и собственно s/\.la/\.so/g)
после чего вызываю make -f admin/Makefile.common cvs ||:

однако автореконф валится со странной ошибкой, которую я понять не могу.

configure.in:70: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:848: AC_CONFIG_FILES is expanded from...
configure.in:70: the top level
autom4te-default: /usr/bin/m4 failed with exit status: 1
aclocal-default: autom4te failed with exit status: 1
make: *** [cvs] Error 1
make: Leaving directory `/home/morsov/RPM/BUILD/ktail-0.6.1'

grep -R -i ac_dest ничего не находит.
configure.in:70: - это последняя строка файла
...
AC_OUTPUT( \
./Makefile \
admin/Makefile \
doc/Makefile \
doc/en/Makefile \
ktail/Makefile \
po/Makefile \
)      <------- 70 строка.


Гугление пока результатов не дало (единственое что нашел с таким собщением
это случай когда внутри AC_OUTPUT был dnl но тут его нет).

Куда можно копать?

-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: no artist - AudioTrack 07


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] undefined macro которого нет
  2007-01-25 14:57 [devel] undefined macro которого нет Alexey Morsov
@ 2007-01-25 15:16 ` Epiphanov Sergei
  2007-01-25 15:56   ` Alexey Morsov
  2007-01-26 10:08   ` Alexey Morsov
  2007-01-25 15:36 ` [devel] s/\.la/\.so/g Sergey V Turchin
  1 sibling, 2 replies; 14+ messages in thread
From: Epiphanov Sergei @ 2007-01-25 15:16 UTC (permalink / raw)
  To: ALT Devel discussion list

В сообщении от Thursday 25 January 2007 17:57 Alexey Morsov написал(a):
> AC_OUTPUT( \
> ./Makefile \
> admin/Makefile \
> doc/Makefile \
> doc/en/Makefile \
> ktail/Makefile \
> po/Makefile \
> )      <------- 70 строка.

Вот это надо переписать так:

AC_CONFIG_FILES([ Makefile ])
AC_CONFIG_FILES([ admin/Makefile ])
AC_CONFIG_FILES([ doc/Makefile ])
AC_CONFIG_FILES([ doc/en/Makefile ])
AC_CONFIG_FILES([ ktail/Makefile ])
AC_CONFIG_FILES([ po/Makefile ])
AC_OUTPUT

Думаю, понятно.

-- 
С уважением, Епифанов Сергей


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [devel] s/\.la/\.so/g
  2007-01-25 14:57 [devel] undefined macro которого нет Alexey Morsov
  2007-01-25 15:16 ` Epiphanov Sergei
@ 2007-01-25 15:36 ` Sergey V Turchin
  2007-01-25 15:59   ` Alexey Morsov
  2007-02-04 21:18   ` Michael Shigorin
  1 sibling, 2 replies; 14+ messages in thread
From: Sergey V Turchin @ 2007-01-25 15:36 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

On Thursday 25 January 2007 17:57, Alexey Morsov wrote:

[...]
> s/\.la/\.so/g
Это уже давно не нужно

[...]

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] undefined macro которого нет
  2007-01-25 15:16 ` Epiphanov Sergei
@ 2007-01-25 15:56   ` Alexey Morsov
  2007-01-26  8:06     ` Epiphanov Sergei
  2007-01-26 10:08   ` Alexey Morsov
  1 sibling, 1 reply; 14+ messages in thread
From: Alexey Morsov @ 2007-01-25 15:56 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

On Thu, Jan 25, 2007 at 06:16:09PM +0300, Epiphanov Sergei wrote:
> Вот это надо переписать так:
> 
> AC_CONFIG_FILES([ Makefile ])
> AC_CONFIG_FILES([ admin/Makefile ])
> AC_CONFIG_FILES([ doc/Makefile ])
> AC_CONFIG_FILES([ doc/en/Makefile ])
> AC_CONFIG_FILES([ ktail/Makefile ])
> AC_CONFIG_FILES([ po/Makefile ])
> AC_OUTPUT
> 
> Думаю, понятно.
Вообще не очень. 

-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: no artist - AudioTrack 09


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] s/\.la/\.so/g
  2007-01-25 15:36 ` [devel] s/\.la/\.so/g Sergey V Turchin
@ 2007-01-25 15:59   ` Alexey Morsov
  2007-02-04 21:18   ` Michael Shigorin
  1 sibling, 0 replies; 14+ messages in thread
From: Alexey Morsov @ 2007-01-25 15:59 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

On Thu, Jan 25, 2007 at 06:36:58PM +0300, Sergey V Turchin wrote:
> > s/\.la/\.so/g
> Это уже давно не нужно
Оппа как )
А помнтся у меня какая-то кедопрограмма без этого не собиралась никак. Вот
и тюкаю теперь эту конструкцию )


-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: no artist - AudioTrack 09


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] undefined macro которого нет
  2007-01-25 15:56   ` Alexey Morsov
@ 2007-01-26  8:06     ` Epiphanov Sergei
  0 siblings, 0 replies; 14+ messages in thread
From: Epiphanov Sergei @ 2007-01-26  8:06 UTC (permalink / raw)
  To: ALT Devel discussion list

В сообщении от Thursday 25 January 2007 18:56 Alexey Morsov написал(a):
> > Вот это надо переписать так:
> >
> > AC_CONFIG_FILES([ Makefile ])
> > AC_CONFIG_FILES([ admin/Makefile ])
> > AC_CONFIG_FILES([ doc/Makefile ])
> > AC_CONFIG_FILES([ doc/en/Makefile ])
> > AC_CONFIG_FILES([ ktail/Makefile ])
> > AC_CONFIG_FILES([ po/Makefile ])
> > AC_OUTPUT
> >
> > Думаю, понятно.
>
> Вообще не очень.

Сам наткнулся на такое. Почему-то параметр AC_OUTPUT не попадает в список 
файлов, необходимых для получения. Для гарантированного попадания мне 
пришлось перед AC_OUTPUT воткнуть команды AC_CONFIG_FILES с перечнем тех 
файлов, которые необходимо получить. И уже затем выдать команду на их 
обработку. То есть я развёл 2 действия: сначала отдельно описал нужные мне 
файлы, а потом уже скомандовал их создать.

-- 
С уважением, Епифанов Сергей


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] undefined macro которого нет
  2007-01-25 15:16 ` Epiphanov Sergei
  2007-01-25 15:56   ` Alexey Morsov
@ 2007-01-26 10:08   ` Alexey Morsov
  2007-01-26 10:30     ` Epiphanov Sergei
  2007-01-26 10:31     ` Epiphanov Sergei
  1 sibling, 2 replies; 14+ messages in thread
From: Alexey Morsov @ 2007-01-26 10:08 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]

On Thu, Jan 25, 2007 at 06:16:09PM +0300, Epiphanov Sergei wrote:
> 
> AC_CONFIG_FILES([ Makefile ])
> AC_CONFIG_FILES([ admin/Makefile ])
> AC_CONFIG_FILES([ doc/Makefile ])
> AC_CONFIG_FILES([ doc/en/Makefile ])
> AC_CONFIG_FILES([ ktail/Makefile ])
> AC_CONFIG_FILES([ po/Makefile ])
> AC_OUTPUT

После внесения этих изменений configure отработал.
Однако валится в процессе компиляции с таким сообщением
/bin/sh ../libtool --mode=link x86_64-alt-linux-g++  -DNDEBUG -DNO_DEBUG
-O2 -pipe -Wall -O2 -fno-exceptions -fno-check-new   -o ktail -L/usr/lib64
-L/usr/lib64/qt3/lib/   myremovedlg.o mylogoptdlg.o mycmdlinedlg.o
myfilterdlg.o mytext.o ktail.o main.o -lkio -lkdeui -lkdecore -lqt-mt
-lpng -lz -lm -lXext -lX11 -lresolv -lSM -lICE -lpthread -lresolv
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
make[2]: *** [ktail] Error 1

какой ему --tag вставить не пойму. Вроде по гуглю надо --tag=g++ - но
этого оно не понимает. Если сделать вместо g++ g++-4.1 то вроде как этой
ошибки уже нет, но вылетает ld на вагонах undefined symbols.

-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: Music is over :(


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] undefined macro которого нет
  2007-01-26 10:08   ` Alexey Morsov
@ 2007-01-26 10:30     ` Epiphanov Sergei
  2007-01-26 10:37       ` Alexey Morsov
  2007-01-26 10:31     ` Epiphanov Sergei
  1 sibling, 1 reply; 14+ messages in thread
From: Epiphanov Sergei @ 2007-01-26 10:30 UTC (permalink / raw)
  To: ALT Devel discussion list

В сообщении от Friday 26 January 2007 13:08 Alexey Morsov написал(a):

> какой ему --tag вставить не пойму. Вроде по гуглю надо --tag=g++ - но
> этого оно не понимает. Если сделать вместо g++ g++-4.1 то вроде как этой
> ошибки уже нет, но вылетает ld на вагонах undefined symbols.

Попробуйте такой:

--tag=CXX

-- 
С уважением, Епифанов Сергей


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] undefined macro которого нет
  2007-01-26 10:08   ` Alexey Morsov
  2007-01-26 10:30     ` Epiphanov Sergei
@ 2007-01-26 10:31     ` Epiphanov Sergei
  1 sibling, 0 replies; 14+ messages in thread
From: Epiphanov Sergei @ 2007-01-26 10:31 UTC (permalink / raw)
  To: ALT Devel discussion list

В сообщении от Friday 26 January 2007 13:08 Alexey Morsov написал(a):

> какой ему --tag вставить не пойму. Вроде по гуглю надо --tag=g++ - но
> этого оно не понимает. Если сделать вместо g++ g++-4.1 то вроде как этой
> ошибки уже нет, но вылетает ld на вагонах undefined symbols.

Поищите наподобие такого:

available_tags=" CXX"

-- 
С уважением, Епифанов Сергей


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] undefined macro которого нет
  2007-01-26 10:30     ` Epiphanov Sergei
@ 2007-01-26 10:37       ` Alexey Morsov
  0 siblings, 0 replies; 14+ messages in thread
From: Alexey Morsov @ 2007-01-26 10:37 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]

On Fri, Jan 26, 2007 at 01:30:22PM +0300, Epiphanov Sergei wrote:
> В сообщении от Friday 26 January 2007 13:08 Alexey Morsov написал(a):
> 
> > какой ему --tag вставить не пойму. Вроде по гуглю надо --tag=g++ - но
> > этого оно не понимает. Если сделать вместо g++ g++-4.1 то вроде как этой
> > ошибки уже нет, но вылетает ld на вагонах undefined symbols.
> 
> Попробуйте такой:
> 
> --tag=CXX
а это тоже самое что g++-4.1 и с тем же эффектом
myremovedlg.cpp:(.text+0x87): undefined reference to `vtable for
myremovedlg'
myremovedlg.cpp:(.text+0x8f): undefined reference to `vtable for
myremovedlg'
myremovedlg.cpp:(.text+0x94): undefined reference to
`RemoveDlg::~RemoveDlg()'
myremovedlg.o: In function `myremovedlg::~myremovedlg()':
....
collect2: ld returned 1 exit status
make[2]: *** [ktail] Error 1



-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: Music is over :(


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 481 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] s/\.la/\.so/g
  2007-01-25 15:36 ` [devel] s/\.la/\.so/g Sergey V Turchin
  2007-01-25 15:59   ` Alexey Morsov
@ 2007-02-04 21:18   ` Michael Shigorin
  2007-02-05  9:29     ` Andrey Rahmatullin
  1 sibling, 1 reply; 14+ messages in thread
From: Michael Shigorin @ 2007-02-04 21:18 UTC (permalink / raw)
  To: ALT Devel discussion list

On Thu, Jan 25, 2007 at 06:36:58PM +0300, Sergey V Turchin wrote:
> > s/\.la/\.so/g
> Это уже давно не нужно

Можно подробнее?

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] s/\.la/\.so/g
  2007-02-04 21:18   ` Michael Shigorin
@ 2007-02-05  9:29     ` Andrey Rahmatullin
  2007-02-05 13:36       ` Michael Shigorin
  0 siblings, 1 reply; 14+ messages in thread
From: Andrey Rahmatullin @ 2007-02-05  9:29 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

On Sun, Feb 04, 2007 at 11:18:25PM +0200, Michael Shigorin wrote:
> Можно подробнее?
* Чтв Дек 22 2005 Sergey V Turchin <zerg at altlinux dot org> 3.5.0-alt3
- add la-files

Это kdelibs.


-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

А кто такой "FATAL: binary name not found" ?
		-- zerg in devel@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] s/\.la/\.so/g
  2007-02-05  9:29     ` Andrey Rahmatullin
@ 2007-02-05 13:36       ` Michael Shigorin
  2007-02-05 14:01         ` Sergey V Turchin
  0 siblings, 1 reply; 14+ messages in thread
From: Michael Shigorin @ 2007-02-05 13:36 UTC (permalink / raw)
  To: devel

On Mon, Feb 05, 2007 at 02:29:11PM +0500, Andrey Rahmatullin wrote:
> > Можно подробнее?
> * Чтв Дек 22 2005 Sergey V Turchin <zerg at altlinux dot org> 3.5.0-alt3
> - add la-files
> Это kdelibs.

Бишь надо пройти по wiki и выкинуть такие хаки для >3.0?

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [devel] s/\.la/\.so/g
  2007-02-05 13:36       ` Michael Shigorin
@ 2007-02-05 14:01         ` Sergey V Turchin
  0 siblings, 0 replies; 14+ messages in thread
From: Sergey V Turchin @ 2007-02-05 14:01 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

On 5 февраля 2007, Michael Shigorin wrote:

[...]
> Бишь надо пройти по wiki и выкинуть такие хаки для >3.0?
да

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-02-05 14:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-25 14:57 [devel] undefined macro которого нет Alexey Morsov
2007-01-25 15:16 ` Epiphanov Sergei
2007-01-25 15:56   ` Alexey Morsov
2007-01-26  8:06     ` Epiphanov Sergei
2007-01-26 10:08   ` Alexey Morsov
2007-01-26 10:30     ` Epiphanov Sergei
2007-01-26 10:37       ` Alexey Morsov
2007-01-26 10:31     ` Epiphanov Sergei
2007-01-25 15:36 ` [devel] s/\.la/\.so/g Sergey V Turchin
2007-01-25 15:59   ` Alexey Morsov
2007-02-04 21:18   ` Michael Shigorin
2007-02-05  9:29     ` Andrey Rahmatullin
2007-02-05 13:36       ` Michael Shigorin
2007-02-05 14:01         ` Sergey V Turchin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git