Fri Jul 09 10:45:49 2010: Request 59224 was acted upon.
Transaction: Correspondence added by RSCHUPP
       Queue: PAR-Packer
     Subject: make error with version 1.006 on aix 5.3
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: emanuel.reisin...@ils.at
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59224 >


On 2010-07-09 10:00:34, emanuel.reisin...@ils.at wrote:
> 
> # make
> [Output truncated]

Please post the full output of make, so we can get a clue what's going
on here.
You might what to change the last line of myldr/run_with_inc.pl
beforehand from

  exit(system(@ARGV) == 0 ? 0 : 1);

to

  system(@ARGV) == 0 or die "system failed: exit=$? error=$!";

so that we can get a bit more diagnostics.

> ../script/parldyn does not exits, but it does as ../script/parl! After
> copy of parl to parldyn make passes.

It's useless to continue after the above error.

Cheers, Roderich

Reply via email to