LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   install autoconf-2.68 (https://www.linuxquestions.org/questions/linux-newbie-8/install-autoconf-2-68-a-922589/)

nicknuck 01-07-2012 10:04 AM

install autoconf-2.68
 
hey guys,i'm trying to install autoconf-2.68 .when I performed 'make check' there were some errors and i was suggested to look at the correction here

http://git.savannah.gnu.org/cgit/aut...1d0&ignorews=1

How do i implement the correction??i completely don't know what to do with this
please help... :-)
thank you

knudfl 01-07-2012 10:32 AM

Why not install the Ubuntu autoconf 2.68 ?
The required modifications are included.

http://se.archive.ubuntu.com/ubuntu/...buntu1_all.deb
>>> sudo dpkg -i autoconf_2.68-1ubuntu1_all.deb

EDIT : May be it's not possible to use the above package ?
But compiling seems to be easy with the patch autoconf_2.68-1ubuntu1.diff.gz
http://archive.ubuntu.com/ubuntu/poo...buntu1.diff.gz
( autoconf-2.68.orig http://archive.ubuntu.com/ubuntu/poo...68.orig.tar.gz )

cd autoconf-2.68/ && zcat autoconf_2.68-1ubuntu1.diff.gz | patch -p1
&& ./configure && make : No errors, Ubuntu 10.10 32bits.

.

nicknuck 01-07-2012 09:22 PM

Quote:

Originally Posted by knudfl (Post 4568827)
Why not install the Ubuntu autoconf 2.68 ?
The required modifications are included.

http://se.archive.ubuntu.com/ubuntu/...buntu1_all.deb
>>> sudo dpkg -i autoconf_2.68-1ubuntu1_all.deb

EDIT : May be it's not possible to use the above package ?
But compiling seems to be easy with the patch autoconf_2.68-1ubuntu1.diff.gz
http://archive.ubuntu.com/ubuntu/poo...buntu1.diff.gz
( autoconf-2.68.orig http://archive.ubuntu.com/ubuntu/poo...68.orig.tar.gz )

cd autoconf-2.68/ && zcat autoconf_2.68-1ubuntu1.diff.gz | patch -p1
&& ./configure && make : No errors, Ubuntu 10.10 32bits.

.


i've installed autoconf 2.68 that you suggested to me. It returned no error when I compiled it but when I performed 'make check' ,error still there. I want to correct all errors in order to minimize the risk of errors when i build my first LFS. :-)

RROR: 446 tests were run,
5 failed (4 expected failures).
40 tests were skipped.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

Please send `tests/testsuite.log' and all information you think might help:

To: <bug-autoconf@gnu.org>
Subject: [GNU Autoconf 2.68] testsuite: 220 failed

You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point. Its output may
be found below `tests/testsuite.dir'.

make[3]: *** [check-local] Error 1
make[3]: Leaving directory `/home/nicknuck/autoconf-2.68/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/nicknuck/autoconf-2.68/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/nicknuck/autoconf-2.68'
make: *** [check] Error 2

could you help me with this??

knudfl 01-08-2012 10:43 AM

Which Ubuntu version are you using ? ?

nicknuck 01-09-2012 12:19 AM

Quote:

Originally Posted by knudfl (Post 4569502)
Which Ubuntu version are you using ? ?

i'm using ubuntu11.10

knudfl 01-09-2012 04:29 AM

Ubuntu 11.10 : The default autoconf is version 2.68 !
http://packages.ubuntu.com/oneiric/autoconf

The install command is : sudo apt-get install autoconf


No internet ? The package autoconf_2.68-1ubuntu1_all.deb is here
http://au.archive.ubuntu.com/ubuntu/...buntu1_all.deb
The install command will then be :
sudo dpkg -i autoconf_2.68-1ubuntu1_all.deb

.

nicknuck 01-09-2012 06:14 AM

Quote:

Originally Posted by knudfl (Post 4570016)
Ubuntu 11.10 : The default autoconf is version 2.68 !
http://packages.ubuntu.com/oneiric/autoconf

The install command is : sudo apt-get install autoconf


No internet ? The package autoconf_2.68-1ubuntu1_all.deb is here
http://au.archive.ubuntu.com/ubuntu/...buntu1_all.deb
The install command will then be :
sudo dpkg -i autoconf_2.68-1ubuntu1_all.deb

.

oh thank you..that was really helpfull
finally i could fix errors and passed the test


All times are GMT -5. The time now is 09:02 AM.