[MacPorts] #60423: docbook2X depends on perl5.26, but seems to require perl5.28
MacPorts
noreply at macports.org
Sat May 2 13:02:14 UTC 2020
#60423: docbook2X depends on perl5.26, but seems to require perl5.28
----------------------+-----------------------
Reporter: szhorvat | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Keywords: | Port: docbook2X
----------------------+-----------------------
The docbook2X port depends on perl5.26:
{{{
port info docbook2X
docbook2X @0.8.8_10 (textproc)
Variants: universal
Description: Converts DocBook documents into the traditional Unix
man
page format and the GNU Texinfo format.
Homepage: http://docbook2x.sourceforge.net/
Library Dependencies: perl5.26, p5.26-xml-namespacesupport, p5.26-xml-sax,
p5.26-xml-parser, p5.26-xml-sax-expat, libiconv,
libxml2
Conflicts with: docbook-utils
Platforms: darwin
License: MIT
Maintainers: Email: tlockhart1976 at gmail.com, GitHub: lockhart
Policy: openmaintainer
}}}
But it appears to require perl5.28:
{{{
~ $ db2x_xsltproc
Failed to execute process '/opt/local/bin/db2x_xsltproc'. Reason:
The file '/opt/local/bin/db2x_xsltproc' specified the interpreter
'/opt/local/bin/perl5.28', which is not an executable command.
}}}
The db2x_xsltproc script has this at the beginning:
{{{
#!/opt/local/bin/perl5.28
}}}
--
Ticket URL: <https://trac.macports.org/ticket/60423>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list