Fixed it using this site : http://docwiki.gumstix.org/Buildroot

Makeinfo on my system was version 4.13

2. Workaround version check bug. If you still get the error message
above AND you're sure that makeinfo is properly installed on your path,
then type

makeinfo --version

If your makeinfo version is 4.11 or higher, then you may have
encountered a well-known `binutils' bug. In short, the build scripts
incorrectly thinks 4.11 is an older version than 4.4. If you are sure
that you have a correct version of makeinfo, then you can manually
remove this broken check.

In
`gumstix-buildroot/toolchain_build_arm_nofpu/binutils-2.17.50.0.6-build/
Makefile', find:

MAKEINFO =
/projects/eink/gumstix-buildroot/toolchain_build_arm_nofpu/binutils-2.17
.50.0.6/missing makeinfo

and change it to

MAKEINFO = /usr/bin/makeinfo

See this thread for others ways to work around this bug, including a
patch. 

> -----Oorspronkelijk bericht-----
> Van: Stefaan Van Dooren [mailto:stef...@3-c.be] 
> Verzonden: woensdag 3 november 2010 11:16
> Aan: leaf-devel@lists.sourceforge.net
> Onderwerp: [leaf-devel] Problem building buildenv
> 
> Seeing the progress being made on version 4, I decided to 
> give it another go myself. But I'm having problems building 
> the buildenv. (I have done it before with success)
> 
> This is a clean checkout.(fresh start) The error below is 
> after the second time I tried it, so not all "OK" messages 
> are there anymore.
> 
> Makeinfo is installed (Ubuntu 10.04 LTS)
> 
> 
> stef...@ubuntu:~/leaf/src/bering-uclibc4/buildtool$ 
./buildtool.pl build buildenv make the list of required source >
packages:  nothing to do [0.K.] make the list of required 
> build packages: buildenv [0.K.]
> 
> build source/package: buildenv
> ------------------------
> calling 'make build' for buildenv make build failed for 
> /home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builden
v/buildtoo
> l.mk , please have a look at the logfile log/buildtoollog at 
> buildtool/Make/Source.pm line 398.
> stef...@ubuntu:~/leaf/src/bering-uclibc4/buildtool$ 
> 
> 
> And the logfile :
> 
> 
> make[3]: Leaving directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/intl'
> make[3]: Entering directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/bfd'
> Making info in doc
> make[4]: Entering directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/bfd/doc'
> restore=: && backupdir=".am$$" && \
>       rm -rf $backupdir && mkdir $backupdir && \
>       if
> (/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-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
> /home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builden
v/binutils
> -2.20.1/missing makeinfo --split-size=5000000 
> --split-size=5000000   -I
> /home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builden
v/binutils
> -2.20.1/bfd/doc \
>        -o bfd.info `test -f 'bfd.texinfo' || echo 
> '/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-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[4]: *** [bfd.info] Error 1
> make[4]: Leaving directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/bfd/doc'
> Making info in po
> make[4]: Entering directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/bfd/po'
> make[4]: Nothing to be done for `info'.
> make[4]: Leaving directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/bfd/po'
> make[4]: Entering directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/bfd'
> make[4]: Nothing to be done for `info-am'.
> make[4]: Leaving directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/bfd'
> make[3]: *** [info-recursive] Error 1
> make[3]: Leaving directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/bfd'
> make[2]: *** [all-bfd] Error 2
> make[2]: Leaving directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build'
> make: ***
> [/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv/binutil
> s-2.20.1-build/binutils/objdump] Fout 2
> make: Map
> '/home/stefaan/leaf/src/bering-uclibc4/buildtool/source/builde
nv' wordt verlaten
> 
> --------------------------------------------------------------
> ----------------
> Achieve Improved Network Security with IP and DNS Reputation.
> Defend against bad network traffic, including botnets, 
> malware, phishing sites, and compromised hosts - saving your 
> company time, 
> money, and embarrassment.   Learn More! 
> http://p.sf.net/sfu/hpdev2dev-nov
> 
> _______________________________________________
> leaf-devel mailing list
> leaf-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-devel
> 
> 
> 
> 

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to