On Thu, Jul 2, 2015 at 7:49 AM, Warren Block <wbl...@wonkity.com> wrote:

> On Wed, 1 Jul 2015, Geoff Speicher wrote:
>
> 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.


Not sure I understand what you are suggesting, but my note was meant to
ensure that you are using the latest version of the port (2.0_1) because
that may fix your problem.
_______________________________________________
freebsd-pkg-fallout@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout
To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"

Reply via email to