Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails Tests on OpenBSD + Perl 5.12.2 [rt.cpan.org #61424] #67

Open
toddr opened this issue Sep 24, 2019 · 0 comments
Open

Fails Tests on OpenBSD + Perl 5.12.2 [rt.cpan.org #61424] #67

toddr opened this issue Sep 24, 2019 · 0 comments

Comments

@toddr
Copy link
Member

toddr commented Sep 24, 2019

Migrated from rt.cpan.org#61424 (status was 'open')

Requestors:

From [email protected] on 2010-09-17 12:42:19
:

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.


From [email protected] on 2010-09-17 12:46:38
:

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?

-- 
Alexandr Ciornii, http://chorny.net


From [email protected] on 2010-09-17 18:00:51
:

On 2010-09-18 00:46:38, CHORNY wrote:
> 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 [email protected] on 2011-02-28 23:43:06
:

On Fri Sep 17 08:46:38 2010, CHORNY wrote:
> 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?
> 

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.



From [email protected] on 2011-04-05 16:06:51
:

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.  :-)

From [email protected] on 2011-08-25 12:31:58
:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant