Re: perl hang

2001-02-13 Thread Marc Lehmann

On Tue, Feb 13, 2001 at 01:54:10PM -0500, Zachary Beane <[EMAIL PROTECTED]> wrote:
> Stops at:
> 
> 35: while (<>) {

Well, not that you mentioned it:

   perl ../../../../plug-ins/perl/po/pxgettext  > gimp-perl.po \

no input files...
   
> This had been working fine in past weeks. Sethmo recently committed
> something to the perl stuff, maybe he broke it inadvertently.

did it work with srcdir != builddir before? if yes, then it probably never
worked, if not then it's probably that change (in-gimp builds do not use
gimp-perl for the po files but gimp's system, which I have to admit to not
understand the slightest).

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED]  |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: perl hang

2001-02-13 Thread Zachary Beane

On Tue, Feb 13, 2001 at 07:36:07PM +0100, Marc Lehmann wrote:
> On Tue, Feb 13, 2001 at 12:34:18PM -0500, Zachary Beane <[EMAIL PROTECTED]> wrote:
> > I'm using CVS, and it's hanging the build at:
> 
> hmm... the only thing I can currently imagine is the regex bug in 5.005_02
> and _01. (But that should be chacked). Are you using 5.004? Maybe this bug
> is also present in 5.004.
> 
> If it is 5.005_03 I have no idea. Could you run the script usign the same
> arguments and the -d switch (you will then get a debugger prompt). Just
> enter "t" for trace and then "c" for continue. You can then see wether it
> runs in circles or just freezes at a specific point.

I am using 5.005_03.

Stops at:

35:   while (<>) {

This had been working fine in past weeks. Sethmo recently committed
something to the perl stuff, maybe he broke it inadvertently.

Zach
-- 
[EMAIL PROTECTED] Zachary Beane http://www.xach.com/



Re: perl hang

2001-02-13 Thread Marc Lehmann

On Tue, Feb 13, 2001 at 12:34:18PM -0500, Zachary Beane <[EMAIL PROTECTED]> wrote:
> I'm using CVS, and it's hanging the build at:

hmm... the only thing I can currently imagine is the regex bug in 5.005_02
and _01. (But that should be chacked). Are you using 5.004? Maybe this bug
is also present in 5.004.

If it is 5.005_03 I have no idea. Could you run the script usign the same
arguments and the -d switch (you will then get a debugger prompt). Just
enter "t" for trace and then "c" for continue. You can then see wether it
runs in circles or just freezes at a specific point.

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED]  |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |