View previous topic :: View next topic |
Author |
Message |
dfisco n00b

Joined: 04 Jul 2007 Posts: 39
|
Posted: Mon Jun 09, 2008 7:39 pm Post subject: sys-devel/libtool-2.2.4 fails to compile [SOLVED] |
|
|
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 |
|
 |
frostschutz Advocate


Joined: 22 Feb 2005 Posts: 2977 Location: Germany
|
Posted: Mon Jun 09, 2008 7:46 pm Post subject: |
|
|
wait till they fix it
or add vanilla to the useflags for this package |
|
Back to top |
|
 |
dotc0m n00b

Joined: 03 Aug 2006 Posts: 1
|
Posted: Mon Jun 09, 2008 9:57 pm Post subject: |
|
|
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 |
|
 |
dfisco n00b

Joined: 04 Jul 2007 Posts: 39
|
Posted: Tue Jun 10, 2008 3:25 am Post subject: Bugzilla helped a bit |
|
|
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 |
|
 |
frostschutz Advocate


Joined: 22 Feb 2005 Posts: 2977 Location: Germany
|
Posted: Tue Jun 10, 2008 7:25 am Post subject: |
|
|
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 |
|
 |
sno35 Guru


Joined: 15 May 2004 Posts: 334 Location: Paris, France
|
|
Back to top |
|
 |
|