LinuxQuestions.org
Visit Jeremy's Blog.
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 01-06-2011, 01:34 PM   #1
Open Source
LQ Newbie
 
Registered: Jan 2011
Posts: 3

Rep: Reputation: 0
Exclamation problem installing binutils Passe 1


my version hot Mandriva 2009.0

test scriopt

Quote:
bash, version 3.2.19(2)-release
/bin/sh -> /bin/bash
Binutils: (Linux/GNU Binutils) 2.18.50.0.8.20080709
bison (GNU Bison) 2.3
/usr/bin/yacc -> /usr/bin/yacc.bison
bzip2, Version 1.0.5, 10-Dec-2007.
Coreutils: 6.12
diff (GNU diffutils) 2.8.7
find (GNU findutils) 4.4.0
GNU Awk 3.1.6
/usr/bin/awk -> /bin/gawk
gcc (GCC) 4.3.2
GNU C Library stable release version 2.8
GNU grep 2.5.3
gzip 1.3.12
Linux version 2.6.27-desktop-0.rc8.2mnb (pterjan@klodia.mandriva.com) (gcc version 4.3.1 20080626 (prerelease) (GCC) ) #1 SMP Thu Oct 2 06:11:56 EDT 2008
m4 (GNU M4) 1.4.12
GNU Make 3.81
patch 2.5.9
Perl version='5.10.0';
GNU sed version 4.1.5
tar (GNU tar) 1.20
Compilation OK

after compiling Binutils-2.20.1 - Pass 1


Quote:
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'
creating bfdver.h
rm -f elf32-target.h
sed -e s/NN/32/g < ../../binutils-2.20.1/bfd/elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
rm -f elf64-target.h
sed -e s/NN/64/g < ../../binutils-2.20.1/bfd/elfxx-target.h > elf64-target.new
mv -f elf64-target.new elf64-target.h
rm -f targmatch.h
sed -f ../../binutils-2.20.1/bfd/targmatch.sed < ../../binutils-2.20.1/bfd/config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
Making info in doc
make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
make chew
make[4]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
gcc -o chew.$$ -g -O2 \
-I.. -I../../../binutils-2.20.1/bfd/doc/.. -I../../../binutils-2.20.1/bfd/doc/../../include -I../../../binutils-2.20.1/bfd/doc/../../intl -I../../intl ../../../binutils-2.20.1/bfd/doc/chew.c; \
/bin/sh ../../../binutils-2.20.1/bfd/doc/../../move-if-change chew.$$ chew
make[4]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils-2.20.1/bfd/doc/doc.str <../../../binutils-2.20.1/bfd/doc/../opncls.c >opncls.tmp
/bin/sh ../../../binutils-2.20.1/bfd/doc/../../move-if-change opncls.tmp opncls.texi
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (/mnt/lfs/sources/binutils-2.20.1/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.20.1/missing makeinfo --split-size=5000000 --split-size=5000000 -I ../../../binutils-2.20.1/bfd/doc \
-o bfd.info `test -f 'bfd.texinfo' || echo '../../../binutils-2.20.1/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'
( if test 'x../../../binutils-2.20.1/bfd/po' != 'x.'; then \
posrcprefix='../../../binutils-2.20.1/bfd/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ../../../binutils-2.20.1/bfd/po/SRC-POTFILES.in \
| sed -e '$s/\\$//') > SRC-POTFILES-t \
&& chmod a-w SRC-POTFILES-t \
&& mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ ../& \\\\@" < ../../../binutils-2.20.1/bfd/po/BLD-POTFILES.in \
| sed -e '$s/\\$//') > BLD-POTFILES-t \
&& chmod a-w BLD-POTFILES-t \
&& mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
&& CONFIG_FILES=po/Makefile.ino/Make-in \
CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/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

Where is the problem here

Last edited by Open Source; 01-06-2011 at 01:37 PM.
 
Old 01-06-2011, 02:34 PM   #2
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
Quote:
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.
You do not have textinfo installed. Install texinfo and start with a fresh source. Also, please post the exact commands that you issued before the problem occured.
 
Old 03-23-2011, 06:05 AM   #3
mangeshsalunke
LQ Newbie
 
Registered: Mar 2011
Posts: 1

Rep: Reputation: 0
make problem ,binutils

hi all ,its mangesh .
i hav one prblm .plz gv me soln.



on my system textinfo already in newest version.
i m using ubuntu10.4 .
already i had compiled binutils,gcc but due to some problem i have to do that chap 5 again.
but this time when i had started with binutils it wont work.
firstly i extracted binutils package .entered into binutils dir execute command as=
mkdir -v ../binutils-build
then changed to binutils-build dir by==
cd ../binutils-build
then executed command

../binutils-2.20.1/configure \
--target=$LFS_TGT --prefix=/tools \
--disable-nls --disable-werror

then i give command
make.
but one warning and error message are printed .
i here give u last lines ==========


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


.plz frnd tell me what should i do?
 
Old 03-25-2011, 06:03 PM   #4
sbdev
LQ Newbie
 
Registered: Mar 2011
Posts: 5

Rep: Reputation: 1
It clearly states above.

===> You don't have makeinfo, you may want to install texinfo.

Please install texinfo, do a make clean, better yet do rm -rf * in the build directory, redo configure, make and make install
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trouble installing binutils-2.19 GreenJ Ubuntu 4 05-16-2009 12:25 PM
nvidia display drivers installation error with binutils, binutils allready installed mandrakeBren Linux - Newbie 9 01-06-2009 12:52 PM
question about installing binutils-2.17 curt22 Linux From Scratch 4 06-12-2008 04:51 PM
Error Installing Binutils Using Urpmi rushadrenaline Mandriva 1 11-19-2006 02:06 AM
Stuck on installing Binutils Linux~Powered Linux From Scratch 4 01-16-2005 09:30 AM

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

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