Skip Menu |

This queue is for tickets about the minismokebox CPAN distribution.

Report information
The Basics
Id: 78352
Status: open
Priority: 0/
Queue: minismokebox

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

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



Subject: Looks in wrong place for ls-lR.gz
minismokebox --backend CPAN::Reporter --url file:///var/www/mirrors/CPAN --perlenv --debug Gives this: ... Running make for i/i//i/in/indices/find-ls.gz Could not find '/var/www/mirrors/CPAN/authors/id/i/i//i/in/indices/find-ls.gz' Fetching with LWP: file:///var/www/mirrors/CPAN/authors/id/i/i//i/in/indices/find-ls.gz LWP failed with code[404] message[File `/var/www/mirrors/CPAN/authors/id/i/i//i/in/indices/find-ls.gz' does not exist] Could not find '/var/www/mirrors/CPAN/authors/id/i/i//i/in/indices/find-ls.gz' Fetching with LWP: file:///var/www/mirrors/CPAN/authors/id/i/i//i/in/indices/find-ls.gz It should be looking in /var/www/mirrors/CPAN/indices/find-ls.gz not in /var/www/mirrors/CPAN/authors/id/i/i//i/in/indices/find-ls.gz
Wrong subject - it's find-ls.gz not ls-lR.gz (RT doesn't let me correct the subject :-( )
I'm now seeing this: Running make for a/a//a/au/authors/01mailrc.txt.gz Could not find '/var/www/mirrors/CPAN/authors/id/a/a//a/au/authors/01mailrc.txt.gz' Minismokebox should be trying to create authors/01mailrc.txt.gz, not authors/id/a/a//a/au/authors/01mailrc.txt.gz
I've turned off CPAN::SQLite, and now it seems to be working. CPAN::SQLite seems to work at other times so I tend to still think that the problem lies with minismokebox, not with CPAN::SQLite.