On Wed, 1 Jul 2015, Geoff Speicher wrote:
On Tue, Jun 30, 2015 at 10:53 PM, Dmitry Marakasov <[email protected]> wrote:
There was breakage caused be textproc/fop update which was later
fixed. This one seems different, however I haven't had it in local
poudriere. Will try to reproduce. See PR 201007, maybe rolling
hyphenation version will fix this one. I've also once got out of memory
related failure on i386 (couldn't reproduce later, so I take it is
transient). Maybe we should roll fop update back still?
Actually looking at the full stack trace it appears that the problem is here:
org.apache.fop.layoutmgr.list.ListItemLayoutManager.getCombinedKnuthElementsForListItem(ListItemLayoutManager.java:405)
which seems to be the same error that should have been fixed by this commit
referenced by PR 201007:
https://svnweb.freebsd.org/ports?view=revision&revision=390702
That builder instance appears to be missing the latest doc toolchain
commits:
env
XML_CATALOG_FILES="file:///wrkdirs/usr/ports/misc/freebsd-doc-en/work/doc/en_US.ISO8859-1/articles/bsdl-gpl/catalog-cwd.xml
file:///wrkdirs/usr/ports/misc/freebsd-doc-en/work/doc/en_US.ISO8859-1/share/xml/catalog.xml
file:///wrkdirs/usr/ports/misc/freebsd-doc-en/work/doc/share/xml/catalog.xml
file:///wrkdirs/usr/ports/misc/freebsd-doc-en/work/doc/share/xml/catalog-common.xml
file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --nonet --param docformatnav "'1'"
--param img.src.path
"'/wrkdirs/usr/ports/misc/freebsd-doc-en/work/doc/en_US.ISO8859-1/articles/bsdl-gpl/../../../share/images/articles/bsdl-gpl/'"
--param callout.graphics.path
"'/wrkdirs/usr/ports/misc/freebsd-doc-en/work/doc/en_US.ISO8859-1/articles/bsdl-gpl/imagelib/callouts/'"
--maxdepth 6000 http://www.FreeBSD.org/XML/share/xml/freebsd-fo.xsl article.parsed.print.xml > article.fo
Making portrait pages on B5 paper (176mmx250mm)
Those are two lines, really. The first shows that xsltproc is not using
the --maxvars 20000 that was added a few days ago:
https://svnweb.freebsd.org/doc?view=revision&revision=46901
Not a problem in that case, xsltproc appears to have run okay. Just an
example of a missing recent doc tree commit.
The second line shows that the newer default page size change from B5 to
A4 is not in place:
https://svnweb.freebsd.org/doc?view=revision&revision=46887
That one might be a problem, fop might have an easier time with larger
pages.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout
To unsubscribe, send any mail to "[email protected]"