Date: Tue, 2 Feb 2010 14:41:34 GMT From: Anatoly Borodin <anatoly.borodin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/143483: devel/git: make install fails on a clean system Message-ID: <201002021441.o12EfY1Q007208@www.freebsd.org> Resent-Message-ID: <201002021450.o12Eo4aN085871@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143483 >Category: ports >Synopsis: devel/git: make install fails on a clean system >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 02 14:50:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anatoly Borodin >Release: >Organization: >Environment: >Description: On a clean system, devel/git compiles properly, but then fails to install. Installing textproc/docbook-xsl can fix it. >How-To-Repeat: On a clean machine: > cd /usr/ports/deve/git && make install .. ===> Building for git-1.6.6.1 .. rm -f howto/revert-branch-rebase.html+ howto/revert-branch-rebase.html && \ sed -e '1,/^$/d' howto/revert-branch-rebase.txt | asciidoc -b xhtml11 - >howto/revert-branch-rebase.html+ && \ mv howto/revert-branch-rebase.html+ howto/revert-branch-rebase.html rm -f howto/using-merge-subtree.html+ howto/using-merge-subtree.html && \ sed -e '1,/^$/d' howto/using-merge-subtree.txt | asciidoc -b xhtml11 - >howto/using-merge-subtree.html+ && \ mv howto/using-merge-subtree.html+ howto/using-merge-subtree.html asciidoc -b docbook -d book user-manual.txt xsltproc --xinclude --stringparam html.stylesheet docbook-xsl.css -o user-manual.html docbook.xsl user-manual.xml error : No such file or directory warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl" compilation error: file docbook.xsl line 3 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl gmake[1]: *** [user-manual.html] Error 5 gmake[1]: Leaving directory `/usr/obj/usr/ports/devel/git/work/git-1.6.6.1/Documentation' gmake: *** [install-html] Error 2 gmake: Leaving directory `/usr/obj/usr/ports/devel/git/work/git-1.6.6.1' *** Error code 2 Stop in /usr/ports/devel/git. *** Error code 1 Stop in /usr/ports/devel/git. >Fix: Add textproc/docbook-xsl dependency somewhere. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002021441.o12EfY1Q007208>