Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 77576

Summary: kahakai-0.6.2_p20040306.ebuild fails sanity check
Product: Gentoo Linux Reporter: Ulrich Plate (RETIRED) <plate>
Component: Current packagesAssignee: Desktop WM Team (OBSOLETE) <desktop-wm+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.