Skip to content

Instantly share code, notes, and snippets.

@cxreg
Created April 22, 2013 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cxreg/5435752 to your computer and use it in GitHub Desktop.
Save cxreg/5435752 to your computer and use it in GitHub Desktop.
Rakudo make asplode
$ make -j5
/usr/bin/perl /home/count/src/ext/perl/perl6/local/lib/parrot/5.2.0-devel/tools/build/pmc2c.pl --no-lines --dump --include src/vm/parrot/pmc --include /home/count/src/ext/perl/perl6/local/src/parrot/5.2.0-devel --include /home/count/src/ext/perl/perl6/local/src/parrot/5.2.0-devel/pmc src/vm/parrot/pmc/perl6lexinfo.pmc src/vm/parrot/pmc/perl6lexpad.pmc.
/usr/bin/perl /home/count/src/ext/perl/perl6/local/lib/parrot/5.2.0-devel/tools/build/pmc2c.pl --no-lines --c --include src/vm/parrot/pmc --include /home/count/src/ext/perl/perl6/local/src/parrot/5.2.0-devel --include /home/count/src/ext/perl/perl6/local/src/parrot/5.2.0-devel/pmc src/vm/parrot/pmc/perl6lexinfo.pmc src/vm/parrot/pmc/perl6lexpad.pmc.
/usr/bin/perl /home/count/src/ext/perl/perl6/local/lib/parrot/5.2.0-devel/tools/build/pmc2c.pl --no-lines --library perl6_group --c src/vm/parrot/pmc/perl6lexinfo.pmc src/vm/parrot/pmc/perl6lexpad.pmc.
cc -c -o perl6_group.o -Isrc/vm/parrot/pmc -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g perl6_group.c
cd src/vm/parrot/pmc && cc -c -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g *.c
cc -o src/vm/parrot/pmc/perl6_group.so perl6_group.o src/vm/parrot/pmc/*.o -fstack-protector -L/usr/local/lib -shared -L/usr/local/lib -fstack-protector -fPIC -ldl -lm -lpthread -lcrypt -lrt -L/usr/lib/x86_64-linux-gnu -licuuc -licudata.
/usr/bin/perl -MExtUtils::Command -e cp src/vm/parrot/pmc/perl6_group.so dynext
cd src/vm/parrot/ops && /home/count/src/ext/perl/perl6/local/bin/ops2c C --dynamic perl6.ops
/usr/bin/perl -MExtUtils::Command -e chmod 755 dynext/perl6_group.so
# Parsing perl6.ops...
# Parsed perl6.ops in 2.128 seconds; found 214 ops.
# Ops parsed in 2.172 seconds.
cd src/vm/parrot/ops && cc -c -o perl6_ops.o -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g perl6_ops.c
perl6_ops.c: In function ‘run_leave_phasers’:
perl6_ops.c:138:10: warning: variable ‘oldctx’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
perl6_ops.c:134:91: warning: argument ‘exceptions’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
perl6_ops.c: In function ‘Parrot_perl6_type_check_return_value_pc_pc’:
perl6_ops.c:5270:28: warning: function call has aggregate value [-Waggregate-return]
perl6_ops.c: In function ‘Parrot_perl6_type_check_return_value_p_pc’:
perl6_ops.c:5240:28: warning: function call has aggregate value [-Waggregate-return]
perl6_ops.c: In function ‘Parrot_perl6_type_check_return_value_pc_p’:
perl6_ops.c:5210:28: warning: function call has aggregate value [-Waggregate-return]
perl6_ops.c: In function ‘Parrot_perl6_type_check_return_value_p_p’:
perl6_ops.c:5180:28: warning: function call has aggregate value [-Waggregate-return]
cd src/vm/parrot/guts && cc -c -o exceptions.o -I../../../../src/vm/parrot/pmc -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g exceptions.c
cd src/vm/parrot/guts && cc -c -o bind.o -I../../../../src/vm/parrot/pmc -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g bind.c
bind.c: In function ‘create_box’:
bind.c:101:5: warning: switch missing default case [-Wswitch-default]
bind.c: In function ‘Rakudo_binding_bind_one_param’:
bind.c:523:13: warning: switch missing default case [-Wswitch-default]
bind.c:603:13: warning: switch missing default case [-Wswitch-default]
bind.c: In function ‘get_positional_bind_val’:
bind.c:726:1: warning: function returns an aggregate [-Waggregate-return]
bind.c: In function ‘Rakudo_binding_bind’:
bind.c:852:28: warning: function call has aggregate value [-Waggregate-return]
bind.c:923:28: warning: function call has aggregate value [-Waggregate-return]
bind.c:944:28: warning: function call has aggregate value [-Waggregate-return]
bind.c: In function ‘Rakudo_binding_bind_one_param.isra.7’:
bind.c:335:14: warning: function call has aggregate value [-Waggregate-return]
bind.c: In function ‘Rakudo_binding_trial_bind’:
bind.c:1117:30: warning: function call has aggregate value [-Waggregate-return]
cd src/vm/parrot/guts && cc -c -o container.o -I../../../../src/vm/parrot/pmc -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g container.c
cd src/vm/parrot/guts && cc -c -o types.o -I../../../../src/vm/parrot/pmc -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel -I/home/count/src/ext/perl/perl6/local/include/parrot/5.2.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g types.c
cd src/vm/parrot/ops && cc -o perl6_ops.so perl6_ops.o ../guts/bind.o ../guts/exceptions.o ../guts/container.o ../guts/types.o -fstack-protector -L/usr/local/lib -shared -L/usr/local/lib -fstack-protector -fPIC -ldl -lm -lpthread -lcrypt -lrt -L/usr/lib/x86_64-linux-gnu -licuuc -licudata.
/usr/bin/perl -MExtUtils::Command -e cp src/vm/parrot/ops/perl6_ops.so dynext
/usr/bin/perl -MExtUtils::Command -e chmod 755 dynext/perl6_ops.so
/home/count/src/ext/perl/perl6/local/bin/nqp --target=pir --output=src/gen/perl6-moduleloader.pir --encoding=utf8 \
src/Perl6/ModuleLoader.nqp
/home/count/src/ext/perl/perl6/local/bin/nqp --vmlibs=perl6_group,perl6_ops --target=pir --output=src/gen/perl6-pod.pir --encoding=utf8 \
src/Perl6/Pod.nqp
/home/count/src/ext/perl/perl6/local/bin/nqp --target=pir --output=src/gen/perl6-constantfolder.pir --encoding=utf8 \
src/Perl6/ConstantFolder.nqp
/home/count/src/ext/perl/perl6/local/bin/nqp --vmlibs=perl6_group,perl6_ops --target=pir --output=src/gen/perl6-ops.pir --encoding=utf8 \
src/Perl6/Ops.nqp
/home/count/src/ext/perl/perl6/local/bin/nqp --vmlibs=perl6_group,perl6_ops --target=pir --output=src/gen/perl6-optimizer.pir --encoding=utf8 \
src/Perl6/Optimizer.nqp
/home/count/src/ext/perl/perl6/local/bin/parrot -o blib/Perl6/ConstantFolder.pbc src/gen/perl6-constantfolder.pir
/usr/bin/perl tools/build/gen-cat.pl src/Perl6/Metamodel/Archetypes.nqp src/Perl6/Metamodel/Naming.nqp src/Perl6/Metamodel/Documenting.nqp src/Perl6/Metamodel/Stashing.nqp src/Perl6/Metamodel/Versioning.nqp src/Perl6/Metamodel/TypePretense.nqp src/Perl6/Metamodel/MethodDelegation.nqp src/Perl6/Metamodel/BoolificationProtocol.nqp src/Perl6/Metamodel/PackageHOW.nqp src/Perl6/Metamodel/ModuleHOW.nqp src/Perl6/Metamodel/GenericHOW.nqp src/Perl6/Metamodel/AttributeContainer.nqp src/Perl6/Metamodel/MethodContainer.nqp src/Perl6/Metamodel/PrivateMethodContainer.nqp src/Perl6/Metamodel/MultiMethodContainer.nqp src/Perl6/Metamodel/RoleContainer.nqp src/Perl6/Metamodel/MultipleInheritance.nqp src/Perl6/Metamodel/DefaultParent.nqp src/Perl6/Metamodel/BaseType.nqp src/Perl6/Metamodel/C3MRO.nqp src/Perl6/Metamodel/MROBasedMethodDispatch.nqp src/Perl6/Metamodel/MROBasedTypeChecking.nqp src/Perl6/Metamodel/Trusting.nqp src/Perl6/Metamodel/Mixins.nqp src/Perl6/Metamodel/BUILDPLAN.nqp src/Perl6/Metamodel/REPRAttributeProtocol.nqp src/Perl6/Metamodel/ParrotInterop.nqp src/Perl6/Metamodel/RolePunning.nqp src/Perl6/Metamodel/RoleToRoleApplier.nqp src/Perl6/Metamodel/ConcreteRoleHOW.nqp src/Perl6/Metamodel/CurriedRoleHOW.nqp src/Perl6/Metamodel/ParametricRoleHOW.nqp src/Perl6/Metamodel/ParametricRoleGroupHOW.nqp src/Perl6/Metamodel/RoleToClassApplier.nqp src/Perl6/Metamodel/ClassHOW.nqp src/Perl6/Metamodel/GrammarHOW.nqp src/Perl6/Metamodel/NativeHOW.nqp src/Perl6/Metamodel/SubsetHOW.nqp src/Perl6/Metamodel/EnumHOW.nqp src/Perl6/Metamodel/ContainerDescriptor.nqp src/Perl6/Metamodel/StaticLexPad.nqp src/Perl6/Metamodel/Dispatchers.nqp > src/gen/Metamodel.nqp
/home/count/src/ext/perl/perl6/local/bin/nqp --target=pir --output=src/gen/perl6-metamodel.pir --encoding=utf8 \
--vmlibs=perl6_ops src/gen/Metamodel.nqp
"load_bytecode" couldn't find file 'Perl6/Ops.pbc'
current instr.: '' pc 1923 (src/stage2/gen/module_loader.pir:882) (src/vm/parrot/ModuleLoader.nqp:55)
called from Sub 'load_module' pc 1776 (src/stage2/gen/module_loader.pir:814) (src/vm/parrot/ModuleLoader.nqp:52)
called from Sub 'load_module' pc 1926 (src/stage2/gen/NQP.pir:733) (src/stage2/gen/NQP.nqp:121)
called from Sub 'statement_control:sym<use>' pc 103004 (src/stage2/gen/NQP.pir:35392) (src/stage2/gen/NQP.nqp:1845)
called from Sub '!reduce' pc 11778 (src/stage2/QRegex.pir:4826) (src/stage2/QRegex.nqp:667)
called from Sub '!cursor_pass' pc 11247 (src/stage2/QRegex.pir:4603) (src/stage2/QRegex.nqp:631)
called from Sub 'statement_control:sym<use>' pc 24471 (src/stage2/gen/NQP.pir:9072) (src/stage2/gen/NQP.nqp:849)
called from Sub '!protoregex' pc 12141 (src/stage2/QRegex.pir:4978) (src/stage2/QRegex.nqp:699)
called from Sub 'statement_control' pc 24185 (src/stage2/gen/NQP.pir:8988) (src/stage2/gen/NQP.nqp:847)
called from Sub 'statement' pc 20207 (src/stage2/gen/NQP.pir:7598) (src/stage2/gen/NQP.nqp:782)
called from Sub 'statementlist' pc 19816 (src/stage2/gen/NQP.pir:7475) (src/stage2/gen/NQP.nqp:777)
called from Sub 'comp_unit' pc 17904 (src/stage2/gen/NQP.pir:6693) (src/stage2/gen/NQP.nqp:746)
called from Sub 'TOP' pc 12070 (src/stage2/gen/NQP.pir:4730) (src/stage2/gen/NQP.nqp:666)
called from Sub 'parse' pc 20165 (src/stage2/QRegex.pir:8094) (src/stage2/QRegex.nqp:1191)
called from Sub 'parse' pc 33728 (src/stage2/gen/NQPHLL.pir:13317) (src/stage2/gen/NQPHLL.nqp:1413)
called from Sub '' pc 33128 (src/stage2/gen/NQPHLL.pir:13089) (src/stage2/gen/NQPHLL.nqp:1368)
called from Sub 'compile' pc 32906 (src/stage2/gen/NQPHLL.pir:12998) (src/stage2/gen/NQPHLL.nqp:1360)
called from Sub 'eval' pc 28463 (src/stage2/gen/NQPHLL.pir:11135) (src/stage2/gen/NQPHLL.nqp:1118)
called from Sub 'evalfiles' pc 31847 (src/stage2/gen/NQPHLL.pir:12564) (src/stage2/gen/NQPHLL.nqp:1327)
called from Sub 'command_eval' pc 30589 (src/stage2/gen/NQPHLL.pir:12069) (src/stage2/gen/NQPHLL.nqp:1257)
called from Sub 'command_line' pc 29612 (src/stage2/gen/NQPHLL.pir:11664) (src/stage2/gen/NQPHLL.nqp:1207)
called from Sub 'MAIN' pc 584 (src/stage2/gen/NQP.pir:200) (src/stage2/gen/NQP.nqp:3406)
called from Sub '' pc 561 (src/stage2/gen/NQP.pir:187) (src/stage2/gen/NQP.nqp:3401)
called from Sub '' pc 150531 (src/stage2/gen/NQP.pir:53919) (src/stage2/gen/NQP.nqp:3382)
make: *** [blib/Perl6/Metamodel.pbc] Error 1
make: *** Waiting for unfinished jobs....
/home/count/src/ext/perl/perl6/local/bin/parrot -o blib/Perl6/ModuleLoader.pbc src/gen/perl6-moduleloader.pir
/home/count/src/ext/perl/perl6/local/bin/parrot -o blib/Perl6/Ops.pbc src/gen/perl6-ops.pir
/home/count/src/ext/perl/perl6/local/bin/parrot -o blib/Perl6/Pod.pbc src/gen/perl6-pod.pir
/home/count/src/ext/perl/perl6/local/bin/parrot -o blib/Perl6/Optimizer.pbc src/gen/perl6-optimizer.pir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment