LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 05-31-2009, 09:21 AM   #1
shobhitsharda
LQ Newbie
 
Registered: May 2009
Location: kollam,India
Distribution: ubuntu
Posts: 22

Rep: Reputation: 15
Unhappy compilation with binutils-2.18


i using linux from scratch version 6.4.when i am compiling the first package ie binutils2.18.i am encountered with following errors.my host system contains binutils-2.16.1 and gcc-4.0.2 which satisfy the limit.i searched in the forum and i got a similar one but was not explained well...

-------------------------------------------------------------------------

lfs@ubuntu:/mnt/lfs/sources/binutils-build$ make
make[1]: Entering directory `/mnt/lfs/sources/binutils-build'
make[2]: Entering directory `/mnt/lfs/sources/binutils-build/libiberty'
make[3]: Entering directory `/mnt/lfs/sources/binutils-build/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/libiberty/testsuite'
make[2]: Leaving directory `/mnt/lfs/sources/binutils-build/libiberty'
make[2]: Entering directory `/mnt/lfs/sources/binutils-build/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/lfs/sources/binutils-build/intl'
make[2]: Entering directory `/mnt/lfs/sources/binutils-build/bfd'
Making info in doc
make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (/mnt/lfs/sources/binutils-2.18/missing makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if /mnt/lfs/sources/binutils-2.18/missing makeinfo --split-size=5000000 --split-size=5000000 -I ../../../binutils-2.18/bfd/doc \
-o bfd.info `test -f 'bfd.texinfo' || echo '../../../binutils-2.18/bfd/doc/'`bfd.texinfo; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
make[3]: *** [bfd.info] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
Making info in po
make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/po'
make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd'
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/binutils-build'
make: *** [all] Error 2

----------------------------------------------------------------------

got no idea what to do???can anyone help me out???

thnx in advance

Last edited by shobhitsharda; 05-31-2009 at 09:22 AM.
 
Old 05-31-2009, 11:45 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
" iv. Host System Requirements "
http://www.linuxfromscratch.org/lfs/.../hostreqs.html
Quote : Texinfo-4.8

The missing '/usr/bin/makeinfo' is usually provided
by the package 'texinfo' .... please install the package,
and things should work then.
Which Linux, name, version is used as host ? ?
.....

Required information when asking an LFS question
http://www.linuxfromscratch.org/lfs/...skforhelp.html
..... § 1.5.1 ......

.....

Last edited by knudfl; 05-31-2009 at 11:51 AM.
 
Old 06-01-2009, 05:26 AM   #3
shobhitsharda
LQ Newbie
 
Registered: May 2009
Location: kollam,India
Distribution: ubuntu
Posts: 22

Original Poster
Rep: Reputation: 15
hey thnx for the reply...but i am not able to install the required pacake,it is due to the dependency.....finally i downloaded the live cd and i am going to start again with it in a blank space of 8gb(approx)in vmware....
thnx for the help anyway6.0....
 
  


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
binutils-2.17 compilation error rcg1984 Linux From Scratch 7 04-16-2009 08:17 AM
compilation error-binutils-2.16.1 ashmita04 Linux From Scratch 1 10-24-2007 02:50 AM
compilation error- binutils 2.16.1 baljeet Linux From Scratch 2 10-19-2007 09:40 AM
BINUTILS 2.9.1 - Compilation errors BlueSpirit Slackware 7 08-14-2006 09:36 AM
BInutils 2.14 compilation problems Xing Linux - Software 0 09-26-2003 07:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 01:27 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