LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-07-2012, 10:04 AM   #1
nicknuck
LQ Newbie
 
Registered: Jan 2012
Posts: 8

Rep: Reputation: Disabled
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
 
Old 01-07-2012, 10:32 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
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.

.

Last edited by knudfl; 01-07-2012 at 12:49 PM.
 
Old 01-07-2012, 09:22 PM   #3
nicknuck
LQ Newbie
 
Registered: Jan 2012
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
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??
 
Old 01-08-2012, 10:43 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Which Ubuntu version are you using ? ?
 
Old 01-09-2012, 12:19 AM   #5
nicknuck
LQ Newbie
 
Registered: Jan 2012
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Which Ubuntu version are you using ? ?
i'm using ubuntu11.10
 
Old 01-09-2012, 04:29 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
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

.
 
Old 01-09-2012, 06:14 AM   #7
nicknuck
LQ Newbie
 
Registered: Jan 2012
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I can't install autoconf! zzcranjo Linux - Software 3 05-19-2009 08:43 AM
*** YOU'RE USING autoconf (GNU Autoconf) 2.60. KDE requires autoconf 2.52, 2.53 or 2. arubin Slackware 6 09-24-2008 03:31 AM
Need autoconf 2.5 but can't install old one TCv1 Mandriva 2 03-25-2004 05:39 PM
Autoconf-2.2 or higher need to install karamba ub3rj3phf Mandriva 1 01-10-2004 11:22 PM
Can I install two version of autoconf on my RH8 with cd7809 Linux - Software 1 10-09-2003 04:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration