Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27430 - Gail 1.2.2 fails to compile
Summary: Gail 1.2.2 fails to compile
Status: RESOLVED INVALID
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: 2003-08-27 08:32 UTC by Tim Haughton
Modified: 2003-08-28 10:01 UTC (History)
0 users

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 Tim Haughton 2003-08-27 08:32:29 UTC
Gail 1.2.2 reports compilation error.

Portage 2.0.49-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r6)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 AMD Athlon(TM) XP1700+
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache"
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/
http://212.219.247.15/sites/www.ibiblio.org/gentoo/
http://212.219.247.21/sites/www.ibiblio.org/gentoo/
http://212.219.247.14/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss 3dnow apm avi cups encode foomaticdb gif gpm jpeg libg++ libwww mad
mikmod mmx motif mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms
xv zlib gdbm berkdb slang readline arts bonobo svga java X sdl tcpd pam ssl perl
python esd imlib oggvorbis opengl gtk gnome -qt -kde crypt samba"



-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0              testlib.lo
testtextlib.lo testtable.lo
(cd .libs && rm -f libteststatusbar.la && ln -s ../libteststatusbar.la
libteststatusbar.la)
/bin/sh ../libtool --mode=link gcc  -O3 -march=athlon-xp -pipe -Wall  -o
libtesttext.la  -rpath /usr/lib/gtk-2.0/modules -module -avoid-version        
-Wl,--export-dynamic -lgnomecanvas-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0              testlib.lo
testtextlib.lo testtext.lo
rm -fr .libs/libtesttable.la .libs/libtesttable.* .libs/libtesttable.*
rm -fr .libs/libtesttext.la .libs/libtesttext.* .libs/libtesttext.*
(cd . && ln -s testtextlib.lo testtextlib.o)
(cd . && ln -s testtextlib.lo testtextlib.o)
ln: `testtextlib.o': File exists
make[2]: *** [libtesttable.la] Error 1
make[2]: *** Waiting for unfinished jobs....
(cd . && ln -s testtext.lo testtext.o)
gcc -shared  testlib.lo testtextlib.lo testtext.lo  -L/usr/lib
/usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so
/usr/lib/libpangoft2-1.0.so /usr/lib/libgtk-x11-2.0.so
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so
-lm /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so
/usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so
-ldl /usr/lib/libglib-2.0.so  -Wl,--export-dynamic -Wl,-soname
-Wl,libtesttext.so -o .libs/libtesttext.so
creating libtesttext.la
(cd .libs && rm -f libtesttext.la && ln -s ../libtesttext.la libtesttext.la)
make[2]: Leaving directory `/var/tmp/portage/gail-1.2.2/work/gail-1.2.2/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gail-1.2.2/work/gail-1.2.2'
make: *** [all-recursive-am] Error 2
 
!!! ERROR: gnome-base/gail-1.2.2 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure
Comment 1 Tim Haughton 2003-08-27 11:10:27 UTC
Cranked -O3 down to -O2 and it compiled. A little disappointing methinks, it should really build with -O3.

Feel free to squish bug.
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2003-08-28 00:11:19 UTC
okay, it builds fine with -march=pentium4 -O3 -pipe for me. then i tried with my clags = to yours (CFLAGS="-march=athlon-xp -O3 -pipe") and it still compiled fine. can you still reproduce this? if not it'll be close invalid i think
Comment 3 Tim Haughton 2003-08-28 09:30:48 UTC
Can no longer reproduce. I've even cleaned out my /var/tmp/portage and it still works. Whatever the problem was, it has gone away now.

This problem showed up when I was upgrading my whole system from x86 to ~x86.

Invalid now.
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2003-08-28 10:01:17 UTC
okay, thanks for reporting back