This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with building PDFs


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!!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]