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 }
thanks, fixed in cvs.