Skip Menu |

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

Report information
The Basics
Id: 132129
Status: resolved
Priority: 0/
Queue: XML-LibXML

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

Bug Information
Severity: (no value)
Broken in: 2.0203
Fixed in: (no value)



Subject: fatal error: 'libxml/xmlmemory.h' file not found
Compilation fails on some of my mac configurations: ... cc -c -I/usr/include/libxml2 -fno-common -DPERL_DARWIN -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"2.0203\" -DXS_VERSION=\"2.0203\" "-I/opt/perl-5.30.0/lib/5.30.0/darwin-2level/CORE" -DHAVE_UTF8 Devel.c Devel.xs:28:10: fatal error: 'libxml/xmlmemory.h' file not found #include <libxml/xmlmemory.h> ^~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Devel.o] Error 1 ... However, installing the newest Alien::Libxml2 beforehand seems to help to get a successful build. So maybe a too old Alien::Libxml2 (here: 0.09) is problematic.
Subject: Re: [rt.cpan.org #132129] fatal error: 'libxml/xmlmemory.h' file not found
Date: Tue, 17 Mar 2020 18:41:14 +0200
To: bug-XML-LibXML [...] rt.cpan.org
From: Shlomi Fish <shlomif [...] shlomifish.org>
On Thu, 12 Mar 2020 15:46:36 -0400 "Slaven_Rezic via RT" <bug-XML-LibXML@rt.cpan.org> wrote: Show quoted text
> Thu Mar 12 15:46:35 2020: Request 132129 was acted upon. > Transaction: Ticket created by SREZIC > Queue: XML-LibXML > Subject: fatal error: 'libxml/xmlmemory.h' file not found > Broken in: 2.0203 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132129 > > > > Compilation fails on some of my mac configurations: > > ... > cc -c -I/usr/include/libxml2 -fno-common -DPERL_DARWIN > -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe > -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -O3 > -DVERSION=\"2.0203\" -DXS_VERSION=\"2.0203\" > "-I/opt/perl-5.30.0/lib/5.30.0/darwin-2level/CORE" -DHAVE_UTF8 Devel.c > Devel.xs:28:10: fatal error: 'libxml/xmlmemory.h' file not found #include > <libxml/xmlmemory.h> ^~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** > [Devel.o] Error 1 ... > > However, installing the newest Alien::Libxml2 beforehand seems to help to get > a successful build. So maybe a too old Alien::Libxml2 (here: 0.09) is > problematic. >
Thanks for the report. Please try again with XML::LibXML 2.0204, which I uploaded to PAUSE now. Thanks!
On 2020-03-17 13:05:47, shlomif@shlomifish.org wrote: Show quoted text
> On Thu, 12 Mar 2020 15:46:36 -0400 > "Slaven_Rezic via RT" <bug-XML-LibXML@rt.cpan.org> wrote: >
> > Thu Mar 12 15:46:35 2020: Request 132129 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: XML-LibXML > > Subject: fatal error: 'libxml/xmlmemory.h' file not found > > Broken in: 2.0203 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132129 > > > > > > > Compilation fails on some of my mac configurations: > > > > ... > > cc -c -I/usr/include/libxml2 -fno-common -DPERL_DARWIN > > -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe > > -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV > > -O3 > > -DVERSION=\"2.0203\" -DXS_VERSION=\"2.0203\" > > "-I/opt/perl-5.30.0/lib/5.30.0/darwin-2level/CORE" -DHAVE_UTF8 > > Devel.c > > Devel.xs:28:10: fatal error: 'libxml/xmlmemory.h' file not found > > #include > > <libxml/xmlmemory.h> ^~~~~~~~~~~~~~~~~~~~ 1 error generated. make: > > *** > > [Devel.o] Error 1 ... > > > > However, installing the newest Alien::Libxml2 beforehand seems to > > help to get > > a successful build. So maybe a too old Alien::Libxml2 (here: 0.09) is > > problematic. > >
> > Thanks for the report. > > Please try again with XML::LibXML 2.0204, which I uploaded to PAUSE > now.
100% passes on my system: http://fast-matrix.cpantesters.org/?dist=XML-LibXML%202.0204;os=darwin;reports=1 Marking as resolved.
Subject: Re: [rt.cpan.org #132129] fatal error: 'libxml/xmlmemory.h' file not found
Date: Tue, 17 Mar 2020 23:00:24 +0200
To: "Slaven_Rezic via RT" <bug-XML-LibXML [...] rt.cpan.org>
From: Shlomi Fish <shlomif [...] shlomifish.org>
On Tue, 17 Mar 2020 16:25:57 -0400 "Slaven_Rezic via RT" <bug-XML-LibXML@rt.cpan.org> wrote: Show quoted text
> Queue: XML-LibXML > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132129 > > > On 2020-03-17 13:05:47, shlomif@shlomifish.org wrote:
> > On Thu, 12 Mar 2020 15:46:36 -0400 > > "Slaven_Rezic via RT" <bug-XML-LibXML@rt.cpan.org> wrote: > >
> > > Thu Mar 12 15:46:35 2020: Request 132129 was acted upon. > > > Transaction: Ticket created by SREZIC > > > Queue: XML-LibXML > > > Subject: fatal error: 'libxml/xmlmemory.h' file not found > > > Broken in: 2.0203 > > > Severity: (no value) > > > Owner: Nobody > > > Requestors: SREZIC@cpan.org > > > Status: new > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132129 > > > > > > > > > > Compilation fails on some of my mac configurations: > > > > > > ... > > > cc -c -I/usr/include/libxml2 -fno-common -DPERL_DARWIN > > > -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe > > > -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV > > > -O3 > > > -DVERSION=\"2.0203\" -DXS_VERSION=\"2.0203\" > > > "-I/opt/perl-5.30.0/lib/5.30.0/darwin-2level/CORE" -DHAVE_UTF8 > > > Devel.c > > > Devel.xs:28:10: fatal error: 'libxml/xmlmemory.h' file not found > > > #include > > > <libxml/xmlmemory.h> ^~~~~~~~~~~~~~~~~~~~ 1 error generated. make: > > > *** > > > [Devel.o] Error 1 ... > > > > > > However, installing the newest Alien::Libxml2 beforehand seems to > > > help to get > > > a successful build. So maybe a too old Alien::Libxml2 (here: 0.09) is > > > problematic. > > >
> > > > Thanks for the report. > > > > Please try again with XML::LibXML 2.0204, which I uploaded to PAUSE > > now.
> > 100% passes on my system: > http://fast-matrix.cpantesters.org/?dist=XML-LibXML%202.0204;os=darwin;reports=1 > Marking as resolved. >
Great! Thanks for letting me know. -- Shlomi Fish https://www.shlomifish.org/