Date: Tue, 30 Nov 2004 22:59:25 +0100 From: Marc Fonvieille <blackend@freebsd.org> To: Tillman Hodgson <tillman@seekingfire.com> Cc: FreeBSD-Doc <freebsd-doc@freebsd.org> Subject: Re: doc build failing? Message-ID: <20041130215925.GA92861@abigail.blackend.org> In-Reply-To: <20041130214033.GF569@seekingfire.com> References: <20041130214033.GF569@seekingfire.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 30, 2004 at 03:40:33PM -0600, Tillman Hodgson wrote: > Howdy folks, > > I'm having trouble building the handbook in order to preview the changes > to the Matlab section that I'm working on. > > In my /etc/daily.local I do this: > > # doc needs special help > mv /exports/doc/CVSROOT /exports/doc/CVSROOT-doc > su tillman -c '/usr/local/bin/cvsup -g -L1 /usr/local/etc/doc-supfile' > mv /exports/doc/CVSROOT-doc /exports/doc/CVSROOT > > In my ~/dev/freebsd-doc/doc/en_US.ISO8859-1/books/handbook directory, I > ran `export CVSROOT=/exports/doc` and then `cvs update`. > > I then ran `make clean` and `make`. Make bombs out with: > > /bin/rm -f docbook.css > /bin/cat /exports/tillman/dev/freebsd-doc/doc/share/misc/docbook.css > docbook.css > /usr/bin/env SP_ENCODING=ISO-8859-1 /usr/local/bin/jade -V html-manifest -ioutput.html -d /exports/tillman/dev/freebsd-doc/doc/share/sgml/default.dsl -ifreebsd.urls.relprefix.4 -V %generate-legalnotice-link% -ioutput.html.images -i chap.advanced-networking -i chap.basics -i chap.bibliography -i chap.boot -i chap.config -i chap.cutting-edge -i chap.desktop -i chap.disks -i chap.eresources -i chap.install -i chap.introduction -i chap.kernelconfig -i chap.l10n -i chap.linuxemu -i chap.mac -i chap.mail -i chap.mirrors -i chap.multimedia -i chap.network-servers -i chap.pgpkeys -i chap.ports -i chap.ppp-and-slip -i chap.printing -i chap.security -i chap.serialcomms -i chap.users -i chap.vinum -i chap.x11 -i chap.freebsd-glossary -D /usr/obj/exports/tillman/dev/freebsd-doc/doc/en_US.ISO8859-1/books/handbook -c /exports/tillman/dev/freebsd-doc/doc/en_US.ISO8859-1/share/sgml/catalog -c /exports/tillman/dev/freebsd-doc/doc/share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/! modular/catalog -c /usr/local/share/sgml/iso8879/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -c /usr/local/share/sgml/catalog.ports -t sgml /exports/tillman/dev/freebsd-doc/doc/en_US.ISO8859-1/books/handbook/book.sgml > /usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml $(/usr/bin/xargs < HTML.manifest) > *** Error code 1 (ignored) > [...] It is normal behavior, there is no problem, your Handbook is built. Check the html files and/or try make install Marc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041130215925.GA92861>