#37014: docbook-xml-4.3 @5.01 command execution failed ------------------------------+------------------------ Reporter: mzwinderman@… | Owner: lockhart@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: docbook-xml-4.3 | ------------------------------+------------------------ Comment (by mzwinderman@…): I did an uninstall of the ports, but not of MacPorts itself (I ran {{{port uninstall installed}}}), I then did a {{{selfupdate}}}. The {{{xmlcatmgr}}} commands return "no matching entry". Strangely {{{port install docbook-xml-4.3}}} now does not give errors: {{{ ---> Computing dependencies for docbook-xml-4.3 ---> Cleaning docbook-xml-4.3 ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. }}} But on installing texlive I do get the following error: {{{ ---> Staging docbook-xml-4.5 into destroot ---> Installing docbook-xml-4.5 @5.0_1 ---> Activating docbook-xml-4.5 @5.0_1 Error: org.macports.activate for port docbook-xml-4.5 returned: command execution failed Error: Failed to install docbook-xml-4.5 }}} Uninstalling docbook-xml also gives an error, but subsequent reinstallation goes well. Thanks for your quick reply! Replying to [comment:1 pixilla@…]:
Did you uninstall your previous SL MacPorts ports or rm them?
The Portfile runs these commands in the deactivate phase, you could try them manually and then finish your install: {{{ sudo xmlcatmgr -c /opt/local/etc/xml/catalog remove nextCatalog /opt/local/share/xml/docbook/4.3/catalog.xml sudo xmlcatmgr -s -c /opt/local/etc/sgml/catalog remove CATALOG /opt/local/share/xml/docbook/4.3/docbook.cat sudo port install docbook-xml-4.3 }}}
If this works and you are installing other docbook-xml version you may need to run the same commands changing 4.3 to each respective version.
-- Ticket URL: <https://trac.macports.org/ticket/37014#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS