Bugs item #2523873, was opened at 2009-01-20 16:05
Message generated for change (Settings changed) made by dannybackx
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2523873&group_id=173455
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: CeGCC (arm-wince-cegcc)
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Danny Backx (dannybackx)
Summary: build fails: texinfo missing but not missing
Initial Comment:
I wanted to try cegcc, checked it out from subversion, rev. 1205, and ran
cegcc/src/build-cegcc.sh. I'm running on gentoo with texinfo-4.11-r1. I issued
the makeinfo command below and it actually generates the standard.info file
fine, just spits out two warnings. No idea what the problem is here.
make[2]: Entering directory `/tmp/build/newlib/etc'
for f in standards.info configure.info; do \
if test -f /home/meis/src/cegcc/trunk/cegcc/src/newlib/etc/`echo $f |
sed -e 's/.info$/.texi/'`; then \
if make
"MAKEINFO=/home/meis/src/cegcc/trunk/cegcc/src/newlib/missing makeinfo
--split-size=5000000 --split-size=5000000" $f; then \
true; \
else \
exit 1; \
fi; \
fi; \
done
make[3]: Entering directory `/tmp/build/newlib/etc'
/home/meis/src/cegcc/trunk/cegcc/src/newlib/missing makeinfo
--split-size=5000000 --split-size=5000000 --no-split
-I/home/meis/src/cegcc/trunk/cegcc/src/newlib/etc -o standards.info
/home/meis/src/cegcc/trunk/cegcc/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 `/tmp/build/newlib/etc'
make[2]: *** [info] Error 1
make[2]: Leaving directory `/tmp/build/newlib/etc'
make[1]: *** [all-etc] Error 2
make[1]: Leaving directory `/tmp/build/newlib'
make: *** [all] Error 2
----------------------------------------------------------------------
Comment By: Danny Backx (dannybackx)
Date: 2009-04-28 16:17
Message:
I would expect that Ismail's submission fixes this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2523873&group_id=173455
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Cegcc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel