Solved [Solved] Problems w/ xsltproc/docbook, after prtmstr upgrade

This is exactly my steps, I hope you amazing greybeards can help me out here:

portmaster -ad

Full log:http://bpaste.net/show/1Y5JlaeWjwoQQ2dx9Yvx/

Excerpt:
Code:
gmake[3]: Entering directory `/usr/ports/sysutils/upower/work/upower-0.9.7/doc'
Making all in man
gmake[4]: Entering directory `/usr/ports/sysutils/upower/work/upower-0.9.7/doc/man'
/usr/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl upower.xml
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
gmake[4]: *** [upower.1] Error 4
gmake[4]: Leaving directory `/usr/ports/sysutils/upower/work/upower-0.9.7/doc/man'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/sysutils/upower/work/upower-0.9.7/doc'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/sysutils/upower/work/upower-0.9.7'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/ports/sysutils/upower/work/upower-0.9.7'
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/upower

/usr/ports/UPDATING:
I followed the UPDATING note as such:

Flushing out any packages:
Code:
pkg delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\*

I deinstalled any docbook-* ports I currently had. Previously I had an error xmlcatmgr: failed to open '/usr/local/share/xml/catalog.ports': No such file or directory when I try to build textproc/docbook-xml. I got around that using xmlcatmgr -c /usr/local/share/xml/catalog.ports create xml.

I then built textproc/docbook-sgml and textproc/docbook-xml as instructed.

But, in the end I get the same errors as the portmaster -ad upgrade. I am using a fresh ports tree.
 
Re: Problems with xsltproc, docbook, during portmaster upgra

That solved me "working around" the missing messages about ports.catalog, but I still get

Code:
gmake[3]: Entering directory `/usr/ports/sysutils/upower/work/upower-0.9.7/doc'
Making all in man
gmake[4]: Entering directory `/usr/ports/sysutils/upower/work/upower-0.9.7/doc/man'
/usr/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl upower.xml
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
gmake[4]: *** [upower.1] Error 4
gmake[4]: Leaving directory `/usr/ports/sysutils/upower/work/upower-0.9.7/doc/man'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/sysutils/upower/work/upower-0.9.7/doc'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/sysutils/upower/work/upower-0.9.7'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/ports/sysutils/upower/work/upower-0.9.7'
*** Error code 1
 
Re: Problems with xsltproc, docbook, during portmaster upgra

Actually running portmaster -a again worked. This time I wasn't asked to install upower. Strange... Guess I can marked this solved.
 
Back
Top