Bugs item #2523873, was opened at 2009-01-20 15:05 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2523873&group_id=173455 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel