# New Ticket Created by Walter M Szeliga
# Please include the string: [perl #48971]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48971 >
On a PPC with OSX 10.5.1
Parrot revision number r24118
Running
perl Configure.pl
make
dies with the following snippet: ...
perl tools/build/c2str.pl --all
src/string.c
src/ops/core_ops.c
src/ops/debug.ops: In function ‘Parrot_debug_break’:
src/ops/debug.ops:103: warning: null argument where non-null required
(argument 2)
src/ops/debug.ops:113: warning: null argument where non-null required
(argument 2)
src/ops/debug.ops: In function ‘Parrot_debug_break’:
src/ops/debug.ops:103: warning: null argument where non-null required
(argument 2)
src/ops/debug.ops:113: warning: null argument where non-null required
(argument 2)
{standard input}:83572:no such instruction: `trap'
lipo: can't open input file: /var/folders/z9/z9oKoAkrEqiMhue-QoqwG+++
+TI/-Tmp-//cc38TM2T.out (No such file or directory)
make: *** [src/ops/core_ops.o] Error 1
This behavior is repeatable even after a `make realclean`
Cheers,
Walter Szeliga