Thu Aug 05 07:26:28 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: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59224 >
On 2010-08-04 06:07:10, ogv wrote:
> hi everybody !
> I have this error on my AIX 5.3 machine too.
> Here is the output: truss -f par
Thanks for doing this as I don't have access to
an AIX machine.
> 508042: execve("par", 0x30021598, 0x30048CF8) Err#7 E2BIG
> par: execution of par failed - aborting with -1.
Is there an option to AIX' truss to show the arg list
and environment of an execve() call? I'm beginning to
suspect that the process environment on AIX is rather small?
Can you retry the experiment with an empty environment, e.g.
$ env - truss ... ./par
(at least that's what I'd do on Linux).
Cheers, Roderich