Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 22463
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: rumen [...] skyarchive.org
Cc:
AdminCc:

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



Subject: Slackware and PAR
Date: Mon, 23 Oct 2006 11:42:21 +0300
To: bug-PAR [...] rt.cpan.org
From: "Rumen Bogdanovski" <rumen [...] skyarchive.org>

Message body is not shown because sender requested not to inline it.

Hi Steffen, I decided to upgrade all the development machines to the latest PAR using cpan -i PAR But my main development machine stopped working. It is slackware linux with perl 5.8.7. $ pp -o t t.pl $ ./t No such file or directory at -e line 761 I have tried some other scripts but the same output is produced. I am sending you a stripped version if one of the scripts for a test. any idea what is wrong? I have tried to uninstall perl and all all its libraries, deleted cpan cache and reinstall everything. The result is consistent. I do not even know where to start debugging the problem. Thanks! Rumen
Subject: Re: [rt.cpan.org #22463] Slackware and PAR
Date: Mon, 23 Oct 2006 21:03:04 +0200
To: bug-PAR [...] rt.cpan.org
From: Steffen Mueller <rt8363b02 [...] sneakemail.com>
Rumen Bogdanovski via RT schrieb: Show quoted text
> Hi Steffen, > I decided to upgrade all the development machines to the latest PAR using > cpan -i PAR > > But my main development machine stopped working. It is slackware linux with > perl 5.8.7. > > $ pp -o t t.pl > $ ./t > No such file or directory at -e line 761 > > I have tried some other scripts but the same output is produced. I am > sending you a stripped version if one of the scripts for a test. > > any idea what is wrong? > > I have tried to uninstall perl and all all its libraries, deleted cpan cache > and reinstall > everything. The result is consistent. I do not even know where to > start debugging > the problem.
Testing with the same "t.pl" you sent me: tsee@tsee64:~$ perl -MPAR -e'print PAR->VERSION."\n";' 0.956 tsee@tsee64:~$ pp -o t t.pl tsee@tsee64:~$ ./t PHOT to APR typ3 file convertor v.0.2. (c)2004,2005 by Rumen G.Bogdanovski -i file.pdt (Input file, mandatory option) -o file.dat (Output file, mandatory option) -c N (Number of channel to be extracted, default 1) -m (Print time with millisecond resolution) -h (Print this help and exit) I have no idea what's wrong on your development machine. One random suggestion I make in such cases is removing all par-FOO directories from /tmp. Do the PAR tests pass for you? If so, it can't be a problem that you run into with *every* test script - PAR's tests naturally also try pp. I suppose you see the strange error with the exact (stripped down) version of the script you sent me, but does the line number given by the error correspond to the original or to this stripped down script? Steffen
Subject: Re: [rt.cpan.org #22463] Slackware and PAR
Date: Tue, 24 Oct 2006 03:02:07 +0300
To: bug-PAR [...] rt.cpan.org
From: "Rumen Bogdanovski" <rumen [...] skyarchive.org>
Tried to downgrade to PAR 0.954 the result: bash-2.05b$ pp t.pl -o t No such file or directory at -e line 761 this time pp fails... The first thing I tried was /tmp/par-* I will try to build perl from source this time. On Mon, 23 Oct 2006 22:03:17 +0300, Steffen Mueller via RT <bug-PAR@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=22463 > > > Rumen Bogdanovski via RT schrieb:
>> Hi Steffen, >> I decided to upgrade all the development machines to the latest PAR >> using >> cpan -i PAR >> >> But my main development machine stopped working. It is slackware linux >> with >> perl 5.8.7. >> >> $ pp -o t t.pl >> $ ./t >> No such file or directory at -e line 761 >> >> I have tried some other scripts but the same output is produced. I am >> sending you a stripped version if one of the scripts for a test. >> >> any idea what is wrong? >> >> I have tried to uninstall perl and all all its libraries, deleted cpan >> cache >> and reinstall >> everything. The result is consistent. I do not even know where to >> start debugging >> the problem.
> > Testing with the same "t.pl" you sent me: > > tsee@tsee64:~$ perl -MPAR -e'print PAR->VERSION."\n";' > 0.956 > tsee@tsee64:~$ pp -o t t.pl > tsee@tsee64:~$ ./t > PHOT to APR typ3 file convertor v.0.2. > (c)2004,2005 by Rumen G.Bogdanovski > > -i file.pdt (Input file, mandatory option) > -o file.dat (Output file, mandatory option) > -c N (Number of channel to be extracted, default 1) > -m (Print time with millisecond resolution) > -h (Print this help and exit) > > I have no idea what's wrong on your development machine. One random > suggestion I make in such cases is removing all par-FOO directories from > /tmp. > > Do the PAR tests pass for you? If so, it can't be a problem that you run > into with *every* test script - PAR's tests naturally also try pp. > > I suppose you see the strange error with the exact (stripped down) > version of the script you sent me, but does the line number given by the > error correspond to the original or to this stripped down script? > > Steffen
Subject: Re: [rt.cpan.org #22463] Slackware and PAR
Date: Tue, 24 Oct 2006 05:36:40 +0300
To: bug-PAR [...] rt.cpan.org
From: "Rumen Bogdanovski" <rumen [...] skyarchive.org>
Sorry for disturbing you Steffen, It turned out that for some reason two versions of pp were installed in different locations and the old one was executed. Excuse me! Rumen On Mon, 23 Oct 2006 22:03:17 +0300, Steffen Mueller via RT <bug-PAR@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=22463 > > > Rumen Bogdanovski via RT schrieb:
>> Hi Steffen, >> I decided to upgrade all the development machines to the latest PAR >> using >> cpan -i PAR >> >> But my main development machine stopped working. It is slackware linux >> with >> perl 5.8.7. >> >> $ pp -o t t.pl >> $ ./t >> No such file or directory at -e line 761 >> >> I have tried some other scripts but the same output is produced. I am >> sending you a stripped version if one of the scripts for a test. >> >> any idea what is wrong? >> >> I have tried to uninstall perl and all all its libraries, deleted cpan >> cache >> and reinstall >> everything. The result is consistent. I do not even know where to >> start debugging >> the problem.
> > Testing with the same "t.pl" you sent me: > > tsee@tsee64:~$ perl -MPAR -e'print PAR->VERSION."\n";' > 0.956 > tsee@tsee64:~$ pp -o t t.pl > tsee@tsee64:~$ ./t > PHOT to APR typ3 file convertor v.0.2. > (c)2004,2005 by Rumen G.Bogdanovski > > -i file.pdt (Input file, mandatory option) > -o file.dat (Output file, mandatory option) > -c N (Number of channel to be extracted, default 1) > -m (Print time with millisecond resolution) > -h (Print this help and exit) > > I have no idea what's wrong on your development machine. One random > suggestion I make in such cases is removing all par-FOO directories from > /tmp. > > Do the PAR tests pass for you? If so, it can't be a problem that you run > into with *every* test script - PAR's tests naturally also try pp. > > I suppose you see the strange error with the exact (stripped down) > version of the script you sent me, but does the line number given by the > error correspond to the original or to this stripped down script? > > Steffen
On Mo. 23. Okt. 2006, 19:42:46, rumen@skyarchive.org wrote: Show quoted text
> Sorry for disturbing you Steffen, > It turned out that for some reason two versions of pp were installed > in different locations and the old one was executed.
Nevermind. I'm glad you figured it out! Steffen