Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221069 - dev-libs/cdk-5.0.20060507: libtool compile error
Summary: dev-libs/cdk-5.0.20060507: libtool compile error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-09 11:54 UTC by Wim Muskee
Modified: 2008-05-10 07:33 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 Wim Muskee 2008-05-09 11:54:22 UTC
When compiling cdk:

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [alphalist.o] Error 1
make: *** Waiting for unfinished jobs....
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [binding.o] Error 1
 * 
 * ERROR: dev-libs/cdk-5.0.20060507 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2306:  Called die
 * The specific snippet of code:
 *       emake || die
 *  The die message:
 *   (no error message)
 * 


Reproducible: Always

Steps to Reproduce:
1.emerge gphoto2-2.2.1-r1 (with cdk as dependency)
2.error at cdk
3.

Actual Results:  
see error above

Expected Results:  
normal compile and install

Portage 2.1.4.4 (default-linux/x86/2007.0/desktop, gcc-4.1.2, 
glibc-2.6.1-r0, 2.6.23-gentoo-r9 i686)
=================================================================
System uname: 2.6.23-gentoo-r9 i686 Intel(R) Celeron(R) CPU 2.00GHz
Timestamp of tree: Sat, 15 Mar 2008 20:00:03 +0000
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.4
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf 
/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict 
unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo 
http://mirror.etf.bg.ac.yu/gentoo 
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ 
http://mirror.gentoo.no"
MAKEOPTS="-j2"
Comment 1 Wim Muskee 2008-05-09 11:57:44 UTC
A tip from http://forums.gentoo.org/viewtopic-t-487360-highlight-cdk.html led me to the workaround. Although the problem mentioned in the post is different from this one, it works. 

I upgraded libtool from 1.5.22 to 1.5.26. This solved the problem, as cdk installed normally after that.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-05-09 15:43:15 UTC
You found your fix. libtool 1.5.22 has been removed from the tree months ago.
Comment 3 Wim Muskee 2008-05-10 07:33:36 UTC
(In reply to comment #2)

Should't the libtool dependency in the cdk ebuild be:

DEPEND=">=sys-libs/ncurses-5.2 >=sys-devel/libtool-1.5.24"

instead of

DEPEND=">=sys-libs/ncurses-5.2 sys-devel/libtool"