Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 88661

Summary: lesstif needs newer libtool but does not depend on it
Product: Gentoo Linux Reporter: Winston <winston_bbb>
Component: [OLD] UnspecifiedAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: RESOLVED DUPLICATE    
Severity: normal CC: vapier
Priority: High    
Version: unspecified   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Winston 2005-04-10 18:26:51 UTC
Reproducible: Always
Steps to Reproduce:
1. emerge lesstif
2.
3.

Actual Results:  
........ 
/bin/bash ../libtool --mode=link --tag=CC gcc  -march=i586 -O2 -pipe  -o 
man2html  man2html.o  -L/usr/lib -lfreetype -lz -L/usr/lib -lXft -L/usr/lib 
-lXrender  
libtool: unrecognized option `--tag=CC' 
Try `libtool --help' for more information. 
make[3]: *** [man2html] Error 1 
 

Expected Results:  
successful emerge 

lesstif needs newer libtool but does not depend on it 
 
 
bash-2.05b# emerge --info 
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, 
glibc-2.3.4.20050125-r1, 2.4.28 i686) 
================================================================= 
System uname: 2.4.28 i686 AMD Athlon(tm) XP 2200+ 
Gentoo Base System version 1.6.10 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, APR 10 2005, 07:28:23)] 
dev-lang/python:     2.3.5 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.6.3, 1.5, 1.4_p6, 1.8.5-r3, 1.7.9-r1, 1.9.4 
sys-devel/binutils:  2.15.92.0.2-r6 
sys-devel/libtool:   1.4.1-r10 
virtual/os-headers:  2.4.22-r1 
ACCEPT_KEYWORDS="x86 ~x86" 
ACCEPT_LICENSE="" 
ARCH="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=i686 -O2 -pipe" 
CHOST="i686-pc-linux-gnu" 
CLASSPATH="." 
CLEAN_DELAY="5" 
CONFIG_PROTECT="/etc /usr/lib/X11/xkb /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CVS_RSH="ssh" 
CXXFLAGS="-march=i686 -O2 -pipe" 
DISPLAY=":0" 
DISTDIR="/usr/portage/distfiles" 
EDITOR="/usr/bin/vi" 
FEATURES="autoaddcvs autoconfig ccache distcc distlocks fixpackages sandbox 
sfperms" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
LESS="-R" 
LESSOPEN="|lesspipe.sh %s" 
LOGNAME="root" 
MAIL="/var/mail/root" 
MAKEOPTS="-j3" 
MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.15.92.0.2/man:/usr/share/gcc-data/i686-pc-linux-gnu/3.4.3/man:/usr/qt/3/doc/man" 
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.3" 
PKGDIR="/usr/portage/packages" 
PORTAGE_ARCHLIST="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos 
ppc-od 
s390 sh sparc x86 x86-fbsd x86-obsd x86-od" 
PORTAGE_CALLER="emerge" 
PORTAGE_GID="27346" 
PORTAGE_MASTER_PID="49752" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
PWD="/root" 
PYTHONDOCS="/usr/share/doc/python-docs-2.4/html" 
RSYNC_EXCLUDEFROM="/etc/portage/rsync_excludes" 
RSYNC_RETRIES="3" 
RSYNC_TIMEOUT="120" 
SHELL="/bin/bash" 
SHLVL="1" 
SYNC="rsync://rsync.be.gentoo.org/gentoo-portage" 
TERM="xterm" 
USE="3dnow X aalib alsa apm arts berkdb bitmap-fonts cdr crypt cups curl dga 
dvd dvdr emboss encode faac faad fam fbcon flac font-server gdbm gif gpm gtk 
gtk2 guile imlib imlib2 java jpeg mad mmx mng mpeg ncurses oggvorbis opengl oss 
pam pcre pdflib perl pic png python readline sdl slang spell sse ssl svg tcltk 
tcpd tiff truetype truetype-fonts type1-fonts wmf xml xml2 xmms xv xvid yv12 
zlib" 
USER="root" 
USERLAND="GNU" 
USE_EXPAND="VIDEO_CARDS INPUT_DEVICES LINGUAS" 
XARGS="xargs -r" 
XAUTHORITY=<CENSORED> 
XINITRC="/etc/X11/xinit/xinitrc" 
_="/usr/bin/emerge" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2005-04-26 06:59:42 UTC
what's your libtool version? still a problem?
Comment 2 SpanKY gentoo-dev 2005-04-26 16:10:22 UTC

*** This bug has been marked as a duplicate of 67692 ***
Comment 3 Winston 2005-04-30 17:55:51 UTC
That is not a duplicate at all.

Lesstif needs libtool-1.5.10 but does not depend on it.

If libtool-1.5.10 or later is not installed the ebuild fails.

Just add the damn thing to DEPEND already.
Comment 4 SpanKY gentoo-dev 2005-04-30 21:01:13 UTC
no it doesnt
Comment 5 Winston 2005-05-01 17:22:20 UTC
Err, yes, it does.

Lesstif needs libtool-1.5.10. If you don't believe me, check the announcement.

The Lesstif ebuild libtoolizes first thing in src_compile, replacing the shipped ltmain with libtool-1.4.3 if that's the latest installed version.

Libtool-1.4 does not support tagged configurations (if you don't believe me, try it yourself), therefore the first libtool invocation failes with the quoted error message.

Bug 67692 is a completely unrelated problem (but I guess you already knew that).
Comment 6 AlfalFA 2005-05-04 19:23:15 UTC
ignore spanky he made a booboo and you know how to fix it so i guess this can be closed
Comment 7 Winston 2005-05-04 19:52:50 UTC
Umm, /me slowly backs away...