Skip to content

Instantly share code, notes, and snippets.

@colomon
Last active December 18, 2015 01:39
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 colomon/5705459 to your computer and use it in GitHub Desktop.
Save colomon/5705459 to your computer and use it in GitHub Desktop.
From git://github.com/rakudo/rakudo
b2072f5..2367dad nom -> origin/nom
a31ce41..2367dad jvm-support -> origin/jvm-support
From git://github.com/perl6/nqp
6bbc8bd..b0d3b9c master -> origin/master
086cb6f..b0d3b9c rak-jvm-support -> origin/rak-jvm-support
Previous HEAD position was 6bbc8bd... bump VERSION to 2013.05
HEAD is now at b0d3b9c... Merge branch 'master' into rak-jvm-support
nqp_ops.c: In function ‘Parrot_multi_cache_add_p_p_p_p’:
nqp_ops.c:6542:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c: In function ‘Parrot_multi_cache_add_p_pc_p_p’:
nqp_ops.c:6559:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c: In function ‘Parrot_multi_cache_add_p_p_pc_p’:
nqp_ops.c:6576:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c: In function ‘Parrot_multi_cache_add_p_pc_pc_p’:
nqp_ops.c:6593:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c: In function ‘Parrot_multi_cache_add_p_p_p_pc’:
nqp_ops.c:6610:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c: In function ‘Parrot_multi_cache_add_p_pc_p_pc’:
nqp_ops.c:6627:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c: In function ‘Parrot_multi_cache_add_p_p_pc_pc’:
nqp_ops.c:6644:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c: In function ‘Parrot_multi_cache_add_p_pc_pc_pc’:
nqp_ops.c:6661:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c: In function ‘Parrot_nqp_nfa_run_proto_p_p_s_i’:
nqp_ops.c:8077:5: warning: passing argument 2 of ‘nqp_nfa_run’ from incompatible pointer type [enabled by default]
nqp_ops.c:175:17: note: expected ‘struct NFABody *’ but argument is of type ‘void **’
nqp_ops.c: In function ‘Parrot_nqp_nfa_run_proto_p_p_sc_i’:
nqp_ops.c:8094:5: warning: passing argument 2 of ‘nqp_nfa_run’ from incompatible pointer type [enabled by default]
nqp_ops.c:175:17: note: expected ‘struct NFABody *’ but argument is of type ‘void **’
nqp_ops.c: In function ‘Parrot_nqp_nfa_run_proto_p_p_s_ic’:
nqp_ops.c:8111:5: warning: passing argument 2 of ‘nqp_nfa_run’ from incompatible pointer type [enabled by default]
nqp_ops.c:175:17: note: expected ‘struct NFABody *’ but argument is of type ‘void **’
nqp_ops.c: In function ‘Parrot_nqp_nfa_run_proto_p_p_sc_ic’:
nqp_ops.c:8128:5: warning: passing argument 2 of ‘nqp_nfa_run’ from incompatible pointer type [enabled by default]
nqp_ops.c:175:17: note: expected ‘struct NFABody *’ but argument is of type ‘void **’
nqp_ops.c: In function ‘Parrot_nqp_nfa_run_alt_p_s_i_p_p_p’:
nqp_ops.c:8151:5: warning: passing argument 2 of ‘nqp_nfa_run’ from incompatible pointer type [enabled by default]
nqp_ops.c:175:17: note: expected ‘struct NFABody *’ but argument is of type ‘void **’
nqp_ops.c: In function ‘Parrot_nqp_nfa_run_alt_p_sc_i_p_p_p’:
nqp_ops.c:8175:5: warning: passing argument 2 of ‘nqp_nfa_run’ from incompatible pointer type [enabled by default]
nqp_ops.c:175:17: note: expected ‘struct NFABody *’ but argument is of type ‘void **’
nqp_ops.c: In function ‘Parrot_nqp_nfa_run_alt_p_s_ic_p_p_p’:
nqp_ops.c:8199:5: warning: passing argument 2 of ‘nqp_nfa_run’ from incompatible pointer type [enabled by default]
nqp_ops.c:175:17: note: expected ‘struct NFABody *’ but argument is of type ‘void **’
nqp_ops.c: In function ‘Parrot_nqp_nfa_run_alt_p_sc_ic_p_p_p’:
nqp_ops.c:8223:5: warning: passing argument 2 of ‘nqp_nfa_run’ from incompatible pointer type [enabled by default]
nqp_ops.c:175:17: note: expected ‘struct NFABody *’ but argument is of type ‘void **’
nqp_ops.c: In function ‘Parrot_nqp_nfa_from_statelist_p_p_p’:
nqp_ops.c:8249:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
nqp_ops.c:8254:30: warning: request for implicit conversion from ‘void *’ to ‘INTVAL *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c:8255:21: warning: request for implicit conversion from ‘void *’ to ‘struct NFAStateInfo **’ not permitted in C++ [-Wc++-compat]
nqp_ops.c:8266:28: warning: request for implicit conversion from ‘void *’ to ‘struct NFAStateInfo *’ not permitted in C++ [-Wc++-compat]
nqp_ops.c:8275:13: warning: switch missing default case [-Wswitch-default]
nqp_ops.c: In function ‘quicksort’:
nqp_ops.c:171:1: warning: stack usage is 1512 bytes [-Wstack-usage=]
nqp_ops.c: In function ‘Parrot_nqp_isstr_i_p’:
nqp_ops.c:10707:24: warning: function call has aggregate value [-Waggregate-return]
nqp_ops.c: In function ‘Parrot_nqp_isnum_i_p’:
nqp_ops.c:10691:24: warning: function call has aggregate value [-Waggregate-return]
nqp_ops.c: In function ‘Parrot_nqp_isint_i_p’:
nqp_ops.c:10675:24: warning: function call has aggregate value [-Waggregate-return]
nqp_ops.c: In function ‘Parrot_repr_get_primitive_type_spec_i_p’:
nqp_ops.c:7313:24: warning: function call has aggregate value [-Waggregate-return]
KnowHOWREPR.c: In function ‘get_storage_spec’:
KnowHOWREPR.c:82:21: warning: function returns an aggregate [-Waggregate-return]
P6opaque.c: In function ‘get_storage_spec’:
P6opaque.c:948:21: warning: function returns an aggregate [-Waggregate-return]
P6opaque.c: In function ‘deserialize_repr_data’:
P6opaque.c:1211:58: warning: function call has aggregate value [-Waggregate-return]
P6opaque.c:1226:57: warning: function call has aggregate value [-Waggregate-return]
P6opaque.c: In function ‘compose’:
P6opaque.c:195:30: warning: function call has aggregate value [-Waggregate-return]
P6int.c: In function ‘get_storage_spec’:
P6int.c:188:21: warning: function returns an aggregate [-Waggregate-return]
P6str.c: In function ‘get_storage_spec’:
P6str.c:119:21: warning: function returns an aggregate [-Waggregate-return]
P6num.c: In function ‘get_storage_spec’:
P6num.c:171:21: warning: function returns an aggregate [-Waggregate-return]
HashAttrStore.c: In function ‘get_storage_spec’:
HashAttrStore.c:110:21: warning: function returns an aggregate [-Waggregate-return]
Uninstantiable.c: In function ‘get_storage_spec’:
Uninstantiable.c:62:21: warning: function returns an aggregate [-Waggregate-return]
NFA.c: In function ‘copy_to’:
NFA.c:57:36: warning: ordered comparison of pointer with integer zero [-Wextra]
NFA.c:58:36: warning: request for implicit conversion from ‘void *’ to ‘INTVAL *’ not permitted in C++ [-Wc++-compat]
NFA.c:62:23: warning: request for implicit conversion from ‘void *’ to ‘struct NFAStateInfo **’ not permitted in C++ [-Wc++-compat]
NFA.c:66:34: warning: request for implicit conversion from ‘void *’ to ‘struct NFAStateInfo *’ not permitted in C++ [-Wc++-compat]
NFA.c: In function ‘gc_mark’:
NFA.c:83:13: warning: switch missing default case [-Wswitch-default]
NFA.c: In function ‘serialize’:
NFA.c:135:13: warning: switch missing default case [-Wswitch-default]
NFA.c: In function ‘deserialize’:
NFA.c:171:31: warning: request for implicit conversion from ‘void *’ to ‘INTVAL *’ not permitted in C++ [-Wc++-compat]
NFA.c:176:22: warning: request for implicit conversion from ‘void *’ to ‘struct NFAStateInfo **’ not permitted in C++ [-Wc++-compat]
NFA.c:180:33: warning: request for implicit conversion from ‘void *’ to ‘struct NFAStateInfo *’ not permitted in C++ [-Wc++-compat]
NFA.c:184:17: warning: switch missing default case [-Wswitch-default]
NFA.c: In function ‘get_storage_spec’:
NFA.c:105:21: warning: function returns an aggregate [-Waggregate-return]
VMArray.c: In function ‘get_storage_spec’:
VMArray.c:288:21: warning: function returns an aggregate [-Waggregate-return]
VMArray.c: In function ‘deserialize_repr_data’:
VMArray.c:275:22: warning: function call has aggregate value [-Waggregate-return]
VMArray.c: In function ‘compose’:
VMArray.c:190:22: warning: function call has aggregate value [-Waggregate-return]
VMHash.c: In function ‘get_storage_spec’:
VMHash.c:62:21: warning: function returns an aggregate [-Waggregate-return]
VMIter.c: In function ‘get_storage_spec’:
VMIter.c:62:21: warning: function returns an aggregate [-Waggregate-return]
base64.c: In function ‘base64_decode’:
base64.c:116:28: warning: ‘n[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
base64.c:116:41: warning: ‘n[3]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
containers.c: In function ‘code_pair_set_container_spec’:
containers.c:64:30: warning: request for implicit conversion from ‘void *’ to ‘struct CodePairContData *’ not permitted in C++ [-Wc++-compat]
containers.c: In function ‘initialize_code_pair_spec’:
containers.c:86:31: warning: request for implicit conversion from ‘void *’ to ‘struct ContainerConfigurer *’ not permitted in C++ [-Wc++-compat]
containers.c:88:20: warning: request for implicit conversion from ‘void *’ to ‘struct ContainerSpec *’ not permitted in C++ [-Wc++-compat]
containers.c: At top level:
containers.c:113:6: warning: no previous prototype for ‘SixModelObject_add_container_config’ [-Wmissing-prototypes]
containers.c:121:23: warning: no previous prototype for ‘SixModelObject_get_container_config’ [-Wmissing-prototypes]
containers.c:132:6: warning: no previous prototype for ‘SixModelObject_containers_setup’ [-Wmissing-prototypes]
multi_dispatch.c: In function ‘add_to_cache’:
multi_dispatch.c:138:52: warning: request for implicit conversion from ‘void *’ to ‘INTVAL *’ not permitted in C++ [-Wc++-compat]
multi_dispatch.c:139:52: warning: request for implicit conversion from ‘void *’ to ‘char *’ not permitted in C++ [-Wc++-compat]
multi_dispatch.c:140:52: warning: request for implicit conversion from ‘void *’ to ‘struct PMC **’ not permitted in C++ [-Wc++-compat]
sha1.c: In function ‘SHA1_Transform’:
sha1.c:118:13: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
sha1.c: In function ‘SHA1_Final’:
sha1.c:205:26: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
sha1.c:207:30: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
bn_error.c: In function ‘mp_error_to_string’:
bn_error.c:35:11: warning: return discards ‘const’ qualifier from pointer target type [enabled by default]
bn_error.c:40:4: warning: return discards ‘const’ qualifier from pointer target type [enabled by default]
bn_fast_mp_montgomery_reduce.c: In function ‘fast_mp_montgomery_reduce’:
bn_fast_mp_montgomery_reduce.c:167:1: warning: stack usage is 8320 bytes [-Wstack-usage=]
bn_fast_s_mp_mul_digs.c: In function ‘fast_s_mp_mul_digs’:
bn_fast_s_mp_mul_digs.c:102:1: warning: stack usage is 4192 bytes [-Wstack-usage=]
bn_fast_s_mp_mul_high_digs.c: In function ‘fast_s_mp_mul_high_digs’:
bn_fast_s_mp_mul_high_digs.c:93:1: warning: stack usage is 4192 bytes [-Wstack-usage=]
bn_fast_s_mp_sqr.c: In function ‘fast_s_mp_sqr’:
bn_fast_s_mp_sqr.c:109:1: warning: stack usage is 4208 bytes [-Wstack-usage=]
bn_mp_exptmod_fast.c: In function ‘mp_exptmod_fast’:
bn_mp_exptmod_fast.c:315:1: warning: stack usage is 6336 bytes [-Wstack-usage=]
bn_mp_exteuclid.c: In function ‘mp_exteuclid’:
bn_mp_exteuclid.c:77:1: warning: stack usage is 512 bytes [-Wstack-usage=]
bn_mp_fwrite.c: In function ‘mp_fwrite’:
bn_mp_fwrite.c:27:8: warning: request for implicit conversion from ‘void *’ to ‘char *’ not permitted in C++ [-Wc++-compat]
bn_mp_grow.c: In function ‘mp_grow’:
bn_mp_grow.c:35:9: warning: request for implicit conversion from ‘void *’ to ‘mp_digit *’ not permitted in C++ [-Wc++-compat]
bn_mp_init.c: In function ‘mp_init’:
bn_mp_init.c:24:9: warning: request for implicit conversion from ‘void *’ to ‘mp_digit *’ not permitted in C++ [-Wc++-compat]
bn_mp_init_size.c: In function ‘mp_init_size’:
bn_mp_init_size.c:27:9: warning: request for implicit conversion from ‘void *’ to ‘mp_digit *’ not permitted in C++ [-Wc++-compat]
bn_mp_prime_next_prime.c: In function ‘mp_prime_next_prime’:
bn_mp_prime_next_prime.c:164:1: warning: stack usage is 2176 bytes [-Wstack-usage=]
bn_mp_prime_random_ex.c: In function ‘mp_prime_random_ex’:
bn_mp_prime_random_ex.c:52:8: warning: request for implicit conversion from ‘void *’ to ‘unsigned char *’ not permitted in C++ [-Wc++-compat]
bn_mp_set_long.c: In function ‘mp_set_long’:
bn_mp_set_long.c:26:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
bn_mp_shrink.c: In function ‘mp_shrink’:
bn_mp_shrink.c:28:14: warning: request for implicit conversion from ‘void *’ to ‘mp_digit *’ not permitted in C++ [-Wc++-compat]
bn_mp_toom_mul.c: In function ‘mp_toom_mul’:
bn_mp_toom_mul.c:278:1: warning: stack usage is 576 bytes [-Wstack-usage=]
bn_s_mp_exptmod.c: In function ‘s_mp_exptmod’:
bn_s_mp_exptmod.c:247:1: warning: stack usage is 6336 bytes [-Wstack-usage=]
P6bigint.c: In function ‘get_storage_spec’:
P6bigint.c:143:21: warning: function returns an aggregate [-Waggregate-return]
nqp_dyncall_ops.c: In function ‘unmarshal_string’:
nqp_dyncall_ops.c:450:17: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
nqp_dyncall_ops.c:451:17: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
nqp_dyncall_ops.c: In function ‘unmarshal_callback’:
nqp_dyncall_ops.c:572:9: warning: passing argument 2 of ‘dcbNewCallback’ from incompatible pointer type [enabled by default]
In file included from ../6model/reprs/NativeCall.h:6:0,
from nqp_dyncall_ops.c:45:
../../../../3rdparty/dyncall/dyncallback/dyncall_callback.h:41:13: note: expected ‘char (*)(struct DCCallback *, struct DCArgs *, union DCValue *, void *)’ but argument is of type ‘char (*)(struct DCCallback *, struct DCArgs *, union DCValue *, struct CallbackData *)’
nqp_dyncall_ops.c: In function ‘dyncall_wb_ca’:
nqp_dyncall_ops.c:592:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
nqp_dyncall_ops.c:613:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
nqp_dyncall_ops.c:616:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
nqp_dyncall_ops.c:619:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
nqp_dyncall_ops.c: In function ‘dyncall_wb_cs’:
nqp_dyncall_ops.c:646:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
nqp_dyncall_ops.c:664:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
nqp_dyncall_ops.c:667:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
nqp_dyncall_ops.c:670:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
cc1: warning: ../../../../../../../src/vm/parrot/pmc: No such file or directory [enabled by default]
NativeCall.c: In function ‘get_storage_spec’:
NativeCall.c:109:21: warning: function returns an aggregate [-Waggregate-return]
cc1: warning: ../../../../../../../src/vm/parrot/pmc: No such file or directory [enabled by default]
CStruct.c: In function ‘bind_attribute_boxed’:
CStruct.c:536:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
CStruct.c:539:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
CStruct.c:542:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
CStruct.c: In function ‘get_storage_spec’:
CStruct.c:657:21: warning: function returns an aggregate [-Waggregate-return]
CStruct.c: In function ‘compose’:
CStruct.c:175:30: warning: function call has aggregate value [-Waggregate-return]
cc1: warning: ../../../../../../../src/vm/parrot/pmc: No such file or directory [enabled by default]
CPointer.c: In function ‘get_storage_spec’:
CPointer.c:66:21: warning: function returns an aggregate [-Waggregate-return]
cc1: warning: ../../../../../../../src/vm/parrot/pmc: No such file or directory [enabled by default]
CArray.c: In function ‘bind_pos_boxed’:
CArray.c:425:17: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
CArray.c:428:17: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
CArray.c:431:17: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
CArray.c: In function ‘get_storage_spec’:
CArray.c:193:21: warning: function returns an aggregate [-Waggregate-return]
CArray.c: In function ‘allocate’:
CArray.c:47:8: warning: function call has aggregate value [-Waggregate-return]
cc1: warning: ../../../../../../../src/vm/parrot/pmc: No such file or directory [enabled by default]
CStr.c: In function ‘gc_free’:
CStr.c:95:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
CStr.c: In function ‘get_storage_spec’:
CStr.c:102:21: warning: function returns an aggregate [-Waggregate-return]
ICU not loaded
current instr.: '' pc 2759 (src/stage2/gen/module_loader.pir:1247) (src/vm/parrot/ModuleLoader.nqp:157)
called from Sub '' pc 141747 (src/stage2/gen/NQP.pir:51190) (src/stage2/gen/NQP.nqp:3373)
called from Sub '' pc 141773 (src/stage2/gen/NQP.pir:51200) (src/stage2/gen/NQP.nqp:3373)
make: *** [NQPP5QRegex.pbc] Error 1
Command failed (status 512): make
Command failed (status 512): /home/smoker/perl5/perlbrew/perls/perl-5.16.0/bin/perl Configure.pl --with-parrot=/home/smoker/rakudo/install/bin/parrot --make-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment