Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272767 - net-analyzer/rrdtool-1.3.8: ./libtool: No such file or directory
Summary: net-analyzer/rrdtool-1.3.8: ./libtool: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-05 12:57 UTC by Martin Mokrejš
Modified: 2009-07-08 10:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log (config.log,84.85 KB, text/plain)
2009-06-05 12:57 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2009-06-05 12:57:31 UTC
# emerge ganglia apache

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 4) net-analyzer/rrdtool-1.3.8
 * rrdtool-1.3.8.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                          [ ok ]
 * checking ebuild checksums ;-) ...                                                                                             [ ok ]
 * checking auxfile checksums ;-) ...                                                                                            [ ok ]
 * checking miscfile checksums ;-) ...                                                                                           [ ok ]
>>> Unpacking source...
>>> Unpacking rrdtool-1.3.8.tar.gz to /var/tmp/portage/net-analyzer/rrdtool-1.3.8/work
[cut]
Test Library Functions
checking for acos... no
checking for acos in -lm... yes
./configure: line 12488: ./libtool: No such file or directory
[cut]
Comment 1 Martin Mokrejš 2009-06-05 12:57:46 UTC
Created attachment 193626 [details]
config.log
Comment 2 Rafał Mużyło 2009-06-05 13:36:52 UTC
It seems upstream messed up -
they use libtool-2, but forgot about a minor
detail: libtool 2 by default creates libtool at the
CONFIG_FILES phase. They still do a check,
that uses libtool during earlier phase.
While creating libtool earlier is just
a matter of adding a macro and eautoreconf,
the real fix (for upstream) would be reexamining
the need for that check and if it's still really
needed, getting that value directly.
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2009-07-08 10:29:45 UTC
Thank you for report Martin and Rafał for explanation. Offending code is dropped from configure.ac and patch reported upstream. Fixed in 1.3.8-r1.