develooper Front page | perl.daily-build.reports | Postings from January 2019

Smoke [smoke-me/khw-core] v5.29.6-110-g03133ff99b FAIL(m) linux4.19.10-300.fc29.x86_64 [Fedora 29 (x86_64/1 cpu[8 cores]) {smoke-me_g++}

From:
George Greer
Date:
January 7, 2019 22:21
Subject:
Smoke [smoke-me/khw-core] v5.29.6-110-g03133ff99b FAIL(m) linux4.19.10-300.fc29.x86_64 [Fedora 29 (x86_64/1 cpu[8 cores]) {smoke-me_g++}
Message ID:
201901072221.x07MLEju011872@vier.local
Smoke logs available at http://m-l.org/~perl/smoke/perl/linux/smoke-me_g++/Karl%20Williamson/log03133ff99be19b7060de0a2188899f7b10c473e4.log.gz

Automated smoke report for branch smoke-me/khw-core 5.29.7 patch 03133ff99be19b7060de0a2188899f7b10c473e4 v5.29.6-110-g03133ff99b
vier.local: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (GenuineIntel 3702MHz) (x86_64/1 cpu[8 cores])
    on        linux - 4.19.10-300.fc29.x86_64 [Fedora 29 (Server Edition)]
    using     g++ version 8.2.1 20181215 (Red Hat 8.2.1-6)
    smoketime 15 hours 47 minutes (average 47 minutes 24 seconds)

Summary: FAIL(m)

O = OK  F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during:       - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep

v5.29.6-110-g03133ff99b  Configuration (common) -Accflags="-Werror=declaration-after-statement" -Dcc=g++
----------- ---------------------------------------------------------
O O O O O O 
O O O O O O -Accflags=-DPERL_POISON
m - - m - - -Duse64bitall -Accflags=-DPERL_GLOBAL_STRUCT_PRIVATE
m - - m - - -Dusemorebits -Accflags=-DPERL_GLOBAL_STRUCT
O O O O O O -Accflags=-DPERL_NO_COW
O O O O O O -Duseithreads
O O O O O O -Duseithreads -Accflags=-DPERL_POISON
m - - m - - -Duseithreads -Duse64bitall -Accflags=-DPERL_GLOBAL_STRUCT_PRIVATE
m - - m - - -Duseithreads -Dusemorebits -Accflags=-DPERL_GLOBAL_STRUCT
O O O O O O -Duseithreads -Accflags=-DPERL_NO_COW
| | | | | +- LC_ALL = en_US.utf8 -DDEBUGGING
| | | | +--- PERLIO = perlio -DDEBUGGING
| | | +----- PERLIO = stdio  -DDEBUGGING
| | +------- LC_ALL = en_US.utf8
| +--------- PERLIO = perlio
+----------- PERLIO = stdio 

Locally applied patches:
    SMOKE03133ff99be19b7060de0a2188899f7b10c473e4

Compiler messages(gcc):
perl.c: In function ‘void Perl_sys_init(int*, char***)’:
perl.h:2661:88: warning: cast between incompatible function types from ‘__sighandler_t’ {aka ‘void (*)(int)’} to ‘Sighandler_t’ {aka ‘void (*)(int, siginfo_t*, void*)’} [-Wcast-function-type]
unixish.h:150:29: note: in expansion of macro ‘PERL_FPU_INIT’
perl.c:125:5: note: in expansion of macro ‘PERL_SYS_INIT_BODY’
perl.c: In function ‘void Perl_sys_init3(int*, char***, char***)’:
perl.h:2711:49: note: in expansion of macro ‘PERL_SYS_INIT_BODY’
perl.c:138:5: note: in expansion of macro ‘PERL_SYS_INIT3_BODY’
regcomp.c: In function ‘SV* Perl_handle_user_defined_property(const char*, STRLEN, bool, bool, bool, SV*, bool*, SV*, STRLEN)’:
regcomp.c:21831:21: warning: comparison of integer expressions of different signedness: ‘IV’ {aka ‘long int’} and ‘UV’ {aka ‘long unsigned int’} [-Wsign-compare]
regcomp.c:21866:25: warning: comparison of integer expressions of different signedness: ‘IV’ {aka ‘long int’} and ‘UV’ {aka ‘long unsigned int’} [-Wsign-compare]
util.c: In function ‘void (* Perl_rsignal(int, Sighandler_t))(int, siginfo_t*, void*)’:
util.c:2702:36: warning: cast between incompatible function types from ‘Sighandler_t’ {aka ‘void (*)(int, siginfo_t*, void*)’} to ‘void (*)(int)’ [-Wcast-function-type]
util.c: In function ‘int Perl_rsignal_save(int, Sighandler_t, Sigsave_t*)’:
util.c:2747:36: warning: cast between incompatible function types from ‘Sighandler_t’ {aka ‘void (*)(int, siginfo_t*, void*)’} to ‘void (*)(int)’ [-Wcast-function-type]
mg.c: In function ‘int Perl_magic_set(SV*, MAGIC*)’:
mg.c:2770:50: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
regexp.h:530:43: note: in definition of macro ‘RXp_ENGINE’
regexp.h:531:53: note: in expansion of macro ‘ReANY’
perl.h:255:5: note: in expansion of macro ‘RX_ENGINE’
mg.c:2770:13: note: in expansion of macro ‘CALLREG_NUMBUF_STORE’
perl.h:255:47: note: in definition of macro ‘CALLREG_NUMBUF_STORE’
sv.c: In function ‘void Perl_sv_vcatpvfn_flags(SV*, const char*, STRLEN, __va_list_tag (*)[1], SV**, size_t, bool*, U32)’:
config.h:915:39: warning: ‘%.*g’ directive writing between 1 and 133 bytes into a region of size 127 [-Wformat-overflow=]
perl.h:392:67: note: in definition of macro ‘PERL_UNUSED_RESULT’
sv.c:48:24: note: in expansion of macro ‘Gconvert’
sv.c:13062:17: note: in expansion of macro ‘SNPRINTF_G’
config.h:915:39: note: assuming directive output of 132 bytes
/usr/include/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 2 and 134 bytes into a destination of size 127
utf8.c: In function ‘SV* S_swatch_get(SV*, UV, UV)’:
utf8.c:4643:11: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
perl.h:7190:34: warning: option ‘-Wc++-compat’ is valid for C/ObjC but not for C++ [-Wpragmas]
deflate.c: In function ‘int deflateParams(z_streamp, int, int)’:
deflate.c:602:28: warning: macro expands to multiple statements [-Wmultistatement-macros]
deflate.c:193:5: note: in definition of macro ‘CLEAR_HASH’
deflate.c:601:13: note: some parts of macro expansion are not guarded by this ‘else’ clause
inflate.c: In function ‘int inflate(z_streamp, int)’:
inflate.c:724:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
inflate.c:725:9: note: here
inflate.c:732:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
inflate.c:733:9: note: here
inflate.c:947:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
inflate.c:948:9: note: here
inflate.c:968:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
inflate.c:969:9: note: here
decompress.c: In function ‘Int32 BZ2_decompress(DState*)’:
decompress.c:198:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:44:4: note: here
decompress.c:68:4: note: in expansion of macro ‘GET_BITS’
decompress.c:200:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:201:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:203:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:204:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:206:7: note: in expansion of macro ‘GET_BITS’
decompress.c:211:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:222:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:225:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:226:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:227:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:228:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:229:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:230:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:231:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:232:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:233:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:234:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:241:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:242:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:243:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:244:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:245:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:246:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:247:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:248:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:249:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:251:7: note: in expansion of macro ‘GET_BITS’
decompress.c:253:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:254:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:255:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:256:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:257:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:258:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:284:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:287:7: note: in expansion of macro ‘GET_BITS’
decompress.c:288:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:289:7: note: in expansion of macro ‘GET_BITS’
decompress.c:585:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:586:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:587:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:588:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:589:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:590:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:591:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:592:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:595:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:596:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:597:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:598:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:599:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:600:7: note: in expansion of macro ‘GET_UCHAR’
decompress.c:601:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:602:7: note: in expansion of macro ‘GET_UCHAR’
MD5.xs: In function ‘MD5_CTX* get_md5_ctx(SV*)’:
MD5.xs:510:50: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
MD5.xs: In function ‘SV* new_md5_ctx(MD5_CTX*, const char*)’:
MD5.xs:532:63: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
../../embed.h:774:63: note: in definition of macro ‘sv_magicext’
ListUtil.xs: In function ‘void XS_List__Util_sum(CV*)’:
ListUtil.xs:349:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
ListUtil.xs:350:9: note: here
./const-xs.inc:128:13: warning: AI_IDN_ALLOW_UNASSIGNED is deprecated
./const-xs.inc:131:13: warning: AI_IDN_USE_STD3_ASCII_RULES is deprecated
./const-xs.inc:383:13: warning: NI_IDN_ALLOW_UNASSIGNED is deprecated
./const-xs.inc:386:13: warning: NI_IDN_USE_STD3_ASCII_RULES is deprecated
HiRes.xs: In function ‘void XS_Time__HiRes_setitimer(CV*)’:
HiRes.xs:1386:42: warning: option ‘-Wc++-compat’ is valid for C/ObjC but not for C++ [-Wpragmas]
HiRes.xs: In function ‘void XS_Time__HiRes_getitimer(CV*)’:
HiRes.xs:1406:42: warning: option ‘-Wc++-compat’ is valid for C/ObjC but not for C++ [-Wpragmas]
Unicode.xs: In function ‘UV enc_unpack(U8**, U8*, STRLEN, U8)’:
Unicode.xs:70:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
Unicode.xs:71:5: note: here
APItest.xs: In function ‘void XS_XS__APItest__Magic_test_Gconvert(CV*)’:
../../config.h:915:39: warning: ‘%.*g’ directive writing between 1 and 106 bytes into a region of size 100 [-Wformat-overflow=]
../../perl.h:392:67: note: in definition of macro ‘PERL_UNUSED_RESULT’
APItest.xs:6725:28: note: in expansion of macro ‘Gconvert’
../../config.h:915:39: note: assuming directive output of 105 bytes
/usr/include/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 2 and 107 bytes into a destination of size 100
op.c: In function ‘void S_maybe_multiconcat(PerlInterpreter*, OP*)’:
embedvar.h:444:21: error: ‘my_vars’ was not declared in this scope
embedvar.h:444:21: note: in definition of macro ‘PL_ppaddr’
embedvar.h:444:21: note: suggested alternative: ‘my_perl’
op.c: In function ‘OP* S_newONCEOP(PerlInterpreter*, OP*, OP*)’:
op.c:7787:5: note: in expansion of macro ‘OpTYPE_set’
regcomp.c: In function ‘SV* Perl_handle_user_defined_property(PerlInterpreter*, const char*, STRLEN, bool, bool, bool, SV*, bool*, SV*, STRLEN)’:
util.c: In function ‘void (* Perl_rsignal(PerlInterpreter*, int, Sighandler_t))(int, siginfo_t*, void*)’:
util.c: In function ‘int Perl_rsignal_save(PerlInterpreter*, int, Sighandler_t, Sigsave_t*)’:
mg.c: In function ‘int Perl_magic_set(PerlInterpreter*, SV*, MAGIC*)’:
sv.c: In function ‘void Perl_sv_vcatpvfn_flags(PerlInterpreter*, SV*, const char*, STRLEN, __va_list_tag (*)[1], SV**, size_t, bool*, U32)’:
utf8.c: In function ‘SV* S_swatch_get(PerlInterpreter*, SV*, UV, UV)’:
MD5.xs: In function ‘MD5_CTX* get_md5_ctx(PerlInterpreter*, SV*)’:
MD5.xs: In function ‘SV* new_md5_ctx(PerlInterpreter*, MD5_CTX*, const char*)’:
ListUtil.xs: In function ‘void XS_List__Util_sum(PerlInterpreter*, CV*)’:
Opcode.xs: In function ‘void opmask_addlocal(PerlInterpreter*, SV*, char*)’:
Opcode.xs:240:33: warning: cast between incompatible function types from ‘void (*)(PerlInterpreter*, const char*, ...)’ {aka ‘void (*)(interpreter*, const char*, ...)’} to ‘void (*)(void*)’ [-Wcast-function-type]
../../embed.h:661:57: note: in definition of macro ‘save_destructor’
Opcode.xs:240:2: note: in expansion of macro ‘SAVEDESTRUCTOR’
Unicode.xs: In function ‘UV enc_unpack(PerlInterpreter*, U8**, U8*, STRLEN, U8)’:
HiRes.xs: In function ‘void XS_Time__HiRes_setitimer(PerlInterpreter*, CV*)’:
HiRes.xs: In function ‘void XS_Time__HiRes_getitimer(PerlInterpreter*, CV*)’:
APItest.xs: In function ‘void XS_XS__APItest__Magic_test_Gconvert(PerlInterpreter*, CV*)’:
util.c: In function ‘bool S_invoke_exception_hook(PerlInterpreter*, SV*, bool)’:
embedvar.h:460:28: error: ‘my_vars’ was not declared in this scope
embedvar.h:460:28: note: in definition of macro ‘PL_sv_placeholder’
util.c:1537:32: note: in expansion of macro ‘PERL_WARNHOOK_FATAL’
embedvar.h:460:28: note: suggested alternative: ‘my_perl’
vutil.c: In function ‘SV* Perl_upg_version(PerlInterpreter*, SV*, bool)’:
embedvar.h:354:27: error: ‘my_vars’ was not declared in this scope
embedvar.h:354:27: note: in definition of macro ‘PL_C_locale_obj’
embedvar.h:354:27: note: suggested alternative: ‘my_perl’
regcomp.c: In function ‘SV* S_get_ANYOF_cp_list_for_ssc(PerlInterpreter*, const RExC_state_t*, const regnode_charclass*)’:
embedvar.h:376:26: error: ‘my_vars’ was not declared in this scope
embed.h:1274:117: note: in definition of macro ‘_invlist_intersection_maybe_complement_2nd’
regcomp.c:1614:9: note: in expansion of macro ‘_invlist_intersection_complement_2nd’
regcomp.c:1615:46: note: in expansion of macro ‘PL_UpperLatin1’
embedvar.h:376:26: note: suggested alternative: ‘my_perl’
embed.h:1276:103: note: in definition of macro ‘_invlist_union_maybe_complement_2nd’
regcomp.c:1643:9: note: in expansion of macro ‘_invlist_union’
regcomp.c:1643:33: note: in expansion of macro ‘PL_UpperLatin1’
embedvar.h:360:23: error: ‘my_vars’ was not declared in this scope
regcomp.c:1648:9: note: in expansion of macro ‘_invlist_union_complement_2nd’
regcomp.c:1648:48: note: in expansion of macro ‘PL_InBitmap’
embedvar.h:360:23: note: suggested alternative: ‘my_perl’
embedvar.h:366:21: error: ‘my_vars’ was not declared in this scope
regcomp.c:1658:9: note: in expansion of macro ‘_invlist_union’
regcomp.c:1658:33: note: in expansion of macro ‘PL_Latin1’
embedvar.h:366:21: note: suggested alternative: ‘my_perl’
regcomp.c: In function ‘ssize_t S_study_chunk(PerlInterpreter*, RExC_state_t*, regnode**, ssize_t*, ssize_t*, regnode*, scan_data_t*, I32, U32, regnode_ssc*, U32, U32)’:
embedvar.h:380:26: error: ‘my_vars’ was not declared in this scope
embed.h:1233:60: note: in definition of macro ‘ssc_intersection’
regcomp.c:5721:37: note: in expansion of macro ‘PL_XPosix_ptrs’
embedvar.h:380:26: note: suggested alternative: ‘my_perl’
embed.h:1237:46: note: in definition of macro ‘ssc_union’
regcomp.c:5728:31: note: in expansion of macro ‘PL_XPosix_ptrs’
embedvar.h:370:25: error: ‘my_vars’ was not declared in this scope
embed.h:1263:53: note: in definition of macro ‘invlist_clone’
regcomp.c:5878:48: note: in expansion of macro ‘PL_Posix_ptrs’
embedvar.h:370:25: note: suggested alternative: ‘my_perl’
regcomp.c: In function ‘REGEXP* Perl_re_op_compile(PerlInterpreter*, SV**, int, OP*, const regexp_engine*, REGEXP*, bool*, U32, U32)’:
embedvar.h:360:23: note: in definition of macro ‘PL_InBitmap’
regcomp.c: In function ‘SV* S__make_exactf_invlist(PerlInterpreter*, RExC_state_t*, regnode*)’:
regcomp.c:10541:17: note: in expansion of macro ‘_invlist_union’
regcomp.c:10541:41: note: in expansion of macro ‘PL_Latin1’
regcomp.c: In function ‘regnode_offset S_regatom(PerlInterpreter*, RExC_state_t*, I32*, U32)’:
embedvar.h:408:27: error: ‘my_vars’ was not declared in this scope
embedvar.h:408:27: note: in definition of macro ‘PL_in_some_fold’
embedvar.h:408:27: note: suggested alternative: ‘my_perl’
embedvar.h:368:27: error: ‘my_vars’ was not declared in this scope
embedvar.h:368:27: note: in definition of macro ‘PL_NonFinalFold’
embedvar.h:368:27: note: suggested alternative: ‘my_perl’
regcomp.c: In function ‘void S_populate_ANYOF_from_invlist(PerlInterpreter*, regnode*, SV**)’:
regcomp.c:14581:6: note: in expansion of macro ‘_invlist_subtract’
regcomp.c:14581:38: note: in expansion of macro ‘PL_InBitmap’
regcomp.c:14584:6: note: in expansion of macro ‘_invlist_intersection’
regcomp.c:14584:42: note: in expansion of macro ‘PL_InBitmap’
regcomp.c: In function ‘regnode_offset S_regclass(PerlInterpreter*, RExC_state_t*, I32*, U32, bool, bool, bool, bool, bool, SV**)’:
embedvar.h:350:26: error: ‘my_vars’ was not declared in this scope
embed.h:1274:115: note: in definition of macro ‘_invlist_intersection_maybe_complement_2nd’
regcomp.c:17087:60: note: in expansion of macro ‘PL_AboveLatin1’
embedvar.h:350:26: note: suggested alternative: ‘my_perl’
regcomp.c:17128:33: note: in expansion of macro ‘PL_XPosix_ptrs’
regcomp.c:17151:58: note: in expansion of macro ‘PL_Posix_ptrs’
regcomp.c:17163:54: note: in expansion of macro ‘PL_XPosix_ptrs’
embedvar.h:358:30: error: ‘my_vars’ was not declared in this scope
embedvar.h:358:30: note: in definition of macro ‘PL_HasMultiCharFold’
embedvar.h:358:30: note: suggested alternative: ‘my_perl’
embedvar.h:380:26: note: in definition of macro ‘PL_XPosix_ptrs’
regcomp.c:17623:13: note: in expansion of macro ‘_invlist_intersection’
regcomp.c:17623:35: note: in expansion of macro ‘PL_in_some_fold’
regcomp.c:17776:56: note: in expansion of macro ‘PL_UpperLatin1’
regcomp.c:17824:17: note: in expansion of macro ‘_invlist_intersection’
regcomp.c:17824:48: note: in expansion of macro ‘PL_UpperLatin1’
regcomp.c:18086:53: note: in expansion of macro ‘PL_AboveLatin1’
embedvar.h:362:29: error: ‘my_vars’ was not declared in this scope
embedvar.h:362:29: note: in definition of macro ‘PL_InMultiCharFold’
embedvar.h:362:29: note: suggested alternative: ‘my_perl’
regcomp.c:18447:21: note: in expansion of macro ‘_invlist_intersection’
regcomp.c:18447:43: note: in expansion of macro ‘PL_InMultiCharFold’
embedvar.h:370:25: note: in definition of macro ‘PL_Posix_ptrs’
regcomp.c:18647:29: note: in expansion of macro ‘_invlist_intersection’
regcomp.c:18647:60: note: in expansion of macro ‘PL_UpperLatin1’
regcomp.c: In function ‘void Perl_init_uniprops(PerlInterpreter*)’:
embedvar.h:468:28: error: ‘my_vars’ was not declared in this scope
embedvar.h:468:28: note: in definition of macro ‘PL_user_def_props’
embedvar.h:468:28: note: suggested alternative: ‘my_perl’
regcomp.c: In function ‘void S_delete_recursion_entry(PerlInterpreter*, void*)’:
embedvar.h:462:22: error: ‘my_vars’ was not declared in this scope
embedvar.h:462:22: note: in definition of macro ‘PL_thr_key’
regcomp.c:22034:28: note: in expansion of macro ‘PERL_SET_CONTEXT’
regcomp.c:22057:5: note: in expansion of macro ‘SWITCH_TO_GLOBAL_CONTEXT’
embedvar.h:462:22: note: suggested alternative: ‘my_perl’
embed.h:241:69: note: in definition of macro ‘hv_common_key_len’
regcomp.c:22062:21: note: in expansion of macro ‘hv_fetch’
regcomp.c:22062:30: note: in expansion of macro ‘PL_user_def_props’
regcomp.c: In function ‘SV* Perl_parse_uniprop_string(PerlInterpreter*, const char*, size_t, bool, bool, bool, bool*, SV*, STRLEN)’:
embedvar.h:472:29: error: ‘my_vars’ was not declared in this scope
thread.h:209:59: note: in definition of macro ‘perl_pthread_mutex_lock’
perl.h:5995:35: note: in expansion of macro ‘MUTEX_LOCK’
perl.h:5995:47: note: in expansion of macro ‘PL_user_prop_mutex’
regcomp.c:22577:13: note: in expansion of macro ‘USER_PROP_MUTEX_LOCK’
embedvar.h:472:29: note: suggested alternative: ‘my_perl’
regcomp.c:22581:35: note: in expansion of macro ‘hv_fetch’
regcomp.c:22581:44: note: in expansion of macro ‘PL_user_def_props’

Non-Fatal messages(gcc):

-- 
Report by Test::Smoke v1.72 running on perl 5.28.1
(Reporter v0.053 / Smoker v0.046)



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About