Advertisement
yaneurabeya

Untitled

Mar 22nd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. $ make
  2. cd /usr/src/release/doc/en_US.ISO8859-1/hardware/../../share/xml && make MAN2HWNOTES_FLAGS= dev-auto.ent
  3. `dev-auto.ent' is up to date.
  4. cd /usr/src/release/doc/en_US.ISO8859-1/hardware/../../share/xml && make MAN2HWNOTES_FLAGS= dev-auto.ent
  5. `dev-auto.ent' is up to date.
  6. env XML_CATALOG_FILES="file:///usr/obj/usr/src/release/doc/en_US.ISO8859-1/hardware/catalog-cwd.xml file:///usr/doc/en_US.ISO8859-1/share/xml/catalog.xml file:///usr/doc/share/xml/catalog.xml file:///usr/local/share/xml/catalog file:///usr/src/release/doc/en_US.ISO8859-1/hardware/../../en_US.ISO8859-1/share/xml/catalog.xml file:///usr/src/release/doc/en_US.ISO8859-1/hardware/../../share/xml/catalog.xml" /usr/local/bin/xmllint --nonet --noent --valid --dropdtd --xinclude /usr/src/release/doc/en_US.ISO8859-1/hardware/article.xml > article.parsed.xml.tmp
  7. ==> Profiling
  8. env XML_CATALOG_FILES="file:///usr/obj/usr/src/release/doc/en_US.ISO8859-1/hardware/catalog-cwd.xml file:///usr/doc/en_US.ISO8859-1/share/xml/catalog.xml file:///usr/doc/share/xml/catalog.xml file:///usr/local/share/xml/catalog file:///usr/src/release/doc/en_US.ISO8859-1/hardware/../../en_US.ISO8859-1/share/xml/catalog.xml file:///usr/src/release/doc/en_US.ISO8859-1/hardware/../../share/xml/catalog.xml" /usr/local/bin/xsltproc --param profile.attribute "'releasetype'" --param profile.value "'snapshot'" http://docbook.sourceforge.net/release/xsl-ns/current/profiling/profile.xsl article.parsed.xml.tmp > article.parsed.xml
  9. /bin/rm article.parsed.xml.tmp
  10. /usr/bin/sed 's|@@URL_RELPREFIX@@|http://www.FreeBSD.org|g' < article.parsed.xml > article.parsed.print.xml
  11. /usr/bin/sed -i '' -e 's|@@URL_RELPREFIX@@|../../../..|g' article.parsed.xml
  12. env XML_CATALOG_FILES="file:///usr/obj/usr/src/release/doc/en_US.ISO8859-1/hardware/catalog-cwd.xml file:///usr/doc/en_US.ISO8859-1/share/xml/catalog.xml file:///usr/doc/share/xml/catalog.xml file:///usr/local/share/xml/catalog file:///usr/src/release/doc/en_US.ISO8859-1/hardware/../../en_US.ISO8859-1/share/xml/catalog.xml file:///usr/src/release/doc/en_US.ISO8859-1/hardware/../../share/xml/catalog.xml" /usr/local/bin/xsltproc --param release.url "'https://www.FreeBSD.org/snapshots/'" --param release.branch "'12-CURRENT'" --param release.maillist "'current'" --param toc.section.depth "'3'" --xinclude --nonet --maxvars 20000 http://www.FreeBSD.org/release/XML/share/xml/release.xsl article.parsed.xml > article.html
  13. runtime error: file file:///usr/doc/share/xml/freebsd-common.xsl line 56 element value-of
  14. Variable 'latestrevision.timestamp' has not been declared.
  15. xmlXPathCompiledEval: evaluation failed
  16. runtime error: file file:///usr/doc/share/xml/freebsd-common.xsl line 56 element value-of
  17. XPath evaluation returned no result.
  18. *** Error code 10
  19.  
  20. Stop.
  21. make: stopped in /usr/src/release/doc/en_US.ISO8859-1/hardware
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement