cygporter / git

Cygwin Git packaging paraphernalia
2 stars 2 forks source link

Benign ParserDetails.ini warnings during build process #1

Closed me-and closed 8 years ago

me-and commented 10 years ago

The document creation step will currently produce a lot of errors along the lines of "could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.14/XML/SAX".

This can be fixed with a one-time workaround, running the following commands (with thanks to Anthony Blond):

 mkdir -p /usr/lib/perl5/vendor_perl/5.14/XML/SAX
 echo '[XML::SAX::PurePerl]' >/usr/lib/perl5/vendor_perl/5.14/XML/SAX/ParserDetails.ini
 echo 'http://xml.org/sax/features/namespaces = 1' >>/usr/lib/perl5/vendor_perl/5.14/XML/SAX/ParserDetails.ini
me-and commented 8 years ago

Not seen during v2.8.0-1 builds (and I think not seen for some time before that, too).

me-and commented 6 years ago

For future reference, discussion about the work-around I'm using, and incorporating it into the Cygwin packaging of the relevant package: https://cygwin.com/ml/cygwin/2018-04/msg00072.html