Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377031 - dev-libs/libtommath-0.42.0 missing DEPEND on libtool
Summary: dev-libs/libtommath-0.42.0 missing DEPEND on libtool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-30 09:13 UTC by Bruno
Modified: 2011-08-02 05:05 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 Bruno 2011-07-30 09:13:21 UTC
After emerge --depclean --with-bdeps=n (where nothing installed rdepends on autotools/libtool - thuse those have been uninstalled since they are no more part of system) emerge libtommath fails.

Reproducible: Always

Steps to Reproduce:
1. emerge --depclean --with-bdeps=n
2. emerge dev-libs/libtommath
Actual Results:  
>>> Unpacking source...
>>> Unpacking ltm-0.42.0.tar.bz2 to /var/tmp/portage/dev-libs/libtommath-0.42.0/work
>>> Source unpacked in /var/tmp/portage/dev-libs/libtommath-0.42.0/work
>>> Preparing source in /var/tmp/portage/dev-libs/libtommath-0.42.0/work/libtommath-0.42.0 ...
 * Applying libtommath-0.42.0-makefile.patch ...                                                                                                                                                           [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-libs/libtommath-0.42.0/work/libtommath-0.42.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-libs/libtommath-0.42.0/work/libtommath-0.42.0 ...
make -j2 CC=i686-pc-linux-gnu-gcc -f makefile.shared IGNORE_SPEED=1 LIBPATH=/usr/lib 
libtool --mode=compile --tag=CC i686-pc-linux-gnu-gcc -O2 -march=athlon -pipe -fomit-frame-pointer -I./ -Wall -W -Wshadow -Wsign-compare -Wl,-O1 -Wl,--as-needed -o bncore.o -c bncore.c
make: libtool: Command not found
make: *** [bncore.o] Error 127
 * ERROR: dev-libs/libtommath-0.42.0 failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of 'emerge --info =dev-libs/libtommath-0.42.0',
 * the complete build log and the output of 'emerge -pqv =dev-libs/libtommath-0.42.0'.
 * The complete build log is located at '/var/tmp/portage/dev-libs/libtommath-0.42.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libtommath-0.42.0/temp/environment'.
 * S: '/var/tmp/portage/dev-libs/libtommath-0.42.0/work/libtommath-0.42.0'
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-08-02 05:05:04 UTC
Thanks for reporting. That's fixed.