=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for libprelude-perl-0.9.24.1nb14 cd /data/scratch/security/libprelude-perl/work/libprelude-0.9.24.1/bindings && /usr/bin/make perl-build cd perl && LANG="" DESTDIR= LIBDIR=/usr/pkg/lib /usr/pkg/bin/perl Makefile.PL INSTALLDIRS=vendor CC="clang++" Warning: -L../../../.buildlink/lib changed to -L/data/scratch/security/libprelude-perl/work/libprelude-0.9.24.1/bindings/perl/../../../.buildlink/lib Generating a Unix-style Makefile Writing Makefile for PreludeEasy Writing MYMETA.yml and MYMETA.json cd perl && /usr/bin/make LD_RUN_PATH="" CC="clang++" cd /data/scratch/security/libprelude-perl/work/libprelude-0.9.24.1/bindings/low-level && /usr/bin/make perl-build cd perl && LANG="" DESTDIR= LIBDIR=/usr/pkg/lib /usr/pkg/bin/perl Makefile.PL INSTALLDIRS=vendor CC="clang" Generating a Unix-style Makefile Writing Makefile for Prelude Writing MYMETA.yml and MYMETA.json cd perl && /usr/bin/make LD_RUN_PATH="" cp Prelude.pm blib/lib/Prelude.pm Running Mkbootstrap for Prelude () chmod 644 "Prelude.bs" clang -c -I../../.. -I../../../src/include -I../../../src/include -I../../../src/libprelude-error -O2 -pthread -I/usr/include -fno-strict-aliasing -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -pthread -I/usr/include -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fPIC "-I/usr/pkg/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE" Prelude.c Prelude.c:1789:8: warning: format string is not a string literal (potentially insecure) [-Wformat-security] croak(buf); ^~~ Prelude.c:1789:8: note: treat the string as an argument to avoid this croak(buf); ^ "%s", Prelude.c:1824:21: warning: length modifier 'h' results in undefined behavior or no effect with 'f' conversion specifier [-Wformat] return newSVpvf("%hf", idmef_data_get_float(data)); ~^~ Prelude.c:1872:6: error: use of undeclared identifier 'bool' SvSetSV(tmp, obj); ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/sv.h:2051:3: note: expanded from macro 'SvSetSV' SvSetSV_and(dst,src,/*nothing*/;) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/sv.h:2037:10: note: expanded from macro 'SvSetSV_and' if (LIKELY((dst) != (src))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3676:52: note: expanded from macro 'LIKELY' #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:34: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:1872:6: error: expected ':' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/sv.h:2051:3: note: expanded from macro 'SvSetSV' SvSetSV_and(dst,src,/*nothing*/;) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/sv.h:2037:10: note: expanded from macro 'SvSetSV_and' if (LIKELY((dst) != (src))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3676:52: note: expanded from macro 'LIKELY' #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:39: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:1872:6: note: to match this '?' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/sv.h:2051:3: note: expanded from macro 'SvSetSV' SvSetSV_and(dst,src,/*nothing*/;) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/sv.h:2037:10: note: expanded from macro 'SvSetSV_and' if (LIKELY((dst) != (src))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3676:52: note: expanded from macro 'LIKELY' #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:31: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59898:7: error: use of undeclared identifier 'bool' XPUSHs(sv_2mortal(newSVpvf("%" PRELUDE_PRIu64, *arg2))); ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:34: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59898:7: error: expected ':' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:39: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59898:7: note: to match this '?' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:31: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59899:7: error: use of undeclared identifier 'bool' XPUSHs(sv_2mortal(newSVuv(*arg3))); ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:34: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59899:7: error: expected ':' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:39: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59899:7: note: to match this '?' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:31: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59900:7: error: use of undeclared identifier 'bool' XPUSHs(sv_2mortal(newSViv(ret))); ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:34: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59900:7: error: expected ':' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:39: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59900:7: note: to match this '?' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:31: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59905:11: error: use of undeclared identifier 'bool' XPUSHs(sv_2mortal(SWIG_NewPointerObj((void *) * arg4, SWIG_TypeQuery("prelude_option_t *"), 0))); ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:34: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59905:11: error: expected ':' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:39: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59905:11: note: to match this '?' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:31: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59908:11: error: use of undeclared identifier 'bool' XPUSHs(sv_2mortal(newSVpv(*arg4, strlen(*arg4)))); ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:34: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59908:11: error: expected ':' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:39: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59908:11: note: to match this '?' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:31: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59913:9: error: use of undeclared identifier 'bool' XPUSHs(&PL_sv_undef); ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:34: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59913:9: error: expected ':' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:39: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ Prelude.c:59913:9: note: to match this '?' /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/pp.h:371:30: note: expanded from macro 'EXTEND' if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \ ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/perl.h:3677:52: note: expanded from macro 'UNLIKELY' #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) ^ /data/scratch/security/libprelude-perl/work/.buildlink/lib/perl5/5.24.0/x86_64-netbsd-thread-multi/CORE/handy.h:111:31: note: expanded from macro 'cBOOL' #define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0) ^ 2 warnings and 14 errors generated. *** Error code 1 Stop. make[3]: stopped in /data/scratch/security/libprelude-perl/work/libprelude-0.9.24.1/bindings/low-level/perl *** Error code 1 Stop. make[2]: stopped in /data/scratch/security/libprelude-perl/work/libprelude-0.9.24.1/bindings/low-level *** Error code 1 Stop. make[1]: stopped in /data/pkgsrc/security/libprelude-perl *** Error code 1 Stop. make: stopped in /data/pkgsrc/security/libprelude-perl