Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
autoconf-2.1.3 macht massive Problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Feb 01, 2005 5:26 pm    Post subject: autoconf-2.1.3 macht massive Problem Reply with quote

Ich habe mit meinem Gentoo System Probleme und möchte aus diesem Grund alle Pakte nochmals neu emergen. Der Befehl...

Code:

# emerge -e world

...kommt mir da her wie gerufen :) Es sind genau 256 Pakete, welche re-emerged werden. Leider bricht er jedesmal bei media-libs/libungif-4.1.0.1b ab.

Wieso, weil er Probleme mit autoconf hat:
Code:

FATAL ERROR: Autoconf version 2.50 or higher is required for this script
make: *** [configure] Error 2
make: *** Waiting for unfinished jobs....

!!! ERROR: media-libs/libungif-4.1.0.1b failed.
!!! Function src_compile, Line 38, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

bash-2.05b#

Habe auf Grund der Fehlermeldung geprüft ob ich eine alter Version installiert habe, und genau das ist der Fall:
Code:

sys-devel/autoconf-2.13
sys-devel/autoconf-2.59-r6


Daraufhin habe ich v2.13 un-emerged und konnte ohne Probleme libungif-4.1.0.1b kompilieren. Aber das ist leider keine Lösung :(

Wenn ich nämlich wieder ...
Code:

# emergee -e world

... ausführe, wird wieder die alte Version 2.13 zusätzlich zur 2.59 emerged. Was sagt Ihr Leute?

- ist das ein Bug?
- können o. müssen zwei Version von autoconf installiert sein?
- sollte ich alle autoconf Version unter 2.59 per package.mask maskieren?


Thx,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
STiGMaTa_ch
Veteran
Veteran


Joined: 28 Dec 2004
Posts: 1686
Location: Rüti ZH / Schweiz

PostPosted: Tue Feb 01, 2005 5:53 pm    Post subject: Re: autoconf-2.1.3 macht massive Problem Reply with quote

benjamin200 wrote:
- können o. müssen zwei Version von autoconf installiert sein?


Zu dieser Frage hatte ich vogestern einen Thread eröffnet. Lies einfach mal den Thread:
[solved] Wozu installiert gentoo 6x automake?

Lieber Gruss
STiGGi
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Feb 01, 2005 5:58 pm    Post subject: Reply with quote

Quote:

Dann zur Frage, WARUM es überhaupt all die unterschiedlichen Versionen braucht:

Auch hier ist die Antwort einfach. Die Automakes sind NICHT rückwärtskompatibel. So braucht z.B. Paket X automake v1.4 während Paket Y automake v1.9.4 benötigt um überhaupt kompilieren zu können.


Dann stellt sich mir aber die Fraga, wieso wird nicht die korrekte autoconf ausgewählt sondern der Kompiliervorgang abgebrochen?
Code:

FATAL ERROR: Autoconf version 2.50 or higher is required for this script
make: *** [configure] Error 2
make: *** Waiting for unfinished jobs....

!!! ERROR: media-libs/libungif-4.1.0.1b failed.
!!! Function src_compile, Line 38, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

bash-2.05b#

Wenn ich die 2.13er Version un-emerge, kann es sauber installiert werden. Kann man hier nicht irgenwie abhilfe schafen? Ist es ein Bug?
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
Imago
Apprentice
Apprentice


Joined: 25 Nov 2004
Posts: 157
Location: Germany

PostPosted: Tue Feb 01, 2005 6:03 pm    Post subject: Reply with quote

wegen dem Fehler mit libungif:
Siehe Bug #75847

Das Problem sollte in 4.1.3 behoben sein ;)

CU
Imago
Back to top
View user's profile Send private message
STiGMaTa_ch
Veteran
Veteran


Joined: 28 Dec 2004
Posts: 1686
Location: Rüti ZH / Schweiz

PostPosted: Tue Feb 01, 2005 6:06 pm    Post subject: Reply with quote

benjamin200 wrote:
Dann stellt sich mir aber die Fraga, wieso wird nicht die korrekte autoconf ausgewählt sondern der Kompiliervorgang abgebrochen?


Quote:
Wenn ich die 2.13er Version un-emerge, kann es sauber installiert werden. Kann man hier nicht irgenwie abhilfe schafen? Ist es ein Bug?


Ich vermute mal, dass auf deinem System der automake-wrapper fehlt. Wenn der nicht drauf ist, installiert sich immer die zuletzt installierte Version als autoconf. Und da kann es dann halt sein, dass dies die Version 2.13 ist.

mach mal einen
Code:
emerge -s sys-devel/autoconf-wrapper
und schau ob der wrapper installiert ist.

Lieber Gruss
STiGGi
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Feb 01, 2005 6:15 pm    Post subject: Reply with quote

Ist drauf:
Code:

bash-2.05b# emerge -s autoconf-wrapper
Searching...
[ Results for search key : autoconf-wrapper ]
[ Applications found : 1 ]

*  sys-devel/autoconf-wrapper
      Latest version available: 2
      Latest version installed: 2
      Size of downloaded files: 0 kB
      Homepage:    http://www.gentoo.org/
      Description: wrapper for autoconf to manage multiple autoconf versions
      License:     GPL-2


bash-2.05b#   



P.S.
Code:

bash-2.05b# emerge -s sys-devel/autoconf-wrapper
Searching...
[ Results for search key : sys-devel/autoconf-wrapper ]
[ Applications found : 0 ]


bash-2.05b#

_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum