Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2019 09:00:17 -0600 (CST)
From:      Rob Belics <rob@belics.com>
To:        freebsd-doc@freebsd.org
Subject:   Unable to build FreeBSD website
Message-ID:  <201901201500.x0KF0HFt085603@belics.com>

next in thread | raw e-mail | index | archive | help
Following the fdp-primer, I attempted to build the FreeBSD web site. In htdocs, I see there are .xsl files for only two of the web pages while there are .xml files for other pages. Why are there missing .xsl files?

When I run 'make all' or 'make FORMATS="html-split" all', I get the following:

make FORMATS="html-split" WEB_ONLY=yes
env XML_CATALOG_FILES="file:///usr/home/rob/org/en_US.ISO8859-1/htdocs/catalog-cwd.xml  file:///usr/home/rob/org/en_US.ISO8859-1/share/xml/catalog.xml  file:///usr/home/rob/org/share/xml/catalog.xml  file:///usr/local/share/xml/catalog" /usr/local/bin/xmllint  --xinclude --valid --noout --nonet about.xml
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
file:///usr/home/rob/org/share/xml/xhtml10-freebsd.dtd:143: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
%html.orig;
           ^
file:///usr/home/rob/org/share/xml/xhtml10-freebsd.dtd:147: validity error : PEReference: %attrs; not found
  %attrs;
         ^
about.xml:7: element html: validity error : No declaration for attribute xmlns of element html
<html xmlns="http://www.w3.org/1999/xhtml">;
                                          ^
about.xml:9: element title: validity error : No declaration for element title
      <title>&title;</title>
                            ^




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901201500.x0KF0HFt085603>