Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 79897
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

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

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



Subject: vendor/lib/ppm.xml lists wrong location for sisyphusion repo
Hi, As the subject line says, ppm.xml specifies REPOSITORY LOCATION incorrectly for the sisyphusion repo (SPP perl-5.16). It also specifies the wrong SUMMARYFILE, though I'm not sure if that really matters. Attached is the simple patch that addresses both issues. Cheers, Rob
Subject: ppm_xml.diff
--- ppm.xml_orig 2012-09-28 10:20:43 +1000 +++ ppm.xml 2012-09-28 10:20:51 +1000 @@ -10,7 +10,7 @@ -<REPOSITORY LOCATION="http://www.sisyphusion.tk/ppm/package.xml" NAME="Sisyphusion" SUMMARYFILE="package.xml" /> +<REPOSITORY LOCATION="http://www.sisyphusion.tk/ppm" NAME="Sisyphusion" SUMMARYFILE="searchsummary.ppm" /> <REPOSITORY LOCATION="http://trouchelle.com/ppm16" NAME="Trouchelle" SUMMARYFILE="package.xml" /> <REPOSITORY LOCATION="http://www.bribes.org/perl/ppm" NAME="Bribes" SUMMARYFILE="searchsummary.ppm" /> <PPMPRECIOUS>Compress-Zlib;Archive-Tar;Digest-MD5;File-CounterFile;Font-AFM;HTML-Parser;HTML-Tree;MIME-Base64;URI;XML-Element;libwww-perl;XML-Parser;SOAP-Lite;PPM;libnet;libwin32</PPMPRECIOUS>
Subject: Re: [rt.cpan.org #79897] vendor/lib/ppm.xml lists wrong location for sisyphusion repo
Date: Sun, 30 Sep 2012 17:52:56 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
Thank for your patch. Is your repo applicable also for 5.14? Is it specific for 32bit or also covers 64bit? -- kmx
On Sun Sep 30 11:53:09 2012, kmx@volny.cz wrote: Show quoted text
> Thank for your patch. > > Is your repo applicable also for 5.14? Is it specific for 32bit or also > covers 64bit?
For 32-bit it covers 5.8, 5.10, 5.12, 5.14 and 5.16. For 64-bit it covers 5.10, 5.12, 5.14 and 5.16. (And it also covers the x86-multi-thread-64int architecture for 5.16.) That entry in ppm.xml that I've specified above is correct for *all* of those builds/architectures - so there's no need to alter the ppm.xml file from one build to another (as regards the sisyphusion repo, at least). Thanks kmx ! Cheers, Rob
should be fixed in the latest 5.14.3.1 and 5.16.2.1