Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

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

People
Owner: smueller [...] cpan.org
Requestors: mark [...] helenandmark.org
Cc:
AdminCc:

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



To: bug-par [...] rt.cpan.org
From: Mark Burton <mark [...] helenandmark.org>
Subject: binary built with pp hangs
Date: Wed, 2 Feb 2005 17:29:07 +0000
Hi, I have a simple test case Put this into a file called ~you/bin/foo.pl #!/usr/bin/perl use POSIX; print "hello world\n"; (BTW, the key thing that makes it fail is use POSIX) then pp foo.pl -o foo then make sure ~you/bin is in your PATH then go somewhere else on your system and try and execute foo. For me, it just hangs ( :-( ) If i give it the absolute path (~you/bin/foo), it works just find.. If I wanted to make something do that, I would find it hard! Whats going on? BTW.... perl -version gives This is perl, v5.8.4 built for i386-linux-thread-multi pp -version give Perl Packager, version 0.12 (PAR version 0.87) I'm running on a debian "testing" (Serge) system... Any help much appreciated! Cheers Mark.
On Mi. 02. Feb. 2005, 12:41:22, mark@helenandmark.org wrote: Show quoted text
> Hi, I have a simple test case > > Put this into a file called ~you/bin/foo.pl > > #!/usr/bin/perl > use POSIX; > print "hello world\n"; > > (BTW, the key thing that makes it fail is use POSIX) > > then pp foo.pl -o foo > > then make sure ~you/bin is in your PATH > > then go somewhere else on your system and try and execute foo. For me, > it just hangs ( :-( ) > If i give it the absolute path (~you/bin/foo), it works just find.. > > If I wanted to make something do that, I would find it hard! Whats > going on? > > BTW.... > > perl -version gives > This is perl, v5.8.4 built for i386-linux-thread-multi > > pp -version give > Perl Packager, version 0.12 (PAR version 0.87) > > I'm running on a debian "testing" (Serge) system...
Hi Mark, sorry for the late answer. I cannot reproduce this with the latest release of PAR: 0.93. So I guess this might either not be a PAR issue or it has been fixed. Can you reproduce the problem with 0.93? Steffen
CC: par [...] perl.org
Subject: Re: [rt.cpan.org #11344] binary built with pp hangs
Date: Sat, 20 May 2006 14:46:29 +0200
To: bug-PAR [...] rt.cpan.org
From: Mark Burton <mark [...] helenandmark.org>
Wow - thats like 18 months ago - sorry, I dont have the same computer/perl version/etc etc :-) Lets just say the problem went away :-))) Thanks ! Cheers Mark. On 20 May 2006, at 14:39, Steffen Müller via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=11344 > > > On Mi. 02. Feb. 2005, 12:41:22, mark@helenandmark.org wrote:
>> Hi, I have a simple test case >> >> Put this into a file called ~you/bin/foo.pl >> >> #!/usr/bin/perl >> use POSIX; >> print "hello world\n"; >> >> (BTW, the key thing that makes it fail is use POSIX) >> >> then pp foo.pl -o foo >> >> then make sure ~you/bin is in your PATH >> >> then go somewhere else on your system and try and execute foo. For me, >> it just hangs ( :-( ) >> If i give it the absolute path (~you/bin/foo), it works just find.. >> >> If I wanted to make something do that, I would find it hard! Whats >> going on? >> >> BTW.... >> >> perl -version gives >> This is perl, v5.8.4 built for i386-linux-thread-multi >> >> pp -version give >> Perl Packager, version 0.12 (PAR version 0.87) >> >> I'm running on a debian "testing" (Serge) system...
> > Hi Mark, > > sorry for the late answer. > > I cannot reproduce this with the latest release of PAR: 0.93. So I > guess > this might either not be a PAR issue or it has been fixed. Can you > reproduce the problem with 0.93? > > Steffen
Sorry that the answer came this late. I didn't even maintain PAR 18 months ago. But I'm trying to catch up. If you ever have some development time to burn, pop into par@perl.org or just dig through this RT ticket queue ;) Cheers, Steffen
Subject: Re: [rt.cpan.org #11344] binary built with pp hangs
Date: Sun, 21 May 2006 19:56:41 +0200
To: bug-PAR [...] rt.cpan.org
From: "Mark Burton" <mark [...] helenandmark.org>
On Sat, 20 May 2006 15:28:31 +0200, Steffen Müller" via RT" <bug-PAR@rt.cpan.org> wrote: dont hold your breath, but given that I also run an open source project (www.greensocs.com), then stranger things could happen :-))) Cheers Mark. Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=11344 > > > Sorry that the answer came this late. I didn't even maintain PAR 18 > months ago. But I'm trying to catch up. If you ever have some > development time to burn, pop into par@perl.org or just dig through > this RT ticket queue ;) > > Cheers, > Steffen >