Problem with building PDFs

Freddie Chopin freddie_chopin@op.pl
Sun Jan 20 21:13:00 GMT 2013


W dniu 2013-01-20 21:02, Joel Sherrill pisze:
> I didn't look into your log. But just to make sure
> they built, I did this:
>
> mkdir b-newlib-doc
> cd b-newlib-doc
> ../newlib-cvs/src/configure
> make pdf
>
> And it built fine. This was on a machine Fedora 16 but
> the texinfo RPM is this:

Hmm... I'm not sure I repeat the steps well...

If I do something similar and use the configure script at the top of 
newlib (where folders like libgloss, newlib, texinfo are placed) I can 
do the same as you, but this step does not generate the pdf's that cause 
trouble - libc.pdf and libm.pdf - only the ones I can generate without 
problem configure.pdf and standards.pdf. So it passes but it doesn't 
check for the problem...

If I use the configure script that is under <top>/newlib (where doc, 
iconvdata, libc, libm and testsuite folders are placed) I cannot run the 
"make pdf" step as it fails within seconds with sth like this:

> Makefile:1438: warning: overriding recipe for target `lib_a-mbtowc_r.o'
> Makefile:788: warning: ignoring old recipe for target `lib_a-mbtowc_r.o'
> ../../doc/makedoc -f ../../../newlib/libc/stdlib/../../doc/doc.str < ../../../newlib/libc/stdlib/_Exit.c > _Exit.def 2> _Exit.ref
> make[3]: *** [_Exit.def] Error 127

So either your test did not test for problematic files (libc.pdf and 
libm.pdf) or I'm doing something completely wrong here... /;

4\/3!!



More information about the Newlib mailing list