Skip Menu |

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

Report information
The Basics
Id: 52672
Status: rejected
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: ali.pouya [...] free.fr
Cc:
AdminCc:

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



Subject: missing internal function in XML-LibXML ?
Date: Fri, 11 Dec 2009 14:35:36 +0100 (CET)
To: bug-XML-LibXML [...] rt.cpan.org
From: ali.pouya [...] free.fr
Hi, The line 1377 of the file LibXML.pm calls an internal function that has not been defined elsewhere : $doc->_setDocumentElement($element); This prevents me from installing dependent modules (I'm trying to install XML::Diff). My versions are : Linux : Fedora 2.6.18-92 perl : 5.8.8 XML-LibXML : 1.70 Can you help me to fix the problem ? Thanks a lot Best regards Ali
The internal method is defined in XS (see LibXML.xs in the source distribution). I have looked into the error that is shown when installing XML::Diff. The problem seems to be that XML::Diff for some reason passes a DOCUMENT node rather than an ELEMENT node the setDocumentElement method. This is certainly a bug in XML::Diff, not in XML::LibXML! -- Petr Show quoted text
> Hi, > The line 1377 of the file LibXML.pm calls an internal function that > has not been defined elsewhere : > > $doc->_setDocumentElement($element); > > This prevents me from installing dependent modules (I'm trying to > install XML::Diff). > > My versions are : > > Linux : Fedora 2.6.18-92 > perl : 5.8.8 > XML-LibXML : 1.70 > > Can you help me to fix the problem ? > Thanks a lot > Best regards > Ali >
Subject: Re: [rt.cpan.org #52672] missing internal function in XML-LibXML ?
Date: Fri, 11 Dec 2009 16:21:40 +0100 (CET)
To: bug-XML-LibXML [...] rt.cpan.org
From: ali.pouya [...] free.fr
Hi Petr, Thanks for your rapid answer. I will signal the problem to the XML::Diff maintainer. Best regards Ali Show quoted text
----- Mail Original ----- De: "Petr Pajas via RT" <bug-XML-LibXML@rt.cpan.org> À: "ali pouya" <ali.pouya@free.fr> Envoyé: Vendredi 11 Décembre 2009 15h35:02 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: [rt.cpan.org #52672] missing internal function in XML-LibXML ? <URL: https://rt.cpan.org/Ticket/Display.html?id=52672 > The internal method is defined in XS (see LibXML.xs in the source distribution). I have looked into the error that is shown when installing XML::Diff. The problem seems to be that XML::Diff for some reason passes a DOCUMENT node rather than an ELEMENT node the setDocumentElement method. This is certainly a bug in XML::Diff, not in XML::LibXML! -- Petr
> Hi, > The line 1377 of the file LibXML.pm calls an internal function that > has not been defined elsewhere : > > $doc->_setDocumentElement($element); > > This prevents me from installing dependent modules (I'm trying to > install XML::Diff). > > My versions are : > > Linux : Fedora 2.6.18-92 > perl : 5.8.8 > XML-LibXML : 1.70 > > Can you help me to fix the problem ? > Thanks a lot > Best regards > Ali >
Rejecting again due to the reopening because of the reply.