Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76633 - ttmkfdir-3.0.9-r2 does not build due to lack of --tag libtool option
Summary: ttmkfdir-3.0.9-r2 does not build due to lack of --tag libtool option
Status: RESOLVED DUPLICATE of bug 67692
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-04 06:37 UTC by maurycy
Modified: 2005-07-17 13:06 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 maurycy 2005-01-04 06:37:12 UTC
When I try to emerge ttmkfdir-3.0.9-r2, I get errors about lack of --tag option of libtool.

Reproducible: Always
Steps to Reproduce:
1. emerge x11-misc/ttmkfdir-3.0.9-r2

Actual Results:  
libtool --mode=compile i386-pc-linux-gnu-g++ -Wall -pedantic
-I/usr/include/freetype2  -march=pentium3 -pipe -fomit-frame-pointer -o ttmkfdir.o
-c ttmkfdir.cpp
libtool --mode=compile i386-pc-linux-gnu-g++ -Wall -pedantic
-I/usr/include/freetype2  -march=pentium3 -pipe -fomit-frame-pointer -o directory.o
 -c directory.cpp
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [ttmkfdir.o] Error 1
make: *** Waiting for unfinished jobs....
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [directory.o] Error 1

Expected Results:  
Installed x11-misc/ttmkfdir-3.0.9-r2.

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.4.28 i686)
=================================================================
System uname: 2.4.28 i686 Celeron (Coppermine)
Gentoo Base System version 1.4.16
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.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl berkdb crypt ftp gdbm gif gtk gtk2 hardened imagemagick ipv6 jpeg
libwww ncurses nls pam perl png python qt readline skey spell ssl tcpd x86 xml2
zlib"
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2005-01-04 09:08:50 UTC
In attempt to build new gentoo system from stage3-pentium4-2004.3.tar.bz2 I have the same problem.

I solved it by reemerging libtool. And then again emerge xorg-x11.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2005-01-04 14:05:23 UTC

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