ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] I: libtool version mismatch
  @ 2009-04-23 22:08 ` Dmitry V. Levin
  2009-04-23 22:12   ` Andrey Rahmatullin
                     ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2009-04-23 22:08 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Apr 24, 2009 at 01:46:34AM +0400, Girar Builder robot wrote:
> http://git.altlinux.org/tasks/5294/task/log
> 
> 2009-Apr-24 01:46:01 :: task #5294 for sisyphus started:
> #1 build SDL_sound-1.0.3-alt2.src.rpm
> 2009-Apr-24 01:46:01 :: [i586] SDL_sound-1.0.3-alt2.src.rpm: build start
> 2009-Apr-24 01:46:01 :: [x86_64] SDL_sound-1.0.3-alt2.src.rpm: build start
> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
> libtool: and run autoconf again.
> make[3]: *** [common.lo] Error 63

Новые грабли после обновления libtool до версии 2.2.x:
%configure, который вызывает libtoolize, ломает сборку пакетов,
использующих libtool, если перед этим явно или неявно не были выполнены
aclocal/autoconf.

Поскольку autoreconf вызывает libtoolize в правильном порядке,
напрашивается вывод о том, что вызов libtoolize из %configure устарел,
и его надо оттуда срочно убрать.


-- 
ldv

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

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

* Re: [devel] I: libtool version mismatch
  2009-04-23 22:08 ` [devel] I: libtool version mismatch Dmitry V. Levin
@ 2009-04-23 22:12   ` Andrey Rahmatullin
  2009-04-23 23:00   ` Alexey I. Froloff
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Andrey Rahmatullin @ 2009-04-23 22:12 UTC (permalink / raw)
  To: devel

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

On Fri, Apr 24, 2009 at 02:08:46AM +0400, Dmitry V. Levin wrote:
> напрашивается вывод о том, что вызов libtoolize из %configure устарел,
> и его надо оттуда срочно убрать.
Ну наконец-то.

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

Но если нельзя будет отключить русский перевод, я напьюсь водки.
		-- at in devel@

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

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

* Re: [devel] I: libtool version mismatch
  2009-04-23 22:08 ` [devel] I: libtool version mismatch Dmitry V. Levin
  2009-04-23 22:12   ` Andrey Rahmatullin
@ 2009-04-23 23:00   ` Alexey I. Froloff
  2009-04-23 23:15   ` Alexey Tourbin
  2009-04-24  7:09   ` Sergey Y. Afonin
  3 siblings, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2009-04-23 23:00 UTC (permalink / raw)
  To: ALT Devel discussion list

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

* Dmitry V. Levin <ldv@> [090424 02:10]:
> Поскольку autoreconf вызывает libtoolize в правильном порядке,
> напрашивается вывод о том, что вызов libtoolize из %configure устарел,
> и его надо оттуда срочно убрать.
От него там и раньше было не сильно много пользы...

-- 
Regards,
Sir Raorn.

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

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

* Re: [devel] I: libtool version mismatch
  2009-04-23 22:08 ` [devel] I: libtool version mismatch Dmitry V. Levin
  2009-04-23 22:12   ` Andrey Rahmatullin
  2009-04-23 23:00   ` Alexey I. Froloff
@ 2009-04-23 23:15   ` Alexey Tourbin
  2009-04-23 23:20     ` Dmitry V. Levin
  2009-04-24  7:09   ` Sergey Y. Afonin
  3 siblings, 1 reply; 7+ messages in thread
From: Alexey Tourbin @ 2009-04-23 23:15 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Apr 24, 2009 at 02:08:46AM +0400, Dmitry V. Levin wrote:
> On Fri, Apr 24, 2009 at 01:46:34AM +0400, Girar Builder robot wrote:
> > http://git.altlinux.org/tasks/5294/task/log
> > 
> > 2009-Apr-24 01:46:01 :: task #5294 for sisyphus started:
> > #1 build SDL_sound-1.0.3-alt2.src.rpm
> > 2009-Apr-24 01:46:01 :: [i586] SDL_sound-1.0.3-alt2.src.rpm: build start
> > 2009-Apr-24 01:46:01 :: [x86_64] SDL_sound-1.0.3-alt2.src.rpm: build start
> > libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
> > libtool: and run autoconf again.
> > make[3]: *** [common.lo] Error 63
> 
> Новые грабли после обновления libtool до версии 2.2.x:
> %configure, который вызывает libtoolize, ломает сборку пакетов,
> использующих libtool, если перед этим явно или неявно не были выполнены
> aclocal/autoconf.
> 
> Поскольку autoreconf вызывает libtoolize в правильном порядке,
> напрашивается вывод о том, что вызов libtoolize из %configure устарел,
> и его надо оттуда срочно убрать.

