Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77576 - kahakai-0.6.2_p20040306.ebuild fails sanity check
Summary: kahakai-0.6.2_p20040306.ebuild fails sanity check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Desktop WM Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 12:38 UTC by Ulrich Plate (RETIRED)
Modified: 2005-02-20 02:47 UTC (History)
0 users

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 Ulrich Plate (RETIRED) gentoo-dev 2005-01-11 12:38:22 UTC
The Kahakai ebuild hasn't been changed to conform to the new libtool-1.5.10 (cf. http://thread.gmane.org/gmane.linux.gentoo.devel/23449). Here's how to make it pass the sanity check.

--- kahakai-0.6.2_p20040306.ebuild      2005-01-11 21:19:24.061202264 +0100
+++ kahakai-0.6.2_p20040306.ebuild_modified     2005-01-11 21:26:59.656941184 +0100
@@ -36,6 +36,7 @@
 }

 src_compile() {
+       libtoolize --copy --force || die
        ./autogen.sh || die
        econf \
                `use_enable ruby` \
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-20 02:47:03 UTC
Thanks, added the line to CVS.