Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Rakudo-Star-2012.08002 v5.13.1 GNU/Linux
Date: 2012-09-14T18:10:31Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Matt S Trout,
This is a computer-generated report for Rakudo-Star-2012.08002
on perl 5.13.1, created by CPAN-Reporter-1.2006.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make -e -j8 -e -j8':
cd rakudo-star; /home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 Configure.pl --gen-parrot --prefix=/home/njh/perl5/perlbrew/perls/perl-5.13.1/lib/site_perl/5.13.1/x86_64-linux/Rakudo/Star/Install
Building NQP from source in nqp
Building Parrot from source in parrot
Configuring Parrot ...
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 Configure.pl --optimize --prefix=/home/njh/perl5/perlbrew/perls/perl-5.13.1/lib/site_perl/5.13.1/x86_64-linux/Rakudo/Star/Install
cp lib/Rakudo/Star/Paths.pm blib/lib/Rakudo/Star/Paths.pm
cp lib/Rakudo/Star.pm blib/lib/Rakudo/Star.pm
Manifying blib/man3/Rakudo::Star::Paths.3
Manifying blib/man3/Rakudo::Star.3
Parrot Version 4.6.0 Configure 2.0
Copyright (C) 2001-2011, Parrot Foundation.
Hello, I'm Configure. My job is to poke and prod your system to figure out
how to build Parrot. The process is completely automated, unless you passed in
the `--ask' flag on the command line, in which case I'll prompt you for a few
pieces of info.
Since you're running this program, you obviously have Perl 5--I'll be pulling
some defaults from its configuration.
init::manifest - Check MANIFEST.....................................done.
init::defaults - Set Configure's default values.....................done.
init::install - Set up installation paths..........................done.
init::hints - Load platform and local hints files................done.
inter::progs - Determine what C compiler and linker to use........done.
inter::make - Is make installed...................................yes.
inter::lex - Is lex installed................................skipped.
inter::yacc - Is yacc installed...............................skipped.
auto::gcc - Is your C compiler actually gcc................yes, 4.7.
auto::glibc - Is GNU libc installed...............................yes.
auto::backtrace - Does libc have the backtrace* functions.............yes.
auto::msvc - Is your C compiler actually Visual C++..........skipped.
auto::attributes - Detect compiler attributes.........................done.
auto::warnings - Detect supported compiler warnings.................done.
auto::arch - Determine CPU architecture and OS..................done.
auto::cpu - Generate CPU specific stuff........................done.
init::optimize - Enable optimization.................................yes.
inter::shlibs - Determine flags for building shared libraries.....-fPIC.
inter::libparrot - Should parrot link against a shared library.........yes.
inter::types - What types should Parrot use.......................done.
auto::ops - Which opcode files should be compiled in...........done.
auto::pmc - Which pmc files should be compiled in..............done.
auto::headers - Probe for C headers................................done.
auto::sizes - Determine some sizes...............................done.
auto::byteorder - Compute native byteorder for wordsize.....little-endian.
auto::va_ptr - Test the type of va_ptr........................register.
auto::format - What formats should be used for sprintf............done.
auto::isreg - Does your C library have a working S_ISREG..........yes.
auto::llvm - Is minimum version of LLVM installed.................no.
auto::inline - Does your compiler support inline...................yes.
auto::gc - Determine allocator to use..........................gms.
auto::memalign - Does your C library support memalign................yes.
auto::signal - Determine some signal stuff........................done.
auto::socklen_t - Determine whether there is socklen_t................yes.
auto::stat - Detect stat type....................................bsd.
auto::neg_0 - Determine whether negative zero can be printed......yes.
auto::env - Does your C library have setenv / unsetenv.........both.
auto::timespec - Does your system has timespec.......................yes.
auto::infnan - Is standard C Inf/NaN handling present..............yes.
auto::thread - Does your system has thread.........................yes.
auto::gmp - Does your platform support GMP.......................no.
auto::readline - Does your platform support readline..................no.
auto::pcre - Does your platform support pcre...............yes, 8.31.
auto::opengl - Does your platform support OpenGL....................no.
auto::zlib - Does your platform support zlib.....................yes.
auto::gettext - Does your configuration include gettext.............yes.
auto::snprintf - Test snprintf......................................done.
auto::perldoc - Is perldoc installed................................yes.
auto::coverage - Are coverage analysis tools installed...............yes.
auto::pod2man - Is pod2man installed................................yes.
auto::ctags - Is (exuberant) ctags installed......................yes.
auto::revision - Determine Parrot's revision...........................1.
auto::icu - Is ICU installed..........................no icu-config.
auto::libffi - Is libffi installed..................................no.
auto::ipv6 - Determine IPV6 capabilities.........................yes.
auto::platform - Generate a list of platform object files...........done.
gen::config_h - Generate C headers.................................done.
gen::core_pmcs - Generate core pmc list.............................done.
gen::opengl - Generating OpenGL bindings......................skipped.
gen::makefiles - Generate makefiles and other build files...........done.
gen::config_pm - Record configuration data for later retrieval......done.
Okay, we're done!
You can now use `make' to build your Parrot.
After that, you can use `make test' to run the test suite.
Happy Hacking,
The Parrot Team
Building Parrot ...
make[1]: Entering directory `/home/njh/.cpan/build/Rakudo-Star-2012.08002-D4pwaN/rakudo-star/parrot'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/h2inc.pl include/parrot/enums.h lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/vtable_h.pl
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --vtable
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/default.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/fixedintegerarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/fixedintegerarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/callcontext.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/callcontext.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pbcversion_h.pl > include/parrot/pbcversion.h
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/string/api.c > src/string/api.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/debug.c > src/debug.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/dynext.c > src/dynext.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/exceptions.c > src/exceptions.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/global_setup.c > src/global_setup.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/hll.c > src/hll.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/call/pcc.c > src/call/pcc.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/call/args.c > src/call/args.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/interp/inter_cb.c > src/interp/inter_cb.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/interp/api.c > src/interp/api.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/io/api.c > src/io/api.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/key.c > src/key.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/library.c > src/library.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/multidispatch.c > src/multidispatch.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/namespace.c > src/namespace.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/nci/api.c > src/nci/api.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/nci/core_thunks.c > src/nci/core_thunks.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/nci/extra_thunks.c > src/nci/extra_thunks.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/nci/signatures.c > src/nci/signatures.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/packfile/api.c > src/packfile/api.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/packfile/segments.c > src/packfile/segments.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/packfile/object_serialization.c > src/packfile/object_serialization.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/packfile/pf_items.c > src/packfile/pf_items.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc.c > src/pmc.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/oo.c > src/oo.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/runcore/cores.c > src/runcore/cores.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/runcore/main.c > src/runcore/main.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/runcore/profiling.c > src/runcore/profiling.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/runcore/subprof.c > src/runcore/subprof.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/scheduler.c > src/scheduler.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/events.c > src/events.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/string/spf_render.c > src/string/spf_render.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/string/spf_vtable.c > src/string/spf_vtable.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/string/encoding.c > src/string/encoding.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/sub.c > src/sub.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/default.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/default.c > src/pmc/default.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/null.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/null.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/null.c > src/pmc/null.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/env.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/env.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/env.c > src/pmc/env.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/key.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/key.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/key.c > src/pmc/key.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/unmanagedstruct.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/unmanagedstruct.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/unmanagedstruct.c > src/pmc/unmanagedstruct.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/managedstruct.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/managedstruct.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/managedstruct.c > src/pmc/managedstruct.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/exception.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/exception.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/exception.c > src/pmc/exception.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/parrotlibrary.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/parrotlibrary.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/parrotlibrary.c > src/pmc/parrotlibrary.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/parrotinterpreter.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/parrotinterpreter.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/parrotinterpreter.c > src/pmc/parrotinterpreter.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/lexpad.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/lexpad.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/lexpad.c > src/pmc/lexpad.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/timer.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/timer.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/timer.c > src/pmc/timer.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/pointer.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/pointer.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/pointer.c > src/pmc/pointer.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/sub.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/sub.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/sub.c > src/pmc/sub.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/continuation.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/continuation.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/continuation.c > src/pmc/continuation.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/coroutine.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/coroutine.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/coroutine.c > src/pmc/coroutine.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/eval.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/eval.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/eval.c > src/pmc/eval.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/nci.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/nci.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/nci.c > src/pmc/nci.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/scalar.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/float.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/float.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/float.c > src/pmc/float.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/integer.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/integer.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/integer.c > src/pmc/integer.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/bigint.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/bigint.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/bigint.c > src/pmc/bigint.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/bignum.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/bignum.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/bignum.c > src/pmc/bignum.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/complex.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/complex.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/complex.c > src/pmc/complex.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/string.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/string.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/string.c > src/pmc/string.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/boolean.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/boolean.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/boolean.c > src/pmc/boolean.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/fixedintegerarray.c > src/pmc/fixedintegerarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/iterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/iterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/iterator.c > src/pmc/iterator.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/fixedstringarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/fixedstringarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/fixedstringarray.c > src/pmc/fixedstringarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/hash.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/hash.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/hash.c > src/pmc/hash.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/orderedhash.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/orderedhash.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/orderedhash.c > src/pmc/orderedhash.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/oplib.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/oplib.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/oplib.c > src/pmc/oplib.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/opcode.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/opcode.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/opcode.c > src/pmc/opcode.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/addrregistry.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/addrregistry.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/addrregistry.c > src/pmc/addrregistry.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/alarm.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/alarm.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/alarm.c > src/pmc/alarm.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/arrayiterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/arrayiterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/arrayiterator.c > src/pmc/arrayiterator.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/bytebuffer.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/bytebuffer.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/bytebuffer.c > src/pmc/bytebuffer.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/task.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/callback.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/callback.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/callback.c > src/pmc/callback.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/callcontext.c > src/pmc/callcontext.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/capture.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/capture.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/capture.c > src/pmc/capture.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/class.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/class.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/class.c > src/pmc/class.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/eventhandler.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/eventhandler.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/eventhandler.c > src/pmc/eventhandler.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/exceptionhandler.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/exceptionhandler.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/exceptionhandler.c > src/pmc/exceptionhandler.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/exporter.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/exporter.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/exporter.c > src/pmc/exporter.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/handle.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/filehandle.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/filehandle.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/filehandle.c > src/pmc/filehandle.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/fixedbooleanarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/fixedbooleanarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/fixedbooleanarray.c > src/pmc/fixedbooleanarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/fixedfloatarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/fixedfloatarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/fixedfloatarray.c > src/pmc/fixedfloatarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/fixedpmcarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/fixedpmcarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/fixedpmcarray.c > src/pmc/fixedpmcarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/handle.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/handle.c > src/pmc/handle.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/hashiterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/hashiterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/hashiterator.c > src/pmc/hashiterator.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/hashiteratorkey.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/hashiteratorkey.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/hashiteratorkey.c > src/pmc/hashiteratorkey.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/imageiofreeze.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/imageiofreeze.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/imageiofreeze.c > src/pmc/imageiofreeze.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/imageiosize.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/imageiosize.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/imageiosize.c > src/pmc/imageiosize.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/imageiostrings.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/imageiostrings.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/imageiostrings.c > src/pmc/imageiostrings.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/imageiothaw.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/imageiothaw.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/imageiothaw.c > src/pmc/imageiothaw.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/imccompiler.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/imccompiler.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/imccompiler.c > src/pmc/imccompiler.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/lexinfo.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/lexinfo.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/lexinfo.c > src/pmc/lexinfo.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/mappedbytearray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/mappedbytearray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/mappedbytearray.c > src/pmc/mappedbytearray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/resizablepmcarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/multisub.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/multisub.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/multisub.c > src/pmc/multisub.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/namespace.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/namespace.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/namespace.c > src/pmc/namespace.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/nativepccmethod.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/nativepccmethod.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/nativepccmethod.c > src/pmc/nativepccmethod.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/object.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/object.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/object.c > src/pmc/object.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/orderedhashiterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/orderedhashiterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/orderedhashiterator.c > src/pmc/orderedhashiterator.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfile.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfile.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfile.c > src/pmc/packfile.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfileannotation.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfileannotation.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfileannotation.c > src/pmc/packfileannotation.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfilesegment.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfileannotations.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfileannotations.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfileannotations.c > src/pmc/packfileannotations.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfilerawsegment.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfilebytecodesegment.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfilebytecodesegment.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfilebytecodesegment.c > src/pmc/packfilebytecodesegment.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfileconstanttable.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfileconstanttable.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfileconstanttable.c > src/pmc/packfileconstanttable.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfiledebug.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfiledebug.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfiledebug.c > src/pmc/packfiledebug.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfiledirectory.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfiledirectory.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfiledirectory.c > src/pmc/packfiledirectory.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfileopmap.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfileopmap.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfileopmap.c > src/pmc/packfileopmap.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfilerawsegment.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfilerawsegment.c > src/pmc/packfilerawsegment.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfilesegment.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfilesegment.c > src/pmc/packfilesegment.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/packfileview.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/packfileview.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/packfileview.c > src/pmc/packfileview.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/pmclist.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/pmclist.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/pmclist.c > src/pmc/pmclist.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/pmcproxy.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/pmcproxy.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/pmcproxy.c > src/pmc/pmcproxy.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/ptr.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/ptr.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/ptr.c > src/pmc/ptr.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/ptrbuf.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/ptrbuf.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/ptrbuf.c > src/pmc/ptrbuf.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/ptrobj.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/ptrobj.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/ptrobj.c > src/pmc/ptrobj.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/resizablebooleanarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/resizablebooleanarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/resizablebooleanarray.c > src/pmc/resizablebooleanarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/resizablefloatarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/resizablefloatarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/resizablefloatarray.c > src/pmc/resizablefloatarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/resizableintegerarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/resizableintegerarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/resizableintegerarray.c > src/pmc/resizableintegerarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/resizablepmcarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/resizablepmcarray.c > src/pmc/resizablepmcarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/resizablestringarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/resizablestringarray.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/resizablestringarray.c > src/pmc/resizablestringarray.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/role.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/role.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/role.c > src/pmc/role.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/scalar.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/scalar.c > src/pmc/scalar.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/scheduler.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/scheduler.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/scheduler.c > src/pmc/scheduler.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/schedulermessage.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/schedulermessage.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/schedulermessage.c > src/pmc/schedulermessage.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/sockaddr.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/sockaddr.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/sockaddr.c > src/pmc/sockaddr.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/socket.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/socket.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/socket.c > src/pmc/socket.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/stringbuilder.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/stringbuilder.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/stringbuilder.c > src/pmc/stringbuilder.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/stringhandle.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/stringhandle.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/stringhandle.c > src/pmc/stringhandle.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/stringiterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/stringiterator.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/stringiterator.c > src/pmc/stringiterator.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/structview.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/structview.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/structview.c > src/pmc/structview.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/task.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/task.c > src/pmc/task.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --dump src/pmc/undef.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/pmc2c.pl --c src/pmc/undef.pmc
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl src/pmc/undef.c > src/pmc/undef.str
/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1 tools/build/c2str.pl --all
cc -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -O2 -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wdiv-by-zero -Wenum-compare -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Werror=undef -Wno-unused -Wunknown-pragmas -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string -Isrc/ -o src/string/api.o -c src/string/api.c
src/string/api.c:27:27: fatal error: parrot/parrot.h: No such file or directory
compilation terminated.
make[1]: *** [src/string/api.o] Error 1
make[1]: Leaving directory `/home/njh/.cpan/build/Rakudo-Star-2012.08002-D4pwaN/rakudo-star/parrot'
Command failed (status 512): make install-dev
make: *** [rakudo-star/Makefile] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 6.62
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 6.62
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en
LD_LIBRARY_PATH = :/usr/local/lib:/usr/lib/qt-3.3/lib:/usr/X11R6/lib
MANPATH_WITHOUT_PERLBREW = /usr/local/man:/usr/local/share/man:/usr/share/man:/usr/local/man:/home/njh/man:/usr/share/inn/man:/usr/share/perl5/man:/usr/share/tcl-8.0/man:/usr/share/tclX-8.0.4/man:/usr/share/tix-4.1/man:/usr/share/tk-8.0/man:/usr/server/doc:/usr/share/man:/opt/intel/cc/9.1.038/man
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin:/home/njh/perl5/perlbrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/njh/bin
PATH_WITHOUT_PERLBREW = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/njh/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 24984
PERL5_CPAN_IS_EXECUTING = /home/njh/.cpan/build/Rakudo-Star-2012.08002-D4pwaN/Makefile.PL
PERL5_CPAN_IS_RUNNING = 24984
PERL5_MINISMOKEBOX = 0.54
PERLBREW_BASHRC_VERSION = 0.49
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.13.1/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin
PERLBREW_PERL = perl-5.13.1
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.49
PERL_AUTOINSTALL = --defaultdeps
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT =
PERL_MB_OPT =
PERL_MM_OPT =
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = linux
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.13.1/bin/perl5.13.1
$UID/$EUID = 1000 / 1000
$GID = 1000 24 25 29 30 44 46 108 112 1000
$EGID = 1000 24 25 29 30 44 46 108 112 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9800
CPAN::Meta 2.120921
Cwd 3.33
ExtUtils::CBuilder 0.280205
ExtUtils::Command 1.17
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.62
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 3.15
File::Spec 3.33
JSON 2.53
JSON::PP 2.27200
Module::Build 0.4003
Module::Signature 0.68
Parse::CPAN::Meta 1.4404
Test::Harness 3.25
Test::More 0.98
YAML 0.84
YAML::Syck 1.20
version 0.99
--
Summary of my perl5 (revision 5 version 13 subversion 1) configuration:
Platform:
osname=linux, osvers=3.2.0-2-amd64, archname=x86_64-linux
uname='linux gateway 3.2.0-2-amd64 #1 smp sun apr 15 16:47:38 utc 2012 x86_64 gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.13.1 -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.6.3', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Apr 22 2012 12:18:44
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="24984"
PERL5_CPAN_IS_EXECUTING="/home/njh/.cpan/build/Rakudo-Star-2012.08002-D4pwaN/Makefile.PL"
PERL5_CPAN_IS_RUNNING="24984"
PERL5_MINISMOKEBOX="0.54"
PERLBREW_BASHRC_VERSION="0.49"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.13.1/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.13.1/bin"
PERLBREW_PERL="perl-5.13.1"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.49"
PERL_AUTOINSTALL="--defaultdeps"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT=""
PERL_MB_OPT=""
PERL_MM_OPT=""
PERL_MM_USE_DEFAULT="1"
@INC:
/home/njh/perl5/perlbrew/perls/perl-5.13.1/lib/site_perl/5.13.1/x86_64-linux
/home/njh/perl5/perlbrew/perls/perl-5.13.1/lib/site_perl/5.13.1
/home/njh/perl5/perlbrew/perls/perl-5.13.1/lib/5.13.1/x86_64-linux
/home/njh/perl5/perlbrew/perls/perl-5.13.1/lib/5.13.1
.