You also have to fix rpm itself, since python module now fails to link.

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

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

* Re: [devel] I: libtool version mismatch
  2009-04-23 23:15   ` Alexey Tourbin
@ 2009-04-23 23:20     ` Dmitry V. Levin
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2009-04-23 23:20 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Apr 24, 2009 at 03:15:24AM +0400, Alexey Tourbin wrote:
> On Fri, Apr 24, 2009 at 02:08:46AM +0400, Dmitry V. Levin wrote:
> > On Fri, Apr 24, 2009 at 01:46:34AM +0400, Girar Builder robot wrote:
> > > http://git.altlinux.org/tasks/5294/task/log
> > > 
> > > 2009-Apr-24 01:46:01 :: task #5294 for sisyphus started:
> > > #1 build SDL_sound-1.0.3-alt2.src.rpm
> > > 2009-Apr-24 01:46:01 :: [i586] SDL_sound-1.0.3-alt2.src.rpm: build start
> > > 2009-Apr-24 01:46:01 :: [x86_64] SDL_sound-1.0.3-alt2.src.rpm: build start
> > > libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
> > > libtool: and run autoconf again.
> > > make[3]: *** [common.lo] Error 63
> > 
> > Новые грабли после обновления libtool до версии 2.2.x:
> > %configure, который вызывает libtoolize, ломает сборку пакетов,
> > использующих libtool, если перед этим явно или неявно не были выполнены
> > aclocal/autoconf.
> > 
> > Поскольку autoreconf вызывает libtoolize в правильном порядке,
> > напрашивается вывод о том, что вызов libtoolize из %configure устарел,
> > и его надо оттуда срочно убрать.
> 
> You also have to fix rpm itself, since python module now fails to link.

It was in semi-broken state already.  Fixed and pushed.


-- 
ldv

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

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

* Re: [devel] I: libtool version mismatch
  2009-04-23 22:08 ` [devel] I: libtool version mismatch Dmitry V. Levin
                     ` (2 preceding siblings ...)
  2009-04-23 23:15   ` Alexey Tourbin
@ 2009-04-24  7:09   ` Sergey Y. Afonin
  2009-04-24  8:02     ` Andrey Rahmatullin
  3 siblings, 1 reply; 7+ messages in thread
From: Sergey Y. Afonin @ 2009-04-24  7:09 UTC (permalink / raw)
  To: ALT Devel discussion list

On Friday 24 April 2009, Dmitry V. Levin wrote:

> Поскольку autoreconf вызывает libtoolize в правильном порядке,
> напрашивается вывод о том, что вызов libtoolize из %configure устарел,
> и его надо оттуда срочно убрать.

Так я уже наступал...
http://lists.altlinux.org/pipermail/devel/2009-March/167710.html

-- 
С уважением, Сергей Афонин
asy@altlinux.ru


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

* Re: [devel] I: libtool version mismatch
  2009-04-24  7:09   ` Sergey Y. Afonin
@ 2009-04-24  8:02     ` Andrey Rahmatullin
  0 siblings, 0 replies; 7+ messages in thread
From: Andrey Rahmatullin @ 2009-04-24  8:02 UTC (permalink / raw)
  To: devel

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

On Fri, Apr 24, 2009 at 12:09:51PM +0500, Sergey Y. Afonin wrote:
> Так я уже наступал...
> http://lists.altlinux.org/pipermail/devel/2009-March/167710.html
На это все наступали.

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

Не думаю, что следует помогать пользователю превратить систему в помойку. 
		-- sbolshakov in #10275

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

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

end of thread, other threads:[~2009-04-24  8:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-23 22:08 ` [devel] I: libtool version mismatch Dmitry V. Levin
2009-04-23 22:12   ` Andrey Rahmatullin
2009-04-23 23:00   ` Alexey I. Froloff
2009-04-23 23:15   ` Alexey Tourbin
2009-04-23 23:20     ` Dmitry V. Levin
2009-04-24  7:09   ` Sergey Y. Afonin
2009-04-24  8:02     ` Andrey Rahmatullin

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