[erlang-bugs] make/fakefop skipped/unused in R16?

Tuncer Ayaz tuncer.ayaz@REDACTED
Fri Jan 11 14:40:56 CET 2013


On Thu, Jan 10, 2013 at 6:59 PM, Tuncer Ayaz wrote:
> It seems that for some reason fakefop is not used and therefore the
> placeholder PDF files are not generated. otp git rev used: 4cd517c.
>
> $ make docs
> $ make install-docs
> [...]
> /usr/bin/install -c -d
> "/tmp/otp/master/localinstall/lib/erlang/lib/stdlib-1.19/doc/pdf"
> /usr/bin/install -c -m 644 ../pdf/stdlib-1.19.pdf
>     "/tmp/otp/master/localinstall/lib/erlang/lib/stdlib-1.19/doc/pdf"
> /usr/bin/install: cannot stat '../pdf/stdlib-1.19.pdf': No such file
> or directory
> make[5]: *** [release_docs_spec] Error 1
>
> Thoughts?

Hans, I've adapted make/fakefop to your make/otp.mk.in changes:
https://github.com/tuncer/otp/compare/master...fakefop

This fixes the regression, but I'm seeing warning/error messages from
mupdf:
$ make/fakefop -c foo -fo foo -pdf test.pdf
$ mupdf test.pdf
error: cannot recognize xref format: '['
error: cannot read trailer
warning: trying to repair broken xref

Also, pdf.js does not seem to render it at all.

Any idea what part of a placeholder PDF is broken?



More information about the erlang-bugs mailing list