[MacPorts] #36354: docbook-utils @ 0.6.14 regex bug
MacPorts
noreply at macports.org
Wed Oct 3 04:26:34 PDT 2012
#36354: docbook-utils @ 0.6.14 regex bug
----------------------------+---------------------------------
Reporter: lockhart@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords: haspatch maintainer
Port: docbook-utils |
----------------------------+---------------------------------
Comment (by piergiuseppe.fogli@…):
Thank you for your reply! [[BR]]
Finally I succeeded in installing it.[[BR]]
I don't know if previous versions worked, it's a new install not an
upgrade.[[BR]]
On a different Mac with identical software environment the install process
went OK:[[BR]]
{{{
$ sw_vers -productVersion; xcodebuild -version | head -n1;uname -p; port
version; port -q installed docbook-utils
10.6.8
Xcode 3.2.6
i386
Version: 2.1.2
docbook-utils @0.6.14_1 (active)
}}}
I discovered a difference between the two Mac in the file
/opt/local/etc/sgml/catalog:
On the "working" Mac:
{{{
-- Created by XML Catalog Manager 2.2 --
CATALOG "/opt/local/share/dsssl/docbook-dsssl/catalog"
CATALOG "/opt/local/share/sgml/iso8879/catalog"
CATALOG "/opt/local/share/sgml/docbook/4.2/docbook.cat"
CATALOG "/opt/local/share/sgml/openjade/catalog"
}}}
On the "failing" Mac:
{{{
-- Created by XML Catalog Manager 2.2 --
CATALOG "/opt/local/share/xml/docbook/4.2/docbook.cat"
CATALOG "/opt/local/share/xml/docbook/4.1.2/docbook.cat"
CATALOG "/opt/local/share/xml/docbook/4.3/docbook.cat"
CATALOG "/opt/local/share/xml/docbook/4.4/docbook.cat"
CATALOG "/opt/local/share/xml/docbook/4.5/docbook.cat"
CATALOG "/opt/local/share/dsssl/docbook-dsssl/catalog"
CATALOG "/opt/local/share/sgml/iso8879/catalog"
CATALOG "/opt/local/share/sgml/docbook/4.2/docbook.cat"
CATALOG "/opt/local/share/sgml/openjade/catalog"
}}}
When I changed the file on the "failing" Mac to:
{{{
-- Created by XML Catalog Manager 2.2 --
CATALOG "/opt/local/share/dsssl/docbook-dsssl/catalog"
CATALOG "/opt/local/share/sgml/iso8879/catalog"
CATALOG "/opt/local/share/sgml/docbook/4.2/docbook.cat"
CATALOG "/opt/local/share/sgml/openjade/catalog"
CATALOG "/opt/local/share/xml/docbook/4.2/docbook.cat"
CATALOG "/opt/local/share/xml/docbook/4.1.2/docbook.cat"
CATALOG "/opt/local/share/xml/docbook/4.3/docbook.cat"
CATALOG "/opt/local/share/xml/docbook/4.4/docbook.cat"
CATALOG "/opt/local/share/xml/docbook/4.5/docbook.cat"
}}}
the install process was successful.
--
Ticket URL: <https://trac.macports.org/ticket/36354#comment:9>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list