On Sat, 21 Feb 2009 11:40:10 +0100, "Vincent R." <foru...@smartmobili.com>
wrote:
> On Sat, 21 Feb 2009 10:31:30 +0100, "Vincent R."
<foru...@smartmobili.com>
> wrote:
>> On Fri, 20 Feb 2009 14:48:57 -0800, Eric House <eeho...@eehouse.org>
> wrote:
>>>> From: "Hywel B. Richards" <hywel.richa...@gmail.com>
>>>> [...]
>>>> mike johnson wrote:
>>>> > ...
>>>> > Then I got another error about:
>>>> >
>>>> > make[3]: Entering directory `/opt/cegcc/newlib/etc'
>>>> > /opt/t/src/newlib/missing makeinfo --split-size=5000000 
>>>> > --split-size=5000000 --no-split -I/opt/t/src/newlib/etc -o 
>>>> > standards.info /opt/t/src/newlib/etc/standards.texi
>>>> > 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]: *** [standards.info] Error 1
>>>> > make[3]: Leaving directory `/opt/cegcc/newlib/etc'
>>>> > make[2]: *** [info] Error 1
>>>> > make[2]: Leaving directory `/opt/cegcc/newlib/etc'
>>>> > make[1]: *** [all-etc] Error 2
>>>> > make[1]: Leaving directory `/opt/cegcc/newlib'
>>>> > make: *** [all] Error 2
>>>> >
>>>> >
>>>> > So I don't even know if I'm even close to doing the right thing, so
>> can
>>>> >
>>>> > someone tell me if I'm on the right track?
>>>> >   
>>>> I did this recently for the first time, and got the same problem, so 
>>>> just in case it helps I installed the texinfo, bison and flex packages

>>>> on my centos5 system, and it seemed to build OK after that.
>>>> 
>>>> You might want to check that you have that stuff installed.
>>> 
>>> I'm having this same problem and installing those three packages is
>>> *not* fixing it: still get the same error, though makeinfo is
installed.
>>> I'm on an up-to-date Ubuntu 8.10 system.  I tried nuking and recreating
>>> the build directory to no avail.
>>> 
>>> Any ideas?
>>> 
>>> Thanks,
>>> 
>>> --Eric
>> 
>> Yes I remember having this kind of issue with makeinfo.
>> Search on google: makeinfo' is missing on your system and you should
find
>> your answer.
>> But I don't understand because normally it has been fixed.
>> I have installed a ubuntu jaunty (next ubuntu version) yesterday and I
> will
>> see if I have
>> the same problem.
>> 
> Ok I have the same issue here. so google is your best friend.
> Find some ressources : 
> http://osdir.com/ml/comp.gcc.cross-compiling.arm/2008-06/msg00017.html
> Didn't try yet.

Actually I fixed it in my local repository but never reported it to cegcc.
Line 303 : 
Do the following modification

# If the file does not exist, the user really needs makeinfo;
    # let's fail without touching anything.
    # test -f $file || exit 1
    # touch $file
    if test -n "$file"; then
       touch $file
    fi
    ;;

Regards





------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to