Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270909 - [gnome-overlay] =dev-libs/gobject-introspection-0.6.2 fails to build with libtool-1
Summary: [gnome-overlay] =dev-libs/gobject-introspection-0.6.2 fails to build with lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-23 08:44 UTC by Kobboi
Modified: 2009-05-25 22:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2009-05-23 08:44:20 UTC
I was running libtool-1.5.26, could not emerge gobject-introspection, but could after upgrading libtool to 2.2.4.

The errors were things like
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include       -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -O2 -march=pentium4 -pipe -fomit-frame-pointer -MT libgirepository_1_0_la-girepository.lo -MD -MP -MF .deps/libgirepository_1_0_la-girepository.Tpo -c -o libgirepository_1_0_la-girepository.lo `test -f 'girepository.c' || echo './'`girepository.c
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include       -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -O2 -march=pentium4 -pipe -fomit-frame-pointer -MT libgirepository_1_0_la-gtypelib.lo -MD -MP -MF .deps/libgirepository_1_0_la-gtypelib.Tpo -c -o libgirepository_1_0_la-gtypelib.lo `test -f 'gtypelib.c' || echo './'`gtypelib.c
../libtool: line 838: X--tag=CC: command not found
../libtool: line 838: X--tag=CC: command not found
../libtool: line 871: libtool: ignoring unknown tag : command not found
../libtool: line 838: X--mode=compile: command not found
../libtool: line 871: libtool: ignoring unknown tag : command not found
../libtool: line 838: X--mode=compile: command not found
../libtool: line 1005: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1006: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 1149: Xi686-pc-linux-gnu-gcc: command not found
../libtool: line 1149: X-DHAVE_CONFIG_H: command not found
../libtool: line 1149: X-I.: command not found
../libtool: line 1149: X-I..: command not found
../libtool: line 1149: X-I/usr/include/glib-2.0: No such file or directory
../libtool: line 1149: X-I/usr/lib/glib-2.0/include: No such file or directory
../libtool: line 1149: X-fno-strict-aliasing: command not found
../libtool: line 1149: X-Wsign-compare: command not found
../libtool: line 1149: X-Wcast-align: command not found
../libtool: line 1149: X-Wpointer-arith: command not found
../libtool: line 1005: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1149: X-Wnested-externs: command not found
../libtool: line 1006: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 1149: X-Wmissing-prototypes: command not found
../libtool: line 1149: X-Wmissing-declarations: command not found
../libtool: line 1149: X-Wchar-subscripts: command not found
../libtool: line 1149: X-Wall: command not found
../libtool: line 1149: X-O2: command not found
../libtool: line 1149: Xi686-pc-linux-gnu-gcc: command not found
../libtool: line 1149: X-march=pentium4: command not found

(...)

Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-25 22:43:40 UTC
fixed without a bump. Thanks for reporting.