Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: kajtzu [...] pobox.com
Cc:
AdminCc:

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



Subject: XML::LibXML 1.54 won't compile GCC 3.3 (20030728) and later
Perl is 5.8.1 RC 4 (From August 2) % uname -sr Linux 2.4.21-20.1.2024.2.1.nptl gcc -c -I/usr/include/libxml2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"1.54\" -DXS_VERSION=\"1.54\" -fPIC "-I/usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE" -DHAVE_UTF8 -DHAVE_BLANK perl-libxml-sax.c perl-libxml-sax.c: In function `PmmSAXInitialize': perl-libxml-sax.c:82: error: `my_perl' undeclared (first use in this function) perl-libxml-sax.c:82: error: (Each undeclared identifier is reported only once perl-libxml-sax.c:82: error: for each function it appears in.) make: *** [perl-libxml-sax.o] Error 1 I guess I'm asking for trouble attempting to compile this on such as system but this used to work under 5.8.0 ;-)
Date: Wed, 6 Aug 2003 13:53:35 +0200
From: Christian Glahn <christian.glahn [...] uibk.ac.at>
To: Guest via RT <bug-XML-LibXML [...] rt.cpan.org>
Subject: Re: [cpan #3169] XML::LibXML 1.54 won't compile GCC 3.3 (20030728) and later
RT-Send-Cc:
On Wed, Aug 06, 2003 at 07:29:21AM -0400, Guest via RT wrote: Show quoted text
> > This message about XML-LibXML was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=3169 > > > > Perl is 5.8.1 RC 4 (From August 2) > > % uname -sr > Linux 2.4.21-20.1.2024.2.1.nptl > > gcc -c -I/usr/include/libxml2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"1.54\" -DXS_VERSION=\"1.54\" -fPIC "-I/usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE" -DHAVE_UTF8 -DHAVE_BLANK perl-libxml-sax.c > perl-libxml-sax.c: In function `PmmSAXInitialize': > perl-libxml-sax.c:82: error: `my_perl' undeclared (first use in this function) > perl-libxml-sax.c:82: error: (Each undeclared identifier is reported only once > perl-libxml-sax.c:82: error: for each function it appears in.) > make: *** [perl-libxml-sax.o] Error 1 > > I guess I'm asking for trouble attempting to compile this on such as system but this used to work under 5.8.0 ;-)
By using Perl Macros here, this seems to be a bug in the perl code.