I have run into a peculiar problem. After having the German and English documentation installed on my system for about 18 months, portupgrade ran into an error on both documentation sets. I tried alternatives to install this after removing the prior version: portmaster generated the same error, expectedly.
I finally tried SVN to install from /usr/doc/de_DE.ISO8859-1 - with the same errors that I got before from the ports system:
This is on FreeBSD 9.1-p4 (x64).
Any help would be appreciated.
pkg install de-freebsd-doc
did not find any packages to install.I finally tried SVN to install from /usr/doc/de_DE.ISO8859-1 - with the same errors that I got before from the ports system:
Code:
root@storez1202:/usr/doc/de_DE.ISO8859-1 # make
===> articles (all)
===> articles/contributing (all)
/usr/bin/grep '^<?xml version=.*?>' article.xml > article.parsed.xml.tmp
echo '<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN" "../../../share/xml/freebsd45.dtd">' >> article.parsed.xml.tmp
==> Basic validation
env XML_CATALOG_FILES="file:///usr/doc/de_DE.ISO8859-1/articles/contributing/catalog-cwd.xml file:///usr/doc/de_DE.ISO8859-1/share/xml/catalog.xml file:///usr/doc/share/xml/catalog.xml file:///usr/doc/share/xml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xmllint --nonet --noent --valid --xinclude --dropdtd /usr/doc/de_DE.ISO8859-1/articles/contributing/article.xml | /usr/bin/grep -v '^<?xml version=.*?>' >> article.parsed.xml.tmp
/bin/mv article.parsed.xml.tmp article.parsed.xml
/usr/bin/sed 's|@@URL_RELPREFIX@@|http://www.FreeBSD.org|g' < article.parsed.xml > article.parsed.print.xml
/usr/bin/sed -i '' 's|@@URL_RELPREFIX@@|../../../..|g' article.parsed.xml
/bin/rm -f docbook.css
/bin/cat /usr/doc/share/misc/docbook.css > docbook.css
env XML_CATALOG_FILES="file:///usr/doc/de_DE.ISO8859-1/articles/contributing/catalog-cwd.xml file:///usr/doc/de_DE.ISO8859-1/share/xml/catalog.xml file:///usr/doc/share/xml/catalog.xml file:///usr/doc/share/xml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --nonet /usr/doc/de_DE.ISO8859-1/share/xsl/freebsd-xhtml-chunk.xsl article.parsed.xml
Writing trademarks.html for legalnotice(trademarks)
No "de" localization of "Lastmodified" exists; using "en".
No "de" localization of "on" exists; using "en".
Writing contrib-how.html for sect1(contrib-how)
Writing index.html for article
Writing HTML.manifest
env XML_CATALOG_FILES="file:///usr/doc/de_DE.ISO8859-1/articles/contributing/catalog-cwd.xml file:///usr/doc/de_DE.ISO8859-1/share/xml/catalog.xml file:///usr/doc/share/xml/catalog.xml file:///usr/doc/share/xml/catalog-common.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --nonet /usr/doc/de_DE.ISO8859-1/share/xsl/freebsd-xhtml.xsl article.parsed.xml > article.html
No "de" localization of "Lastmodified" exists; using "en".
No "de" localization of "on" exists; using "en".
/usr/local/bin/w3m -dump article.html > article.txt
/home/recluce/.shrc SP_ENCODING=XML /usr/local/bin/openjade -V tex-backend -ioutput.print -d /usr/doc/share/xml/default.dsl -ifreebsd.urls.absolute -V %generate-article-toc% -ijade.compat -w no-valid -V openjade -D /usr/doc/de_DE.ISO8859-1/articles/contributing/../../../share/images/articles/contributing -D /usr/obj/usr/doc/de_DE.ISO8859-1/articles/contributing -c /usr/doc/de_DE.ISO8859-1/share/xml/catalog -c /usr/doc/share/xml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/jade/catalog -t tex -o article.tex /usr/local/share/sgml/docbook/dsssl/modular/dtds/decls/xml.dcl article.parsed.print.xml
/usr/bin/sed -i '' -e 's|{1}\\def\\ScaleY%|{0.5}\\def\\ScaleY%|g' -e 's|{1}\\def\\EntitySystemId%|{0.5}\\def\\EntitySystemId%|g' article.tex
sed: article.tex: No such file or directory
*** [article.tex] Error code 1
Stop in /usr/doc/de_DE.ISO8859-1/articles/contributing.
*** [all] Error code 1
Stop in /usr/doc/de_DE.ISO8859-1/articles.
*** [all] Error code 1
Stop in /usr/doc/de_DE.ISO8859-1.
This is on FreeBSD 9.1-p4 (x64).
Any help would be appreciated.