Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: pc88mxer [...] gmail.com
Cc:
AdminCc:

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



Subject: please use XMLPREFIX from the Makefile.PL command line
Date: Mon, 31 Jan 2011 13:51:33 -0600
To: bug-XML-LibXML [...] rt.cpan.org
From: E R <pc88mxer [...] gmail.com>
To make LibXML-Common easier to build, please look for XMLPREFIX on the Makefile.PL command line - i.e. something like this: ... my $xml2cfg = "xml2-config"; my $libprefix = $ENV{XMLPREFIX} || $config{XMLPREFIX}; delete $config{XMLPREFIX}; # delete if exists, otherwise MakeMaker gets confused if ( defined $libprefix ) { $xml2cfg = $libprefix . '/bin/' . $xml2cfg; } ... This is how XML-LibXML does it, and it makes it easier to build with a custom version of libxml using Distroprefs. Thanks, ER
Subject: Re: [rt.cpan.org #65305] please use XMLPREFIX from the Makefile.PL command line
Date: Wed, 2 Feb 2011 12:11:51 +0100
To: bug-XML-LibXML [...] rt.cpan.org
From: Christian Glahn <christian.glahn [...] lo-f.at>
Hi ER, I saw your ticket, will fix it over the weekend. Christian On 31.01.2011, at 20:51, E R via RT wrote: Show quoted text
> Mon Jan 31 14:51:42 2011: Request 65305 was acted upon. > Transaction: Ticket created by pc88mxer@gmail.com > Queue: XML-LibXML > Subject: please use XMLPREFIX from the Makefile.PL command line > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: pc88mxer@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=65305 > > > > To make LibXML-Common easier to build, please look for XMLPREFIX on > the Makefile.PL command line - i.e. something like this: > > ... > my $xml2cfg = "xml2-config"; > my $libprefix = $ENV{XMLPREFIX} || $config{XMLPREFIX}; > > delete $config{XMLPREFIX}; # delete if exists, otherwise MakeMaker > gets confused > > if ( defined $libprefix ) { > $xml2cfg = $libprefix . '/bin/' . $xml2cfg; > } > ... > > This is how XML-LibXML does it, and it makes it easier to build with a > custom version of libxml using Distroprefs. > > Thanks, > ER >
Hi, On Mon Jan 31 14:51:42 2011, pc88mxer@gmail.com wrote: Show quoted text
> To make LibXML-Common easier to build, please look for XMLPREFIX on > the Makefile.PL command line - i.e. something like this: > > ... > my $xml2cfg = "xml2-config"; > my $libprefix = $ENV{XMLPREFIX} || $config{XMLPREFIX}; > > delete $config{XMLPREFIX}; # delete if exists, otherwise MakeMaker > gets confused > > if ( defined $libprefix ) { > $xml2cfg = $libprefix . '/bin/' . $xml2cfg; > } > ... > > This is how XML-LibXML does it, and it makes it easier to build with a > custom version of libxml using Distroprefs. >
This does not seem to be related to the CPAN distribution itself. So I'm resolving this ticket. If you can enlighten me on what's going on here and how LibXML-Common is different from XML-LibXML, then please do. Regards, -- Shlomi Fish