[MacPorts] #19728: Problem with make policykit
#19728: Problem with make policykit --------------------------------+------------------------------------------- Reporter: info@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: policykit xsltproc | Port: policykit --------------------------------+------------------------------------------- Making all in man /opt/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl polkit-auth.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 -- Ticket URL: <http://trac.macports.org/ticket/19728> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19728: Problem with make policykit --------------------------------+------------------------------------------- Reporter: info@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: policykit xsltproc | Port: policykit --------------------------------+------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => devans@… Old description:
Making all in man /opt/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl polkit-auth.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
New description: {{{ Making all in man /opt/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl polkit-auth.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 }}} -- -- Ticket URL: <http://trac.macports.org/ticket/19728#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19728: Problem with make policykit --------------------------------+------------------------------------------- Reporter: info@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: policykit xsltproc | Port: policykit --------------------------------+------------------------------------------- Changes (by devans@…): * status: new => assigned Comment: I'm not sure what to make of this. I just tried rebuilding the port here and I couldn't reproduce your problem. Make sure you have docbook-xsl installed (it should be as it is a dependency of gnome-doc-utils which is a declared build dependency of this port). What does {{{ port installed name:docbook }}} tell you? Have you tried cleaning the port and trying again? {{{ sudo port clean --all policykit sudo port install policykit }}} It looks like it is failing to find docbook.xsl on the net, but it shouldn't be doing that because of the -nonet argument to xsltproc. Should be using the copy supplied by port docbook-xsl. I'm mistified. Does anyone else understand what's happending here? A last ditch effort you be to disable building of man pages by adding {{{ --disable-man-pages }}} to the configure.args in the Portfile -- Ticket URL: <http://trac.macports.org/ticket/19728#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19728: Problem with make policykit --------------------------------+------------------------------------------- Reporter: info@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: policykit xsltproc | Port: policykit --------------------------------+------------------------------------------- Comment(by blb@…): Ticket #19784 has some more info which may help. -- Ticket URL: <http://trac.macports.org/ticket/19728#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19728: Problem with make policykit --------------------------------+------------------------------------------- Reporter: info@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: policykit xsltproc | Port: policykit --------------------------------+------------------------------------------- Comment(by info@…): tanks i am soluttion this problem, very thanks -- Ticket URL: <http://trac.macports.org/ticket/19728#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19728: Problem with make policykit --------------------------------+------------------------------------------- Reporter: info@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: policykit xsltproc | Port: policykit --------------------------------+------------------------------------------- Comment(by jim@…): UPDATE from #19784 -- this is due to breakage in /opt/local/etc/xml/catalog. It's missing a line: {{{ <nextCatalog catalog="/opt/local/share/xsl/docbook-xsl/catalog.xml" /> }}} You could add it manually: {{{ xmlcatmgr add nextCatalog /opt/local/share/xsl/docbook-xsl/catalog.xml }}} This is supposed to be added by docbook-xsl. I strongly recommend that you uninstall and reinstall it, which fixes this: {{{ sudo port -f uninstall docbook-xsl sudo port install docbook-xsl }}} -- Ticket URL: <http://trac.macports.org/ticket/19728#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19728: Problem with make policykit ---------------------------------+------------------------------------------ Reporter: info@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: xsltproc Port: docbook-xsl | ---------------------------------+------------------------------------------ Changes (by devans@…): * keywords: policykit xsltproc => xsltproc * status: assigned => closed * resolution: => fixed * port: policykit => docbook-xsl Comment: Thanks for the help on this. Closing this as fixed for now but looks like there may be a problem with docbook-xsl when updating (as opposed to uninstall/install). -- Ticket URL: <http://trac.macports.org/ticket/19728#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts