[Slackbuilds-users] perl-xml-sax doinst.sh

xgizzmo at slackbuilds.org xgizzmo at slackbuilds.org
Sat Sep 10 00:27:21 UTC 2011


On Friday 09 September 2011 18:57:04 Thomas Morper wrote:
> Hello there,
> 
> While playing with some Perl modules I noticed that the doinst.sh for
> perl-xml-sax won't work as expected because of a version- and platform-
> dependent path that is hardcoded for Slackware 13.0 32-bit.
> 
> Fortunately, Perl itself knows the correct path, so the problem is easy
> to fix with a doinst.sh like this:
> 
> ---8<---
> chroot . /usr/bin/perl -MConfig -MXML::SAX -e '
> XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers
> unless (-f $Config{installvendorlib} . "/XML/SAX/ParserDetails.ini");'
> --->8---
> 
> Cheers!
> 

Fixed this in my git branch. It should go out with the next public push.
Thanks for the bug report.
http://slackbuilds.org/cgit/slackbuilds/commit/?h=gizzmo&id=95299b4c3b9789a8cb8e9c6b25d2bb298968ad71

--dsomero



More information about the SlackBuilds-users mailing list