[Bug 212781] [patch] On "Contributing to FreeBSD" pkg_info(1) link goes to a man page that does not exist.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212781 Eitan Adler changed: What|Removed |Added Assignee|freebsd-doc@FreeBSD.org |ead...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 212781] [patch] On "Contributing to FreeBSD" pkg_info(1) link goes to a man page that does not exist.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212781 Eitan Adler changed: What|Removed |Added Assignee|ead...@freebsd.org |freebsd-doc@FreeBSD.org --- Comment #2 from Eitan Adler --- This has been corrected and should be live in an hour or so. Thanks for the submission! -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 212781] [patch] On "Contributing to FreeBSD" pkg_info(1) link goes to a man page that does not exist.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212781 Eitan Adler changed: What|Removed |Added Assignee|freebsd-doc@FreeBSD.org |ead...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 211376] isunordered description in isgreater(3) man page is inverted
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211376 Eitan Adler changed: What|Removed |Added Assignee|freebsd-doc@FreeBSD.org |ead...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 195517] cacos man page uses "i" for "I"
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195517 Eitan Adler changed: What|Removed |Added Assignee|freebsd-doc@FreeBSD.org |ead...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Books not building on fresh checkout
Hi, I'm getting a build error on a fresh checkout. My base directory is ~/freebsd. This is the same error that stumped me some months back. Any advice would be grand. As follows: mkdir docs; svn co https://svn.freebsd.org/doc/head/ docs/ cd docs/en_US.ISO8859-1/books/porters-handbook/ russellh@russell ~/f/d/e/b/porters-handbook> make Warning: dep file /usr/home/russellh/freebsd/docs/en_US.ISO8859-1/books/porters-handbook/uses.xml does not exist Warning: dep file /usr/home/russellh/freebsd/docs/en_US.ISO8859-1/books/porters-handbook/versions.xml does not exist env XML_CATALOG_FILES="file:///usr/home/russellh/freebsd/docs/en_US.ISO8859-1/books/porters-handbook/catalog-cwd.xml file:///usr/home/russellh/freebsd/docs/en_US.ISO8859-1/share/xml/catalog.xml file:///usr/home/russellh/freebsd/docs/share/xml/catalog.xml file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc --xinclude --nonet --maxvars 2 --stringparam latestrevision.timestamp "2017-12-30 14:56:56" --stringparam latestrevision.committer "eadler"--stringparam latestrevision.number "51348" http://www.FreeBSD.org/XML/share/xml/freebsd-xhtml-chunk.xsl book.parsed.xml I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/chunk.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/chunk.xsl"; compilation error: file file:///usr/home/russellh/freebsd/docs/share/xml/freebsd-xhtml-chunk.xsl line 13 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/chunk.xsl *** Error code 5 Stop. make: stopped in /usr/home/russellh/freebsd/docs/en_US.ISO8859-1/books/porters-handbook uname -a FreeBSD russell.ghostbsd-pc.home 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov 14 06:12:40 UTC 2017 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: Books not building on fresh checkout
On 30 December 2017 at 23:36, Russell Haley wrote: > Hi, > > I'm getting a build error on a fresh checkout. My base directory is > ~/freebsd. This is the same error that stumped me some months back. > Any advice would be grand. As follows: > > mkdir docs; svn co https://svn.freebsd.org/doc/head/ docs/ do you have the 'docproj' package installed? -- Eitan Adler ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: Books not building on fresh checkout
On Sat, Dec 30, 2017 at 11:39 PM, Eitan Adler wrote: > On 30 December 2017 at 23:36, Russell Haley wrote: >> Hi, >> >> I'm getting a build error on a fresh checkout. My base directory is >> ~/freebsd. This is the same error that stumped me some months back. >> Any advice would be grand. As follows: >> >> mkdir docs; svn co https://svn.freebsd.org/doc/head/ docs/ > > do you have the 'docproj' package installed? No I did not (but will shortly). Thank you! Russ > > > -- > Eitan Adler ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"