Skip Menu |

This queue is for tickets about the XML-Parser CPAN distribution.

Report information
The Basics
Id: 61424
Status: resolved
Priority: 0/
Queue: XML-Parser

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.40
Fixed in: (no value)



Subject: Fails Tests on OpenBSD + Perl 5.12.2
On Fri Sep 17 08:42:19 2010, KENTNL wrote: Show quoted text
> As seen on CPANTS: >
http://www.cpantesters.org/cpan/report/ae03c67a-c142-11df-a9a6-f57eca15ebd2 Show quoted text
> > Output of my specific failure & perl -V > https://gist.github.com/ed04f7e06ee008a60d1f > > Thanks.
I have seen this error on cpantesters site, but have no idea yet why does it happens. Which version of expat library do you have? -- Alexandr Ciornii, http://chorny.net
On 2010-09-18 00:46:38, CHORNY wrote:
Show quoted text
> On Fri Sep 17 08:42:19 2010, KENTNL wrote:
> > As seen on CPANTS:
> >
> http://www.cpantesters.org/cpan/report/ae03c67a-c142-11df-a9a6-f57eca15ebd2
> >
> > Output of my specific failure & perl -V
> > https://gist.github.com/ed04f7e06ee008a60d1f
> >
> > Thanks.
>
> I have seen this error on cpantesters site, but have no idea yet why
> does it happens. Which version of expat library do you have?
>

/usr/lib/libexpat.so.9.0
/usr/lib/libexpat.a
/usr/lib/libexpat_p.a
/usr/lib/libexpat_pic.a
/usr/include/expat.h
/usr/include/expat_external.h

That is about the most useful information I can find to give you.  What so.9.0 means is anyones guess. libexpat does not appear to be provided by an external port anywhere so I guess its part of the 4.7 base system.

From: dan.stangel [...] hp.com
On Fri Sep 17 08:46:38 2010, CHORNY wrote: Show quoted text
> On Fri Sep 17 08:42:19 2010, KENTNL wrote:
> > As seen on CPANTS: > >
>
http://www.cpantesters.org/cpan/report/ae03c67a-c142-11df-a9a6-f57eca15ebd2 Show quoted text
> > > > Output of my specific failure & perl -V > > https://gist.github.com/ed04f7e06ee008a60d1f > > > > Thanks.
> > I have seen this error on cpantesters site, but have no idea yet why > does it happens. Which version of expat library do you have? >
I am seeing this same 'make test' error trying to build XML::Parser on a Redhat Enterprise Linux (RHEL) 5.5 system on x86_64. I am using the Redhat-supplied Expat libraries. The RPM packages are expat and expat-devel: # rpm -qi expat-devel Name : expat-devel Relocations: (not relocatable) Version : 1.95.8 Vendor: Red Hat, Inc. Release : 8.3.el5_4.2 Build Date: Tue 01 Dec 2009 04:00:52 AM MST Install Date: Fri 25 Feb 2011 03:56:01 PM MST Build Host: hs20-bc2-5.build.redhat.com Group : Development/Libraries Source RPM: expat-1.95.8-8.3.el5_4.2.src.rpm Size : 376983 License: BSD Signature : DSA/SHA1, Thu 03 Dec 2009 07:32:18 AM MST, Key ID 5326810137017186 Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://www.libexpat.org/ Summary : Libraries and include files to develop XML applications with expat.
Just ran into this identical (?) bug on CentOS 5.5, with a custom Perl 5.12.3 build. Build output is at https://gist.github.com/0e3c3b8710a6beb7b42f System details available upon request. :-)
Ditto. Same problem, this time on perl 5.10.1 on CentOS $ rpm -qi expat-devel Name : expat-devel Relocations: (not relocatable) Version : 1.95.8 Vendor: CentOS Release : 8.3.el5_4.2 Build Date: Tue 08 Dec 2009 07:23:13 AM MST Install Date: Tue 20 Apr 2010 01:26:13 PM MDT Build Host: builder16.centos.org Group : Development/Libraries Source RPM: expat-1.95.8-8.3.el5_4.2.src.rpm Size : 376983 License: BSD Signature : DSA/SHA1, Thu 17 Dec 2009 06:32:05 PM MST, Key ID a8a447dce8562897 URL : http://www.libexpat.org/ Summary : Libraries and include files to develop XML applications with expat. Description : The expat-devel package contains the libraries, include files and documentation to develop XML applications with expat. Looking at bug #54747 it seems this isn't an issue with XML::Parser itself, but rather a bug in the underlying expat library.
Ticket migrated to github as https://github.com/toddr/XML-Parser/issues/67