Code::Blocks Forums

User forums => Help => Topic started by: seriousmoose on January 04, 2007, 01:35:25 pm

Title: gentoo and svn rev 3204
Post by: seriousmoose on January 04, 2007, 01:35:25 pm
when I ./bootstrap, I get automake 2.5 or higher needed. I have 2.61. I had to change the egrep in the bootstrap file to:

$AUTOCONF --version  2>&1|head -n 1|egrep '1.[0-9]|2.[0-4]'

here is autoconf --version output:
Code
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
Title: Re: gentoo and svn rev 3204
Post by: TheTuxKeeper on January 06, 2007, 02:08:23 pm
That's because rev3204 is downloaded. It has already been fixed in a later revision.

Do everything you've done, only replace the date in the name of ebuild file with a more recent one.
I did this and it works :)
Code
cp codeblocks-20061111.ebuild codeblocks-20070103.ebuild
ebuild codeblocks-20070103.ebuild digest
emerge -v --ask --tree codeblocks