Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sys-devel/libtool-2.2.4 fails to compile [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
dfisco
n00b
n00b


Joined: 04 Jul 2007
Posts: 39

PostPosted: Mon Jun 09, 2008 7:39 pm    Post subject: sys-devel/libtool-2.2.4 fails to compile [SOLVED] Reply with quote

Trying:

Code:
[ebuild     U ] sys-devel/libtool-2.2.4 [1.5.26] USE="-vanilla" 0 kB


Error:

Code:
./libtool: line 868: X--tag=CC: command not found
./libtool: line 868: X--tag=CC: command not found
./libtool: line 901: libtool: ignoring unknown tag : command not found
./libtool: line 868: X--mode=compile: command not found
./libtool: line 901: libtool: ignoring unknown tag : command not found
./libtool: line 868: X--mode=compile: command not found
./libtool: line 1035: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 1036: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 1035: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 1179: Xx86_64-pc-linux-gnu-gcc: command not found
./libtool: line 1036: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 1179: Xx86_64-pc-linux-gnu-gcc: command not found
./libtool: line 1179: X-DHAVE_CONFIG_H: command not found
./libtool: line 1179: X-DHAVE_CONFIG_H: command not found
./libtool: line 1179: X-I.: command not found
./libtool: line 1179: X-I.: command not found
./libtool: line 1179: X-DLT_CONFIG_H=<config.h>: command not found
./libtool: line 1179: X-DLT_CONFIG_H=<config.h>: command not found
./libtool: line 1179: X-DLTDL: command not found
./libtool: line 1179: X-DLTDL: command not found
./libtool: line 1179: X-I.: command not found
./libtool: line 1179: X-I.: command not found
./libtool: line 1179: X-I.: command not found
./libtool: line 1179: X-Ilibltdl: command not found
./libtool: line 1179: X-I.: command not found
./libtool: line 1179: X-I./libltdl: No such file or directory
./libtool: line 1179: X-Ilibltdl: command not found
./libtool: line 1179: X-I./libltdl/libltdl: No such file or directory
./libtool: line 1179: X-I./libltdl: No such file or directory
./libtool: line 1179: X-march=native: command not found
./libtool: line 1179: X-I./libltdl/libltdl: No such file or directory
./libtool: line 1179: X-mtune=native: command not found
./libtool: line 1179: X-march=native: command not found
./libtool: line 1179: X-O2: command not found
./libtool: line 1179: X-mtune=native: command not found
./libtool: line 1179: X-fomit-frame-pointer: command not found
./libtool: line 1179: X-O2: command not found
./libtool: line 1179: X-pipe: command not found
./libtool: line 1179: X-fomit-frame-pointer: command not found
./libtool: line 1179: X-MT: command not found
./libtool: line 1179: X-pipe: command not found
./libtool: line 1179: Xlibltdl/lt__strl.lo: No such file or directory
./libtool: line 1179: X-MT: command not found
./libtool: line 1179: X-MD: command not found
./libtool: line 1179: Xlibltdl/loaders/dlopen.lo: No such file or directory
./libtool: line 1179: X-MP: command not found
./libtool: line 1179: X-MD: command not found
./libtool: line 1179: X-MF: command not found
./libtool: line 1179: X-MP: command not found
./libtool: line 1179: Xlibltdl/.deps/lt__strl.Tpo: No such file or directory
./libtool: line 1179: X-MF: command not found
./libtool: line 1179: X-c: command not found
./libtool: line 1179: Xlibltdl/loaders/.deps/dlopen.Tpo: No such file or directory
./libtool: line 1232: Xlibltdl/lt__strl.lo: No such file or directory
./libtool: line 1179: X-c: command not found
./libtool: line 1237: libtool: compile: cannot determine name of library object from `': command not found
make[2]: *** [libltdl/lt__strl.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
./libtool: line 1232: Xlibltdl/loaders/dlopen.lo: No such file or directory
./libtool: line 1237: libtool: compile: cannot determine name of library object from `': command not found
make[2]: *** [libltdl/loaders/dlopen.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/sys-devel/libtool-2.2.4/work/libtool-2.2.4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-devel/libtool-2.2.4/work/libtool-2.2.4'
make: *** [all] Error 2


Last edited by dfisco on Tue Jun 10, 2008 2:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
frostschutz
Advocate
Advocate


Joined: 22 Feb 2005
Posts: 2977
Location: Germany

PostPosted: Mon Jun 09, 2008 7:46 pm    Post subject: Reply with quote

wait till they fix it

or add vanilla to the useflags for this package
Back to top
View user's profile Send private message
dotc0m
n00b
n00b


Joined: 03 Aug 2006
Posts: 1

PostPosted: Mon Jun 09, 2008 9:57 pm    Post subject: Reply with quote

or try checking bugzilla for a fix. ugly, but it works
_________________
It's not a question of wanting, it's a question of whether you're willing to fight right down to your last breath to be free
Back to top
View user's profile Send private message
dfisco
n00b
n00b


Joined: 04 Jul 2007
Posts: 39

PostPosted: Tue Jun 10, 2008 3:25 am    Post subject: Bugzilla helped a bit Reply with quote

Tried removing ltmain.sh, but that didn't work.

It compiled with the "vanilla" USE flag, and Bugzilla seemed to imply that you could then compile libtool with "-vanilla", but when I tried that, I got the second error some users are reporting on Bugzilla.
Back to top
View user's profile Send private message
frostschutz
Advocate
Advocate


Joined: 22 Feb 2005
Posts: 2977
Location: Germany

PostPosted: Tue Jun 10, 2008 7:25 am    Post subject: Reply with quote

I just kept vanilla, didn't seem to hurt any. ;)

I'll remove it in a week or two, guess libtool should be fixed by then.
Back to top
View user's profile Send private message
sno35
Guru
Guru


Joined: 15 May 2004
Posts: 334
Location: Paris, France

PostPosted: Tue Jun 10, 2008 8:19 am    Post subject: Reply with quote

The fix is already available. Emerge went ok this time.
cf http://sources.gentoo.org/sys-devel/libtool/libtool-2.2.4.ebuild?r1=1.1&r2=1.2
as given on the tracker.
Hth
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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