Source: refcard Version: 5.0.9 Severity: serious Tags: stretch sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20160728 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/«PKGBUILDDIR»' > cp -f entries.dbk entries-en.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/de.po -l > entries-de.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/pt.po -l > entries-pt.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/ja.po -l > entries-ja.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/he.po -l > entries-he.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/tr.po -l > entries-tr.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/fr.po -l > entries-fr.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/vi.po -l > entries-vi.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/da.po -l > entries-da.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/ca.po -l > entries-ca.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/sv.po -l > entries-sv.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/it.po -l > entries-it.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/hu.po -l > entries-hu.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/nb.po -l > entries-nb.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/lt.po -l > entries-lt.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/hi.po -l > entries-hi.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/fi.po -l > entries-fi.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/es.po -l > entries-es.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/ar.po -l > entries-ar.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/eu.po -l > entries-eu.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/pl.po -l > entries-pl.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/cs.po -l > entries-cs.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/bg.po -l > entries-bg.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/id.po -l > entries-id.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/gl.po -l > entries-gl.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/uk.po -l > entries-uk.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/pt_BR.po -l > entries-pt_BR.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/ml.po -l > entries-ml.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/nl.po -l > entries-nl.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/ru.po -l > entries-ru.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/zh_CN.po -l > entries-zh_CN.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/sk.po -l > entries-sk.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/ro.po -l > entries-ro.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/zh_TW.po -l > entries-zh_TW.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/el.po -l > entries-el.dbk > po4a-translate --format docbook --keep 0 -m entries.dbk -p po4a/ms.po -l > entries-ms.dbk > ( \ > LANG=C; export LANG; \ > echo '<?xml version="1.0" encoding="utf-8"?>'; \ > echo '<statistics>'; \ > for po in po4a/de.po po4a/pt.po po4a/ja.po po4a/he.po po4a/tr.po > po4a/fr.po po4a/vi.po po4a/da.po po4a/ca.po po4a/sv.po po4a/it.po po4a/hu.po > po4a/nb.po po4a/lt.po po4a/hi.po po4a/fi.po po4a/es.po po4a/ar.po po4a/eu.po > po4a/pl.po po4a/cs.po po4a/bg.po po4a/id.po po4a/gl.po po4a/uk.po > po4a/pt_BR.po po4a/ml.po po4a/nl.po po4a/ru.po po4a/zh_CN.po po4a/sk.po > po4a/ro.po po4a/zh_TW.po po4a/el.po po4a/ms.po; do \ > L=`basename $po .po`; \ > echo -n '<s l="'$L'">'; \ > msgfmt --statistics $po 2>&1 | \ > sed -e 's|\([0-9]*\) translated messages*|\1\ ok|' \ > -e 's|\([0-9]*\) fuzzy translations*|\1\ fuzzy|' \ > -e 's|\([0-9]*\) untranslated messages*|\1\ todo|' \ > -e 's|$|</s>|'; \ > grep '^"Last-Translator:' $po | \ > sed -e 's/</\</g' -e 's/>/\>/g' | \ > sed 's,"Last-Translator: *\(.*\)\\n.*,<t l="'$L'">\1</t>,'; \ > done; \ > echo '</statistics>'; \ > ) > statistics.xml > xsltproc --nonet --novalid --xinclude html.xsl refcard.dbk > index.html > xsltproc --nonet --novalid fo.xsl empty.dbk > empty.fo > Making portrait pages on USletter paper (99mmx210mm) > xmlroff --backend cairo --continue -o empty.pdf empty.fo > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionStart[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:32456): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionEnd[1] > > (xmlroff:32456): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > xsltproc --nonet --novalid preproc.xsl entries-en.dbk > refcard-en.dbk > xsltproc --nonet --novalid fo.xsl refcard-en.dbk > refcard-en-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-en-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-en-a4.s.pdf > refcard-en-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-en-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-en-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-en-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-en-a4.fo refcard-en-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-en.dbk.pdf > 'refcard-en-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-en-a4.s.pdf.x.pdf > refcard-en-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-en-a4.s.pdf.x.pdf -- > refcard-en-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-en-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-en-a4.t.pdf --paper a4paper > refcard-en-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-en-a4.t.pdf --paper a4paper -- > refcard-en-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-en-a4.t.pdf'. > rm refcard-en-a4.s.pdf.x.pdf > L=`echo refcard-en-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-en-a4.t.pdf update_info - output refcard-en-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux Reference Card) already loaded > when reading new InfoValue: (The 101 most important things when using Debian) > -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Author) already loaded when reading new InfoKey: > (Keywords) -- skipping newer item > pdftk Warning: InfoValue: (W. Martin Borgert, Your Name ("Language")) already > loaded when reading new InfoValue: (APT, Debian, dpkg, reference card, basic > commands) -- skipping newer item > pdftk Warning: InfoKey: (Author) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (W. Martin Borgert, Your Name ("Language")) already > loaded when reading new InfoValue: (docbook-xsl, xsltproc) -- skipping newer > item > pdftk Warning: InfoKey: (Author) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (W. Martin Borgert, Your Name ("Language")) already > loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-de.dbk > refcard-de.dbk > xsltproc --nonet --novalid fo.xsl refcard-de.dbk > refcard-de-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-de-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-de-a4.s.pdf > refcard-de-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-de-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-de-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-de-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-de-a4.fo refcard-de-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-de.dbk.pdf > 'refcard-de-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-de-a4.s.pdf.x.pdf > refcard-de-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-de-a4.s.pdf.x.pdf -- > refcard-de-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-de-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-de-a4.t.pdf --paper a4paper > refcard-de-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-de-a4.t.pdf --paper a4paper -- > refcard-de-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-de-a4.t.pdf'. > rm refcard-de-a4.s.pdf.x.pdf > L=`echo refcard-de-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-de-a4.t.pdf update_info - output refcard-de-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux Referenzkarte) already loaded > when reading new InfoValue: (Die 101 wichtigsten Dinge bei der Nutzung von > Debian GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux Referenzkarte) already loaded > when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, Referenzkarte, grundlegende > Befehle) already loaded when reading new InfoValue: (docbook-xsl, xsltproc) > -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, Referenzkarte, grundlegende > Befehle) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-pt.dbk > refcard-pt.dbk > xsltproc --nonet --novalid fo.xsl refcard-pt.dbk > refcard-pt-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-pt-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-pt-a4.s.pdf > refcard-pt-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-pt-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-pt-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-pt-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-pt-a4.fo refcard-pt-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-pt.dbk.pdf > 'refcard-pt-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-pt-a4.s.pdf.x.pdf > refcard-pt-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-pt-a4.s.pdf.x.pdf -- > refcard-pt-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-pt-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-pt-a4.t.pdf --paper a4paper > refcard-pt-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-pt-a4.t.pdf --paper a4paper -- > refcard-pt-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-pt-a4.t.pdf'. > rm refcard-pt-a4.s.pdf.x.pdf > L=`echo refcard-pt-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-pt-a4.t.pdf update_info - output refcard-pt-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Cartão de Referência Debian GNU/Linux) already > loaded when reading new InfoValue: (As 101 coisas mais importantes ao > utilizar Debian GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Cartão de Referência Debian GNU/Linux) already > loaded when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, cartão de referência, comandos > básicos) already loaded when reading new InfoValue: (docbook-xsl, xsltproc) > -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, cartão de referência, comandos > básicos) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-ja.dbk > refcard-ja.dbk > xsltproc --nonet --novalid fo.xsl refcard-ja.dbk > refcard-ja-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-ja-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-ja-a4.s.pdf > refcard-ja-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-ja-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-ja-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-ja-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-ja-a4.fo refcard-ja-a4.s.pdf; \ > fi; \ > fi > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionStart[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > > (xmlroff:953): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionEnd[1] > > (xmlroff:953): libfo-CRITICAL **: fo_object_log_or_propagate_error: assertion > 'src != NULL' failed > pdfjoin --vanilla --fitpaper true --outfile refcard-ja-a4.s.pdf.x.pdf > refcard-ja-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-ja-a4.s.pdf.x.pdf -- > refcard-ja-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-ja-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-ja-a4.t.pdf --paper a4paper > refcard-ja-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-ja-a4.t.pdf --paper a4paper -- > refcard-ja-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-ja-a4.t.pdf'. > rm refcard-ja-a4.s.pdf.x.pdf > L=`echo refcard-ja-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-ja-a4.t.pdf update_info - output refcard-ja-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux リファレンスカード) already loaded when > reading new InfoValue: (Debian GNU/Linux を使うための 101 の重要事項) -- skipping newer > item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux リファレンスカード) already loaded when > reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, リファレンスカード, 基本コマンド) already > loaded when reading new InfoValue: (docbook-xsl, xsltproc) -- skipping newer > item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, リファレンスカード, 基本コマンド) already > loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-he.dbk > refcard-he.dbk > xsltproc --nonet --novalid fo.xsl refcard-he.dbk > refcard-he-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-he-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-he-a4.s.pdf > refcard-he-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-he-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-he-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-he-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-he-a4.fo refcard-he-a4.s.pdf; \ > fi; \ > fi > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionStart[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:1245): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionEnd[1] > > (xmlroff:1245): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > pdfjoin --vanilla --fitpaper true --outfile refcard-he-a4.s.pdf.x.pdf > refcard-he-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-he-a4.s.pdf.x.pdf -- > refcard-he-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-he-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-he-a4.t.pdf --paper a4paper > refcard-he-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-he-a4.t.pdf --paper a4paper -- > refcard-he-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-he-a4.t.pdf'. > rm refcard-he-a4.s.pdf.x.pdf > L=`echo refcard-he-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-he-a4.t.pdf update_info - output refcard-he-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian כרטיס עזר לשימוש ב-GNU/Linux) already > loaded when reading new InfoValue: (101 הדברים הכי חשובים כשמשתמשים ב Debian > GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Debian כרטיס עזר לשימוש ב-GNU/Linux) already > loaded when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, כרטיס עזר, פקודות בסיסיות) > already loaded when reading new InfoValue: (docbook-xsl, xsltproc) -- > skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, כרטיס עזר, פקודות בסיסיות) > already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- skipping > newer item > xsltproc --nonet --novalid preproc.xsl entries-tr.dbk > refcard-tr.dbk > xsltproc --nonet --novalid fo.xsl refcard-tr.dbk > refcard-tr-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-tr-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-tr-a4.s.pdf > refcard-tr-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-tr-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-tr-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-tr-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-tr-a4.fo refcard-tr-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-tr.dbk.pdf > 'refcard-tr-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-tr-a4.s.pdf.x.pdf > refcard-tr-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-tr-a4.s.pdf.x.pdf -- > refcard-tr-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-tr-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-tr-a4.t.pdf --paper a4paper > refcard-tr-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-tr-a4.t.pdf --paper a4paper -- > refcard-tr-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-tr-a4.t.pdf'. > rm refcard-tr-a4.s.pdf.x.pdf > L=`echo refcard-tr-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-tr-a4.t.pdf update_info - output refcard-tr-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux Başvuru Kartı) already loaded > when reading new InfoValue: (101 Debian GNU/Linux Püf Noktası) -- skipping > newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux Başvuru Kartı) already loaded > when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, başvuru kartı, temel komutlar) > already loaded when reading new InfoValue: (docbook-xsl, xsltproc) -- > skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, başvuru kartı, temel komutlar) > already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- skipping > newer item > xsltproc --nonet --novalid preproc.xsl entries-fr.dbk > refcard-fr.dbk > xsltproc --nonet --novalid fo.xsl refcard-fr.dbk > refcard-fr-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-fr-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-fr-a4.s.pdf > refcard-fr-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-fr-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-fr-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-fr-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-fr-a4.fo refcard-fr-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-fr.dbk.pdf > 'refcard-fr-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-fr-a4.s.pdf.x.pdf > refcard-fr-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-fr-a4.s.pdf.x.pdf -- > refcard-fr-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-fr-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-fr-a4.t.pdf --paper a4paper > refcard-fr-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-fr-a4.t.pdf --paper a4paper -- > refcard-fr-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-fr-a4.t.pdf'. > rm refcard-fr-a4.s.pdf.x.pdf > L=`echo refcard-fr-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-fr-a4.t.pdf update_info - output refcard-fr-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Carte de Référence Debian GNU/Linux) already > loaded when reading new InfoValue: (Les 101 informations les plus importantes > pour utiliser Debian GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Carte de Référence Debian GNU/Linux) already > loaded when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, fiche de référence, commandes > de base) already loaded when reading new InfoValue: (docbook-xsl, xsltproc) > -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, fiche de référence, commandes > de base) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-vi.dbk > refcard-vi.dbk > xsltproc --nonet --novalid fo.xsl refcard-vi.dbk > refcard-vi-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-vi-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-vi-a4.s.pdf > refcard-vi-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-vi-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-vi-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-vi-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-vi-a4.fo refcard-vi-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-vi.dbk.pdf > 'refcard-vi-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-vi-a4.s.pdf.x.pdf > refcard-vi-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-vi-a4.s.pdf.x.pdf -- > refcard-vi-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-vi-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-vi-a4.t.pdf --paper a4paper > refcard-vi-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-vi-a4.t.pdf --paper a4paper -- > refcard-vi-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-vi-a4.t.pdf'. > rm refcard-vi-a4.s.pdf.x.pdf > L=`echo refcard-vi-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-vi-a4.t.pdf update_info - output refcard-vi-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Thẻ tham chiếu Debian GNU/Linux) already loaded > when reading new InfoValue: (101 thứ quan trọng nhất khi sử dụng Debian > GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Thẻ tham chiếu Debian GNU/Linux) already loaded > when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, thẻ tham chiếu, lệnh cơ bản) > already loaded when reading new InfoValue: (docbook-xsl, xsltproc) -- > skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, thẻ tham chiếu, lệnh cơ bản) > already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- skipping > newer item > xsltproc --nonet --novalid preproc.xsl entries-da.dbk > refcard-da.dbk > xsltproc --nonet --novalid fo.xsl refcard-da.dbk > refcard-da-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-da-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-da-a4.s.pdf > refcard-da-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-da-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-da-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-da-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-da-a4.fo refcard-da-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-da.dbk.pdf > 'refcard-da-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-da-a4.s.pdf.x.pdf > refcard-da-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-da-a4.s.pdf.x.pdf -- > refcard-da-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-da-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-da-a4.t.pdf --paper a4paper > refcard-da-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-da-a4.t.pdf --paper a4paper -- > refcard-da-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-da-a4.t.pdf'. > rm refcard-da-a4.s.pdf.x.pdf > L=`echo refcard-da-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-da-a4.t.pdf update_info - output refcard-da-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux-referencekort) already loaded > when reading new InfoValue: (De 101 vigtigste ting når man bruger Debian > GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux-referencekort) already loaded > when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, referencekort, basale > kommandoer) already loaded when reading new InfoValue: (docbook-xsl, > xsltproc) -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, referencekort, basale > kommandoer) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-ca.dbk > refcard-ca.dbk > xsltproc --nonet --novalid fo.xsl refcard-ca.dbk > refcard-ca-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-ca-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-ca-a4.s.pdf > refcard-ca-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-ca-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-ca-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-ca-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-ca-a4.fo refcard-ca-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-ca.dbk.pdf > 'refcard-ca-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-ca-a4.s.pdf.x.pdf > refcard-ca-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-ca-a4.s.pdf.x.pdf -- > refcard-ca-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-ca-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-ca-a4.t.pdf --paper a4paper > refcard-ca-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-ca-a4.t.pdf --paper a4paper -- > refcard-ca-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-ca-a4.t.pdf'. > rm refcard-ca-a4.s.pdf.x.pdf > L=`echo refcard-ca-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-ca-a4.t.pdf update_info - output refcard-ca-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Targeta de referència per al Debian GNU/Linux) > already loaded when reading new InfoValue: (Les 101 coses més importants per > l'ús del Debian GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Targeta de referència per al Debian GNU/Linux) > already loaded when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, targeta de referència, ordres > bàsiques) already loaded when reading new InfoValue: (docbook-xsl, xsltproc) > -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, targeta de referència, ordres > bàsiques) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-sv.dbk > refcard-sv.dbk > xsltproc --nonet --novalid fo.xsl refcard-sv.dbk > refcard-sv-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-sv-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-sv-a4.s.pdf > refcard-sv-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-sv-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-sv-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-sv-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-sv-a4.fo refcard-sv-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-sv.dbk.pdf > 'refcard-sv-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-sv-a4.s.pdf.x.pdf > refcard-sv-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-sv-a4.s.pdf.x.pdf -- > refcard-sv-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-sv-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-sv-a4.t.pdf --paper a4paper > refcard-sv-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-sv-a4.t.pdf --paper a4paper -- > refcard-sv-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-sv-a4.t.pdf'. > rm refcard-sv-a4.s.pdf.x.pdf > L=`echo refcard-sv-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-sv-a4.t.pdf update_info - output refcard-sv-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Referenskort för Debian GNU/Linux) already loaded > when reading new InfoValue: (De 101 viktigaste sakerna för att använda Debian > GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Referenskort för Debian GNU/Linux) already loaded > when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, referenskort, grundläggande > kommandon) already loaded when reading new InfoValue: (docbook-xsl, xsltproc) > -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, referenskort, grundläggande > kommandon) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-it.dbk > refcard-it.dbk > xsltproc --nonet --novalid fo.xsl refcard-it.dbk > refcard-it-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-it-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-it-a4.s.pdf > refcard-it-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-it-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-it-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-it-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-it-a4.fo refcard-it-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-it.dbk.pdf > 'refcard-it-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-it-a4.s.pdf.x.pdf > refcard-it-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-it-a4.s.pdf.x.pdf -- > refcard-it-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-it-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-it-a4.t.pdf --paper a4paper > refcard-it-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-it-a4.t.pdf --paper a4paper -- > refcard-it-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-it-a4.t.pdf'. > rm refcard-it-a4.s.pdf.x.pdf > L=`echo refcard-it-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-it-a4.t.pdf update_info - output refcard-it-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Scheda di riferimento per Debian GNU/Linux) > already loaded when reading new InfoValue: (Le 101 cose più importanti da > sapere per usare Debian GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Scheda di riferimento per Debian GNU/Linux) > already loaded when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, scheda di riferimento, comandi > di base) already loaded when reading new InfoValue: (docbook-xsl, xsltproc) > -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, scheda di riferimento, comandi > di base) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-hu.dbk > refcard-hu.dbk > xsltproc --nonet --novalid fo.xsl refcard-hu.dbk > refcard-hu-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-hu-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-hu-a4.s.pdf > refcard-hu-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-hu-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-hu-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-hu-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-hu-a4.fo refcard-hu-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-hu.dbk.pdf > 'refcard-hu-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-hu-a4.s.pdf.x.pdf > refcard-hu-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-hu-a4.s.pdf.x.pdf -- > refcard-hu-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-hu-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-hu-a4.t.pdf --paper a4paper > refcard-hu-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-hu-a4.t.pdf --paper a4paper -- > refcard-hu-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-hu-a4.t.pdf'. > rm refcard-hu-a4.s.pdf.x.pdf > L=`echo refcard-hu-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-hu-a4.t.pdf update_info - output refcard-hu-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux Referencia Kártya) already loaded > when reading new InfoValue: (A 101 legfontosabb dolog a Debian használata > közben GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux Referencia Kártya) already loaded > when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, referencia kártya, alapvető > parancsok) already loaded when reading new InfoValue: (docbook-xsl, xsltproc) > -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, referencia kártya, alapvető > parancsok) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-nb.dbk > refcard-nb.dbk > xsltproc --nonet --novalid fo.xsl refcard-nb.dbk > refcard-nb-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-nb-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-nb-a4.s.pdf > refcard-nb-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-nb-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-nb-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-nb-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-nb-a4.fo refcard-nb-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-nb.dbk.pdf > 'refcard-nb-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-nb-a4.s.pdf.x.pdf > refcard-nb-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-nb-a4.s.pdf.x.pdf -- > refcard-nb-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-nb-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-nb-a4.t.pdf --paper a4paper > refcard-nb-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-nb-a4.t.pdf --paper a4paper -- > refcard-nb-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-nb-a4.t.pdf'. > rm refcard-nb-a4.s.pdf.x.pdf > L=`echo refcard-nb-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-nb-a4.t.pdf update_info - output refcard-nb-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux referansekort) already loaded > when reading new InfoValue: (De 101 viktigste tingene når man bruker Debian > GNU/Linux) -- skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux referansekort) already loaded > when reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, referansekort, grunnleggende > kommandoer) already loaded when reading new InfoValue: (docbook-xsl, > xsltproc) -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, referansekort, grunnleggende > kommandoer) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-lt.dbk > refcard-lt.dbk > xsltproc --nonet --novalid fo.xsl refcard-lt.dbk > refcard-lt-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-lt-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-lt-a4.s.pdf > refcard-lt-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-lt-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-lt-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-lt-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-lt-a4.fo refcard-lt-a4.s.pdf; \ > fi; \ > fi > Build the book set list... > Build the listings... > XSLT stylesheets DocBook - LaTeX 2e (0.3.7-1) > =================================================== > Build refcard-lt.dbk.pdf > 'refcard-lt-a4.s.pdf' successfully built > pdfjoin --vanilla --fitpaper true --outfile refcard-lt-a4.s.pdf.x.pdf > refcard-lt-a4.s.pdf empty.pdf empty.pdf > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --fitpaper 'true' --rotateoversize 'true' --suffix > joined --vanilla --fitpaper 'true' --outfile refcard-lt-a4.s.pdf.x.pdf -- > refcard-lt-a4.s.pdf - empty.pdf - empty.pdf - > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-lt-a4.s.pdf.x.pdf'. > pdfnup --vanilla --nup 3x1 --outfile refcard-lt-a4.t.pdf --paper a4paper > refcard-lt-a4.s.pdf.x.pdf 5-6,1-4 > ---- > pdfjam: This is pdfjam version 2.08. > pdfjam: Called with '--vanilla': no user or site configuration > files will be read. > pdfjam: Effective call for this run of pdfjam: > /usr/bin/pdfjam --suffix nup --nup '2x1' --landscape --vanilla > --nup '3x1' --outfile refcard-lt-a4.t.pdf --paper a4paper -- > refcard-lt-a4.s.pdf.x.pdf 5-6,1-4 > pdfjam: Calling pdflatex... > pdfjam: Finished. Output was to 'refcard-lt-a4.t.pdf'. > rm refcard-lt-a4.s.pdf.x.pdf > L=`echo refcard-lt-a4.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > xsltproc --nonet --novalid metadata.xsl entries-$L.dbk | \ > pdftk refcard-lt-a4.t.pdf update_info - output refcard-lt-a4.pdf > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Subject) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux atmintinė) already loaded when > reading new InfoValue: (101 svarbiausių dalykų naudojant Debian GNU/Linux) -- > skipping newer item > pdftk Warning: InfoKey: (Title) already loaded when reading new InfoKey: > (Author) -- skipping newer item > pdftk Warning: InfoValue: (Debian GNU/Linux atmintinė) already loaded when > reading new InfoValue: (W. Martin) -- skipping newer item > pdftk Warning: unexpected case 1 in LoadDataFile(); continuing > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Creator) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, atmintinė, pagrindinės > komandos) already loaded when reading new InfoValue: (docbook-xsl, xsltproc) > -- skipping newer item > pdftk Warning: InfoKey: (Keywords) already loaded when reading new InfoKey: > (Producer) -- skipping newer item > pdftk Warning: InfoValue: (APT, Debian, dpkg, atmintinė, pagrindinės > komandos) already loaded when reading new InfoValue: (DBLaTeX|xmlroff) -- > skipping newer item > xsltproc --nonet --novalid preproc.xsl entries-hi.dbk > refcard-hi.dbk > xsltproc --nonet --novalid fo.xsl refcard-hi.dbk > refcard-hi-a4.fo > Making portrait pages on USletter paper (99mmx210mm) > L=`echo refcard-hi-a4.s.pdf | sed 's/.*-\(.*\)-.*/\1/'`; \ > USE_XR=`echo " ar cs el he hi ja ml sk zh_CN zh_TW " | grep " $L "`; \ > if [ -n "$USE_XR" ]; then \ > xmlroff --backend cairo --continue -o refcard-hi-a4.s.pdf > refcard-hi-a4.fo; \ > else \ > if [ -n "$USE_DBLATEX" ]; then \ > SRC=`echo refcard-hi-a4.fo|sed 's/-\(a4\|lt\).fo/.dbk/'`; \ > FMT=`echo refcard-hi-a4.fo|sed 's/.*-\(a4\|lt\).fo/\1/'`; \ > dblatex --backend=xetex --texstyle=refcard.sty --xsl-user=dblatex.xsl > --output=refcard-hi-a4.s.pdf --param=format=$FMT $SRC; \ > else \ > fop refcard-hi-a4.fo refcard-hi-a4.s.pdf; \ > fi; \ > fi > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[1]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[2]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[3]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[4]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[5]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[6]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[7]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[8]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[9]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[10]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[11]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[12]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[13]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[14]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[15]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[16]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[17]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[18]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionStart[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionStart[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: Expression evaluation error: Evaluation > resulted in an error > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionEnd[1] > Object path: > /FoTree[1]/FoRoot[1]/FoLayoutMasterSet[1]/FoSimplePageMaster[19]/FoRegionEnd[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_object_log_or_propagate_error: > assertion 'src != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_area_table_split_before_height_check: > assertion 'max_height > 0' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_area_table_split_before_height: > assertion 'max_height > 0' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_area_table_split_before_height_check: > assertion 'max_height > 0' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_area_table_split_before_height: > assertion 'max_height > 0' failed > > (xmlroff:4688): libfo-WARNING **: Need better fix. > > (xmlroff:4688): libfo-WARNING **: fo-area-page-error: Child area overflows > parent area > Object path: /FoAreaTree[1]/FoAreaPage[6]/FoAreaViewportReference[1] > > (xmlroff:4688): libfo-WARNING **: fo-area-page-error: Child area overflows > parent area > Object path: /FoAreaTree[1]/FoAreaPage[5]/FoAreaViewportReference[1] > > (xmlroff:4688): libfo-CRITICAL **: fo_area_table_cell_split_before_height: > assertion 'max_height > 0' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_node_parent: assertion 'fo_node != > NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_area_get_available_width: assertion > 'fo_area != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_area_set_child_available_ipdim: > assertion 'fo_area != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_area_get_available_height: assertion > 'fo_area != NULL' failed > > (xmlroff:4688): libfo-CRITICAL **: fo_area_set_child_available_bpdim: > assertion 'fo_area != NULL' failed > Segmentation fault > make[1]: *** [refcard-hi-a4.s.pdf] Error 139 The full build log is available from: http://people.debian.org/~lucas/logs/2016/07/28/refcard_5.0.9_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.