Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277739 - media-libs/libcanberra-0.14 requires libtool-2
Summary: media-libs/libcanberra-0.14 requires libtool-2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on: 278269
Blocks:
  Show dependency tree
 
Reported: 2009-07-14 01:04 UTC by Matt Michalowski
Modified: 2009-07-18 15:56 UTC (History)
2 users (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 Matt Michalowski 2009-07-14 01:04:30 UTC
When trying to emerge media-libs/libcanberra-0.14 with sys-devel/libtool-1.5.26 installed, the libcanberra configure script produces:

checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dladvise_init in -lltdl... no
configure: error: Unable to find libltdl.

The lt_dladvise_init only appeared in libltdl with libtool 2.1b, so the libcanberra-0.14.ebuild should probably depend on >sys-devel/libtool-2.2

Reproducible: Always
Comment 1 Romain Perier (RETIRED) gentoo-dev 2009-07-16 11:03:36 UTC
Referred to gnu documentation lt_dladvise_init was added from libtool-2.2 to be exact, fixed into the overlay without a bump.

Thanks for reporting ;)
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-07-16 11:51:18 UTC
so are we forcing ourselves to wait for libtool-2 stabilization to stabilize libcanberra-0.14 ? This is not the way to go, reopening.
Comment 3 Pacho Ramos gentoo-dev 2009-07-16 12:31:44 UTC
When will libtool-2.2 be stabilized? 
http://bugs.gentoo.org/showdependencytree.cgi?id=212763&hide_resolved=1

shows only three remaining bugs with this

Thanks for the info :-)
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-07-16 13:04:42 UTC
we have no idea and we wouldn't be able to rely on that information anyway.
Comment 5 Romain Perier (RETIRED) gentoo-dev 2009-07-17 11:49:28 UTC
Fixed properly into the main tree, without a revbump.
I replaced LT_* macros (which are only available since libtool-1.9) by AC_LIBTOOL* macros (equivalent macro for libtool-1), it's works with libtool-1 and libtool-2 now.

;)