Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109342 - libtool 1.5.20 fails to build
Summary: libtool 1.5.20 fails to build
Status: RESOLVED DUPLICATE of bug 98762
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-15 01:55 UTC by Alin Dobre (RETIRED)
Modified: 2005-10-15 04:26 UTC (History)
1 user (show)

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 Alin Dobre (RETIRED) gentoo-dev 2005-10-15 01:55:55 UTC
This is strange, since on all other machines, libtool built without any problem.
The error comes up in src_unpack(), immediately after the patches are applied:

 * Applying libtool-1.5.14-egrep.patch ...                                     
              [ ok ]
 * Applying libtool-1.5.20-override-LD_LIBRARY_PATH.patch ...                  
              [ ok ]
 * Generating ltmain.sh ...                                                    
              [ ok ]
 * Running autotools in '.' ...
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
/usr/share/aclocal/path_dps.m4:202: warning: underquoted definition of
AC_PATH_DPS_GUESS_GNUSTEP
/usr/share/aclocal/path_dps.m4:239: warning: underquoted definition of
AC_PATH_DPS_GUESS
/usr/share/aclocal/path_dps.m4:333: warning: underquoted definition of
AC_PATH_DPS_CHECK_LIB
/usr/share/aclocal/path_dps.m4:405: warning: underquoted definition of
AC_PATH_DPS_CHECK_HEADER
/usr/share/aclocal/path_dps.m4:440: warning: underquoted definition of
AC_PATH_DPS_CHECK
/usr/share/aclocal/path_dps.m4:450: warning: underquoted definition of AC_PATH_DPS
/usr/share/aclocal/path_dps.m4:525: warning: underquoted definition of
AC_CHECK_DPS_NXAGENT
/usr/share/aclocal/path_dps.m4:558: warning: underquoted definition of AC_PATH_DPSET
/usr/share/aclocal/path_dps.m4:579: warning: underquoted definition of
AC_PROG_PSWRAP
/usr/share/aclocal/path_dps.m4:172: file `path_dps.m4' does not exist

Here's my emerge --info:
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2,
2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 Intel(R) Celeron(TM) CPU                1000MHz
Gentoo Base System version 1.6.13
ccache version 2.3 [disabled]
dev-lang/python:     2.2.3-r5, 2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/mc/
/var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.roedu.net/pub/mirrors/gentoo.org
http://ftp.lug.ro/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage2 /opt/axigen/portage-axigen"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib apache2 apm avi bash-completion berkdb bitmap-fonts cdr crypt
cscope cups curl dga directfb eds emboss encode esd fam fbcon foomaticdb gd gdbm
gif gnome gpm gstreamer gtk gtk2 imagemagick imap imlib jikes jpeg kde lcms
libg++ libwww mad maildir mbox mikmod mmx motif mozilla moznocompose moznoirc
mp3 mpeg mpi mysql ncurses nls nsplugin ogg oggvorbis opengl oss pam pdflib perl
png python qt quicktime readline ruby samba sasl sdl slang slp socks5 spell sse
ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts usb userlocales
vorbis win32codecs wmf wxwindows x86 xine xml xml2 xmms xv zlib
video_cards_rage128 userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS

Any ideas?
Comment 1 duebel 2005-10-15 03:53:51 UTC
Same here.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-15 04:15:24 UTC

*** This bug has been marked as a duplicate of 98762 ***
Comment 3 Alin Dobre (RETIRED) gentoo-dev 2005-10-15 04:26:28 UTC
Well, seems that my search keywords for this error were very well chosen :(

Thanks.