Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68063 - rep-gtk fails to build with libtool --tag error
Summary: rep-gtk fails to build with libtool --tag error
Status: RESOLVED DUPLICATE of bug 67692
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-18 14:45 UTC by jbooth
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
Log of emergeing rep-gtk-0.18 (dump,8.08 KB, text/plain)
2004-10-18 14:46 UTC, jbooth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbooth 2004-10-18 14:45:26 UTC
Trying to build rep-gtk-0.18 for sawfish bites it:

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [rep-types.lo] Error 1
make: *** Waiting for unfinished jobs....


Reproducible: Always
Steps to Reproduce:
1. emerge sawfish (librep builds file, rep-gtk fails)
2.
3.




mauve portage # emerge info
Portage 2.0.51_rc9 (gcc34-x86-2004.2, gcc-3.4.2, glibc-2.3.4.20041006-r0,
2.6.8.1-mm4 i686)
=================================================================
System uname: 2.6.8.1-mm4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r4
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://bazaar.cites.uiuc.edu/pub/gentoo
http://gentoo.oregonstate.edu"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://bazaar.cites.uiuc.edu/gentoo-portage"
USE="X acpi aim alsa apache2 avi berkdb bitmap-fonts bootsplash calendar cdr
crypt cups dga dvd dvdr dvdread encode evo exif f77 fam fbcon foomaticdb gdbm
gif gnome gstreamer gtk gtk2 imlib java jikes jpeg libg++ libwww lufsusermount
maildir mikmod mmx mmx2 mng motif mozilla moznocompose moznoirc moznomail
mozplaintext mozsvg mozxmlterm mpeg ncurses nls no-old-linux nptl oggvorbis
opengl pam pcre pdflib perl pic png ppds python quicktime readline sdl session
shared sharedmem slang sockets spell sse sse2 ssl svg svga tcltk tcpd tetex tiff
truetype x86 xml2 xosd xpm xprint xv zlib"
Comment 1 jbooth 2004-10-18 14:46:12 UTC
Created attachment 42124 [details]
Log of emergeing rep-gtk-0.18
Comment 2 jbooth 2004-10-20 09:15:14 UTC
With FEATURES="keepwork keeptemp" I poked around for a while; the bug appears to be libtool trying to compare the default compiler string "gcc" with what it was compiled with (?) which is "i686-pc-linug-gnu-gcc".

To confirm this, I build the ebuild via:

mauve ~ # CC="i686-pc-linux-gnu-gcc" emerge rep-gtk

And it worked fine. Unfortunatly my goal of sawfish didn't work, same --tag error. Same fix too, CC="..." and sawfish builds cleanly. So I'm going to *guess* that librep is actually what to blame.
Comment 3 SpanKY gentoo-dev 2004-10-20 13:23:53 UTC

*** This bug has been marked as a duplicate of 67692 ***