Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98699 - media-sound/takcd-0.10 doesn't build
Summary: media-sound/takcd-0.10 doesn't build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 11:47 UTC by Jeff Spencer
Modified: 2005-07-18 09: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 Jeff Spencer 2005-07-11 11:47:15 UTC
emerge takcd does not build, due to an improper variable in the ebuild.  Error
is: 'FATAL ERROR: Autoconf version 2.50 or higher is required for this script'.



Reproducible: Always
Steps to Reproduce:
1. 'emerge takcd'
Actual Results:  
emerge fails

Expected Results:  
emerge completed.

This should fix it:

--- takcd-0.10.ebuild.orig      2005-07-11 06:43:20.000000000 -0600
+++ takcd-0.10.ebuild   2005-07-11 06:43:27.000000000 -0600
@@ -19,7 +19,7 @@

 src_compile() {
        export WANT_AUTOMAKE=1.4
-       export WANT_AUTOCONF=2.1
+       export WANT_AUTOCONF=2.5
        ./autogen.sh
        emake || die
 }
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2005-07-18 09:05:50 UTC
thanks, fixed in cvs.