>>> Unpacking source... >>> Unpacking parrot-1.3.0.tar.gz to /var/tmp/portage/dev-lang/parrot-1.3.0/work >>> Source unpacked in /var/tmp/portage/dev-lang/parrot-1.3.0/work >>> Preparing source in /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0 ... Parrot Version 1.3.0 Configure 2.0 Copyright (C) 2001-2009, 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. init::headers - Find header files distributed with Parrot..........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.4. auto::glibc - Is GNU libc installed...............................yes. auto::backtrace - Does libc have the backtrace* functions.............yes. auto::fink - Determine Fink location on Darwin...............skipped. auto::macports - Determine Macports location on Darwin...........skipped. auto::msvc - Is your C compiler actually Visual C++..........skipped. auto::attributes - Detect compiler attributes.........................done. auto::warnings - Detect supported compiler warnings..........set for gcc. init::optimize - Enable optimization..................................no. inter::shlibs - Determine flags for building shared libraries.....-fPIC. inter::libparrot - Should parrot link against a shared library.........yes. inter::charset - Which charset files should be compiled in..........done. inter::encoding - Which encoding files should be compiled in.........done. 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::alignptrs - Determine your minimum pointer alignment........ 1 byte. 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...........................stack. auto::format - What formats should be used for sprintf............done. auto::isreg - Does your C library have a working S_ISREG..........yes. auto::arch - Determine CPU architecture and OS..................done. auto::jit - Determine JIT capability............................yes. auto::cpu - Generate CPU specific stuff........................done. auto::funcptr - Does compiler support function pointer casts........yes. auto::cgoto - Does your compiler support computed goto............yes. auto::inline - Does your compiler support inline...................yes. auto::gc - Determine allocator to use.........................done. 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::neg_0 - Determine whether negative zero can be printed......yes. auto::env - Does your C library have setenv / unsetenv.........both. auto::gmp - Does your platform support GMP.......................no. auto::readline - Does your platform support readline.................yes. auto::gdbm - Does your platform support gdbm.....................yes. auto::pcre - Does your platform support pcre................yes, 7.9. auto::opengl - Does your platform support OpenGL....................no. auto::crypto - Does your platform support crypto...........yes, 0.9.8k. auto::gettext - Does your configuration include gettext.............yes. auto::snprintf - Test snprintf......................................done. auto::perldoc - Is perldoc installed.................................no. auto::pod2man - Is pod2man installed................................yes. auto::ctags - Is (exuberant) ctags installed......................yes. auto::revision - Determine Parrot's revision........................done. auto::icu - Is ICU installed....................................yes. gen::config_h - Generate C headers.................................done. gen::core_pmcs - Generate core pmc list.............................done. gen::crypto - Generate Digest PMC files..........................done. gen::parrot_include - Generate runtime/parrot/include....................done. gen::opengl - Generating OpenGL bindings......................skipped. gen::call_list - Generate NCI signature list........................done. gen::makefiles - Generate makefiles and other build files...........done. gen::platform - Move platform files into place.....................done. gen::config_pm - Record configuration data for later retrieval......done. Okay, we're done! You can now use `gmake' to build your Parrot. After that, you can use `gmake test' to run the test suite. Happy Hacking, The Parrot Team >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0 ... make -j14 Compiling with: /usr/bin/perl5.8.8 tools/build/vtable_extend.pl /usr/bin/perl5.8.8 tools/build/pbcversion_h.pl > include/parrot/pbcversion.h /usr/bin/perl5.8.8 tools/build/pmc2c.pl --vtable xx.c i686-pc-linux-gnu-gcc -I./include -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO -fPIC -I. -o xx.o -c xx.c /usr/bin/perl5.8.8 tools/build/c2str.pl src/debug.c > src/debug.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/dynext.c > src/dynext.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/events.c > src/events.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/exceptions.c > src/exceptions.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/global.c > src/global.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/global_setup.c > src/global_setup.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/hll.c > src/hll.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/call/pcc.c > src/call/pcc.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/interp/inter_cb.c > src/interp/inter_cb.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/interp/inter_create.c > src/interp/inter_create.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/interp/inter_misc.c > src/interp/inter_misc.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/io/api.c > src/io/api.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/key.c > src/key.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/library.c > src/library.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/multidispatch.c > src/multidispatch.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/packfile.c > src/packfile.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc.c > src/pmc.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc_freeze.c > src/pmc_freeze.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/oo.c > src/oo.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/scheduler.c > src/scheduler.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/spf_render.c > src/spf_render.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/spf_vtable.c > src/spf_vtable.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/string/api.c > src/string/api.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/sub.c > src/sub.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/stacks.c > src/stacks.str /usr/bin/perl5.8.8 -MExtUtils::Command -e cp src/jit/i386/exec_dep.h src/exec_dep.h /usr/bin/perl5.8.8 -MExtUtils::Command -e cp src/jit/i386/jit_emit.h src/jit_emit.h /usr/bin/perl5.8.8 -MExtUtils::Command -e cp src/jit/i386/exec_dep.c src/exec_dep.c /usr/bin/perl5.8.8 -MExtUtils::Command -e cp src/jit/i386/jit_defs.c src/jit_defs.c /usr/bin/perl5.8.8 tools/build/parrot_config_c.pl --mini > \ src/null_config.c Perldoc is required, but not detected. /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/default.pmc src/nci_test.c src/byteorder.c src/extend_vtable.c src/string/charset/ascii.c src/string/charset/iso-8859-1.c src/string/charset/binary.c src/datatypes.c src/string/charset/unicode.c src/string/charset/tables.c src/string/encoding/fixed_8.c src/string/encoding/ucs2.c src/string/encoding/utf16.c src/string/encoding/utf8.c i686-pc-linux-gnu-gcc -shared -L/usr/local/lib -fPIC -L/usr/local/lib \ -o runtime/parrot/dynext/libnci_test.so src/nci_test.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline src/null_config.c /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/fixedintegerarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/default.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/null.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/env.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/key.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/random.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/unmanagedstruct.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/parrotlibrary.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/task.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/pointer.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/scalar.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/array.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/fixedstringarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/hash.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/cpointer.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/handle.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/fixedfloatarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/object.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/schedulermessage.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/sockaddr.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/task.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/undef.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/fixedintegerarray.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/default.c > src/pmc/default.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/null.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/env.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/key.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/random.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/unmanagedstruct.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/managedstruct.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/parrotlibrary.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/timer.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/pointer.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/array.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/fixedintegerarray.c > src/pmc/fixedintegerarray.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/fixedstringarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/hash.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/orderedhash.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/addrregistry.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/cpointer.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/fixedfloatarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/handle.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/object.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/resizablefloatarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/resizableintegerarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/scalar.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/schedulermessage.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/sockaddr.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/task.c > src/pmc/task.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/undef.pmc /usr/bin/perl5.8.8 tools/build/ops2pm.pl src/ops/core.ops src/ops/bit.ops src/ops/cmp.ops src/ops/debug.ops src/ops/experimental.ops src/ops/io.ops src/ops/math.ops src/ops/object.ops src/ops/pic.ops src/ops/pmc.ops src/ops/set.ops src/ops/string.ops src/ops/sys.ops src/ops/var.ops /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/continuation.pmc /usr/bin/perl5.8.8 tools/build/ops2pm.pl src/ops/core.ops src/ops/bit.ops src/ops/cmp.ops src/ops/debug.ops src/ops/experimental.ops src/ops/io.ops src/ops/math.ops src/ops/object.ops src/ops/pic.ops src/ops/pmc.ops src/ops/set.ops src/ops/string.ops src/ops/sys.ops src/ops/var.ops /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/nci.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/null.c > src/pmc/null.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/env.c > src/pmc/env.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/key.c > src/pmc/key.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/random.c > src/pmc/random.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/unmanagedstruct.c > src/pmc/unmanagedstruct.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/managedstruct.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/exception.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/parrotlibrary.c > src/pmc/parrotlibrary.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/parrotinterpreter.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/lexpad.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/timer.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/pointer.c > src/pmc/pointer.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/sub.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/retcontinuation.pmc mkdir /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/lib/Parrot/OpLib /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/float.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/integer.pmc mkdir /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include/parrot/oplib /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/bigint.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/bignum.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/complex.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/string.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/array.c > src/pmc/array.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/iterator.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/fixedstringarray.c > src/pmc/fixedstringarray.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/hash.c > src/pmc/hash.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/orderedhash.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/os.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/file.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/addrregistry.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/capture.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/class.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/codestring.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/cpointer.c > src/pmc/cpointer.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/eventhandler.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/exceptionhandler.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/exporter.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/filehandle.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/fixedbooleanarray.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/fixedfloatarray.c > src/pmc/fixedfloatarray.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/fixedpmcarray.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/handle.c > src/pmc/handle.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/lexinfo.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/namespace.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/object.c > src/pmc/object.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfile.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfileannotation.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfilesegment.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfilefixupentry.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/parrotrunningthread.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/pccmethod_test.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/pmcproxy.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/resizablefloatarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/resizableintegerarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/resizablestringarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/role.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/scalar.c > src/pmc/scalar.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/scheduler.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/schedulermessage.c > src/pmc/schedulermessage.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/sockaddr.c > src/pmc/sockaddr.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/socket.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/stringhandle.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/undef.c > src/pmc/undef.str /usr/bin/perl5.8.8 tools/build/jit2c.pl i386 src/exec_cpu.c /usr/bin/perl5.8.8 tools/build/jit2c.pl i386 src/jit_cpu.c /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/continuation.pmc /usr/bin/perl5.8.8 tools/build/ops2c.pl CSwitch --core /usr/bin/perl5.8.8 tools/build/ops2c.pl CGoto --core /usr/bin/perl5.8.8 tools/build/ops2c.pl CGP --core /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/nci.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/managedstruct.c > src/pmc/managedstruct.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/exception.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/parrotinterpreter.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/parrotthread.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/lexpad.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/timer.c > src/pmc/timer.str jit2c: JITed 206 (+ 206 vtable) of 1258 ops jit2c: JITed 206 (+ 206 vtable) of 1258 ops /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/sub.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/continuation.c > src/pmc/continuation.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/retcontinuation.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/coroutine.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/eval.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/nci.c > src/pmc/nci.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/float.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/integer.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/bigint.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/bignum.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/complex.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/string.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/boolean.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/iterator.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/orderedhash.c > src/pmc/orderedhash.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/os.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/file.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/addrregistry.c > src/pmc/addrregistry.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/callsignature.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/capture.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/class.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/codestring.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/eventhandler.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/exceptionhandler.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/exporter.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/filehandle.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/fixedbooleanarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/fixedpmcarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/lexinfo.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/resizablepmcarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/namespace.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfile.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfileannotation.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfileannotations.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfileconstanttable.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfiledirectory.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfilefixupentry.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfilefixuptable.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/packfilerawsegment.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfilesegment.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/parrotrunningthread.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/pccmethod_test.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/pmcproxy.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/resizablebooleanarray.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/resizablefloatarray.c > src/pmc/resizablefloatarray.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/resizableintegerarray.c > src/pmc/resizableintegerarray.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/resizablepmcarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/resizablestringarray.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/role.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/scheduler.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/socket.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/stringhandle.pmc src/oo.c src/io/filehandle.c src/packdump.c /usr/bin/perl5.8.8 tools/build/ops2c.pl C --core /usr/bin/perl5.8.8 tools/build/nativecall.pl src/call_list.txt /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/exception.c > src/pmc/exception.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/parrotinterpreter.c > src/pmc/parrotinterpreter.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/parrotthread.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/lexpad.c > src/pmc/lexpad.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/sub.c > src/pmc/sub.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/retcontinuation.c > src/pmc/retcontinuation.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/coroutine.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/eval.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/float.c > src/pmc/float.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/integer.c > src/pmc/integer.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/bigint.c > src/pmc/bigint.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/bignum.c > src/pmc/bignum.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/complex.c > src/pmc/complex.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/string.c > src/pmc/string.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/boolean.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/iterator.c > src/pmc/iterator.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/os.c > src/pmc/os.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/file.c > src/pmc/file.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/callsignature.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/capture.c > src/pmc/capture.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/class.c > src/pmc/class.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/codestring.c > src/pmc/codestring.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/eventhandler.c > src/pmc/eventhandler.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/exceptionhandler.c > src/pmc/exceptionhandler.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/exporter.c > src/pmc/exporter.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/filehandle.c > src/pmc/filehandle.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/fixedbooleanarray.c > src/pmc/fixedbooleanarray.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/fixedpmcarray.c > src/pmc/fixedpmcarray.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/lexinfo.c > src/pmc/lexinfo.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --dump src/pmc/multisub.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/namespace.c > src/pmc/namespace.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfile.c > src/pmc/packfile.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfileannotation.c > src/pmc/packfileannotation.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfileannotations.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfileconstanttable.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfiledirectory.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfilefixupentry.c > src/pmc/packfilefixupentry.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfilefixuptable.pmc /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/packfilerawsegment.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfilesegment.c > src/pmc/packfilesegment.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/parrotrunningthread.c > src/pmc/parrotrunningthread.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/pccmethod_test.c > src/pmc/pccmethod_test.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/pmcproxy.c > src/pmc/pmcproxy.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/resizablebooleanarray.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/resizablepmcarray.c > src/pmc/resizablepmcarray.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/resizablestringarray.c > src/pmc/resizablestringarray.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/role.c > src/pmc/role.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/scheduler.c > src/pmc/scheduler.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/socket.c > src/pmc/socket.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/stringhandle.c > src/pmc/stringhandle.str src/scheduler.c src/io/core.c src/io/socket_unix.c src/io/socket_api.c src/io/socket_win32.c src/pmc/default.c src/pmc/null.c src/pmc/env.c src/pmc/random.c src/pmc/unmanagedstruct.c src/pmc/managedstruct.c src/pmc/key.c src/pmc/exception.c src/pmc/parrotlibrary.c src/pmc/parrotinterpreter.c src/pmc/lexpad.c src/pmc/timer.c src/pmc/sub.c src/pmc/pointer.c src/pmc/continuation.c src/pmc/float.c src/pmc/nci.c src/pmc/retcontinuation.c src/pmc/integer.c src/pmc/bigint.c src/pmc/bignum.c src/pmc/complex.c src/pmc/string.c src/pmc/array.c src/pmc/fixedintegerarray.c src/pmc/iterator.c src/pmc/fixedstringarray.c src/pmc/hash.c src/pmc/os.c src/pmc/orderedhash.c src/pmc/file.c src/pmc/addrregistry.c src/pmc/capture.c src/pmc/class.c src/pmc/codestring.c src/pmc/cpointer.c src/pmc/eventhandler.c src/pmc/exporter.c src/pmc/fixedfloatarray.c src/pmc/filehandle.c src/pmc/fixedpmcarray.c src/pmc/exceptionhandler.c src/pmc/lexinfo.c src/pmc/handle.c src/pmc/fixedbooleanarray.c src/pmc/namespace.c src/pmc/object.c src/pmc/packfile.c src/pmc/packfileannotation.c src/pmc/packfilefixupentry.c src/pmc/packfilesegment.c src/pmc/parrotrunningthread.c src/pmc/pccmethod_test.c src/pmc/resizablefloatarray.c src/pmc/pmcproxy.c src/pmc/resizableintegerarray.c src/pmc/resizablepmcarray.c src/pmc/resizablestringarray.c src/pmc/role.c src/pmc/scalar.c src/pmc/scheduler.c src/pmc/schedulermessage.c src/pmc/sockaddr.c src/pmc/socket.c src/pmc/stringhandle.c src/pmc/task.c /usr/bin/perl5.8.8 tools/build/c2str.pl src/nci.c > src/nci.str src/pmc/undef.c /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/parrotthread.c > src/pmc/parrotthread.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/coroutine.c > src/pmc/coroutine.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/eval.c > src/pmc/eval.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/boolean.c > src/pmc/boolean.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/callsignature.c > src/pmc/callsignature.str /usr/bin/perl5.8.8 tools/build/pmc2c.pl --c src/pmc/multisub.pmc /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfileannotations.c > src/pmc/packfileannotations.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfileconstanttable.c > src/pmc/packfileconstanttable.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfiledirectory.c > src/pmc/packfiledirectory.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfilefixuptable.c > src/pmc/packfilefixuptable.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/packfilerawsegment.c > src/pmc/packfilerawsegment.str /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/resizablebooleanarray.c > src/pmc/resizablebooleanarray.str src/ops/core_ops.c src/ops/core_ops_switch.c src/string/charset.c src/core_pmcs.c src/debug.c ./src/pmc/stringhandle.c: In function 'Parrot_StringHandle_nci_open': ./src/pmc/stringhandle.pmc:223: warning: ignoring return value of 'Parrot_io_open', declared with attribute warn_unused_result src/embed.c src/dynext.c src/string/encoding.c src/events.c src/exit.c src/exceptions.c src/extend.c src/gc/alloc_register.c src/gc/api.c src/gc/alloc_memory.c src/gc/generational_ms.c src/gc/incremental_ms.c src/gc/gc_ms.c src/gc/mark_sweep.c src/gc/system.c src/global.c src/global_setup.c src/hll.c src/hash.c src/call/pcc.c src/interp/inter_cb.c src/interp/inter_misc.c src/interp/inter_create.c src/call/ops.c src/key.c src/library.c src/list.c src/longopt.c src/misc.c src/multidispatch.c src/nci.c src/packfile.c src/packout.c src/pic_jit.c src/pic.c src/platform.c src/pmc_freeze.c src/pmc.c src/runcore/main.c src/runcore/cores.c src/spf_render.c src/spf_vtable.c src/stacks.c src/sub.c src/string/primitives.c src/thread.c src/runcore/trace.c src/tsq.c src/utils.c src/vtables.c src/packfile/pf_items.c src/warnings.c src/ops/core_ops_cg.c src/exec.c src/ops/core_ops_cgp.c src/exec_cpu.c src/exec_dep.c src/exec_save.c src/jit.c src/jit_cpu.c src/jit_debug.c src/jit_debug_xcoff.c src/jit_defs.c src/gc/alloc_resources.c src/io/api.c src/io/utf8.c src/io/buffer.c src/io/unix.c src/io/win32.c src/io/portable.c src/pmc/parrotthread.c src/pmc/coroutine.c src/pmc/eval.c src/pmc/boolean.c src/pmc/callsignature.c src/pmc/packfileannotations.c src/pmc/packfileconstanttable.c src/pmc/packfiledirectory.c src/pmc/packfilefixuptable.c src/pmc/packfilerawsegment.c compilers/imcc/imcparser.c src/pmc/resizablebooleanarray.c compilers/imcc/imclexer.c compilers/imcc/imc.c compilers/imcc/main.c compilers/imcc/symreg.c compilers/imcc/instructions.c compilers/imcc/cfg.c compilers/imcc/reg_alloc.c compilers/imcc/sets.c compilers/imcc/debug.c compilers/imcc/optimizer.c compilers/imcc/reg_alloc.c: In function 'allocate_uniq': compilers/imcc/reg_alloc.c:1194: warning: signed and unsigned type in conditional expression compilers/imcc/pbc.c compilers/imcc/parser_util.c compilers/imcc/pcc.c src/main.c compilers/imcc/imcparser.c: In function 'yyparse': compilers/imcc/imcparser.c:3078: warning: statement with no effect compilers/imcc/imcparser.c:5215: warning: statement with no effect compilers/imcc/imcparser.c:5372: warning: statement with no effect compilers/imcc/imcparser.c:5376: warning: statement with no effect src/pbc_merge.c src/parrot_debugger.c src/pbc_disassemble.c src/pbc_dump.c src/pbc_info.c /usr/bin/perl5.8.8 tools/build/c2str.pl src/pmc/multisub.c > src/pmc/multisub.str /usr/bin/perl5.8.8 tools/build/c2str.pl --all src/pmc/multisub.c src/string/api.c /usr/bin/perl5.8.8 -MExtUtils::Command -e mkpath blib/lib /usr/bin/perl5.8.8 -MExtUtils::Command -e mkpath blib/lib i686-pc-linux-gnu-gcc -shared -L/usr/local/lib -fPIC -L/usr/local/lib -o blib/lib/libparrot.so.1.3.0 -Wl,-soname=libparrot.so.1.3.0 \ src/string/api.o src/ops/core_ops.o src/ops/core_ops_switch.o src/byteorder.o src/string/charset.o src/core_pmcs.o src/datatypes.o src/debug.o src/dynext.o src/embed.o src/string/encoding.o src/events.o src/exceptions.o src/exit.o src/extend.o src/extend_vtable.o src/gc/alloc_memory.o src/gc/alloc_register.o src/gc/api.o src/gc/generational_ms.o src/gc/incremental_ms.o src/gc/gc_ms.o src/gc/mark_sweep.o src/gc/system.o src/global.o src/global_setup.o src/hash.o src/hll.o src/call/pcc.o src/interp/inter_cb.o src/interp/inter_create.o src/interp/inter_misc.o src/call/ops.o src/key.o src/library.o src/list.o src/longopt.o src/misc.o src/multidispatch.o src/nci.o src/oo.o src/packfile.o src/packout.o src/pic_jit.o src/pic.o src/platform.o src/pmc_freeze.o src/pmc.o src/runcore/main.o src/runcore/cores.o src/scheduler.o src/spf_render.o src/spf_vtable.o src/stacks.o src/string/primitives.o src/sub.o src/thread.o src/runcore/trace.o src/tsq.o src/utils.o src/vtables.o src/warnings.o src/packfile/pf_items.o src/ops/core_ops_cg.o src/ops/core_ops_cgp.o src/exec.o src/exec_cpu.o src/exec_dep.o src/exec_save.o src/jit.o src/jit_cpu.o src/jit_debug.o src/jit_debug_xcoff.o src/jit_defs.o src/gc/alloc_resources.o src/string/charset/ascii.o src/string/charset/binary.o src/string/charset/iso-8859-1.o src/string/charset/tables.o src/string/charset/unicode.o src/io/core.o src/io/api.o src/io/utf8.o src/io/buffer.o src/io/unix.o src/io/win32.o src/io/portable.o src/io/filehandle.o src/io/socket_api.o src/io/socket_unix.o src/io/socket_win32.o src/pmc/default.o src/pmc/null.o src/pmc/env.o src/pmc/key.o src/pmc/random.o src/pmc/unmanagedstruct.o src/pmc/managedstruct.o src/pmc/exception.o src/pmc/parrotlibrary.o src/pmc/parrotinterpreter.o src/pmc/parrotthread.o src/pmc/lexpad.o src/pmc/timer.o src/pmc/pointer.o src/pmc/sub.o src/pmc/continuation.o src/pmc/retcontinuation.o src/pmc/coroutine.o src/pmc/eval.o src/pmc/nci.o src/pmc/float.o src/pmc/integer.o src/pmc/bigint.o src/pmc/bignum.o src/pmc/complex.o src/pmc/string.o src/pmc/boolean.o src/pmc/array.o src/pmc/fixedintegerarray.o src/pmc/iterator.o src/pmc/fixedstringarray.o src/pmc/hash.o src/pmc/orderedhash.o src/pmc/os.o src/pmc/file.o src/pmc/addrregistry.o src/pmc/callsignature.o src/pmc/capture.o src/pmc/class.o src/pmc/codestring.o src/pmc/cpointer.o src/pmc/eventhandler.o src/pmc/exceptionhandler.o src/pmc/exporter.o src/pmc/filehandle.o src/pmc/fixedbooleanarray.o src/pmc/fixedfloatarray.o src/pmc/fixedpmcarray.o src/pmc/handle.o src/pmc/lexinfo.o src/pmc/multisub.o src/pmc/namespace.o src/pmc/object.o src/pmc/packfile.o src/pmc/packfileannotation.o src/pmc/packfileannotations.o src/pmc/packfileconstanttable.o src/pmc/packfiledirectory.o src/pmc/packfilefixupentry.o src/pmc/packfilefixuptable.o src/pmc/packfilerawsegment.o src/pmc/packfilesegment.o src/pmc/parrotrunningthread.o src/pmc/pccmethod_test.o src/pmc/pmcproxy.o src/pmc/resizablebooleanarray.o src/pmc/resizablefloatarray.o src/pmc/resizableintegerarray.o src/pmc/resizablepmcarray.o src/pmc/resizablestringarray.o src/pmc/role.o src/pmc/scalar.o src/pmc/scheduler.o src/pmc/schedulermessage.o src/pmc/sockaddr.o src/pmc/socket.o src/pmc/stringhandle.o src/pmc/task.o src/pmc/undef.o src/string/encoding/fixed_8.o src/string/encoding/ucs2.o src/string/encoding/utf16.o src/string/encoding/utf8.o compilers/imcc/imcparser.o compilers/imcc/imclexer.o compilers/imcc/imc.o compilers/imcc/main.o compilers/imcc/symreg.o compilers/imcc/instructions.o compilers/imcc/cfg.o compilers/imcc/reg_alloc.o compilers/imcc/sets.o compilers/imcc/debug.o compilers/imcc/optimizer.o compilers/imcc/pbc.o compilers/imcc/parser_util.o compilers/imcc/pcc.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm ar cr blib/lib/libparrot.a src/string/api.o src/ops/core_ops.o src/ops/core_ops_switch.o src/byteorder.o src/string/charset.o src/core_pmcs.o src/datatypes.o src/debug.o src/dynext.o src/embed.o src/string/encoding.o src/events.o src/exceptions.o src/exit.o src/extend.o src/extend_vtable.o src/gc/alloc_memory.o src/gc/alloc_register.o src/gc/api.o src/gc/generational_ms.o src/gc/incremental_ms.o src/gc/gc_ms.o src/gc/mark_sweep.o src/gc/system.o src/global.o src/global_setup.o src/hash.o src/hll.o src/call/pcc.o src/interp/inter_cb.o src/interp/inter_create.o src/interp/inter_misc.o src/call/ops.o src/key.o src/library.o src/list.o src/longopt.o src/misc.o src/multidispatch.o src/nci.o src/oo.o src/packfile.o src/packout.o src/pic_jit.o src/pic.o src/platform.o src/pmc_freeze.o src/pmc.o src/runcore/main.o src/runcore/cores.o src/scheduler.o src/spf_render.o src/spf_vtable.o src/stacks.o src/string/primitives.o src/sub.o src/thread.o src/runcore/trace.o src/tsq.o src/utils.o src/vtables.o src/warnings.o src/packfile/pf_items.o src/ops/core_ops_cg.o src/ops/core_ops_cgp.o src/exec.o src/exec_cpu.o src/exec_dep.o src/exec_save.o src/jit.o src/jit_cpu.o src/jit_debug.o src/jit_debug_xcoff.o src/jit_defs.o src/gc/alloc_resources.o src/string/charset/ascii.o src/string/charset/binary.o src/string/charset/iso-8859-1.o src/string/charset/tables.o src/string/charset/unicode.o src/io/core.o src/io/api.o src/io/utf8.o src/io/buffer.o src/io/unix.o src/io/win32.o src/io/portable.o src/io/filehandle.o src/io/socket_api.o src/io/socket_unix.o src/io/socket_win32.o src/pmc/default.o src/pmc/null.o src/pmc/env.o src/pmc/key.o src/pmc/random.o src/pmc/unmanagedstruct.o src/pmc/managedstruct.o src/pmc/exception.o src/pmc/parrotlibrary.o src/pmc/parrotinterpreter.o src/pmc/parrotthread.o src/pmc/lexpad.o src/pmc/timer.o src/pmc/pointer.o src/pmc/sub.o src/pmc/continuation.o src/pmc/retcontinuation.o src/pmc/coroutine.o src/pmc/eval.o src/pmc/nci.o src/pmc/float.o src/pmc/integer.o src/pmc/bigint.o src/pmc/bignum.o src/pmc/complex.o src/pmc/string.o src/pmc/boolean.o src/pmc/array.o src/pmc/fixedintegerarray.o src/pmc/iterator.o src/pmc/fixedstringarray.o src/pmc/hash.o src/pmc/orderedhash.o src/pmc/os.o src/pmc/file.o src/pmc/addrregistry.o src/pmc/callsignature.o src/pmc/capture.o src/pmc/class.o src/pmc/codestring.o src/pmc/cpointer.o src/pmc/eventhandler.o src/pmc/exceptionhandler.o src/pmc/exporter.o src/pmc/filehandle.o src/pmc/fixedbooleanarray.o src/pmc/fixedfloatarray.o src/pmc/fixedpmcarray.o src/pmc/handle.o src/pmc/lexinfo.o src/pmc/multisub.o src/pmc/namespace.o src/pmc/object.o src/pmc/packfile.o src/pmc/packfileannotation.o src/pmc/packfileannotations.o src/pmc/packfileconstanttable.o src/pmc/packfiledirectory.o src/pmc/packfilefixupentry.o src/pmc/packfilefixuptable.o src/pmc/packfilerawsegment.o src/pmc/packfilesegment.o src/pmc/parrotrunningthread.o src/pmc/pccmethod_test.o src/pmc/pmcproxy.o src/pmc/resizablebooleanarray.o src/pmc/resizablefloatarray.o src/pmc/resizableintegerarray.o src/pmc/resizablepmcarray.o src/pmc/resizablestringarray.o src/pmc/role.o src/pmc/scalar.o src/pmc/scheduler.o src/pmc/schedulermessage.o src/pmc/sockaddr.o src/pmc/socket.o src/pmc/stringhandle.o src/pmc/task.o src/pmc/undef.o src/string/encoding/fixed_8.o src/string/encoding/ucs2.o src/string/encoding/utf16.o src/string/encoding/utf8.o compilers/imcc/imcparser.o compilers/imcc/imclexer.o compilers/imcc/imc.o compilers/imcc/main.o compilers/imcc/symreg.o compilers/imcc/instructions.o compilers/imcc/cfg.o compilers/imcc/reg_alloc.o compilers/imcc/sets.o compilers/imcc/debug.o compilers/imcc/optimizer.o compilers/imcc/pbc.o compilers/imcc/parser_util.o compilers/imcc/pcc.o ( cd blib/lib ; ln -sf libparrot.so.1.3.0 libparrot.so ) : blib/lib/libparrot.a i686-pc-linux-gnu-gcc -o miniparrot src/main.o src/null_config.o \ -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E i686-pc-linux-gnu-gcc -o pbc_disassemble \ src/pbc_disassemble.o \ -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E i686-pc-linux-gnu-gcc -o pbc_dump \ src/pbc_dump.o \ src/packdump.o -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E i686-pc-linux-gnu-gcc -o pbc_info \ src/pbc_info.o \ -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc /usr/bin/perl5.8.8 tools/build/parrot_config_c.pl > \ src/parrot_config.c src/parrot_config.c i686-pc-linux-gnu-gcc -o parrot \ src/main.o src/parrot_config.o \ -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E -rdynamic i686-pc-linux-gnu-gcc -o pbc_merge \ src/pbc_merge.o \ src/parrot_config.o \ -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -rdynamic -L/usr/local/lib -Wl,-E i686-pc-linux-gnu-gcc -o parrot_debugger \ src/parrot_debugger.o \ src/parrot_config.o \ -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E ./parrot -o runtime/parrot/include/parrotlib.pbc runtime/parrot/library/parrotlib.pir ./parrot -o runtime/parrot/library/CGI/QueryHash.pbc runtime/parrot/library/CGI/QueryHash.pir ./parrot -o runtime/parrot/library/Crow.pbc runtime/parrot/library/Crow.pir ./parrot -o runtime/parrot/library/config.pbc runtime/parrot/library/config.pir ./parrot -o runtime/parrot/library/Config/JSON.pbc runtime/parrot/library/Config/JSON.pir ./parrot -o runtime/parrot/library/Data/Dumper/Base.pbc runtime/parrot/library/Data/Dumper/Base.pir ./parrot -o runtime/parrot/library/Data/Dumper/Default.pbc runtime/parrot/library/Data/Dumper/Default.pir ./parrot -o runtime/parrot/library/Data/Dumper.pbc runtime/parrot/library/Data/Dumper.pir ./parrot -o runtime/parrot/library/Digest/MD5.pbc runtime/parrot/library/Digest/MD5.pir ./parrot -o runtime/parrot/library/dumper.pbc runtime/parrot/library/dumper.pir ./parrot -o runtime/parrot/library/yaml_dumper.pbc runtime/parrot/library/yaml_dumper.pir ./parrot -o runtime/parrot/library/Getopt/Obj.pbc runtime/parrot/library/Getopt/Obj.pir ./parrot -o runtime/parrot/library/Iter.pbc runtime/parrot/library/Iter.pir ./parrot -o runtime/parrot/library/JSON.pbc runtime/parrot/library/JSON.pir ./parrot -o runtime/parrot/library/Math/Random/mt19937ar.pbc runtime/parrot/library/Math/Random/mt19937ar.pir ./parrot -o runtime/parrot/library/Math/Rand.pbc runtime/parrot/library/Math/Rand.pir ./parrot -o runtime/parrot/library/MIME/Base64.pbc runtime/parrot/library/MIME/Base64.pir ./parrot -o runtime/parrot/library/NCI/Utils.pbc runtime/parrot/library/NCI/Utils.pir ./parrot -o runtime/parrot/library/NCI/call_toolkit_init.pbc runtime/parrot/library/NCI/call_toolkit_init.pir ./parrot -o runtime/parrot/library/ncurses.pbc runtime/parrot/library/ncurses.pir ./parrot -o runtime/parrot/library/P6object.pbc runtime/parrot/library/P6object.pir ./parrot -o runtime/parrot/library/parrotlib.pbc runtime/parrot/library/parrotlib.pir ./parrot -o runtime/parrot/library/pcore.pbc runtime/parrot/library/pcore.pir ./parrot -o runtime/parrot/library/pcre.pbc runtime/parrot/library/pcre.pir ./parrot -o runtime/parrot/library/Parrot/Coroutine.pbc runtime/parrot/library/Parrot/Coroutine.pir ./parrot -o runtime/parrot/library/Parrot/Exception.pbc runtime/parrot/library/Parrot/Exception.pir ./parrot -o runtime/parrot/library/PGE/Dumper.pbc runtime/parrot/library/PGE/Dumper.pir ./parrot -o runtime/parrot/library/PGE/Glob.pbc runtime/parrot/library/PGE/Glob.pir ./parrot -o runtime/parrot/library/PGE/Perl6Grammar.pbc runtime/parrot/library/PGE/Perl6Grammar.pir ./parrot -o runtime/parrot/library/PGE/Text.pbc runtime/parrot/library/PGE/Text.pir ./parrot -o runtime/parrot/library/PGE/Util.pbc runtime/parrot/library/PGE/Util.pir ./parrot -o runtime/parrot/library/Protoobject.pbc runtime/parrot/library/Protoobject.pir ./parrot -o runtime/parrot/library/Range.pbc runtime/parrot/library/Range.pir ./parrot -o runtime/parrot/library/Stream/Base.pbc runtime/parrot/library/Stream/Base.pir ./parrot -o runtime/parrot/library/Stream/Combiner.pbc runtime/parrot/library/Stream/Combiner.pir ./parrot -o runtime/parrot/library/Stream/Coroutine.pbc runtime/parrot/library/Stream/Coroutine.pir ./parrot -o runtime/parrot/library/Stream/Filter.pbc runtime/parrot/library/Stream/Filter.pir ./parrot -o runtime/parrot/library/Stream/Lines.pbc runtime/parrot/library/Stream/Lines.pir ./parrot -o runtime/parrot/library/Stream/ParrotIO.pbc runtime/parrot/library/Stream/ParrotIO.pir ./parrot -o runtime/parrot/library/Stream/Replay.pbc runtime/parrot/library/Stream/Replay.pir ./parrot -o runtime/parrot/library/Stream/Sub.pbc runtime/parrot/library/Stream/Sub.pir ./parrot -o runtime/parrot/library/Stream/Writer.pbc runtime/parrot/library/Stream/Writer.pir ./parrot -o runtime/parrot/library/String/Utils.pbc runtime/parrot/library/String/Utils.pir ./parrot -o runtime/parrot/library/Test/Builder/Output.pbc runtime/parrot/library/Test/Builder/Output.pir ./parrot -o runtime/parrot/library/Test/Builder/Test.pbc runtime/parrot/library/Test/Builder/Test.pir ./parrot -o runtime/parrot/library/Test/Builder/Tester.pbc runtime/parrot/library/Test/Builder/Tester.pir ./parrot -o runtime/parrot/library/Test/Builder/TestPlan.pbc runtime/parrot/library/Test/Builder/TestPlan.pir ./parrot -o runtime/parrot/library/Test/Builder.pbc runtime/parrot/library/Test/Builder.pir ./parrot -o runtime/parrot/library/Test/Class.pbc runtime/parrot/library/Test/Class.pir ./parrot -o runtime/parrot/library/Test/More.pbc runtime/parrot/library/Test/More.pir ./parrot -o runtime/parrot/library/Tcl/Glob.pbc runtime/parrot/library/Tcl/Glob.pir ./parrot -o runtime/parrot/library/TclLibrary.pbc runtime/parrot/library/TclLibrary.pir ./parrot -o runtime/parrot/library/uuid.pbc runtime/parrot/library/uuid.pir ./parrot -o runtime/parrot/library/YAML/Dumper/Base.pbc runtime/parrot/library/YAML/Dumper/Base.pir ./parrot -o runtime/parrot/library/YAML/Dumper/Default.pbc runtime/parrot/library/YAML/Dumper/Default.pir ./parrot -o runtime/parrot/library/YAML/Dumper.pbc runtime/parrot/library/YAML/Dumper.pir ./parrot -o runtime/parrot/library/YAML/Parser/Syck.pbc runtime/parrot/library/YAML/Parser/Syck.pir ./parrot -o runtime/parrot/library/libpcre.pbc runtime/parrot/library/libpcre.pir ./parrot -o runtime/parrot/library/Data/Replace.pbc runtime/parrot/library/Data/Replace.pir ./parrot -o runtime/parrot/library/postgres.pbc runtime/parrot/library/postgres.pir gmake -C src/dynpmc gmake -C src/dynoplibs ./parrot -o pbc_to_exe.pbc tools/dev/pbc_to_exe.pir gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynpmc' /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump dynlexpad.pmc gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynoplibs' /usr/bin/perl5.8.8 -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/lib /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/ops2c.pl CGoto --dynamic myops.ops /usr/bin/perl5.8.8 -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/lib /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/ops2c.pl CGP --dynamic myops.ops /usr/bin/perl5.8.8 -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/lib /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/ops2c.pl C --dynamic myops.ops gmake -C compilers/pct ./parrot pbc_to_exe.pbc pbc_to_exe.pbc gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pct' ../../parrot -o ../../runtime/parrot/library/PCT.pbc --output-pbc PCT.pir ../../parrot -o ../../runtime/parrot/library/PCT/PAST.pbc --output-pbc src/PAST.pir /usr/bin/perl5.8.8 -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/lib /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/ops2c.pl CSwitch --dynamic myops.ops i686-pc-linux-gnu-gcc -o pbc_to_exe.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -c pbc_to_exe.c ../../parrot -o ../../runtime/parrot/library/PCT/Grammar.pbc --output-pbc src/PCT/Grammar.pir ../../parrot -o ../../runtime/parrot/library/PCT/HLLCompiler.pbc --output-pbc src/PCT/HLLCompiler.pir ../../parrot -o ../../runtime/parrot/library/PCT/Dumper.pbc --output-pbc src/PCT/Dumper.pir /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump foo.pmc gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pct' gmake -C compilers/pge /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump pair.pmc gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pge' /usr/bin/perl5.8.8 -MExtUtils::Command -e rm_f PGE.pbc ../../runtime/parrot/library/PGE.pbc /usr/bin/perl5.8.8 -e "" >PGE/builtins_gen.pir i686-pc-linux-gnu-gcc -c -o myops_ops_cg.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO myops_ops_cg.c ../../parrot -o PGE.pbc --output-pbc PGE.pir /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump rotest.pmc i686-pc-linux-gnu-gcc -c -o myops_ops_switch.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO myops_ops_switch.c Compiled: pbc_to_exe.o i686-pc-linux-gnu-gcc -o pbc_to_exe pbc_to_exe.o /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/parrot_config.o -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -rdynamic -L/usr/local/lib -Wl,-E -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump gdbmhash.pmc ../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pir --output=PGE/builtins_gen.pir PGE/builtins.pg /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump rational.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump md2.pmc i686-pc-linux-gnu-gcc -c -o myops_ops.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO myops_ops.c /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump md4.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump md5.pmc i686-pc-linux-gnu-gcc -c -o myops_ops_cgp.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO myops_ops_cgp.c /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump ripemd160.pmc Linked: pbc_to_exe i686-pc-linux-gnu-gcc -o myops_ops_cg.so myops_ops_cg.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/usr/local/lib -Wl,-E -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump sha.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump sha1.pmc i686-pc-linux-gnu-gcc -o myops_ops_switch.so myops_ops_switch.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/usr/local/lib -Wl,-E -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline /usr/bin/perl5.8.8 -MExtUtils::Command -e rm_f PGE.pbc ../../parrot -o PGE.pbc --output-pbc PGE.pir /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump sha256.pmc /usr/bin/perl5.8.8 -MExtUtils::Command -e cp PGE.pbc ../../runtime/parrot/library /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump sha512.pmc gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pge' gmake -C compilers/tge i686-pc-linux-gnu-gcc -o myops_ops_cgp.so myops_ops_cgp.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/usr/local/lib -Wl,-E -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --dump subproxy.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c dynlexpad.pmc gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/tge' ../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pbc --output=TGE/Parser.pir TGE/Parser.pg ./parrot -o parrot_config.pbc tools/util/parrot-config.pir ./parrot pbc_to_exe.pbc parrot_config.pbc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c pair.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c gdbmhash.pmc i686-pc-linux-gnu-gcc -o myops_ops.so myops_ops.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/usr/local/lib -Wl,-E -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c md2.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c md5.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c ripemd160.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c sha.pmc i686-pc-linux-gnu-gcc -c -o dynlexpad.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO dynlexpad.c /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c foo.pmc i686-pc-linux-gnu-gcc -o parrot_config.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -c parrot_config.c i686-pc-linux-gnu-gcc -c -o pair.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO pair.c /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c rational.pmc i686-pc-linux-gnu-gcc -c -o md5.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO md5.c /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c sha1.pmc /usr/bin/perl5.8.8 -MExtUtils::Command -e cp *.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/runtime/parrot/dynext gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynoplibs' /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c sha256.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c sha512.pmc /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c subproxy.pmc ../../parrot -o ../../runtime/parrot/library/TGE.pbc --output-pbc TGE.pir Compiled: parrot_config.o i686-pc-linux-gnu-gcc -o parrot_config parrot_config.o /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/parrot_config.o -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -rdynamic -L/usr/local/lib -Wl,-E -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/tge' gmake -C compilers/nqp i686-pc-linux-gnu-gcc -c -o foo.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO foo.c /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c rotest.pmc gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/nqp' ../../parrot /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/runtime/parrot/library/PGE/Perl6Grammar.pir \ --output=src/Grammar_gen.pir src/Grammar.pg i686-pc-linux-gnu-gcc -c -o gdbmhash.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO gdbmhash.c i686-pc-linux-gnu-gcc -c -o rational.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO rational.c i686-pc-linux-gnu-gcc -c -o md2.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO md2.c /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --c md4.pmc i686-pc-linux-gnu-gcc -c -o ripemd160.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO ripemd160.c i686-pc-linux-gnu-gcc -c -o sha.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO sha.c i686-pc-linux-gnu-gcc -c -o sha1.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO sha1.c i686-pc-linux-gnu-gcc -c -o sha256.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO sha256.c i686-pc-linux-gnu-gcc -c -o subproxy.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO subproxy.c Linked: parrot_config i686-pc-linux-gnu-gcc -o dynlexpad.so dynlexpad.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline i686-pc-linux-gnu-gcc -c -o rotest.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO rotest.c i686-pc-linux-gnu-gcc -c -o sha512.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO sha512.c i686-pc-linux-gnu-gcc -o foo.so foo.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline i686-pc-linux-gnu-gcc -o pair.so pair.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline ./gdbmhash.pmc: In function 'Parrot_GDBMHash_get_bool': ./gdbmhash.pmc:191: warning: function call has aggregate value ./gdbmhash.pmc: In function 'Parrot_GDBMHash_get_integer': ./gdbmhash.pmc:165: warning: function call has aggregate value ./gdbmhash.pmc:167: warning: function call has aggregate value ./gdbmhash.pmc: In function 'Parrot_GDBMHash_get_string_keyed': ./gdbmhash.pmc:253: warning: function call has aggregate value i686-pc-linux-gnu-gcc -c -o md4.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO md4.c i686-pc-linux-gnu-gcc -o gdbmhash.so gdbmhash.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -lgdbm i686-pc-linux-gnu-gcc -o rational.so rational.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline i686-pc-linux-gnu-gcc -o subproxy.so subproxy.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline i686-pc-linux-gnu-gcc -o rotest.so rotest.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline /usr/bin/perl5.8.8 /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/tools/build/pmc2c.pl --library digest_group --c md2.pmc md4.pmc md5.pmc ripemd160.pmc sha.pmc sha1.pmc sha256.pmc sha512.pmc i686-pc-linux-gnu-gcc -c -o lib-digest_group.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/pmc -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -fPIC -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO digest_group.c i686-pc-linux-gnu-gcc -o digest_group.so lib-digest_group.o md2.o md4.o md5.o ripemd160.o sha.o sha1.o sha256.o sha512.o -L/usr/local/lib -Wl,-rpath=/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -shared -L/usr/local/lib -fPIC -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -lcrypto /usr/bin/perl5.8.8 -MExtUtils::Command -e cp *.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/runtime/parrot/dynext gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynpmc' ../../parrot -o nqp.pbc nqp.pir gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/nqp' gmake -C compilers/json gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/json' ../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pbc --output=JSON/grammar.pir JSON/grammar.pg ../../parrot ../../compilers/tge/tgc.pir --output=JSON/pge2pir.pir JSON/pge2pir.tg ../../parrot --output=JSON/pge2pir.pbc JSON/pge2pir.pir ../../parrot --output=JSON/grammar.pbc JSON/grammar.pir ../../parrot --output=JSON.pbc JSON.pir gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/json' >>> Source compiled. >>> Test phase [check]: dev-lang/parrot-1.3.0 make -j14 -j1 check Compiling with: xx.c i686-pc-linux-gnu-gcc -I./include -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO -fPIC -I. -o xx.o -c xx.c Perldoc is required, but not detected. gmake -C src/dynpmc gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynpmc' /usr/bin/perl5.8.8 -MExtUtils::Command -e cp *.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/runtime/parrot/dynext gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynpmc' gmake -C src/dynoplibs gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynoplibs' /usr/bin/perl5.8.8 -MExtUtils::Command -e cp *.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/runtime/parrot/dynext gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynoplibs' gmake -C compilers/pct gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pct' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pct' gmake -C compilers/pge gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pge' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pge' gmake -C compilers/tge gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/tge' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/tge' gmake -C compilers/nqp gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/nqp' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/nqp' gmake -C compilers/json gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/json' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/json' /usr/bin/perl5.8.8 t/harness --gc-debug --running-make-test -r t/op/annotate.t t/op/annotate.t .. t/op/annotate.t .. 1/33 t/op/annotate.t .. ok All tests successful. Files=1, Tests=33, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.03 cusr 0.00 csys = 0.06 CPU) Result: PASS /usr/bin/perl5.8.8 t/harness --gc-debug --running-make-test t/configure/001-options.t ................... t/configure/001-options.t ................... 1/51 t/configure/001-options.t ................... ok t/configure/002-messages.t .................. t/configure/002-messages.t .................. 1/10 t/configure/002-messages.t .................. ok t/configure/003-steplist.t .................. t/configure/003-steplist.t .................. 1/3 t/configure/003-steplist.t .................. ok t/configure/004-configure.t ................. t/configure/004-configure.t ................. 1/29 ok 27 # skip If you have already completed configuration, ok 28 # skip If you have already completed configuration, t/configure/004-configure.t ................. ok t/configure/005-run_one_step.t .............. t/configure/005-run_one_step.t .............. 1/21 t/configure/005-run_one_step.t .............. ok t/configure/006-bad_step.t .................. t/configure/006-bad_step.t .................. 1/11 t/configure/006-bad_step.t .................. ok t/configure/007-verbose_two.t ............... t/configure/007-verbose_two.t ............... 1/12 t/configure/007-verbose_two.t ............... ok t/configure/008-file_based_configuration.t .. t/configure/008-file_based_configuration.t .. 1/? t/configure/008-file_based_configuration.t .. ok t/configure/011-no_description.t ............ t/configure/011-no_description.t ............ 1/12 t/configure/011-no_description.t ............ ok t/configure/012-verbose.t ................... t/configure/012-verbose.t ................... 1/12 t/configure/012-verbose.t ................... ok t/configure/013-die.t ....................... t/configure/013-die.t ....................... 1/12 t/configure/013-die.t ....................... ok t/configure/015-no_return.t ................. t/configure/015-no_return.t ................. 1/13 t/configure/015-no_return.t ................. ok t/configure/016-no_return_but_result.t ...... t/configure/016-no_return_but_result.t ...... 1/13 t/configure/016-no_return_but_result.t ...... ok t/configure/017-revision_from_cache.t ....... 1..0 # SKIP t/configure/017-revision_from_cache.t ....... skipped: (no reason given) t/configure/018-revision_to_cache.t ......... 1..0 # SKIP t/configure/018-revision_to_cache.t ......... skipped: (no reason given) t/configure/019-version.t ................... t/configure/019-version.t ................... 1/6 t/configure/019-version.t ................... ok t/configure/020-version.t ................... t/configure/020-version.t ................... 1/6 t/configure/020-version.t ................... ok t/configure/021-version.t ................... t/configure/021-version.t ................... 1/6 t/configure/021-version.t ................... ok t/configure/022-version.t ................... t/configure/022-version.t ................... 1/6 t/configure/022-version.t ................... ok t/configure/023-version.t ................... t/configure/023-version.t ................... 1/14 t/configure/023-version.t ................... ok t/configure/024-version.t ................... t/configure/024-version.t ................... 1/10 t/configure/024-version.t ................... ok t/configure/025-options_test.t .............. t/configure/025-options_test.t .............. 1/7 t/configure/025-options_test.t .............. ok t/configure/026-options_test.t .............. t/configure/026-options_test.t .............. 1/20 t/configure/026-options_test.t .............. ok t/configure/027-option_or_data.t ............ t/configure/027-option_or_data.t ............ 1/7 t/configure/027-option_or_data.t ............ ok t/configure/028-option_or_data.t ............ t/configure/028-option_or_data.t ............ 1/12 t/configure/028-option_or_data.t ............ ok t/configure/029-option_or_data.t ............ t/configure/029-option_or_data.t ............ 1/14 t/configure/029-option_or_data.t ............ ok t/configure/030-option_or_data.t ............ t/configure/030-option_or_data.t ............ 1/6 t/configure/030-option_or_data.t ............ ok t/configure/031-base.t ...................... t/configure/031-base.t ...................... 1/5 t/configure/031-base.t ...................... ok t/configure/032-data.t ...................... t/configure/032-data.t ...................... 1/69 t/configure/032-data.t ...................... ok t/configure/033-step.t ...................... t/configure/033-step.t ...................... 1/31 t/configure/033-step.t ...................... ok t/configure/034-step.t ...................... t/configure/034-step.t ...................... 1/15 t/configure/034-step.t ...................... ok t/configure/035-step.t ...................... t/configure/035-step.t ...................... 1/8 t/configure/035-step.t ...................... ok t/configure/037-run_single_step.t ........... t/configure/037-run_single_step.t ........... 1/5 t/configure/037-run_single_step.t ........... ok t/configure/038-run_single_step.t ........... t/configure/038-run_single_step.t ........... 1/4 t/configure/038-run_single_step.t ........... ok t/configure/039-run_single_step.t ........... t/configure/039-run_single_step.t ........... 1/5 t/configure/039-run_single_step.t ........... ok t/configure/041-return_undef.t .............. t/configure/041-return_undef.t .............. 1/13 t/configure/041-return_undef.t .............. ok t/configure/042-list_of_steps.t ............. t/configure/042-list_of_steps.t ............. 1/6 t/configure/042-list_of_steps.t ............. ok t/configure/043-verbose_step.t .............. t/configure/043-verbose_step.t .............. 1/15 t/configure/043-verbose_step.t .............. ok t/configure/044-slurp_file.t ................ t/configure/044-slurp_file.t ................ 1/9 t/configure/044-slurp_file.t ................ ok t/configure/045-generated_file_header.t ..... t/configure/045-generated_file_header.t ..... 1/12 t/configure/045-generated_file_header.t ..... ok t/configure/046-inter.t ..................... t/configure/046-inter.t ..................... 1/12 t/configure/046-inter.t ..................... ok t/configure/047-inter.t ..................... t/configure/047-inter.t ..................... 1/14 t/configure/047-inter.t ..................... ok t/configure/048-return_result_undef.t ....... t/configure/048-return_result_undef.t ....... 1/13 t/configure/048-return_result_undef.t ....... ok t/configure/049-options_test.t .............. t/configure/049-options_test.t .............. 1/12 t/configure/049-options_test.t .............. ok t/configure/050-fatal.t ..................... t/configure/050-fatal.t ..................... 1/6 t/configure/050-fatal.t ..................... ok t/configure/051-fatal_step.t ................ t/configure/051-fatal_step.t ................ 1/19 t/configure/051-fatal_step.t ................ ok t/configure/059-silent.t .................... t/configure/059-silent.t .................... 1/13 t/configure/059-silent.t .................... ok t/configure/061-revision_from_cache.t ....... 1..0 # SKIP t/configure/061-revision_from_cache.t ....... skipped: (no reason given) t/steps/auto_alignptrs-01.t ................. t/steps/auto_alignptrs-01.t ................. 1/17 t/steps/auto_alignptrs-01.t ................. ok t/steps/auto_alignptrs-02.t ................. t/steps/auto_alignptrs-02.t ................. 1/18 t/steps/auto_alignptrs-02.t ................. ok t/steps/auto_arch-01.t ...................... t/steps/auto_arch-01.t ...................... 1/102 t/steps/auto_arch-01.t ...................... ok t/steps/auto_attributes-01.t ................ t/steps/auto_attributes-01.t ................ 1/12 t/steps/auto_attributes-01.t ................ ok t/steps/auto_backtrace-01.t ................. t/steps/auto_backtrace-01.t ................. 1/19 t/steps/auto_backtrace-01.t ................. 18/19 t/steps/auto_backtrace-01.t ................. ok t/steps/auto_byteorder-01.t ................. t/steps/auto_byteorder-01.t ................. 1/24 t/steps/auto_byteorder-01.t ................. ok t/steps/auto_cgoto-01.t ..................... t/steps/auto_cgoto-01.t ..................... 1/56 t/steps/auto_cgoto-01.t ..................... ok t/steps/auto_cpu-01.t ....................... t/steps/auto_cpu-01.t ....................... 1/22 t/steps/auto_cpu-01.t ....................... ok t/steps/auto_crypto-01.t .................... t/steps/auto_crypto-01.t .................... 1/24 t/steps/auto_crypto-01.t .................... ok t/steps/auto_ctags-01.t ..................... t/steps/auto_ctags-01.t ..................... 1/28 t/steps/auto_ctags-01.t ..................... ok t/steps/auto_env-01.t ....................... t/steps/auto_env-01.t ....................... 1/29 t/steps/auto_env-01.t ....................... ok t/steps/auto_fink-01.t ...................... 1..0 # SKIP fink is Darwin only t/steps/auto_fink-01.t ...................... skipped: fink is Darwin only t/steps/auto_format-01.t .................... t/steps/auto_format-01.t .................... 1/16 t/steps/auto_format-01.t .................... ok t/steps/auto_funcptr-01.t ................... t/steps/auto_funcptr-01.t ................... 1/28 t/steps/auto_funcptr-01.t ................... ok t/steps/auto_gc-01.t ........................ t/steps/auto_gc-01.t ........................ 1/35 t/steps/auto_gc-01.t ........................ ok t/steps/auto_gcc-01.t ....................... t/steps/auto_gcc-01.t ....................... 1/122 t/steps/auto_gcc-01.t ....................... ok t/steps/auto_gdbm-01.t ...................... t/steps/auto_gdbm-01.t ...................... 1/47 t/steps/auto_gdbm-01.t ...................... ok t/steps/auto_gettext-01.t ................... t/steps/auto_gettext-01.t ................... 1/30 t/steps/auto_gettext-01.t ................... ok t/steps/auto_glibc-01.t ..................... t/steps/auto_glibc-01.t ..................... 1/18 t/steps/auto_glibc-01.t ..................... ok t/steps/auto_gmp-01.t ....................... t/steps/auto_gmp-01.t ....................... 1/61 t/steps/auto_gmp-01.t ....................... ok t/steps/auto_headers-01.t ................... t/steps/auto_headers-01.t ................... 1/30 t/steps/auto_headers-01.t ................... 10/30 t/steps/auto_headers-01.t ................... 18/30 t/steps/auto_headers-01.t ................... ok t/steps/auto_icu-01.t ....................... t/steps/auto_icu-01.t ....................... 1/136 t/steps/auto_icu-01.t ....................... 6/136 t/steps/auto_icu-01.t ....................... ok t/steps/auto_inline-01.t .................... t/steps/auto_inline-01.t .................... 1/37 t/steps/auto_inline-01.t .................... ok t/steps/auto_isreg-01.t ..................... t/steps/auto_isreg-01.t ..................... 1/23 t/steps/auto_isreg-01.t ..................... ok t/steps/auto_jit-01.t ....................... t/steps/auto_jit-01.t ....................... 1/51 t/steps/auto_jit-01.t ....................... ok t/steps/auto_macports-01.t .................. 1..0 # SKIP Macports is Darwin only t/steps/auto_macports-01.t .................. skipped: Macports is Darwin only t/steps/auto_macports-02.t .................. 1..0 # SKIP Macports is Darwin only t/steps/auto_macports-02.t .................. skipped: Macports is Darwin only t/steps/auto_memalign-01.t .................. t/steps/auto_memalign-01.t .................. 1/69 t/steps/auto_memalign-01.t .................. ok t/steps/auto_msvc-01.t ...................... t/steps/auto_msvc-01.t ...................... 1/43 ok 10 # skip MSVC is Windows only t/steps/auto_msvc-01.t ...................... ok t/steps/auto_neg_0-01.t ..................... t/steps/auto_neg_0-01.t ..................... 1/31 t/steps/auto_neg_0-01.t ..................... ok t/steps/auto_opengl-01.t .................... t/steps/auto_opengl-01.t .................... 1/43 t/steps/auto_opengl-01.t .................... ok t/steps/auto_ops-01.t ....................... t/steps/auto_ops-01.t ....................... 1/6 t/steps/auto_ops-01.t ....................... ok t/steps/auto_pcre-01.t ...................... t/steps/auto_pcre-01.t ...................... 1/34 t/steps/auto_pcre-01.t ...................... ok t/steps/auto_perldoc-01.t ................... t/steps/auto_perldoc-01.t ................... 1/32 t/steps/auto_perldoc-01.t ................... ok t/steps/auto_pmc-01.t ....................... t/steps/auto_pmc-01.t ....................... 1/28 t/steps/auto_pmc-01.t ....................... ok t/steps/auto_pod2man-01.t ................... t/steps/auto_pod2man-01.t ................... 1/15 t/steps/auto_pod2man-01.t ................... 6/15 t/steps/auto_pod2man-01.t ................... ok t/steps/auto_readline-01.t .................. t/steps/auto_readline-01.t .................. 1/69 t/steps/auto_readline-01.t .................. ok t/steps/auto_readline-02.t .................. t/steps/auto_readline-02.t .................. 1/14 t/steps/auto_readline-02.t .................. ok t/steps/auto_revision-01.t .................. t/steps/auto_revision-01.t .................. 1/15 t/steps/auto_revision-01.t .................. ok t/steps/auto_signal-01.t .................... t/steps/auto_signal-01.t .................... 1/35 t/steps/auto_signal-01.t .................... ok t/steps/auto_sizes-01.t ..................... t/steps/auto_sizes-01.t ..................... 1/58 t/steps/auto_sizes-01.t ..................... ok t/steps/auto_snprintf-01.t .................. t/steps/auto_snprintf-01.t .................. 1/33 t/steps/auto_snprintf-01.t .................. 8/33 t/steps/auto_snprintf-01.t .................. ok t/steps/auto_socklen_t-01.t ................. t/steps/auto_socklen_t-01.t ................. 1/16 t/steps/auto_socklen_t-01.t ................. ok t/steps/auto_va_ptr-01.t .................... t/steps/auto_va_ptr-01.t .................... 1/5 t/steps/auto_va_ptr-01.t .................... ok t/steps/auto_warnings-01.t .................. t/steps/auto_warnings-01.t .................. 1/56 t/steps/auto_warnings-01.t .................. 16/56 t/steps/auto_warnings-01.t .................. ok t/steps/gen_call_list-01.t .................. t/steps/gen_call_list-01.t .................. 1/6 t/steps/gen_call_list-01.t .................. ok t/steps/gen_config_h-01.t ................... t/steps/gen_config_h-01.t ................... 1/11 t/steps/gen_config_h-01.t ................... ok t/steps/gen_config_pm-01.t .................. t/steps/gen_config_pm-01.t .................. 1/8 t/steps/gen_config_pm-01.t .................. ok t/steps/gen_core_pmcs-01.t .................. t/steps/gen_core_pmcs-01.t .................. 1/16 t/steps/gen_core_pmcs-01.t .................. ok t/steps/gen_crypto-01.t ..................... t/steps/gen_crypto-01.t ..................... 1/8 t/steps/gen_crypto-01.t ..................... ok t/steps/gen_makefiles-01.t .................. t/steps/gen_makefiles-01.t .................. 1/63 t/steps/gen_makefiles-01.t .................. ok t/steps/gen_opengl-01.t ..................... t/steps/gen_opengl-01.t ..................... 1/5 t/steps/gen_opengl-01.t ..................... ok t/steps/gen_parrot_include-01.t ............. t/steps/gen_parrot_include-01.t ............. 1/7 t/steps/gen_parrot_include-01.t ............. ok t/steps/gen_platform-01.t ................... t/steps/gen_platform-01.t ................... 1/19 t/steps/gen_platform-01.t ................... ok t/steps/init_defaults-01.t .................. t/steps/init_defaults-01.t .................. 1/39 t/steps/init_defaults-01.t .................. ok t/steps/init_headers-01.t ................... t/steps/init_headers-01.t ................... 1/7 t/steps/init_headers-01.t ................... ok t/steps/init_hints-01.t ..................... t/steps/init_hints-01.t ..................... 1/26 t/steps/init_hints-01.t ..................... ok t/steps/init_install-01.t ................... t/steps/init_install-01.t ................... 1/36 t/steps/init_install-01.t ................... ok t/steps/init_manifest-01.t .................. t/steps/init_manifest-01.t .................. 1/12 t/steps/init_manifest-01.t .................. ok t/steps/init_optimize-01.t .................. t/steps/init_optimize-01.t .................. 1/33 t/steps/init_optimize-01.t .................. ok t/steps/inter_charset-01.t .................. t/steps/inter_charset-01.t .................. 1/17 t/steps/inter_charset-01.t .................. ok t/steps/inter_encoding-01.t ................. t/steps/inter_encoding-01.t ................. 1/17 t/steps/inter_encoding-01.t ................. ok t/steps/inter_lex-01.t ...................... t/steps/inter_lex-01.t ...................... 1/31 t/steps/inter_lex-01.t ...................... ok t/steps/inter_lex-02.t ...................... t/steps/inter_lex-02.t ...................... 1/12 t/steps/inter_lex-02.t ...................... ok t/steps/inter_lex-03.t ...................... t/steps/inter_lex-03.t ...................... 1/14 t/steps/inter_lex-03.t ...................... ok t/steps/inter_libparrot-01.t ................ t/steps/inter_libparrot-01.t ................ 1/58 t/steps/inter_libparrot-01.t ................ ok t/steps/inter_make-01.t ..................... t/steps/inter_make-01.t ..................... 1/18 t/steps/inter_make-01.t ..................... ok t/steps/inter_progs-01.t .................... t/steps/inter_progs-01.t .................... 1/24 t/steps/inter_progs-01.t .................... ok t/steps/inter_progs-02.t .................... t/steps/inter_progs-02.t .................... 1/24 t/steps/inter_progs-02.t .................... ok t/steps/inter_progs-03.t .................... t/steps/inter_progs-03.t .................... 1/24 t/steps/inter_progs-03.t .................... ok t/steps/inter_progs-04.t .................... t/steps/inter_progs-04.t .................... 1/23 t/steps/inter_progs-04.t .................... ok t/steps/inter_shlibs-01.t ................... t/steps/inter_shlibs-01.t ................... 1/21 t/steps/inter_shlibs-01.t ................... ok t/steps/inter_types-01.t .................... t/steps/inter_types-01.t .................... 1/12 t/steps/inter_types-01.t .................... ok t/steps/inter_yacc-01.t ..................... t/steps/inter_yacc-01.t ..................... 1/31 t/steps/inter_yacc-01.t ..................... ok t/steps/inter_yacc-02.t ..................... t/steps/inter_yacc-02.t ..................... 1/12 t/steps/inter_yacc-02.t ..................... ok t/postconfigure/01-options.t ................ t/postconfigure/01-options.t ................ 1/29 t/postconfigure/01-options.t ................ ok t/postconfigure/02-data_get_PConfig.t ....... t/postconfigure/02-data_get_PConfig.t ....... 1/30 t/postconfigure/02-data_get_PConfig.t ....... ok t/postconfigure/05-trace.t .................. 1..0 # SKIP Tests irrelevant unless configuration completed with tracing requested t/postconfigure/05-trace.t .................. skipped: Tests irrelevant unless configuration completed with tracing requested t/postconfigure/06-data_get_PConfig_Temp.t .. t/postconfigure/06-data_get_PConfig_Temp.t .. 1/32 t/postconfigure/06-data_get_PConfig_Temp.t .. ok t/compilers/imcc/imcpasm/cfg.t .............. t/compilers/imcc/imcpasm/cfg.t .............. 1/3 t/compilers/imcc/imcpasm/cfg.t .............. 2/3 t/compilers/imcc/imcpasm/cfg.t .............. ok t/compilers/imcc/imcpasm/opt0.t ............. t/compilers/imcc/imcpasm/opt0.t ............. 1/6 ok 1 # skip disabled graph coloring register allocator, RT #57028 ok 3 # skip disabled graph coloring register allocator, RT #57028 t/compilers/imcc/imcpasm/opt0.t ............. ok t/compilers/imcc/imcpasm/opt1.t ............. t/compilers/imcc/imcpasm/opt1.t ............. 1/78 t/compilers/imcc/imcpasm/opt1.t ............. 29/78 t/compilers/imcc/imcpasm/opt1.t ............. 68/78 ok 76 # skip constant concat N/Y t/compilers/imcc/imcpasm/opt1.t ............. ok t/compilers/imcc/imcpasm/opt2.t ............. t/compilers/imcc/imcpasm/opt2.t ............. 1/6 ok 5 # skip loop opt disabled for now t/compilers/imcc/imcpasm/opt2.t ............. ok t/compilers/imcc/imcpasm/optc.t ............. t/compilers/imcc/imcpasm/optc.t ............. 1/43 not ok 9 - tailcall 1 # TODO RT #57028 t/compilers/imcc/imcpasm/optc.t ............. 16/43 t/compilers/imcc/imcpasm/optc.t ............. ok t/compilers/imcc/imcpasm/pcc.t .............. t/compilers/imcc/imcpasm/pcc.t .............. 1/1 t/compilers/imcc/imcpasm/pcc.t .............. ok t/compilers/imcc/imcpasm/sub.t .............. t/compilers/imcc/imcpasm/sub.t .............. 1/2 t/compilers/imcc/imcpasm/sub.t .............. ok t/compilers/imcc/reg/alloc.t ................ t/compilers/imcc/reg/alloc.t ................ 1/11 t/compilers/imcc/reg/alloc.t ................ ok t/compilers/imcc/reg/spill.t ................ t/compilers/imcc/reg/spill.t ................ 1/9 t/compilers/imcc/reg/spill.t ................ ok t/compilers/imcc/syn/bsr.t .................. t/compilers/imcc/syn/bsr.t .................. 1/7 t/compilers/imcc/syn/bsr.t .................. ok t/compilers/imcc/syn/clash.t ................ t/compilers/imcc/syn/clash.t ................ 1/16 t/compilers/imcc/syn/clash.t ................ 2/16 not ok 9 - new with a native type, no string constant # TODO RT #51662 not done yet t/compilers/imcc/syn/clash.t ................ ok t/compilers/imcc/syn/const.t ................ t/compilers/imcc/syn/const.t ................ 1/34 t/compilers/imcc/syn/const.t ................ 21/34 t/compilers/imcc/syn/const.t ................ ok t/compilers/imcc/syn/errors.t ............... t/compilers/imcc/syn/errors.t ............... 1/5 t/compilers/imcc/syn/errors.t ............... ok t/compilers/imcc/syn/eval.t ................. t/compilers/imcc/syn/eval.t ................. 1/7 ok 1 # skip changed eval semantics - see t/pmc/eval.t ok 2 # skip changed eval semantics - see t/pmc/eval.t ok 3 # skip changed eval semantics - see t/pmc/eval.t ok 4 # skip changed eval semantics - see t/pmc/eval.t ok 5 # skip changed eval semantics - see t/pmc/eval.t ok 6 # skip changed eval semantics - see t/pmc/eval.t ok 7 # skip changed eval semantics - see t/pmc/eval.t t/compilers/imcc/syn/eval.t ................. ok t/compilers/imcc/syn/file.t ................. t/compilers/imcc/syn/file.t ................. 1/14 t/compilers/imcc/syn/file.t ................. 11/14 ok 13 # skip multiple loading not speced - failing t/compilers/imcc/syn/file.t ................. ok t/compilers/imcc/syn/hll.t .................. t/compilers/imcc/syn/hll.t .................. 1/2 t/compilers/imcc/syn/hll.t .................. ok t/compilers/imcc/syn/keyed.t ................ t/compilers/imcc/syn/keyed.t ................ 1/1 ok 1 # skip experimental t/compilers/imcc/syn/keyed.t ................ ok t/compilers/imcc/syn/labels.t ............... t/compilers/imcc/syn/labels.t ............... 1/3 t/compilers/imcc/syn/labels.t ............... ok t/compilers/imcc/syn/macro.t ................ t/compilers/imcc/syn/macro.t ................ 1/38 t/compilers/imcc/syn/macro.t ................ 20/38 t/compilers/imcc/syn/macro.t ................ ok t/compilers/imcc/syn/objects.t .............. t/compilers/imcc/syn/objects.t .............. 1/13 t/compilers/imcc/syn/objects.t .............. ok t/compilers/imcc/syn/op.t ................... t/compilers/imcc/syn/op.t ................... 1/32 t/compilers/imcc/syn/op.t ................... 2/32 t/compilers/imcc/syn/op.t ................... ok t/compilers/imcc/syn/pasm.t ................. t/compilers/imcc/syn/pasm.t ................. 1/1 t/compilers/imcc/syn/pasm.t ................. ok t/compilers/imcc/syn/pcc.t .................. t/compilers/imcc/syn/pcc.t .................. 1/23 t/compilers/imcc/syn/pcc.t .................. ok t/compilers/imcc/syn/pod.t .................. t/compilers/imcc/syn/pod.t .................. 1/4 t/compilers/imcc/syn/pod.t .................. 2/4 ok 4 # skip Closing out of pod from included files t/compilers/imcc/syn/pod.t .................. ok t/compilers/imcc/syn/regressions.t .......... t/compilers/imcc/syn/regressions.t .......... 1/14 not ok 4 - comments between .param(RT \#46499) # TODO broken not ok 6 - whitespace between .param(RT \#46499) # TODO broken not ok 7 - off by one error message (RT \#40204) # TODO broken not ok 13 - long register numbers in PASM (RT \#41788) # TODO works in PIR, not PASM t/compilers/imcc/syn/regressions.t .......... ok t/compilers/imcc/syn/scope.t ................ t/compilers/imcc/syn/scope.t ................ 1/1 t/compilers/imcc/syn/scope.t ................ ok t/compilers/imcc/syn/subflags.t ............. t/compilers/imcc/syn/subflags.t ............. 1/27 not ok 15 # TODO :method sub not found in namespace t/compilers/imcc/syn/subflags.t ............. ok t/compilers/imcc/syn/symbols.t .............. t/compilers/imcc/syn/symbols.t .............. 1/6 t/compilers/imcc/syn/symbols.t .............. ok t/compilers/imcc/syn/tail.t ................. t/compilers/imcc/syn/tail.t ................. 1/6 t/compilers/imcc/syn/tail.t ................. 3/6 t/compilers/imcc/syn/tail.t ................. ok t/compilers/imcc/syn/veracity.t ............. t/compilers/imcc/syn/veracity.t ............. 1/5 t/compilers/imcc/syn/veracity.t ............. ok t/op/00ff-dos.t ............................. t/op/00ff-dos.t ............................. 1/2 t/op/00ff-dos.t ............................. ok t/op/00ff-unix.t ............................ t/op/00ff-unix.t ............................ 1/1 t/op/00ff-unix.t ............................ ok t/op/01-parse_ops.t ......................... t/op/01-parse_ops.t ......................... 1/300 t/op/01-parse_ops.t ......................... 14/300 t/op/01-parse_ops.t ......................... 63/300 t/op/01-parse_ops.t ......................... 111/300 t/op/01-parse_ops.t ......................... 160/300 t/op/01-parse_ops.t ......................... 208/300 t/op/01-parse_ops.t ......................... 257/300 t/op/01-parse_ops.t ......................... ok t/op/64bit.t ................................ 1..0 # SKIP 64bit INTVAL platforms only t/op/64bit.t ................................ skipped: 64bit INTVAL platforms only t/op/annotate.t ............................. t/op/annotate.t ............................. 1/33 t/op/annotate.t ............................. 26/33 t/op/annotate.t ............................. ok t/op/arithmetics.t .......................... t/op/arithmetics.t .......................... 1/23 ok 21 # skip No integer overflow for 32-bit INTVALs without GMP installed t/op/arithmetics.t .......................... ok t/op/arithmetics_pmc.t ...................... t/op/arithmetics_pmc.t ...................... 1/34 t/op/arithmetics_pmc.t ...................... 11/34 t/op/arithmetics_pmc.t ...................... ok t/op/basic.t ................................ t/op/basic.t ................................ 1/24 t/op/basic.t ................................ 9/24 t/op/basic.t ................................ ok t/op/bitwise.t .............................. t/op/bitwise.t .............................. 1/27 t/op/bitwise.t .............................. 21/27 ok 27 # skip no BigInt lib found t/op/bitwise.t .............................. ok t/op/box.t .................................. t/op/box.t .................................. 1/24 t/op/box.t .................................. ok t/op/calling.t .............................. t/op/calling.t .............................. 1/94 not ok 16 - argc mismatch, too many - no getparams # TODO no get_params at all t/op/calling.t .............................. 27/94 t/op/calling.t .............................. 60/94 not ok 93 - arg mismatch with no params # TODO RT #39844 t/op/calling.t .............................. ok t/op/cc_params.t ............................ t/op/cc_params.t ............................ 1/? t/op/cc_params.t ............................ ok t/op/cc_state.t ............................. t/op/cc_state.t ............................. 1/? not ok 6 - positional found, named expected # TODO cc processor state missing t/op/cc_state.t ............................. 8/? not ok 8 - G2: argument underflow: required slurpy param # TODO failing t/op/cc_state.t ............................. ok t/op/cmp-nonbranch.t ........................ t/op/cmp-nonbranch.t ........................ 1/90 t/op/cmp-nonbranch.t ........................ ok t/op/comp.t ................................. t/op/comp.t ................................. 1/7 t/op/comp.t ................................. ok t/op/copy.t ................................. t/op/copy.t ................................. 1/4 t/op/copy.t ................................. ok t/op/debuginfo.t ............................ t/op/debuginfo.t ............................ 1/8 t/op/debuginfo.t ............................ ok t/op/exceptions.t ........................... t/op/exceptions.t ........................... 1/31 t/op/exceptions.t ........................... 3/31 not ok 21 - pop_eh out of context (2) # TODO runloop shenanigans t/op/exceptions.t ........................... ok t/op/gc.t ................................... t/op/gc.t ................................... 1/18 t/op/gc.t ................................... 8/18 t/op/gc.t ................................... ok t/op/globals.t .............................. t/op/globals.t .............................. 1/9 t/op/globals.t .............................. 2/9 t/op/globals.t .............................. ok t/op/hacks.t ................................ t/op/hacks.t ................................ 1/2 ok 1 # skip no universal SIGFPE handling ok 2 # skip no universal SIGFPE handling t/op/hacks.t ................................ ok t/op/ifunless.t ............................. t/op/ifunless.t ............................. 1/6 t/op/ifunless.t ............................. ok t/op/integer.t .............................. t/op/integer.t .............................. 1/56 t/op/integer.t .............................. 18/56 t/op/integer.t .............................. 55/56 t/op/integer.t .............................. ok t/op/interp.t ............................... t/op/interp.t ............................... 1/8 ok 1 # skip we really shouldn't run just a label - use a sub t/op/interp.t ............................... ok t/op/io.t ................................... t/op/io.t ................................... 1/4 t/op/io.t ................................... ok t/op/jit.t .................................. t/op/jit.t .................................. 1/62 t/op/jit.t .................................. 16/62 t/op/jit.t .................................. 53/62 t/op/jit.t .................................. ok t/op/jitn.t ................................. t/op/jitn.t ................................. 1/14 t/op/jitn.t ................................. ok t/op/lexicals.t ............................. t/op/lexicals.t ............................. 1/47 t/op/lexicals.t ............................. 8/47 not ok 42 - find_lex: (Perl6 OUTER::) # TODO not yet implemented t/op/lexicals.t ............................. 45/47 t/op/lexicals.t ............................. ok t/op/literal.t .............................. t/op/literal.t .............................. 1/2 t/op/literal.t .............................. ok t/op/load_bytecode.t ........................ t/op/load_bytecode.t ........................ 1/3 t/op/load_bytecode.t ........................ ok t/op/number.t ............................... t/op/number.t ............................... 1/56 t/op/number.t ............................... 24/56 t/op/number.t ............................... ok t/op/pushaction.t ........................... t/op/pushaction.t ........................... 1/7 t/op/pushaction.t ........................... 4/7 not ok 7 - pushaction: error while handling error # TODO runloop shenanigans t/op/pushaction.t ........................... ok t/op/say.t .................................. t/op/say.t .................................. 1/8 t/op/say.t .................................. ok t/op/spawnw.t ............................... t/op/spawnw.t ............................... 1/7 t/op/spawnw.t ............................... ok t/op/sprintf.t .............................. t/op/sprintf.t .............................. 1/308 ok 5 #skip parrot extension (%B) ok 7 #skip perl5-specific extension (%D) ok 9 #skip perl5-specific extension (%F) ok 16 #skip parrot extension (%H) ok 20 #skip parrot extension (%L) ok 23 #skip perl5-specific extension (%O) ok 24 #skip parrot extension (%P) ok 27 #skip parrot extension (%S) ok 29 #skip perl5-specific extension (%U) not ok 64 # TODO [%03.2d] actual: > 01< expected: >001< ok 71 #skip perl5-specific extension (%v...) ok 72 #skip perl5-specific extension (%v...) ok 73 #skip perl5-specific extension (%v...) ok 74 #skip perl5-specific extension (%v...) ok 75 #skip perl5-specific extension (%v...) ok 76 #skip perl5-specific extension (%v...) ok 77 #skip perl5-specific extension (%v...) ok 78 #skip perl5-specific extension (%v...) ok 79 #skip perl5-specific extension (%v...) ok 80 #skip perl5-specific extension (%v...) ok 81 #skip perl5-specific extension (%v...) ok 82 #skip perl5-specific extension (%v...) ok 83 #skip perl5-specific extension (%v...) ok 84 #skip perl5-specific extension (%v...) ok 85 #skip perl5-specific extension (%v...) ok 86 #skip perl5-specific extension (%v...) ok 87 #skip perl5-specific extension (%v...) ok 88 #skip perl5-specific extension (%v...) ok 89 #skip perl5-specific extension (%v...) ok 90 #skip perl5-specific extension (%v...) ok 91 #skip perl5-specific extension (%v...) ok 92 #skip perl5-specific extension (%v...) ok 93 #skip perl5-specific extension (%v...) ok 94 #skip perl5-specific extension (%v...) ok 95 #skip perl5-specific extension (%v...) ok 96 #skip perl5-specific extension (%v...) ok 97 #skip perl5-specific extension (%v...) ok 98 #skip perl5-specific extension (%v...) ok 99 #skip perl5-specific extension (%v...) ok 114 #skip harness needs support for * modifier ok 131 #skip harness needs support for * modifier ok 141 #skip harness needs support for * modifier ok 144 #skip perl5 expresssion as test value not ok 153 # TODO [%.0hf] 'h' should be rejected (skipped on this platform) actual: >1< expected: >%.0hf INVALID< ok 161 #skip harness needs support for * modifier ok 166 #skip harness needs support for * modifier not ok 187 # TODO [%h] actual: >< expected: >%h INVALID< not ok 191 # TODO [%l] actual: >< expected: >%l INVALID< ok 193 #skip perl5-specific test ok 200 #skip perl5-specific test ok 201 #skip perl5-specific test ok 202 #skip parrot extension (%p) ok 204 #skip parrot extension (%r) ok 210 #skip harness needs support for * modifier ok 214 #skip harness needs support for * modifier not ok 223 # TODO [%v] actual: >< expected: >%v INVALID< ok 233 #skip harness needs support for * modifier ok 234 #skip perl5-specific extension (%v...) ok 235 #skip perl5-specific extension (%v...) ok 238 #skip perl5-specific test ok 239 #skip perl5-specific test ok 240 #skip perl5-specific test ok 241 #skip perl5-specific test ok 242 #skip perl5-specific test ok 243 #skip perl5-specific test ok 244 #skip perl5-specific test ok 245 #skip perl5-specific test ok 246 #skip perl5-specific test ok 247 #skip perl5-specific test ok 248 #skip perl5-specific test ok 249 #skip perl5-specific test ok 250 #skip perl5-specific test ok 251 #skip perl5-specific test ok 252 #skip perl5-specific extension (%v...) ok 253 #skip perl5-specific extension (%v...) ok 254 #skip perl5-specific extension (%v...) ok 255 #skip perl5-specific extension (%v...) ok 256 #skip perl5-specific extension (%v...) ok 257 #skip perl5-specific extension (%v...) ok 258 #skip perl5-specific extension (%v...) ok 259 #skip perl5-specific extension (%v...) ok 260 #skip perl5-specific extension (%v...) ok 261 #skip perl5-specific extension (%v...) ok 262 #skip perl5-specific extension (%v...) ok 263 #skip perl5-specific extension (%v...) ok 264 #skip perl5-specific extension (%v...) ok 265 #skip perl5-specific extension (%v...) ok 266 #skip perl5-specific extension (%v...) ok 267 #skip perl5-specific extension (%v...) ok 268 #skip perl5-specific extension (%v...) ok 269 #skip perl5-specific extension (%v...) ok 270 #skip perl5-specific extension (%v...) ok 271 #skip perl5-specific extension (%v...) ok 272 #skip perl5-specific extension (%v...) ok 273 #skip perl5-specific extension (%v...) ok 274 #skip perl5-specific extension (%v...) ok 275 #skip perl5-specific extension (%v...) ok 276 #skip perl5-specific extension (%v...) ok 277 #skip perl5-specific extension (%v...) ok 278 #skip perl5-specific extension (%v...) ok 279 #skip perl5-specific extension (%v...) ok 280 #skip perl5-specific extension (%v...) ok 281 #skip perl5-specific extension (%v...) ok 282 #skip perl5-specific extension (%v...) ok 283 #skip perl5-specific extension (%v...) ok 284 #skip perl5-specific extension (%v...) ok 285 #skip perl5-specific extension (%v...) ok 286 #skip perl5-specific extension (%v...) ok 287 #skip perl5-specific extension (%v...) ok 288 #skip perl5-specific extension (%v...) ok 289 #skip perl5-specific extension (%v...) ok 290 #skip perl5-specific extension (%v...) ok 291 #skip perl5-specific extension (%v...) ok 292 #skip perl5-specific extension (%v...) ok 293 #skip perl5-specific extension (%v...) ok 294 #skip perl5-specific extension (%v...) ok 295 #skip perl5-specific extension (%v...) ok 296 #skip perl5-specific extension (%v...) ok 297 #skip perl5-specific extension (%v...) ok 298 #skip perl5-specific extension (%v...) ok 300 #skip harness needs support for * modifier not ok 304 # TODO [%#b] actual: >0b0< expected: >0< not ok 305 # TODO [%#o] actual: >00< expected: >0< not ok 306 # TODO [%#x] actual: >0x0< expected: >0< ok 307 #skip perl5-specific extension (%v...) ok 308 #skip perl5-specific extension (%v...) t/op/sprintf.t .............................. ok t/op/sprintf2.t ............................. t/op/sprintf2.t ............................. 1/9 t/op/sprintf2.t ............................. ok t/op/string.t ............................... t/op/string.t ............................... 1/165 t/op/string.t ............................... 26/165 t/op/string.t ............................... 59/165 t/op/string.t ............................... 95/165 ok 106 # skip Pending rework of creating non-ascii literals ok 107 # skip Pending rework of creating non-ascii literals ok 121 # skip Pending reimplementation of find_encoding ok 122 # skip no more visible encoding t/op/string.t ............................... 135/165 ok 139 # skip No unicode yet ok 141 # skip no more transcode ok 142 # skip no more chartype t/op/string.t ............................... ok t/op/string_cclass.t ........................ t/op/string_cclass.t ........................ 1/11 t/op/string_cclass.t ........................ 3/11 t/op/string_cclass.t ........................ ok t/op/string_cs.t ............................ t/op/string_cs.t ............................ 1/52 t/op/string_cs.t ............................ 25/52 t/op/string_cs.t ............................ ok t/op/string_mem.t ........................... t/op/string_mem.t ........................... 1/7 t/op/string_mem.t ........................... ok t/op/stringu.t .............................. t/op/stringu.t .............................. 1/32 t/op/stringu.t .............................. 4/32 t/op/stringu.t .............................. ok t/op/sysinfo.t .............................. t/op/sysinfo.t .............................. 1/14 t/op/sysinfo.t .............................. 8/14 not ok 11 - sysinfo OS version string # TODO Not Currently Implemented not ok 12 - sysinfo OS version number string # TODO Not Currently Implemented ok 13 # skip Requires a lot of work to find out the correct answer t/op/sysinfo.t .............................. ok t/op/time.t ................................. t/op/time.t ................................. 1/7 t/op/time.t ................................. 3/7 t/op/time.t ................................. ok t/op/trans.t ................................ t/op/trans.t ................................ 1/22 t/op/trans.t ................................ 17/22 t/op/trans.t ................................ ok t/pmc/addrregistry.t ........................ t/pmc/addrregistry.t ........................ 1/1 t/pmc/addrregistry.t ........................ ok t/pmc/array.t ............................... t/pmc/array.t ............................... 1/64 not ok 55 # TODO first thawed array element accessed correctly not ok 56 # TODO second thawed array element accessed correctly not ok 57 # TODO third thawed array element accessed correctly not ok 58 # TODO fourth thawed array element accessed correctly not ok 59 # TODO fifth thawed array element accessed correctly t/pmc/array.t ............................... ok t/pmc/bigint.t .............................. 1..0 # SKIP No BigInt Lib configured t/pmc/bigint.t .............................. skipped: No BigInt Lib configured t/pmc/bignum.t .............................. 1..0 # SKIP No BigNum PMC enabled t/pmc/bignum.t .............................. skipped: No BigNum PMC enabled t/pmc/boolean.t ............................. t/pmc/boolean.t ............................. 1/28 t/pmc/boolean.t ............................. ok t/pmc/callsignature.t ....................... t/pmc/callsignature.t ....................... 1/1 t/pmc/callsignature.t ....................... ok t/pmc/capture.t ............................. t/pmc/capture.t ............................. 1/8 t/pmc/capture.t ............................. ok t/pmc/class.t ............................... t/pmc/class.t ............................... 1/63 not ok 28 # TODO add_method() invoking method added to class works t/pmc/class.t ............................... ok t/pmc/codestring.t .......................... t/pmc/codestring.t .......................... 1/38 t/pmc/codestring.t .......................... ok t/pmc/complex.t ............................. t/pmc/complex.t ............................. 1/467 t/pmc/complex.t ............................. 17/467 ok 58 #skip div by zero not caught ok 59 #skip div by zero not caught ok 60 #skip div by zero not caught ok 86 #skip instantiate n/y ok 87 #skip instantiate n/y ok 88 #skip instantiate n/y ok 89 #skip instantiate n/y ok 126 #skip inf is not platform-independent ok 465 #skip add using subclass of Complex - RT #59630 ok 466 #skip add using subclass of Complex - RT #59630 ok 467 #skip add using subclass of Complex - RT #59630 t/pmc/complex.t ............................. ok t/pmc/config.t .............................. t/pmc/config.t .............................. 1/3 t/pmc/config.t .............................. ok t/pmc/continuation.t ........................ t/pmc/continuation.t ........................ 1/2 t/pmc/continuation.t ........................ ok t/pmc/coroutine.t ........................... t/pmc/coroutine.t ........................... 1/11 not ok 9 - Call an exited coroutine # TODO goes one iteration too far. t/pmc/coroutine.t ........................... ok t/pmc/cpointer.t ............................ t/pmc/cpointer.t ............................ 1/1 t/pmc/cpointer.t ............................ ok t/pmc/default.t ............................. t/pmc/default.t ............................. 1/2 not ok 1 - new # TODO not implemeted t/pmc/default.t ............................. ok t/pmc/env.t ................................. t/pmc/env.t ................................. 1/16 t/pmc/env.t ................................. ok t/pmc/eval.t ................................ t/pmc/eval.t ................................ 1/17 t/pmc/eval.t ................................ ok t/pmc/eventhandler.t ........................ t/pmc/eventhandler.t ........................ 1/4 t/pmc/eventhandler.t ........................ ok t/pmc/exception.t ........................... t/pmc/exception.t ........................... 1/31 t/pmc/exception.t ........................... 16/31 not ok 23 - pop_eh out of context (2) # TODO runloop shenanigans not ok 25 - pushaction: error while handling error # TODO runloop shenanigans not ok 27 - invoke handler in calling sub # TODO deprecate rethrow ok 30 # skip intermittent segfault, RT #60556 t/pmc/exception.t ........................... ok t/pmc/exceptionhandler.t .................... t/pmc/exceptionhandler.t .................... 1/8 t/pmc/exceptionhandler.t .................... ok t/pmc/exporter.t ............................ t/pmc/exporter.t ............................ 1/12 t/pmc/exporter.t ............................ ok t/pmc/file.t ................................ t/pmc/file.t ................................ 1/9 t/pmc/file.t ................................ 2/9 t/pmc/file.t ................................ ok t/pmc/filehandle.t .......................... t/pmc/filehandle.t .......................... 1/17 ok 3 # skip no asynch calls yet not ok 8 - record_separator # TODO not yet implemented t/pmc/filehandle.t .......................... ok t/pmc/fixedbooleanarray.t ................... t/pmc/fixedbooleanarray.t ................... 1/14 t/pmc/fixedbooleanarray.t ................... 2/14 t/pmc/fixedbooleanarray.t ................... ok t/pmc/fixedfloatarray.t ..................... t/pmc/fixedfloatarray.t ..................... 1/25 t/pmc/fixedfloatarray.t ..................... ok t/pmc/fixedintegerarray.t ................... t/pmc/fixedintegerarray.t ................... 1/12 t/pmc/fixedintegerarray.t ................... ok t/pmc/fixedpmcarray.t ....................... t/pmc/fixedpmcarray.t ....................... 1/21 t/pmc/fixedpmcarray.t ....................... 7/21 t/pmc/fixedpmcarray.t ....................... ok t/pmc/fixedstringarray.t .................... t/pmc/fixedstringarray.t .................... 1/15 t/pmc/fixedstringarray.t .................... 13/15 t/pmc/fixedstringarray.t .................... ok t/pmc/float.t ............................... t/pmc/float.t ............................... 1/61 t/pmc/float.t ............................... 31/61 t/pmc/float.t ............................... ok t/pmc/freeze.t .............................. t/pmc/freeze.t .............................. 1/25 t/pmc/freeze.t .............................. 3/25 t/pmc/freeze.t .............................. ok t/pmc/globals.t ............................. t/pmc/globals.t ............................. 1/4 t/pmc/globals.t ............................. ok t/pmc/handle.t .............................. t/pmc/handle.t .............................. 1/1 t/pmc/handle.t .............................. ok t/pmc/hash.t ................................ t/pmc/hash.t ................................ 1/146 t/pmc/hash.t ................................ 37/146 t/pmc/hash.t ................................ ok t/pmc/integer.t ............................. t/pmc/integer.t ............................. 1/19 t/pmc/integer.t ............................. 19/19 t/pmc/integer.t ............................. ok t/pmc/io.t .................................. t/pmc/io.t .................................. 1/41 ok 7 # skip clone not finished yet t/pmc/io.t .................................. 35/41 not ok 35 - read on null PMC throws exception # TODO not yet implemented TT #433 t/pmc/io.t .................................. ok t/pmc/io_iterator.t ......................... t/pmc/io_iterator.t ......................... 1/3 not ok 1 - new # TODO not yet implemented not ok 2 - shift # TODO not yet implemented not ok 3 - get_bool (vtable) # TODO not yet implemented t/pmc/io_iterator.t ......................... ok t/pmc/io_status.t ........................... t/pmc/io_status.t ........................... 1/6 not ok 1 - new # TODO not yet implemented not ok 2 - get_integer (vtable) # TODO not yet implemented not ok 3 - get_bool (vtable) # TODO not yet implemented not ok 4 - return # TODO not yet implemented not ok 5 - error # TODO not yet implemented not ok 6 - throw # TODO not yet implemented t/pmc/io_status.t ........................... ok t/pmc/iterator.t ............................ t/pmc/iterator.t ............................ 1/21 not ok 13 - shift + index access # TODO N/Y: length of rest of array t/pmc/iterator.t ............................ 15/21 not ok 16 - adding keys during iteration # TODO adding keys during iteration not ok 21 - cloned iterator doesn't copy the array to which it 'points' # TODO cloned iterator doesn't copy the array to which it 'points' t/pmc/iterator.t ............................ ok t/pmc/key.t ................................. t/pmc/key.t ................................. 1/9 t/pmc/key.t ................................. ok t/pmc/lexinfo.t ............................. t/pmc/lexinfo.t ............................. 1/4 t/pmc/lexinfo.t ............................. ok t/pmc/lexpad.t .............................. t/pmc/lexpad.t .............................. 1/1 t/pmc/lexpad.t .............................. ok t/pmc/managedstruct.t ....................... t/pmc/managedstruct.t ....................... 1/24 t/pmc/managedstruct.t ....................... ok t/pmc/multidispatch.t ....................... t/pmc/multidispatch.t ....................... 1/48 not ok 1 - Integer_divide_Integer 10 / 3 = 1003 # TODO TT #452 not ok 2 - 1+1=3 # TODO TT #452 not ok 3 - PASM divide - override builtin 10 / 3 = 42 # TODO TT #452 not ok 4 - INTVAL return numeq # TODO TT #452 not ok 7 - PASM MMD divide - loaded sub # TODO TT #452 not ok 8 - PASM INTVAL - new result # TODO TT #452 not ok 9 - PASM INTVAL - existing result # TODO TT #452 not ok 10 - PASM INTVAL - mixed # TODO TT #452 t/pmc/multidispatch.t ....................... 20/48 not ok 22 - MMD on PMC types - Any # TODO RT #41374 not ok 25 - add as method - inherited # TODO RT #41374 not ok 32 - use a core func for an object # TODO RT #59628 t/pmc/multidispatch.t ....................... ok t/pmc/multisub.t ............................ t/pmc/multisub.t ............................ 1/8 t/pmc/multisub.t ............................ ok t/pmc/namespace.t ........................... t/pmc/namespace.t ........................... 1/67 t/pmc/namespace.t ........................... 5/67 t/pmc/namespace.t ........................... 41/67 t/pmc/namespace.t ........................... ok t/pmc/nci.t ................................. t/pmc/nci.t ................................. 1/70 t/pmc/nci.t ................................. 9/70 t/pmc/nci.t ................................. 50/70 not ok 66 - nci_vVi - void** out parameter # TODO TT #551 - jitted NCI sig with V is broken not ok 69 - nci_vV - char** out parameter # TODO TT #551 - jitted NCI sig with V is broken not ok 70 - nci_vVV - multiple char** out parameters # TODO TT #551 - jitted NCI sig with V is broken t/pmc/nci.t ................................. ok t/pmc/null.t ................................ t/pmc/null.t ................................ 1/1 t/pmc/null.t ................................ ok t/pmc/object-meths.t ........................ t/pmc/object-meths.t ........................ 1/37 ok 14 # skip currently broken t/pmc/object-meths.t ........................ 23/37 ok 25 # skip no bound NCI method t/pmc/object-meths.t ........................ ok t/pmc/object-mro.t .......................... t/pmc/object-mro.t .......................... 1/6 t/pmc/object-mro.t .......................... ok t/pmc/object.t .............................. t/pmc/object.t .............................. 1/1 t/pmc/object.t .............................. ok t/pmc/objects.t ............................. t/pmc/objects.t ............................. 1/194 t/pmc/objects.t ............................. ok t/pmc/orderedhash.t ......................... t/pmc/orderedhash.t ......................... 1/28 t/pmc/orderedhash.t ......................... 15/28 t/pmc/orderedhash.t ......................... ok t/pmc/os.t .................................. t/pmc/os.t .................................. 1/16 t/pmc/os.t .................................. ok t/pmc/packfile.t ............................ t/pmc/packfile.t ............................ 1/34 not ok 34 # TODO pack produced same result twice t/pmc/packfile.t ............................ ok t/pmc/packfileannotation.t .................. t/pmc/packfileannotation.t .................. 1/5 t/pmc/packfileannotation.t .................. ok t/pmc/packfileannotations.t ................. t/pmc/packfileannotations.t ................. 1/17 t/pmc/packfileannotations.t ................. ok t/pmc/packfileconstanttable.t ............... t/pmc/packfileconstanttable.t ............... 1/14 t/pmc/packfileconstanttable.t ............... ok t/pmc/packfiledirectory.t ................... t/pmc/packfiledirectory.t ................... 1/23 t/pmc/packfiledirectory.t ................... ok t/pmc/packfilefixupentry.t .................. t/pmc/packfilefixupentry.t .................. 1/3 t/pmc/packfilefixupentry.t .................. ok t/pmc/packfilefixuptable.t .................. t/pmc/packfilefixuptable.t .................. 1/3 t/pmc/packfilefixuptable.t .................. ok t/pmc/packfilerawsegment.t .................. t/pmc/packfilerawsegment.t .................. 1/2 t/pmc/packfilerawsegment.t .................. ok t/pmc/packfilesegment.t ..................... t/pmc/packfilesegment.t ..................... 1/1 t/pmc/packfilesegment.t ..................... ok t/pmc/parrotclass.t ......................... t/pmc/parrotclass.t ......................... 1/1 t/pmc/parrotclass.t ......................... ok t/pmc/parrotinterpreter.t ................... t/pmc/parrotinterpreter.t ................... 1/2 t/pmc/parrotinterpreter.t ................... ok t/pmc/parrotio.t ............................ t/pmc/parrotio.t ............................ 1/6 not ok 2 - open and close - synchronous # TODO not yet implemented ok 3 # skip no asynch calls yet not ok 4 - print, read, and readline - synchronous # TODO not yet implemented not ok 5 - record_separator # TODO not yet implemented not ok 6 - buffer_type # TODO not yet implemented t/pmc/parrotio.t ............................ ok t/pmc/parrotlibrary.t ....................... t/pmc/parrotlibrary.t ....................... 1/1 t/pmc/parrotlibrary.t ....................... ok t/pmc/parrotobject.t ........................ t/pmc/parrotobject.t ........................ 1/11 t/pmc/parrotobject.t ........................ ok t/pmc/parrotrunningthread.t ................. t/pmc/parrotrunningthread.t ................. 1/2 t/pmc/parrotrunningthread.t ................. ok t/pmc/parrotthread.t ........................ t/pmc/parrotthread.t ........................ 1/1 t/pmc/parrotthread.t ........................ ok t/pmc/pccmethod_test.t ...................... t/pmc/pccmethod_test.t ...................... 1/2 t/pmc/pccmethod_test.t ...................... ok t/pmc/pmc.t ................................. t/pmc/pmc.t ................................. 1/15 t/pmc/pmc.t ................................. 5/15 t/pmc/pmc.t ................................. ok t/pmc/pmcproxy.t ............................ t/pmc/pmcproxy.t ............................ 1/45 t/pmc/pmcproxy.t ............................ ok t/pmc/pointer.t ............................. t/pmc/pointer.t ............................. 1/1 t/pmc/pointer.t ............................. ok t/pmc/prop.t ................................ t/pmc/prop.t ................................ 1/15 t/pmc/prop.t ................................ ok t/pmc/random.t .............................. t/pmc/random.t .............................. 1/2 t/pmc/random.t .............................. ok t/pmc/resizablebooleanarray.t ............... t/pmc/resizablebooleanarray.t ............... 1/65 t/pmc/resizablebooleanarray.t ............... ok t/pmc/resizablefloatarray.t ................. t/pmc/resizablefloatarray.t ................. 1/22 t/pmc/resizablefloatarray.t ................. 15/22 t/pmc/resizablefloatarray.t ................. ok t/pmc/resizableintegerarray.t ............... t/pmc/resizableintegerarray.t ............... 1/18 t/pmc/resizableintegerarray.t ............... ok t/pmc/resizablepmcarray.t ................... t/pmc/resizablepmcarray.t ................... 1/121 t/pmc/resizablepmcarray.t ................... ok t/pmc/resizablestringarray.t ................ t/pmc/resizablestringarray.t ................ 1/259 t/pmc/resizablestringarray.t ................ ok t/pmc/retcontinuation.t ..................... t/pmc/retcontinuation.t ..................... 1/1 t/pmc/retcontinuation.t ..................... ok t/pmc/ro.t .................................. t/pmc/ro.t .................................. 1/12 t/pmc/ro.t .................................. ok t/pmc/role.t ................................ t/pmc/role.t ................................ 1/5 t/pmc/role.t ................................ ok t/pmc/scalar.t .............................. t/pmc/scalar.t .............................. 1/1 t/pmc/scalar.t .............................. ok t/pmc/scheduler.t ........................... t/pmc/scheduler.t ........................... 1/6 t/pmc/scheduler.t ........................... ok t/pmc/schedulermessage.t .................... t/pmc/schedulermessage.t .................... 1/7 t/pmc/schedulermessage.t .................... ok t/pmc/signal.t .............................. 1..0 # SKIP Signals currently disabled t/pmc/signal.t .............................. skipped: Signals currently disabled t/pmc/sockaddr.t ............................ t/pmc/sockaddr.t ............................ 1/4 t/pmc/sockaddr.t ............................ ok t/pmc/socket.t .............................. t/pmc/socket.t .............................. 1/1 t/pmc/socket.t .............................. ok t/pmc/string.t .............................. t/pmc/string.t .............................. 1/165 t/pmc/string.t .............................. ok t/pmc/stringhandle.t ........................ t/pmc/stringhandle.t ........................ 1/19 ok 3 # skip no asynch calls yet not ok 9 - record_separator # TODO not yet implemented t/pmc/stringhandle.t ........................ 18/19 t/pmc/stringhandle.t ........................ ok t/pmc/sub.t ................................. t/pmc/sub.t ................................. 1/69 t/pmc/sub.t ................................. 35/69 t/pmc/sub.t ................................. ok t/pmc/sys.t ................................. t/pmc/sys.t ................................. 1/2 t/pmc/sys.t ................................. ok t/pmc/task.t ................................ t/pmc/task.t ................................ 1/3 t/pmc/task.t ................................ ok t/pmc/threads.t ............................. t/pmc/threads.t ............................. 1/14 t/pmc/threads.t ............................. 2/14 t/pmc/threads.t ............................. 3/14 t/pmc/threads.t ............................. 4/14 t/pmc/threads.t ............................. 5/14 not ok 10 - CLONE_CODE | CLONE_CLASSES; superclass not built-in # TODO vtable overrides aren't properly cloned RT # 46511 t/pmc/threads.t ............................. 11/14 not ok 14 - CLONE_CODE|CLONE_GLOBALS|CLONE_HLL|CLONE_LIBRARIES # TODO RT #41373 t/pmc/threads.t ............................. ok t/pmc/timer.t ............................... t/pmc/timer.t ............................... 1/6 t/pmc/timer.t ............................... 3/6 t/pmc/timer.t ............................... 4/6 t/pmc/timer.t ............................... 5/6 t/pmc/timer.t ............................... ok t/pmc/undef.t ............................... t/pmc/undef.t ............................... 1/21 t/pmc/undef.t ............................... ok t/pmc/unmanagedstruct.t ..................... t/pmc/unmanagedstruct.t ..................... 1/1 t/pmc/unmanagedstruct.t ..................... ok t/oo/attributes.t ........................... t/oo/attributes.t ........................... 1/3 t/oo/attributes.t ........................... ok t/oo/composition.t .......................... t/oo/composition.t .......................... 1/45 t/oo/composition.t .......................... ok t/oo/inheritance.t .......................... t/oo/inheritance.t .......................... 1/4 t/oo/inheritance.t .......................... ok t/oo/isa.t .................................. t/oo/isa.t .................................. 1/29 t/oo/isa.t .................................. ok t/oo/metamodel.t ............................ t/oo/metamodel.t ............................ 1/12 not ok 6 # TODO tail attribute has a type not ok 12 # TODO new opcode makes working objects t/oo/metamodel.t ............................ ok t/oo/methods.t .............................. t/oo/methods.t .............................. 1/5 t/oo/methods.t .............................. ok t/oo/mro-c3.t ............................... t/oo/mro-c3.t ............................... 1/12 t/oo/mro-c3.t ............................... ok t/oo/names.t ................................ t/oo/names.t ................................ 1/2 t/oo/names.t ................................ ok t/oo/new.t .................................. t/oo/new.t .................................. 1/111 t/oo/new.t .................................. ok t/oo/ops.t .................................. t/oo/ops.t .................................. 1/18 t/oo/ops.t .................................. ok t/oo/proxy.t ................................ t/oo/proxy.t ................................ 1/11 t/oo/proxy.t ................................ ok t/oo/root_new.t ............................. t/oo/root_new.t ............................. 1/6 t/oo/root_new.t ............................. ok t/oo/subclass.t ............................. t/oo/subclass.t ............................. 1/70 t/oo/subclass.t ............................. ok t/oo/vtableoverride.t ....................... t/oo/vtableoverride.t ....................... 1/12 t/oo/vtableoverride.t ....................... ok t/native_pbc/header.t ....................... 1..0 # SKIP pending robust testing strategy, TT #357 t/native_pbc/header.t ....................... skipped: pending robust testing strategy, TT #357 t/native_pbc/integer.t ...................... 1..0 # SKIP pending robust testing strategy, TT #357 t/native_pbc/integer.t ...................... skipped: pending robust testing strategy, TT #357 t/native_pbc/number.t ....................... 1..0 # SKIP pending robust testing strategy, TT #357 t/native_pbc/number.t ....................... skipped: pending robust testing strategy, TT #357 t/native_pbc/string.t ....................... 1..0 # SKIP pending robust testing strategy, TT #357 t/native_pbc/string.t ....................... skipped: pending robust testing strategy, TT #357 t/dynpmc/dynlexpad.t ........................ t/dynpmc/dynlexpad.t ........................ 1/7 not ok 7 - dynlexpad - iterator # TODO iterator not implemented for DynLexPads t/dynpmc/dynlexpad.t ........................ ok t/dynpmc/foo.t .............................. t/dynpmc/foo.t .............................. 1/9 ok 6 # skip No BigInt Lib configured t/dynpmc/foo.t .............................. ok t/dynpmc/gdbmhash.t ......................... t/dynpmc/gdbmhash.t ......................... 1/13 t/dynpmc/gdbmhash.t ......................... 10/13 t/dynpmc/gdbmhash.t ......................... ok t/dynpmc/md2.t .............................. t/dynpmc/md2.t .............................. 1/2 t/dynpmc/md2.t .............................. ok t/dynpmc/md4.t .............................. t/dynpmc/md4.t .............................. 1/2 t/dynpmc/md4.t .............................. ok t/dynpmc/md5.t .............................. t/dynpmc/md5.t .............................. 1/2 t/dynpmc/md5.t .............................. ok t/dynpmc/pair.t ............................. t/dynpmc/pair.t ............................. 1/8 t/dynpmc/pair.t ............................. ok t/dynpmc/rational.t ......................... t/dynpmc/rational.t ......................... 1/2 t/dynpmc/rational.t ......................... ok t/dynpmc/ripemd160.t ........................ t/dynpmc/ripemd160.t ........................ 1/2 t/dynpmc/ripemd160.t ........................ ok t/dynpmc/rotest.t ........................... t/dynpmc/rotest.t ........................... 1/8 t/dynpmc/rotest.t ........................... 8/8 t/dynpmc/rotest.t ........................... ok t/dynpmc/sha.t .............................. t/dynpmc/sha.t .............................. 1/2 t/dynpmc/sha.t .............................. ok t/dynpmc/sha1.t ............................. t/dynpmc/sha1.t ............................. 1/2 t/dynpmc/sha1.t ............................. ok t/dynpmc/sha256.t ........................... t/dynpmc/sha256.t ........................... 1/2 t/dynpmc/sha256.t ........................... ok t/dynpmc/sha512.t ........................... t/dynpmc/sha512.t ........................... 1/2 t/dynpmc/sha512.t ........................... ok t/dynpmc/subclass_with_pir_method.t ......... t/dynpmc/subclass_with_pir_method.t ......... 1/2 not ok 1 - subclass with pir method - .loadlib # TODO PMCs don't obey HLL namespaces not ok 2 - subclass with pir method - .HLL # TODO PMCs don't obey HLL namespaces t/dynpmc/subclass_with_pir_method.t ......... ok t/dynpmc/subproxy.t ......................... t/dynpmc/subproxy.t ......................... 1/2 t/dynpmc/subproxy.t ......................... ok t/dynoplibs/myops.t ......................... t/dynoplibs/myops.t ......................... 1/10 t/dynoplibs/myops.t ......................... 5/10 t/dynoplibs/myops.t ......................... 6/10 t/dynoplibs/myops.t ......................... 7/10 t/dynoplibs/myops.t ......................... ok t/compilers/pct/complete_workflow.t ......... t/compilers/pct/complete_workflow.t ......... 1/54 t/compilers/pct/complete_workflow.t ......... 7/54 t/compilers/pct/complete_workflow.t ......... 21/54 t/compilers/pct/complete_workflow.t ......... 30/54 t/compilers/pct/complete_workflow.t ......... 43/54 t/compilers/pct/complete_workflow.t ......... 52/54 t/compilers/pct/complete_workflow.t ......... ok t/compilers/pct/past.t ...................... t/compilers/pct/past.t ...................... 1/10 t/compilers/pct/past.t ...................... 7/10 t/compilers/pct/past.t ...................... ok t/compilers/pct/pct_hllcompiler.t ........... t/compilers/pct/pct_hllcompiler.t ........... 1/5 t/compilers/pct/pct_hllcompiler.t ........... ok t/compilers/pct/post.t ...................... t/compilers/pct/post.t ...................... 1/6 t/compilers/pct/post.t ...................... ok t/compilers/pge/00-basic.t .................. t/compilers/pge/00-basic.t .................. 1/1 t/compilers/pge/00-basic.t .................. ok t/compilers/pge/02-match.t .................. t/compilers/pge/02-match.t .................. 1/2 t/compilers/pge/02-match.t .................. ok t/compilers/pge/03-optable.t ................ t/compilers/pge/03-optable.t ................ 1/37 t/compilers/pge/03-optable.t ................ 2/37 t/compilers/pge/03-optable.t ................ 12/37 t/compilers/pge/03-optable.t ................ 23/37 t/compilers/pge/03-optable.t ................ 34/37 t/compilers/pge/03-optable.t ................ ok t/compilers/pge/04-compile.t ................ t/compilers/pge/04-compile.t ................ 1/4 t/compilers/pge/04-compile.t ................ ok t/compilers/pge/06-grammar.t ................ t/compilers/pge/06-grammar.t ................ 1/16 t/compilers/pge/06-grammar.t ................ ok t/compilers/pge/pge-hs.t .................... t/compilers/pge/pge-hs.t .................... 1/1 t/compilers/pge/pge-hs.t .................... ok t/compilers/pge/pge.t ....................... t/compilers/pge/pge.t ....................... 1/? t/compilers/pge/pge.t ....................... 10/? t/compilers/pge/pge.t ....................... 25/? t/compilers/pge/pge.t ....................... 41/? t/compilers/pge/pge.t ....................... ok t/compilers/pge/pge_examples.t .............. t/compilers/pge/pge_examples.t .............. 1/2 t/compilers/pge/pge_examples.t .............. ok t/compilers/pge/pge_globs.t ................. t/compilers/pge/pge_globs.t ................. 1/28 t/compilers/pge/pge_globs.t ................. 12/28 t/compilers/pge/pge_globs.t ................. 23/28 t/compilers/pge/pge_globs.t ................. ok t/compilers/pge/pge_text.t .................. t/compilers/pge/pge_text.t .................. 1/20 t/compilers/pge/pge_text.t .................. 6/20 t/compilers/pge/pge_text.t .................. 16/20 t/compilers/pge/pge_text.t .................. ok t/compilers/pge/pge_util.t .................. t/compilers/pge/pge_util.t .................. 1/8 t/compilers/pge/pge_util.t .................. 7/8 t/compilers/pge/pge_util.t .................. ok t/compilers/pge/p5regex/p5rx.t .............. t/compilers/pge/p5regex/p5rx.t .............. 1/960 not ok 116 # TODO [re_tests:116] character class in enumeration not ok 119 # TODO [re_tests:119] character class in enumeration not ok 120 # TODO [re_tests:120] character class in enumeration not ok 123 # TODO [re_tests:123] character class in enumeration not ok 124 # TODO [re_tests:124] character class in enumeration not ok 127 # TODO [re_tests:127] character class in enumeration ok 138 #skip [re_tests:138] parser bug ok 139 #skip [re_tests:139] broken col 4? ok 143 #skip [re_tests:143] bug or error ok 144 #skip [re_tests:144] bug or error ok 148 #skip [re_tests:148] bug or error ok 149 #skip [re_tests:149] bug or error ok 155 #skip [re_tests:155] bug or error ok 167 #skip [re_tests:167] bug or error t/compilers/pge/p5regex/p5rx.t .............. 211/960 not ok 234 # TODO [re_tests:234] unknown reason not ok 235 # TODO [re_tests:235] unknown reason not ok 236 # TODO [re_tests:236] unknown reason not ok 246 # TODO [re_tests:246] unknown reason not ok 247 # TODO [re_tests:247] unknown reason ok 248 #skip [re_tests:248] bug or error ok 249 #skip [re_tests:249] bug or error ok 252 #skip [re_tests:252] bug or error not ok 254 # TODO [re_tests:254] unknown reason not ok 256 # TODO [re_tests:256] unknown reason not ok 257 # TODO [re_tests:257] unknown reason ok 264 #skip [re_tests:264] trailing modifiers ok 265 #skip [re_tests:265] trailing modifiers ok 266 #skip [re_tests:266] trailing modifiers ok 267 #skip [re_tests:267] trailing modifiers ok 268 #skip [re_tests:268] trailing modifiers ok 269 #skip [re_tests:269] trailing modifiers ok 270 #skip [re_tests:270] trailing modifiers ok 271 #skip [re_tests:271] trailing modifiers ok 272 #skip [re_tests:272] trailing modifiers ok 273 #skip [re_tests:273] trailing modifiers ok 274 #skip [re_tests:274] trailing modifiers ok 275 #skip [re_tests:275] trailing modifiers ok 276 #skip [re_tests:276] trailing modifiers ok 277 #skip [re_tests:277] trailing modifiers ok 278 #skip [re_tests:278] trailing modifiers ok 279 #skip [re_tests:279] trailing modifiers ok 280 #skip [re_tests:280] trailing modifiers ok 281 #skip [re_tests:281] trailing modifiers ok 282 #skip [re_tests:282] trailing modifiers ok 283 #skip [re_tests:283] trailing modifiers ok 284 #skip [re_tests:284] trailing modifiers ok 285 #skip [re_tests:285] trailing modifiers ok 286 #skip [re_tests:286] trailing modifiers ok 287 #skip [re_tests:287] trailing modifiers ok 288 #skip [re_tests:288] trailing modifiers ok 289 #skip [re_tests:289] trailing modifiers ok 290 #skip [re_tests:290] trailing modifiers ok 291 #skip [re_tests:291] trailing modifiers ok 292 #skip [re_tests:292] trailing modifiers ok 293 #skip [re_tests:293] trailing modifiers ok 294 #skip [re_tests:294] trailing modifiers ok 295 #skip [re_tests:295] trailing modifiers ok 296 #skip [re_tests:296] trailing modifiers ok 297 #skip [re_tests:297] trailing modifiers ok 298 #skip [re_tests:298] trailing modifiers ok 299 #skip [re_tests:299] trailing modifiers ok 300 #skip [re_tests:300] trailing modifiers ok 301 #skip [re_tests:301] trailing modifiers ok 302 #skip [re_tests:302] trailing modifiers ok 303 #skip [re_tests:303] trailing modifiers ok 304 #skip [re_tests:304] trailing modifiers ok 305 #skip [re_tests:305] trailing modifiers ok 306 #skip [re_tests:306] trailing modifiers ok 307 #skip [re_tests:307] trailing modifiers ok 308 #skip [re_tests:308] bug or error ok 309 #skip [re_tests:309] bug or error ok 310 #skip [re_tests:310] bug or error ok 311 #skip [re_tests:311] trailing modifiers ok 312 #skip [re_tests:312] trailing modifiers ok 313 #skip [re_tests:313] trailing modifiers ok 314 #skip [re_tests:314] trailing modifiers ok 315 #skip [re_tests:315] trailing modifiers ok 316 #skip [re_tests:316] trailing modifiers ok 317 #skip [re_tests:317] trailing modifiers ok 318 #skip [re_tests:318] trailing modifiers ok 319 #skip [re_tests:319] trailing modifiers ok 320 #skip [re_tests:320] trailing modifiers ok 321 #skip [re_tests:321] trailing modifiers ok 322 #skip [re_tests:322] bug or error ok 323 #skip [re_tests:323] bug or error ok 324 #skip [re_tests:324] trailing modifiers ok 325 #skip [re_tests:325] bug or error ok 326 #skip [re_tests:326] trailing modifiers ok 327 #skip [re_tests:327] trailing modifiers ok 328 #skip [re_tests:328] trailing modifiers ok 329 #skip [re_tests:329] trailing modifiers ok 330 #skip [re_tests:330] bug or error ok 331 #skip [re_tests:331] bug or error ok 332 #skip [re_tests:332] trailing modifiers ok 333 #skip [re_tests:333] trailing modifiers ok 334 #skip [re_tests:334] trailing modifiers ok 335 #skip [re_tests:335] trailing modifiers ok 336 #skip [re_tests:336] bug or error ok 337 #skip [re_tests:337] trailing modifiers ok 338 #skip [re_tests:338] trailing modifiers ok 339 #skip [re_tests:339] trailing modifiers ok 340 #skip [re_tests:340] trailing modifiers ok 341 #skip [re_tests:341] trailing modifiers ok 342 #skip [re_tests:342] trailing modifiers ok 343 #skip [re_tests:343] trailing modifiers ok 344 #skip [re_tests:344] trailing modifiers ok 345 #skip [re_tests:345] trailing modifiers ok 346 #skip [re_tests:346] trailing modifiers ok 347 #skip [re_tests:347] bug or error ok 348 #skip [re_tests:348] trailing modifiers ok 349 #skip [re_tests:349] trailing modifiers ok 350 #skip [re_tests:350] trailing modifiers ok 351 #skip [re_tests:351] trailing modifiers ok 352 #skip [re_tests:352] trailing modifiers ok 353 #skip [re_tests:353] trailing modifiers ok 354 #skip [re_tests:354] trailing modifiers ok 355 #skip [re_tests:355] trailing modifiers ok 356 #skip [re_tests:356] trailing modifiers ok 357 #skip [re_tests:357] trailing modifiers ok 358 #skip [re_tests:358] trailing modifiers ok 359 #skip [re_tests:359] trailing modifiers ok 360 #skip [re_tests:360] trailing modifiers ok 361 #skip [re_tests:361] trailing modifiers ok 362 #skip [re_tests:362] trailing modifiers ok 363 #skip [re_tests:363] trailing modifiers ok 364 #skip [re_tests:364] trailing modifiers ok 365 #skip [re_tests:365] trailing modifiers ok 366 #skip [re_tests:366] trailing modifiers ok 367 #skip [re_tests:367] trailing modifiers ok 368 #skip [re_tests:368] trailing modifiers ok 369 #skip [re_tests:369] trailing modifiers ok 370 #skip [re_tests:370] trailing modifiers ok 371 #skip [re_tests:371] trailing modifiers ok 372 #skip [re_tests:372] trailing modifiers ok 373 #skip [re_tests:373] trailing modifiers ok 374 #skip [re_tests:374] trailing modifiers ok 375 #skip [re_tests:375] trailing modifiers ok 376 #skip [re_tests:376] trailing modifiers ok 377 #skip [re_tests:377] trailing modifiers ok 378 #skip [re_tests:378] trailing modifiers ok 379 #skip [re_tests:379] trailing modifiers ok 380 #skip [re_tests:380] trailing modifiers ok 381 #skip [re_tests:381] trailing modifiers ok 382 #skip [re_tests:382] trailing modifiers ok 383 #skip [re_tests:383] trailing modifiers ok 384 #skip [re_tests:384] trailing modifiers ok 385 #skip [re_tests:385] trailing modifiers ok 386 #skip [re_tests:386] trailing modifiers ok 387 #skip [re_tests:387] trailing modifiers ok 388 #skip [re_tests:388] trailing modifiers ok 389 #skip [re_tests:389] trailing modifiers ok 390 #skip [re_tests:390] trailing modifiers ok 391 #skip [re_tests:391] trailing modifiers ok 392 #skip [re_tests:392] trailing modifiers ok 393 #skip [re_tests:393] trailing modifiers ok 394 #skip [re_tests:394] trailing modifiers ok 395 #skip [re_tests:395] trailing modifiers not ok 396 # TODO [re_tests:396] unknown reason not ok 397 # TODO [re_tests:397] unknown reason not ok 398 # TODO [re_tests:398] unknown reason ok 408 #skip [re_tests:408] bug or error not ok 419 # TODO [re_tests:419] unknown reason not ok 422 # TODO [re_tests:422] unknown reason not ok 429 # TODO [re_tests:429] unknown reason not ok 432 # TODO [re_tests:432] unknown reason not ok 434 # TODO [re_tests:434] unknown reason not ok 435 # TODO [re_tests:435] unknown reason ok 436 #skip [re_tests:436] bug or error not ok 439 # TODO [re_tests:439] unknown reason not ok 446 # TODO [re_tests:446] unknown reason not ok 447 # TODO [re_tests:447] unknown reason not ok 448 # TODO [re_tests:448] unknown reason not ok 449 # TODO [re_tests:449] unknown reason not ok 452 # TODO [re_tests:452] unknown reason not ok 453 # TODO [re_tests:453] unknown reason not ok 454 # TODO [re_tests:454] unknown reason not ok 455 # TODO [re_tests:455] unknown reason ok 458 #skip [re_tests:458] unknown reason ok 459 #skip [re_tests:459] unknown reason ok 460 #skip [re_tests:460] unknown reason ok 461 #skip [re_tests:461] unknown reason ok 462 #skip [re_tests:462] unknown reason ok 463 #skip [re_tests:463] unknown reason ok 464 #skip [re_tests:464] unknown reason ok 465 #skip [re_tests:465] unknown reason ok 466 #skip [re_tests:466] unknown reason ok 467 #skip [re_tests:467] unknown reason ok 468 #skip [re_tests:468] unknown reason ok 469 #skip [re_tests:469] unknown reason ok 470 #skip [re_tests:470] unknown reason ok 471 #skip [re_tests:471] unknown reason ok 472 #skip [re_tests:472] unknown reason ok 473 #skip [re_tests:473] unknown reason ok 474 #skip [re_tests:474] unknown reason ok 475 #skip [re_tests:475] unknown reason ok 476 #skip [re_tests:476] unknown reason ok 477 #skip [re_tests:477] unknown reason ok 478 #skip [re_tests:478] unknown reason ok 479 #skip [re_tests:479] unknown reason ok 480 #skip [re_tests:480] unknown reason ok 483 #skip [re_tests:483] ok 484 #skip [re_tests:484] ok 487 #skip [re_tests:487] bug or error ok 488 #skip [re_tests:488] bug or error ok 489 #skip [re_tests:489] bug or error ok 490 #skip [re_tests:490] bug or error ok 491 #skip [re_tests:491] kills a parrot ok 492 #skip [re_tests:492] bug or error ok 493 #skip [re_tests:493] kills a parrot not ok 495 # TODO [re_tests:495] unknown reason ok 496 #skip [re_tests:496] not ok 498 # TODO [re_tests:498] unknown reason not ok 500 # TODO [re_tests:500] unknown reason not ok 501 # TODO [re_tests:501] unknown reason ok 502 #skip [re_tests:502] unknown reason not ok 503 # TODO [re_tests:503] unknown reason not ok 504 # TODO [re_tests:504] unknown reason not ok 505 # TODO [re_tests:505] unknown reason not ok 506 # TODO [re_tests:506] unknown reason not ok 507 # TODO [re_tests:507] unknown reason not ok 508 # TODO [re_tests:508] unknown reason not ok 509 # TODO [re_tests:509] unknown reason not ok 510 # TODO [re_tests:510] unknown reason not ok 511 # TODO [re_tests:511] unknown reason not ok 512 # TODO [re_tests:512] unknown reason not ok 515 # TODO [re_tests:515] unknown reason not ok 521 # TODO [re_tests:521] unknown reason not ok 522 # TODO [re_tests:522] unknown reason not ok 523 # TODO [re_tests:523] unknown reason not ok 524 # TODO [re_tests:524] unknown reason not ok 527 # TODO [re_tests:527] unknown reason not ok 528 # TODO [re_tests:528] unknown reason ok 531 #skip [re_tests:531] bug or error ok 532 #skip [re_tests:532] bug or error not ok 535 # TODO [re_tests:535] unknown reason t/compilers/pge/p5regex/p5rx.t .............. 536/960 not ok 536 # TODO [re_tests:536] unknown reason not ok 539 # TODO [re_tests:539] unknown reason not ok 540 # TODO [re_tests:540] unknown reason not ok 541 # TODO [re_tests:541] unknown reason not ok 544 # TODO [re_tests:544] unknown reason not ok 545 # TODO [re_tests:545] unknown reason ok 556 #skip [re_tests:556] kills a parrot ok 557 #skip [re_tests:557] kills a parrot not ok 559 # TODO [re_tests:559] unknown reason ok 563 #skip [re_tests:563] bug or error ok 564 #skip [re_tests:564] bug or error ok 566 #skip [re_tests:566] bug or error ok 568 #skip [re_tests:568] kills a parrot ok 569 #skip [re_tests:569] kills a parrot ok 570 #skip [re_tests:570] kills a parrot ok 571 #skip [re_tests:571] kills a parrot ok 572 #skip [re_tests:572] kills a parrot ok 573 #skip [re_tests:573] kills a parrot ok 574 #skip [re_tests:574] kills a parrot ok 575 #skip [re_tests:575] kills a parrot ok 576 #skip [re_tests:576] kills a parrot ok 577 #skip [re_tests:577] kills a parrot ok 578 #skip [re_tests:578] kills a parrot ok 579 #skip [re_tests:579] kills a parrot ok 580 #skip [re_tests:580] kills a parrot ok 581 #skip [re_tests:581] kills a parrot ok 582 #skip [re_tests:582] kills a parrot ok 583 #skip [re_tests:583] kills a parrot ok 584 #skip [re_tests:584] kills a parrot ok 585 #skip [re_tests:585] kills a parrot ok 586 #skip [re_tests:586] kills a parrot ok 587 #skip [re_tests:587] kills a parrot ok 588 #skip [re_tests:588] kills a parrot ok 589 #skip [re_tests:589] kills a parrot ok 590 #skip [re_tests:590] kills a parrot ok 591 #skip [re_tests:591] kills a parrot ok 592 #skip [re_tests:592] kills a parrot ok 593 #skip [re_tests:593] bug or error ok 594 #skip [re_tests:594] bug or error not ok 595 # TODO [re_tests:595] unknown reason not ok 596 # TODO [re_tests:596] unknown reason ok 597 #skip [re_tests:597] unknown reason ok 598 #skip [re_tests:598] bug or error ok 599 #skip [re_tests:599] bug or error not ok 600 # TODO [re_tests:600] unknown reason not ok 601 # TODO [re_tests:601] unknown reason not ok 603 # TODO [re_tests:603] unknown reason not ok 604 # TODO [re_tests:604] unknown reason not ok 606 # TODO [re_tests:606] unknown reason not ok 607 # TODO [re_tests:607] unknown reason ok 609 #skip [re_tests:609] unknown reason ok 610 #skip [re_tests:610] unknown reason ok 611 #skip [re_tests:611] unknown reason ok 612 #skip [re_tests:612] unknown reason ok 613 #skip [re_tests:613] unknown reason ok 614 #skip [re_tests:614] unknown reason ok 615 #skip [re_tests:615] unknown reason ok 616 #skip [re_tests:616] unknown reason ok 617 #skip [re_tests:617] unknown reason not ok 621 # TODO [re_tests:621] unknown reason not ok 623 # TODO [re_tests:623] unknown reason not ok 624 # TODO [re_tests:624] unknown reason not ok 625 # TODO [re_tests:625] unknown reason ok 627 #skip [re_tests:627] unknown reason ok 628 #skip [re_tests:628] unknown reason ok 629 #skip [re_tests:629] unknown reason ok 630 #skip [re_tests:630] unknown reason ok 631 #skip [re_tests:631] unknown reason ok 632 #skip [re_tests:632] unknown reason ok 633 #skip [re_tests:633] unknown reason ok 634 #skip [re_tests:634] unknown reason ok 635 #skip [re_tests:635] unknown reason not ok 639 # TODO [re_tests:639] unknown reason not ok 641 # TODO [re_tests:641] unknown reason not ok 642 # TODO [re_tests:642] unknown reason not ok 643 # TODO [re_tests:643] unknown reason ok 645 #skip [re_tests:645] unknown reason ok 646 #skip [re_tests:646] unknown reason ok 647 #skip [re_tests:647] unknown reason ok 648 #skip [re_tests:648] unknown reason ok 649 #skip [re_tests:649] unknown reason ok 650 #skip [re_tests:650] unknown reason ok 651 #skip [re_tests:651] unknown reason ok 652 #skip [re_tests:652] unknown reason ok 653 #skip [re_tests:653] unknown reason ok 663 #skip [re_tests:663] unknown reason ok 664 #skip [re_tests:664] unknown reason ok 665 #skip [re_tests:665] unknown reason ok 666 #skip [re_tests:666] unknown reason ok 667 #skip [re_tests:667] unknown reason ok 668 #skip [re_tests:668] unknown reason ok 669 #skip [re_tests:669] unknown reason ok 670 #skip [re_tests:670] unknown reason ok 671 #skip [re_tests:671] unknown reason ok 681 #skip [re_tests:681] unknown reason ok 682 #skip [re_tests:682] unknown reason ok 683 #skip [re_tests:683] unknown reason ok 684 #skip [re_tests:684] unknown reason ok 685 #skip [re_tests:685] unknown reason ok 686 #skip [re_tests:686] unknown reason ok 687 #skip [re_tests:687] unknown reason ok 688 #skip [re_tests:688] unknown reason ok 689 #skip [re_tests:689] unknown reason not ok 693 # TODO [re_tests:693] unknown reason not ok 695 # TODO [re_tests:695] unknown reason not ok 696 # TODO [re_tests:696] unknown reason not ok 697 # TODO [re_tests:697] unknown reason ok 699 #skip [re_tests:699] unknown reason ok 700 #skip [re_tests:700] unknown reason ok 701 #skip [re_tests:701] unknown reason ok 702 #skip [re_tests:702] unknown reason ok 703 #skip [re_tests:703] unknown reason ok 704 #skip [re_tests:704] unknown reason ok 705 #skip [re_tests:705] unknown reason ok 706 #skip [re_tests:706] unknown reason ok 707 #skip [re_tests:707] unknown reason ok 717 #skip [re_tests:717] unknown reason ok 718 #skip [re_tests:718] unknown reason ok 719 #skip [re_tests:719] unknown reason ok 720 #skip [re_tests:720] unknown reason ok 721 #skip [re_tests:721] unknown reason ok 722 #skip [re_tests:722] unknown reason ok 723 #skip [re_tests:723] unknown reason ok 724 #skip [re_tests:724] unknown reason ok 725 #skip [re_tests:725] unknown reason ok 735 #skip [re_tests:735] unknown reason ok 736 #skip [re_tests:736] unknown reason ok 737 #skip [re_tests:737] unknown reason ok 738 #skip [re_tests:738] unknown reason ok 739 #skip [re_tests:739] unknown reason ok 740 #skip [re_tests:740] unknown reason ok 741 #skip [re_tests:741] unknown reason ok 742 #skip [re_tests:742] unknown reason ok 743 #skip [re_tests:743] unknown reason not ok 747 # TODO [re_tests:747] unknown reason not ok 749 # TODO [re_tests:749] unknown reason not ok 750 # TODO [re_tests:750] unknown reason not ok 751 # TODO [re_tests:751] unknown reason ok 753 #skip [re_tests:753] unknown reason ok 754 #skip [re_tests:754] unknown reason ok 755 #skip [re_tests:755] unknown reason ok 756 #skip [re_tests:756] unknown reason ok 757 #skip [re_tests:757] unknown reason ok 758 #skip [re_tests:758] unknown reason ok 759 #skip [re_tests:759] unknown reason ok 760 #skip [re_tests:760] unknown reason ok 761 #skip [re_tests:761] unknown reason ok 771 #skip [re_tests:771] unknown reason ok 772 #skip [re_tests:772] unknown reason ok 773 #skip [re_tests:773] unknown reason ok 774 #skip [re_tests:774] unknown reason ok 775 #skip [re_tests:775] unknown reason ok 776 #skip [re_tests:776] unknown reason ok 777 #skip [re_tests:777] unknown reason ok 778 #skip [re_tests:778] unknown reason ok 779 #skip [re_tests:779] unknown reason ok 789 #skip [re_tests:789] unknown reason ok 790 #skip [re_tests:790] unknown reason ok 791 #skip [re_tests:791] unknown reason ok 792 #skip [re_tests:792] unknown reason ok 793 #skip [re_tests:793] unknown reason ok 794 #skip [re_tests:794] unknown reason ok 795 #skip [re_tests:795] unknown reason ok 796 #skip [re_tests:796] unknown reason ok 797 #skip [re_tests:797] unknown reason ok 800 #skip [re_tests:800] not ok 801 # TODO [re_tests:801] unknown reason ok 802 #skip [re_tests:802] ok 803 #skip [re_tests:803] ok 805 #skip [re_tests:805] ok 806 #skip [re_tests:806] hangs a parrot ok 807 #skip [re_tests:807] hangs a parrot ok 808 #skip [re_tests:808] hangs a parrot ok 809 #skip [re_tests:809] hangs a parrot ok 810 #skip [re_tests:810] hangs a parrot ok 811 #skip [re_tests:811] hangs a parrot ok 812 #skip [re_tests:812] hangs a parrot ok 813 #skip [re_tests:813] hangs a parrot ok 814 #skip [re_tests:814] hangs a parrot ok 815 #skip [re_tests:815] hangs a parrot ok 816 #skip [re_tests:816] hangs a parrot ok 817 #skip [re_tests:817] hangs a parrot ok 818 #skip [re_tests:818] hangs a parrot ok 819 #skip [re_tests:819] hangs a parrot ok 820 #skip [re_tests:820] hangs a parrot ok 821 #skip [re_tests:821] hangs a parrot ok 822 #skip [re_tests:822] hangs a parrot ok 823 #skip [re_tests:823] hangs a parrot not ok 827 # TODO [re_tests:827] \d in character class ok 828 #skip [re_tests:828] ok 829 #skip [re_tests:829] ok 830 #skip [re_tests:830] ok 834 #skip [re_tests:834] ok 835 #skip [re_tests:835] ok 836 #skip [re_tests:836] ok 838 #skip [re_tests:838] not ok 858 # TODO [re_tests:858] unknown reason ok 859 #skip [re_tests:859] ok 862 #skip [re_tests:862] not ok 865 # TODO [re_tests:865] unknown reason not ok 866 # TODO [re_tests:866] unknown reason ok 877 #skip [re_tests:877] ok 879 #skip [re_tests:879] [ID 20010811.006] not ok 881 # TODO [re_tests:881] unknown reason ok 886 #skip [re_tests:886] not ok 887 # TODO [re_tests:887] unknown reason not ok 888 # TODO [re_tests:888] unknown reason not ok 890 # TODO [re_tests:890] unknown reason not ok 891 # TODO [re_tests:891] unknown reason not ok 893 # TODO [re_tests:893] unknown reason not ok 896 # TODO [re_tests:896] unknown reason not ok 897 # TODO [re_tests:897] unknown reason not ok 898 # TODO [re_tests:898] unknown reason not ok 899 # TODO [re_tests:899] unknown reason not ok 901 # TODO [re_tests:901] greediness/lookbehind not ok 904 # TODO [re_tests:904] greediness/lookbehind not ok 905 # TODO [re_tests:905] greediness/lookbehind not ok 907 # TODO [re_tests:907] non-greedy/zero-width assertion not ok 908 # TODO [re_tests:908] non-greedy/zero-width assertion not ok 910 # TODO [re_tests:910] non-greedy/zero-width assertion t/compilers/pge/p5regex/p5rx.t .............. 911/960 not ok 913 # TODO [re_tests:913] non-greedy/zero-width assertion not ok 914 # TODO [re_tests:914] non-greedy/zero-width assertion not ok 915 # TODO [re_tests:915] non-greedy/lookbehind not ok 916 # TODO [re_tests:916] non-greedy/lookbehind not ok 918 # TODO [re_tests:918] non-greedy/lookbehind not ok 921 # TODO [re_tests:921] non-greedy/lookbehind not ok 922 # TODO [re_tests:922] non-greedy/lookbehind not ok 923 # TODO [re_tests:923] unmatched bracket ok 924 #skip [re_tests:924] ok 926 #skip [re_tests:926] [perl #18019] not ok 927 # TODO [re_tests:927] 16 tests for [perl #23171] not ok 928 # TODO [re_tests:928] reuse captured group not ok 929 # TODO [re_tests:929] reuse captured group not ok 930 # TODO [re_tests:930] reuse captured group not ok 931 # TODO [re_tests:931] reuse captured group not ok 932 # TODO [re_tests:932] reuse captured group not ok 933 # TODO [re_tests:933] reuse captured group not ok 934 # TODO [re_tests:934] reuse captured group not ok 935 # TODO [re_tests:935] reuse captured group not ok 936 # TODO [re_tests:936] reuse captured group not ok 937 # TODO [re_tests:937] reuse captured group not ok 938 # TODO [re_tests:938] reuse captured group not ok 939 # TODO [re_tests:939] reuse captured group not ok 940 # TODO [re_tests:940] reuse captured group not ok 941 # TODO [re_tests:941] reuse captured group not ok 942 # TODO [re_tests:942] reuse captured group ok 944 #skip [re_tests:944] unknown reason ok 945 #skip [re_tests:945] unknown reason ok 957 #skip [re_tests:957] ok 958 #skip [re_tests:958] not ok 959 # TODO [re_tests:959] [perl #34195] not ok 960 # TODO [re_tests:960] non-greedy/zero-width assertion t/compilers/pge/p5regex/p5rx.t .............. ok t/compilers/pge/perl6regex/01-regex.t ....... t/compilers/pge/perl6regex/01-regex.t ....... 1/? not ok 93 # TODO [rx_metachars:107] alternation and conjunction (&|) - parse error not ok 99 # TODO [rx_metachars:114] null pattern invalid t/compilers/pge/perl6regex/01-regex.t ....... 167/? not ok 417 # TODO [rx_backtrack:4] basic t/compilers/pge/perl6regex/01-regex.t ....... 427/? not ok 458 # TODO [rx_charclass:26] illegal character range not ok 489 # TODO [rx_charclass:62] literal match (\") not ok 490 # TODO [rx_charclass:64] literal match (\") not ok 491 # TODO [rx_charclass:66] literal match with quote not ok 492 # TODO [rx_charclass:68] literal match with quote not ok 493 # TODO [rx_charclass:70] literal match with backslash not ok 494 # TODO [rx_charclass:72] literal match with interpolation not ok 495 # TODO [rx_charclass:74] literal match with interpolation t/compilers/pge/perl6regex/01-regex.t ....... 641/? not ok 684 # TODO [rx_modifiers:46] ignorecase, lexical repetition (:i) not ok 718 # TODO [rx_modifiers:99] sigspace, lexical repetition (:s) not ok 720 # TODO [rx_modifiers:102] sigspace, lexical repetition (:s) not ok 722 # TODO [rx_modifiers:105] sigspace, lexical repetition (:s) not ok 740 # TODO [rx_modifiers:131] basic ws match not ok 745 # TODO [rx_modifiers:139] perl5 syntax (:perl5) not ok 750 # TODO [rx_modifiers:149] nth occurance (:nth) not ok 751 # TODO [rx_modifiers:151] nth occurance (:nth) t/compilers/pge/perl6regex/01-regex.t ....... ok t/compilers/pge/perl6regex/context.t ........ t/compilers/pge/perl6regex/context.t ........ 1/20 t/compilers/pge/perl6regex/context.t ........ 3/20 t/compilers/pge/perl6regex/context.t ........ 14/20 not ok 16 - numbered as named ($2 => $/[1]) # TODO not yet implemented t/compilers/pge/perl6regex/context.t ........ ok t/compilers/tge/basic.t ..................... t/compilers/tge/basic.t ..................... 1/3 t/compilers/tge/basic.t ..................... ok t/compilers/tge/grammar.t ................... t/compilers/tge/grammar.t ................... 1/3 not ok 3 - two rules of the same name can apply to the same node, when called with a different dummy type # TODO unresolved bug t/compilers/tge/grammar.t ................... ok t/compilers/tge/parser.t .................... t/compilers/tge/parser.t .................... 1/2 t/compilers/tge/parser.t .................... ok t/library/cgi_query_hash.t .................. t/library/cgi_query_hash.t .................. 1/7 t/library/cgi_query_hash.t .................. ok t/library/coroutine.t ....................... t/library/coroutine.t ....................... 1/6 t/library/coroutine.t ....................... ok t/library/dumper.t .......................... t/library/dumper.t .......................... 1/26 t/library/dumper.t .......................... 17/26 t/library/dumper.t .......................... ok t/library/getopt_obj.t ...................... t/library/getopt_obj.t ...................... 1/15 t/library/getopt_obj.t ...................... ok t/library/hllmacros.t ....................... t/library/hllmacros.t ....................... 1/17 t/library/hllmacros.t ....................... ok t/library/iter.t ............................ t/library/iter.t ............................ 1/47 t/library/iter.t ............................ ok t/library/md5.t ............................. t/library/md5.t ............................. 1/6 t/library/md5.t ............................. 4/6 t/library/md5.t ............................. ok t/library/mime_base64.t ..................... t/library/mime_base64.t ..................... 1/550 t/library/mime_base64.t ..................... 369/550 t/library/mime_base64.t ..................... ok t/library/mt19937ar.t ....................... t/library/mt19937ar.t ....................... 1/10 t/library/mt19937ar.t ....................... ok t/library/p6object.t ........................ t/library/p6object.t ........................ 1/252 not ok 149 # TODO < ResizablePMCArray_obj.^isa(List) > t/library/p6object.t ........................ ok t/library/parrotlib.t ....................... t/library/parrotlib.t ....................... 1/6 t/library/parrotlib.t ....................... ok t/library/pcre.t ............................ t/library/pcre.t ............................ 1/1 # Failed test 'soup to nuts' # at t/library/pcre.t line 49. # Exited with error code: 1 # Received: # ok 1 # Failed to load libpcre # current instr.: 'parrot;PCRE;init' pc 99 (runtime/parrot/library/pcre.pir:114) # called from Sub 'main' pc 33 (/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/t/library/pcre_1.pir:28) # # Expected: # ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # # Looks like you failed 1 test of 1. t/library/pcre.t ............................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/library/pg.t .............................. t/library/pg.t .............................. 1/43 ok 5 #skip no Pg connection; skipping remaining tests ok 6 #skip no Pg connection; skipping remaining tests ok 7 #skip no Pg connection; skipping remaining tests ok 8 #skip no Pg connection; skipping remaining tests ok 9 #skip no Pg connection; skipping remaining tests ok 10 #skip no Pg connection; skipping remaining tests ok 11 #skip no Pg connection; skipping remaining tests ok 12 #skip no Pg connection; skipping remaining tests ok 13 #skip no Pg connection; skipping remaining tests ok 14 #skip no Pg connection; skipping remaining tests ok 15 #skip no Pg connection; skipping remaining tests ok 16 #skip no Pg connection; skipping remaining tests ok 17 #skip no Pg connection; skipping remaining tests ok 18 #skip no Pg connection; skipping remaining tests ok 19 #skip no Pg connection; skipping remaining tests ok 20 #skip no Pg connection; skipping remaining tests ok 21 #skip no Pg connection; skipping remaining tests ok 22 #skip no Pg connection; skipping remaining tests ok 23 #skip no Pg connection; skipping remaining tests ok 24 #skip no Pg connection; skipping remaining tests ok 25 #skip no Pg connection; skipping remaining tests ok 26 #skip no Pg connection; skipping remaining tests ok 27 #skip no Pg connection; skipping remaining tests ok 28 #skip no Pg connection; skipping remaining tests ok 29 #skip no Pg connection; skipping remaining tests ok 30 #skip no Pg connection; skipping remaining tests ok 31 #skip no Pg connection; skipping remaining tests ok 32 #skip no Pg connection; skipping remaining tests ok 33 #skip no Pg connection; skipping remaining tests ok 34 #skip no Pg connection; skipping remaining tests ok 35 #skip no Pg connection; skipping remaining tests ok 36 #skip no Pg connection; skipping remaining tests ok 37 #skip no Pg connection; skipping remaining tests ok 38 #skip no Pg connection; skipping remaining tests ok 39 #skip no Pg connection; skipping remaining tests ok 40 #skip no Pg connection; skipping remaining tests ok 41 #skip no Pg connection; skipping remaining tests ok 42 #skip no Pg connection; skipping remaining tests ok 43 #skip no Pg connection; skipping remaining tests t/library/pg.t .............................. ok t/library/protoobject.t ..................... t/library/protoobject.t ..................... 1/9 t/library/protoobject.t ..................... 6/9 t/library/protoobject.t ..................... ok t/library/rand.t ............................ t/library/rand.t ............................ 1/2 t/library/rand.t ............................ ok t/library/range.t ........................... t/library/range.t ........................... 1/78 t/library/range.t ........................... ok t/library/streams.t ......................... t/library/streams.t ......................... 1/20 ok 18 # skip broken method invocation ok 20 # skip broken method invocation t/library/streams.t ......................... ok t/library/string_utils.t .................... t/library/string_utils.t .................... 1/29 t/library/string_utils.t .................... ok t/library/tcl_glob.t ........................ t/library/tcl_glob.t ........................ 1/24 t/library/tcl_glob.t ........................ 8/24 t/library/tcl_glob.t ........................ ok t/library/tcl_lib.t ......................... t/library/tcl_lib.t ......................... 1/1 t/library/tcl_lib.t ......................... ok t/library/test_builder_tester.t ............. t/library/test_builder_tester.t ............. 1/12 t/library/test_builder_tester.t ............. ok t/library/test_class.t ...................... t/library/test_class.t ...................... 1/1 t/library/test_class.t ...................... ok t/library/test_more.t ....................... t/library/test_more.t ....................... 1/75 t/library/test_more.t ....................... ok t/library/uuid.t ............................ t/library/uuid.t ............................ 1/9 t/library/uuid.t ............................ ok t/library/yaml_dumper.t ..................... t/library/yaml_dumper.t ..................... 1/26 not ok 7 - properties # TODO not yet implemented not ok 8 - indent string # TODO not supported not ok 9 - back-referencing properties # TODO not yet implemented not ok 10 - self-referential properties (1) # TODO not yet implemented not ok 11 - self-referential properties (2) # TODO not yet implemented t/library/yaml_dumper.t ..................... 14/26 not ok 26 - custom dumper # TODO not yet implemented t/library/yaml_dumper.t ..................... ok t/library/yaml_parser_syck.t ................ t/library/yaml_parser_syck.t ................ 1/1 not ok 1 - basic parsing # TODO Not properly implemented yet t/library/yaml_parser_syck.t ................ ok t/run/exit.t ................................ t/run/exit.t ................................ 1/10 t/run/exit.t ................................ ok t/run/options.t ............................. t/run/options.t ............................. 1/26 t/run/options.t ............................. 19/26 t/run/options.t ............................. ok t/src/atomic.t .............................. t/src/atomic.t .............................. 1/4 t/src/atomic.t .............................. 3/4 t/src/atomic.t .............................. ok t/src/basic.t ............................... t/src/basic.t ............................... 1/3 t/src/basic.t ............................... 2/3 t/src/basic.t ............................... ok t/src/embed.t ............................... t/src/embed.t ............................... 1/6 t/src/embed.t ............................... 2/6 ok 6 # skip TT #306; many symbols not exported, embedding parrot fails t/src/embed.t ............................... ok t/src/exit.t ................................ t/src/exit.t ................................ 1/1 t/src/exit.t ................................ ok t/src/extend.t .............................. t/src/extend.t .............................. 1/17 t/src/extend.t .............................. 4/17 t/src/extend.t .............................. 8/17 t/src/extend.t .............................. 12/17 t/src/extend.t .............................. 15/17 not ok 16 - call multi sub from C - \#41511 # TODO RT #41511 t/src/extend.t .............................. 17/17 t/src/extend.t .............................. ok t/src/warnings.t ............................ t/src/warnings.t ............................ 1/2 t/src/warnings.t ............................ ok t/tools/dump_pbc.t .......................... t/tools/dump_pbc.t .......................... 1/1 t/tools/dump_pbc.t .......................... ok t/tools/parrot_debugger.t ................... t/tools/parrot_debugger.t ................... 1/2 t/tools/parrot_debugger.t ................... ok t/tools/pbc_merge.t ......................... t/tools/pbc_merge.t ......................... 1/4 t/tools/pbc_merge.t ......................... ok t/tools/pmc2c.t ............................. PMC filename pmc2c.t_1.pmc does not match pmclass name a! t/tools/pmc2c.t ............................. 1/13 PMC filename pmc2c.t_2.pmc does not match pmclass name a! t/tools/pmc2c.t ............................. 2/13 PMC filename pmc2c.t_3.pmc does not match pmclass name a! not ok 3 - class initialization # TODO needs fixing after vtinit merge PMC filename pmc2c.t_4.pmc does not match pmclass name a! PMC filename pmc2c.t_5.pmc does not match pmclass name a! PMC filename pmc2c.t_6.pmc does not match pmclass name a! t/tools/pmc2c.t ............................. 6/13 not ok 6 - provides # TODO needs fixing after vtinit merge PMC filename pmc2c.t_7.pmc does not match pmclass name a! not ok 7 - need_ext # TODO needs fixing after vtinit merge PMC filename pmc2c.t_8.pmc does not match pmclass name a! PMC filename pmc2c.t_9.pmc does not match pmclass name a! t/tools/pmc2c.t ............................. 9/13 PMC filename pmc2c.t_10.pmc does not match pmclass name a! PMC filename pmc2c.t_11.pmc does not match pmclass name a! PMC filename pmc2c.t_12.pmc does not match pmclass name a! t/tools/pmc2c.t ............................. 12/13 PMC filename pmc2c.t_13.pmc does not match pmclass name a! t/tools/pmc2c.t ............................. ok t/perl/Parrot_Distribution.t ................ t/perl/Parrot_Distribution.t ................ 1/26 t/perl/Parrot_Distribution.t ................ 21/26 t/perl/Parrot_Distribution.t ................ ok t/perl/Parrot_Docs.t ........................ t/perl/Parrot_Docs.t ........................ 1/25 t/perl/Parrot_Docs.t ........................ ok t/perl/Parrot_IO.t .......................... t/perl/Parrot_IO.t .......................... 1/58 t/perl/Parrot_IO.t .......................... 48/58 ok 52 # skip keywords not expanded in non-svn checkouts ok 53 # skip keywords not expanded in non-svn checkouts t/perl/Parrot_IO.t .......................... ok t/perl/Parrot_Test.t ........................ t/perl/Parrot_Test.t ........................ 1/120 t/perl/Parrot_Test.t ........................ 75/120 # no extension recognized for t/perl/testlib/hello # no extension recognized for t/perl/testlib/hello # no extension recognized for t/perl/testlib/hello ok 115 # skip feature not DWIMming even though test passes t/perl/Parrot_Test.t ........................ ok Test Summary Report ------------------- t/library/pcre.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=397, Tests=11826, 180 wallclock secs ( 3.91 usr 0.92 sys + 102.37 cusr 36.92 csys = 144.12 CPU) Result: FAIL make: *** [test_core] Error 1 * * ERROR: dev-lang/parrot-1.3.0 failed. * Call stack: * ebuild.sh, line 49: Called src_test * environment, line 2380: Called _eapi0_src_test * ebuild.sh, line 607: Called die * The specific snippet of code: * hasq test $FEATURES && die "Make check failed. See above for details." * The die message: * Make check failed. See above for details. * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/dev-lang/parrot-1.3.0:20090706-130433.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/parrot-1.3.0/temp/environment'. * >>> Install parrot-1.3.0 into /var/tmp/portage/dev-lang/parrot-1.3.0/image/ category dev-lang make -j14 -j1 install-dev DESTDIR=/var/tmp/portage/dev-lang/parrot-1.3.0/image/ DOC_DIR=/usr/share/doc/parrot-1.3.0 Compiling with: xx.c i686-pc-linux-gnu-gcc -I./include -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -g -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO -fPIC -I. -o xx.o -c xx.c Perldoc is required, but not detected. gmake -C src/dynpmc gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynpmc' /usr/bin/perl5.8.8 -MExtUtils::Command -e cp *.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/runtime/parrot/dynext gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynpmc' gmake -C src/dynoplibs gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynoplibs' /usr/bin/perl5.8.8 -MExtUtils::Command -e cp *.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/runtime/parrot/dynext gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/dynoplibs' gmake -C compilers/pct gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pct' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pct' gmake -C compilers/pge gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pge' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/pge' gmake -C compilers/tge gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/tge' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/tge' gmake -C compilers/nqp gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/nqp' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/nqp' gmake -C compilers/json gmake[1]: Entering directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/json' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/compilers/json' Invoking Parrot to generate install_config.fpmc ./parrot config_lib.pasm --install > install_config.fpmc /usr/bin/perl5.8.8 tools/build/parrot_config_c.pl --install > \ src/install_config.c src/install_config.c i686-pc-linux-gnu-gcc -o installable_parrot \ src/main.o src/install_config.o \ -Wl,-rpath=/usr/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E i686-pc-linux-gnu-gcc -o installable_pbc_dump \ src/pbc_dump.o \ src/packdump.o \ -Wl,-rpath=/usr/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E i686-pc-linux-gnu-gcc -o installable_pbc_disassemble \ src/pbc_disassemble.o \ -Wl,-rpath=/usr/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E i686-pc-linux-gnu-gcc -o installable_pbc_info \ src/pbc_info.o \ -Wl,-rpath=/usr/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E i686-pc-linux-gnu-gcc -o installable_parrot_debugger \ src/parrot_debugger.o \ src/parrot_config.o \ -Wl,-rpath=/usr/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E ./parrot -o parrot_config.pbc tools/util/parrot-config.pir ./pbc_to_exe parrot_config.pbc --install i686-pc-linux-gnu-gcc -o parrot_config.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -c parrot_config.c Compiled: parrot_config.o i686-pc-linux-gnu-gcc -o installable_parrot_config parrot_config.o /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/install_config.o -Wl,-rpath=/usr/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -rdynamic -L/usr/local/lib -Wl,-E -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm Linked: installable_parrot_config i686-pc-linux-gnu-gcc -o installable_pbc_merge \ src/pbc_merge.o \ src/install_config.o \ -Wl,-rpath=/usr/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -L/usr/local/lib -Wl,-E ./pbc_to_exe pbc_to_exe.pbc --install i686-pc-linux-gnu-gcc -o pbc_to_exe.o -I/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/include -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -D_GNU_SOURCE -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wlogical-op -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -DHAS_GETTEXT -c pbc_to_exe.c Compiled: pbc_to_exe.o i686-pc-linux-gnu-gcc -o installable_pbc_to_exe pbc_to_exe.o /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/src/install_config.o -Wl,-rpath=/usr/lib -L/var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib -lparrot -rdynamic -L/usr/local/lib -Wl,-E -lpthread -lnsl -ldl -lm -lcrypt -lutil -lreadline -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm Linked: installable_pbc_to_exe /usr/bin/perl5.8.8 tools/dev/install_files.pl \ --buildprefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --libdir=/usr/lib \ --includedir=/usr/include \ --destdir=/var/tmp/portage/dev-lang/parrot-1.3.0/image/ \ --docdir=/usr/share/doc/parrot-1.3.0 \ --versiondir=/parrot/1.3.0 \ MANIFEST MANIFEST.generated Installing ... /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/LICENSE /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/NEWS /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/PBC_COMPAT /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/RESPONSIBLE_PARTIES /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/P6Rule.grammar /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/PGE.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/PGE/Exp.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/PGE/Match.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/PGE/OPTable.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/PGE/P5Regex.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/PGE/Perl6Regex.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/PGE/Regex.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/PGE/builtins.pg /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/STATUS /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pge/demo.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/faq.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/gettingstarted.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/glossary.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/intro.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/pmc/array.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/pmc/documentation.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/pmc/struct.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/pmc/subs.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/user/pir/exceptions.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/user/pir/intro.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/user/pir/objects.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/user/pir/pmcs.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/atomic.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/atomic/fallback.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/atomic/gcc_pcc.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/atomic/gcc_x86.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/atomic/sparc.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/caches.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/call.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/cclass.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/charset.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/compiler.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/core_types.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/datatypes.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/debugger.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/dynext.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/embed.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/encoding.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/enums.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/events.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/exceptions.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/exec.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/exit.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/extend.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/gc_api.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/global.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/global_setup.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/hash.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/hll.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/imcc.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/interpreter.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/io.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/io_portable.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/io_unix.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/io_win32.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/key.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/library.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/list.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/longopt.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/memory.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/misc.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/multidispatch.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/nci.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/oo.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/oo_private.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/op.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/oplib.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/packfile.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/parrot.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/pic.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/pmc.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/pmc_freeze.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/pobj.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/register.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/runcore_api.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/runcore_trace.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/scheduler.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/scheduler_private.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/settings.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/slice.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/stacks.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/stat.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/string.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/string_funcs.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/string_primitives.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/sub.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/thr_pthread.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/thr_windows.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/thread.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/tsq.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/vtables.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/warnings.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/fp_equality.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/hllmacros.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/test_more.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/parrot/parrot.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/CGI/QueryHash.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Config/JSON.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Crow.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Curses.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Data/Dumper.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Data/Dumper/Base.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Data/Dumper/Default.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Data/Replace.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Digest/MD5.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Getopt/Obj.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/HTTP/Daemon.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Iter.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/JSON.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/MIME/Base64.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Math/Rand.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Math/Random/mt19937ar.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/NCI/Utils.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/NCI/call_toolkit_init.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/OpenGL.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/P6object.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Dumper.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Glob.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Hs.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Perl6Grammar.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Text.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Util.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Parrot/Coroutine.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Parrot/Exception.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Pg.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Protoobject.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Range.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/App.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Button.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Color.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Constants.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Event.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/EventHandler.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Font.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Image.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/LCD.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/LCD.png /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Rect.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Sprite.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/StopWatch.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/SDL/Surface.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Base.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Combiner.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Coroutine.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Filter.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Lines.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/ParrotIO.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Replay.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Sub.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Writer.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/String/Utils.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Tcl/Glob.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/TclLibrary.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder/Output.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder/Test.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder/TestPlan.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder/Tester.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Class.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/More.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/YAML/Dumper.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/YAML/Dumper/Base.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/YAML/Dumper/Default.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/YAML/Parser/Syck.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/dumper.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/libpcre.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/ncurses.declarations /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/ncurses.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/ncurses.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/parrotlib.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/pcore.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/pcre.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/postgres.declarations /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/postgres.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/postgres.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/random_lib.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/uuid.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/yaml_dumper.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/libparrot.a /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/libparrot.so.1.3.0 /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/libparrot.so /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/config.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/core_pmcs.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/extend_vtable.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/feature.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/has_header.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/oplib/core_ops_cg.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/oplib/core_ops_cgp.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/oplib/core_ops.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/oplib/core_ops_switch.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/oplib/ops.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/platform.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/platform_interface.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/vtable.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/config.fpmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/bin/parrot_config /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/bin/parrot_debugger /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/bin/parrot /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/bin/pbc_disassemble /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/bin/pbc_dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/bin/pbc_info /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/bin/pbc_merge /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/bin/pbc_to_exe /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/pkgconfig/parrot/1.3.0/parrot.pc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/dynext/digest_group.so /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/dynext/dynlexpad.so /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/dynext/gdbmhash.so /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/dynext/libnci_test.so /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/dynext/rational.so /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/dynext/subproxy.so /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/call_bits.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/cclass.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/datatypes.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/errors.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/except_severity.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/except_types.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/iglobals.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/interpcores.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/interpdebug.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/interpflags.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/interpinfo.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/interptrace.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/iterator.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/longopt.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/mmd.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/parrotlib.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/pmctypes.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/signal.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/socket.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/stat.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/stdio.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/stringinfo.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/sysinfo.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/timer.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/tm.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/include/warnings.pasm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/CGI/QueryHash.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Config/JSON.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/config.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/config.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Crow.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Data/Dumper/Base.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Data/Dumper/Default.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Data/Dumper.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Data/Replace.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Digest/MD5.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/dumper.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Getopt/Obj.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Iter.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/JSON.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/libpcre.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Math/Random/mt19937ar.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Math/Rand.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/MIME/Base64.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/NCI/call_toolkit_init.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/ncurses.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/P6object.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Parrot/Coroutine.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Parrot/Exception.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/parrotlib.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/pcore.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/pcre.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Dumper.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Glob.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Perl6Grammar.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Text.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PGE/Util.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Protoobject.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Range.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Base.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Combiner.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Coroutine.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Filter.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Lines.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/ParrotIO.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Replay.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Sub.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Stream/Writer.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Tcl/Glob.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/TclLibrary.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder/Test.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder/Tester.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder/TestPlan.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder/Output.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Builder.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/Class.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/Test/More.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/YAML/Dumper.pbc Finished install_files.pl /usr/bin/perl5.8.8 tools/dev/install_dev_files.pl \ --buildprefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --libdir=/usr/lib \ --includedir=/usr/include \ --destdir=/var/tmp/portage/dev-lang/parrot-1.3.0/image/ \ --docdir=/usr/share/doc/parrot-1.3.0 \ --datadir=/usr/share \ --srcdir=/usr/src \ --versiondir=/parrot/1.3.0 \ MANIFEST MANIFEST.generated Installing ... /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/PLATFORMS /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/README /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/VERSION /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/nqp/TODO.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/nqp/bootstrap/actions.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/nqp/bootstrap/nqp.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/nqp/nqp.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/nqp/src/Grammar.pg /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/nqp/src/Grammar/Actions.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/nqp/src/builtins.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/PCT.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/PAST.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/PAST/Compiler.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/PAST/Node.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/PCT/Dumper.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/PCT/Grammar.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/PCT/HLLCompiler.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/PCT/Node.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/POST/Compiler.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/pct/src/POST/Node.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/tge/TGE.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/tge/TGE/Compiler.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/tge/TGE/Grammar.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/tge/TGE/Parser.pg /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/tge/TGE/Rule.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/tge/TGE/Tree.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/tge/tgc.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/compiler_faq.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/debug.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/pct/gettingstarted.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/pct/past_building_blocks.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/pct/pct_optable_guide.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/pmc2c.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/branching_guide.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/cage_cleaners_guide.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/committer_guide.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/debian_packaging_guide.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/metacommitter_guide.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/release_manager_guide.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/roles_responsibilities.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/support_policy.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/ticket_triaging.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/project/ubuntu_packaging_guide.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/share/doc/parrot-1.3.0/parrot/1.3.0/pod/vtables.pod /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/File/Which.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/BuildUtil.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Config.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Compiler.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Data.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Messages.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Options.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Options/Conf.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Options/Conf/CLI.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Options/Conf/File.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Options/Conf/Shared.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Options/Reconf.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Options/Test.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Options/Test/Prepare.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Step.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Step/List.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Step/Methods.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Test.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Trace.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Configure/Utils.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Distribution.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Directory.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/File.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Group.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/HTMLPage.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Item.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/POD2HTML.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/C.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Compilers.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Config.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Developer.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Examples.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/IMCC.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Info.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Libs.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Ops.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/PDDs.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/PMCs.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Parrot.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Perl.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Tests.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Section/Tools.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Docs/Text2HTML.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Harness/DefaultTests.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Harness/Options.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Harness/Smoke.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Headerizer.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/IO/Directory.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/IO/File.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/IO/Path.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Install.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Manifest.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Op.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpTrans.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpTrans/C.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpTrans/CGP.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpTrans/CGoto.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpTrans/CPrederef.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpTrans/CSwitch.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpTrans/Compiled.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Ops2c/Auxiliary.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Ops2c/Utils.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Ops2pm.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Ops2pm/Auxiliary.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Ops2pm/Base.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpsFile.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpsRenumber.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/Attribute.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/ComposedMethod.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/Dumper.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/Emitter.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/Library.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/MULTI.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/Method.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/MethodEmitter.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/Object.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PCCMETHOD.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PMC.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PMC/Null.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PMC/Object.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PMC/ParrotClass.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PMC/PrintTree.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PMC/RO.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PMC/default.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PMCEmitter.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/Parser.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/Pmc2cMain.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/UtilFunctions.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/VTable.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Revision.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/SearchOps.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/Cardinal.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/Harness.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/PGE.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/PIR_PGE.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/Perl6.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/Pod.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/Pod/Utils.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/Util.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Test/Util/Runloop.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Vtable.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/dynpmc/dynlexpad.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/dynpmc/foo.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/dynpmc/gdbmhash.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/dynpmc/pair.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/dynpmc/rational.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/dynpmc/rotest.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/dynpmc/subproxy.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/ops/ops.num /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/addrregistry.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/array.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/bigint.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/bignum.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/boolean.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/callsignature.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/capture.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/class.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/codestring.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/complex.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/continuation.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/coroutine.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/cpointer.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/default.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/env.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/eval.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/eventhandler.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/exception.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/exceptionhandler.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/exporter.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/file.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/filehandle.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/fixedbooleanarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/fixedfloatarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/fixedintegerarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/fixedpmcarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/fixedstringarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/float.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/handle.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/hash.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/integer.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/iterator.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/key.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/lexinfo.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/lexpad.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/managedstruct.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/multisub.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/namespace.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/nci.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/null.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/object.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/orderedhash.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/os.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfile.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfileannotation.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfileannotations.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfileconstanttable.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfiledirectory.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfilefixupentry.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfilefixuptable.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfilerawsegment.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/packfilesegment.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/parrotinterpreter.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/parrotlibrary.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/parrotrunningthread.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/parrotthread.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/pccmethod_test.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/pmcproxy.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/pointer.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/random.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/resizablebooleanarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/resizablefloatarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/resizableintegerarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/resizablepmcarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/resizablestringarray.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/retcontinuation.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/role.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/scalar.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/scheduler.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/schedulermessage.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/sockaddr.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/socket.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/string.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/stringhandle.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/sub.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/task.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/timer.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/undef.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/unmanagedstruct.pmc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/vtable.tbl /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/build/ops2c.pl /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/build/pmc2c.pl /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/dev/gen_makefile.pl /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/dev/mk_language_shell.pl /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/dev/pbc_to_exe.pir /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/dev/reconfigure.pl /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/languages/nqp/nqp.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/pbcversion.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/parrot/platform_limits.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Config/Generated.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/OpLib/core.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/tools/lib/Parrot/PMC.pm /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PCT/Grammar.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PCT/HLLCompiler.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PCT/PAST.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/PCT.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/lib/parrot/1.3.0/library/TGE.pbc /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/call_list.txt /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/boolean.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/continuation.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/default.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/fixedpmcarray.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/float.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/hash.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/integer.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/multisub.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/object.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_boolean.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_class.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_continuation.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_default.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_fixedintegerarray.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_fixedpmcarray.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_float.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_hash.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_integer.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_multisub.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_object.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_parrotlibrary.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_resizablepmcarray.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_role.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_scalar.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_string.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_sub.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/include/parrot/1.3.0/pmc/pmc_undef.h /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/resizablepmcarray.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/role.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/scalar.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/string.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/sub.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/pmc/undef.dump /var/tmp/portage/dev-lang/parrot-1.3.0/image//usr/src/parrot/1.3.0/vtable.dump Finished install_dev_files.pl >>> Completed installing parrot-1.3.0 into /var/tmp/portage/dev-lang/parrot-1.3.0/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/parrot/1.3.0/dynext/libnci_test.so usr/lib/parrot/1.3.0/dynext/gdbmhash.so usr/lib/parrot/1.3.0/dynext/digest_group.so usr/lib/parrot/1.3.0/dynext/subproxy.so usr/lib/parrot/1.3.0/dynext/dynlexpad.so usr/lib/parrot/1.3.0/dynext/rational.so usr/lib/libparrot.so usr/lib/libparrot.so.1.3.0 usr/bin/parrot usr/bin/parrot_debugger usr/bin/pbc_merge usr/bin/pbc_info usr/bin/pbc_disassemble usr/bin/pbc_to_exe usr/bin/pbc_dump usr/bin/parrot_config usr/lib/libparrot.a  * QA Notice: The following files contain insecure RUNPATH's * Please file a bug about this at http://bugs.gentoo.org/ * with the maintaining herd of the package. * /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/gdbmhash.so * /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/digest_group.so * /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/subproxy.so * /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/dynlexpad.so * /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/rational.so  Auto fixing rpaths for /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/gdbmhash.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/digest_group.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/subproxy.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/dynlexpad.so /var/tmp/portage/dev-lang/parrot-1.3.0/work/parrot-1.3.0/blib/lib usr/lib/parrot/1.3.0/dynext/rational.so * Removing /usr/share/doc * Removing /usr/share/man * Removing /usr/share/info