From owner-freebsd-doc@freebsd.org Sun Jan 20 15:09:01 2019 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 094041493824 for ; Sun, 20 Jan 2019 15:09:01 +0000 (UTC) (envelope-from rob@belics.com) Received: from belics.com (www.belics.com [107.161.21.234]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "belics.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E0A0B6BB6F for ; Sun, 20 Jan 2019 15:08:59 +0000 (UTC) (envelope-from rob@belics.com) Received: from belics.com (localhost.localdomain [127.0.0.1]) by belics.com (8.15.2/8.15.2) with ESMTPS id x0KF0MtY089031 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Sun, 20 Jan 2019 09:00:23 -0600 (CST) (envelope-from rob@belics.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=belics.com; s=default; t=1547996423; bh=N7rTqvE7H+qsYOPDTbqZOh3Cfyar8CHy7PKceMZPsNw=; h=Date:From:To:Subject; b=hQfNVYkVHhwtDETLDwL5piXEpiBDNdNaV6r52vK0bb1t8XBLqBTSuE6V5uXibzImN RSzvq0xwrMQthpMEf7cHNiOS4znq59ojv4Jtdk185Zd/I/w82UL8p+PqplVj6UCyYI LrfJDU+J9dEssM86lIqU/oaRcmCuIb6fV34QF+M0= Received: (from rob@localhost) by belics.com (8.15.2/8.15.2/Submit) id x0KF0HFt085603 for freebsd-doc@freebsd.org; Sun, 20 Jan 2019 09:00:17 -0600 (CST) (envelope-from rob) Date: Sun, 20 Jan 2019 09:00:17 -0600 (CST) From: Rob Belics Message-Id: <201901201500.x0KF0HFt085603@belics.com> To: freebsd-doc@freebsd.org Subject: Unable to build FreeBSD website X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (belics.com [127.0.0.1]); Sun, 20 Jan 2019 09:00:23 -0600 (CST) X-Rspamd-Queue-Id: E0A0B6BB6F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=belics.com header.s=default header.b=hQfNVYkV; dmarc=pass (policy=none) header.from=belics.com; spf=pass (mx1.freebsd.org: domain of rob@belics.com designates 107.161.21.234 as permitted sender) smtp.mailfrom=rob@belics.com X-Spamd-Result: default: False [-2.86 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[belics.com:s=default]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-0.04)[asn: 3842(-0.10), country: US(-0.08)]; NEURAL_SPAM_SHORT(0.18)[0.184,0]; DKIM_TRACE(0.00)[belics.com:+]; DMARC_POLICY_ALLOW(-0.50)[belics.com,none]; MX_GOOD(-0.01)[belics.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:3842, ipnet:107.161.20.0/22, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2019 15:09:01 -0000 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 ^ about.xml:9: element title: validity error : No declaration for element title &title; ^