=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for sablevm-1.13nb7 rm -f java-sablevm rm -f javac-sablevm rm -f jar-sablevm ( cat jar-sablevm.tmpl | \ sed s/SABLEVM_CLASSDIR/`echo /opt/pkg/java/sablevm/share/sablevm-classpath | sed 's/\\//\\\\\\//g'`/g | \ sed s/FASTJAR_BINARY/`echo fastjar | sed 's/\\//\\\\\\//g'`/g \ > jar-sablevm ) ( cat javac-sablevm.tmpl | \ sed s/SABLEVM_CLASSDIR/`echo /opt/pkg/java/sablevm/share/sablevm-classpath | sed 's/\\//\\\\\\//g'`/g | \ sed s/JIKES_BINARY/`echo jikes | sed 's/\\//\\\\\\//g'`/g \ > javac-sablevm ) ( SABLEVM_BIN=`echo "sablevm" | sed 's|^.*/||;s,x,x,'` ; \ cat java-sablevm.tmpl | \ sed s/SABLEVM_BINARY/`echo /opt/pkg/java/sablevm/bin/$SABLEVM_BIN | sed 's/\\//\\\\\\//g'`/g | \ sed s/SABLEVM_CLASSDIR/`echo /opt/pkg/java/sablevm/share/sablevm-classpath | sed 's/\\//\\\\\\//g'`/g \ > java-sablevm ) chmod a-w jar-sablevm chmod a-w javac-sablevm chmod a-w java-sablevm /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13' Making all in doc gmake[2]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/doc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/doc' Making all in src gmake[2]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src' Making all in include gmake[3]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/include' /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/include' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/include' gmake[3]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/include' Making all in libsablevm gmake[3]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm' /opt/pkg/bin/gmake all-recursive gmake[4]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm' Making all in include gmake[5]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm/include' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm/include' Making all in inlinability gmake[5]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm/inlinability' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm/inlinability' gmake[5]: Entering directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm' if /opt/pkg/bin/mksh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../src/include -I./include -I./inlinability -Iinlinability -DJAVA_HOME_PATH=\"/opt/pkg/java/sablevm/lib/sablevm\" -DBOOT_CLASS_PATH=\"/opt/pkg/java/sablevm/share/sablevm-classpath:/opt/pkg/java/sablevm/share/sablevm-classpath/libclasspath.jar:/opt/pkg/java/sablevm/share/sablevm-classpath/resources.jar\" -DBOOT_LIBRARY_PATH=\"/opt/pkg/java/sablevm/lib/sablevm-classpath\" -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-gcse -fno-strict-aliasing -MT libsablevm.lo -MD -MP -MF ".deps/libsablevm.Tpo" -c -o libsablevm.lo libsablevm.c; \ then mv -f ".deps/libsablevm.Tpo" ".deps/libsablevm.Plo"; else rm -f ".deps/libsablevm.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../src/include -I./include -I./inlinability -Iinlinability -DJAVA_HOME_PATH=\"/opt/pkg/java/sablevm/lib/sablevm\" -DBOOT_CLASS_PATH=\"/opt/pkg/java/sablevm/share/sablevm-classpath:/opt/pkg/java/sablevm/share/sablevm-classpath/libclasspath.jar:/opt/pkg/java/sablevm/share/sablevm-classpath/resources.jar\" -DBOOT_LIBRARY_PATH=\"/opt/pkg/java/sablevm/lib/sablevm-classpath\" -I/Users/pbulk/build/lang/sablevm/work/.buildlink/include -pipe -Os -Wall -fno-gcse -fno-strict-aliasing -MT libsablevm.lo -MD -MP -MF .deps/libsablevm.Tpo -c libsablevm.c -fno-common -DPIC -o .libs/libsablevm.o clang: warning: optimization flag '-fno-gcse' is not supported [-Wignored-optimization-argument] In file included from libsablevm.c:34: In file included from ./include/jni.h:21: ./include/jni_system_specific.h:45:2: error: "unknown system" #error "unknown system" ^ In file included from libsablevm.c:34: ./include/jni.h:53:11: error: unknown type name '_svmt_u8' typedef _svmt_u8 jboolean; ^ ./include/jni.h:54:11: error: unknown type name '_svmt_s8' typedef _svmt_s8 jbyte; ^ ./include/jni.h:55:11: error: unknown type name '_svmt_u16' typedef _svmt_u16 jchar; ^ ./include/jni.h:56:11: error: unknown type name '_svmt_s16' typedef _svmt_s16 jshort; ^ ./include/jni.h:57:11: error: unknown type name '_svmt_s32' typedef _svmt_s32 jint; ^ ./include/jni.h:58:11: error: unknown type name '_svmt_s64' typedef _svmt_s64 jlong; ^ ./include/jni.h:59:11: error: unknown type name '_svmt_f32' typedef _svmt_f32 jfloat; ^ ./include/jni.h:60:11: error: unknown type name '_svmt_d64' typedef _svmt_d64 jdouble; ^ ./include/jni.h:167:17: error: expected ')' jint (JNICALL *GetVersion) (JNIEnv *env); /* 4 */ ^ ./include/jni.h:167:8: note: to match this '(' jint (JNICALL *GetVersion) (JNIEnv *env); /* 4 */ ^ ./include/jni.h:168:19: error: expected ')' jclass (JNICALL *DefineClass) (JNIEnv *env, const char *name, ^ ./include/jni.h:168:10: note: to match this '(' jclass (JNICALL *DefineClass) (JNIEnv *env, const char *name, ^ ./include/jni.h:168:11: error: duplicate member 'JNICALL' jclass (JNICALL *DefineClass) (JNIEnv *env, const char *name, ^ ./include/jni.h:167:9: note: previous declaration is here jint (JNICALL *GetVersion) (JNIEnv *env); /* 4 */ ^ ./include/jni.h:170:19: error: expected ')' jclass (JNICALL *FindClass) (JNIEnv *env, const char *name); /* 6 */ ^ ./include/jni.h:170:10: note: to match this '(' jclass (JNICALL *FindClass) (JNIEnv *env, const char *name); /* 6 */ ^ ./include/jni.h:170:11: error: duplicate member 'JNICALL' jclass (JNICALL *FindClass) (JNIEnv *env, const char *name); /* 6 */ ^ ./include/jni.h:167:9: note: previous declaration is here jint (JNICALL *GetVersion) (JNIEnv *env); /* 4 */ ^ ./include/jni.h:171:22: error: expected ')' jmethodID (JNICALL *FromReflectedMethod) (JNIEnv *env, jobject method); /* 7 */ ^ ./include/jni.h:171:13: note: to match this '(' jmethodID (JNICALL *FromReflectedMethod) (JNIEnv *env, jobject method); /* 7 */ ^ ./include/jni.h:171:14: error: duplicate member 'JNICALL' jmethodID (JNICALL *FromReflectedMethod) (JNIEnv *env, jobject method); /* 7 */ ^ ./include/jni.h:167:9: note: previous declaration is here jint (JNICALL *GetVersion) (JNIEnv *env); /* 4 */ ^ ./include/jni.h:172:21: error: expected ')' jfieldID (JNICALL *FromReflectedField) (JNIEnv *env, jobject field); /* 8 */ ^ ./include/jni.h:172:12: note: to match this '(' jfieldID (JNICALL *FromReflectedField) (JNIEnv *env, jobject field); /* 8 */ ^ ./include/jni.h:172:13: error: duplicate member 'JNICALL' jfieldID (JNICALL *FromReflectedField) (JNIEnv *env, jobject field); /* 8 */ ^ ./include/jni.h:167:9: note: previous declaration is here jint (JNICALL *GetVersion) (JNIEnv *env); /* 4 */ ^ ./include/jni.h:173:20: error: expected ')' jobject (JNICALL *ToReflectedMethod) (JNIEnv *env, jclass cls, ^ ./include/jni.h:173:11: note: to match this '(' jobject (JNICALL *ToReflectedMethod) (JNIEnv *env, jclass cls, ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake[5]: *** [Makefile:468: libsablevm.lo] Error 1 gmake[5]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm' gmake[4]: *** [Makefile:491: all-recursive] Error 1 gmake[4]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm' gmake[3]: *** [Makefile:382: all] Error 2 gmake[3]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src/libsablevm' gmake[2]: *** [Makefile:224: all-recursive] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13/src' gmake[1]: *** [Makefile:303: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/lang/sablevm/work/sablevm-1.13' gmake: *** [Makefile:213: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/lang/sablevm *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/lang/sablevm