=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for libshorttext-1.1nb3 --- stemmer --- --- learner --- --- stemmer --- make -C libshorttext/converter/stemmer --- learner --- make -C libshorttext/classifier/learner --- stemmer --- --- porter.o --- --- learner --- --- test --- --- util.o --- --- stemmer --- gcc -fPIC -O3 -c -o porter.o porter.c --- learner --- --- test --- g++ -fPIC -Iliblinear test.cpp -o test --- util.o --- gcc -fPIC -Iliblinear -O3 -c -o util.o util.c --- test --- test.cpp:10:18: warning: format specifies type 'long' but the argument has type 'INT64' (aka 'long long') [-Wformat] printf("%ld ", offsets[i]); ~~~ ^~~~~~~~~~ %lld 1 warning generated. --- lib --- if [ "" = "Darwin" ]; then SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,util.so.1"; else SHARED_LIB_FLAG="-shared -Wl,-soname,util.so.1"; fi; gcc ${SHARED_LIB_FLAG} util.o -o util.so.1 --- stemmer --- --- lib --- if [ "" = "Darwin" ]; then SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,porter.so."; else SHARED_LIB_FLAG="-shared -Wl,-soname,porter.so."; fi; gcc ${SHARED_LIB_FLAG} porter.o -o porter.so.1 --- learner --- ld: unknown option: -soname clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [lib] Error code 1 make[1]: stopped in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1/libshorttext/classifier/learner 1 error make[1]: stopped in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1/libshorttext/classifier/learner *** [learner] Error code 2 bmake: stopped in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1 --- stemmer --- ld: unknown option: -soname clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [lib] Error code 1 make[1]: stopped in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1/libshorttext/converter/stemmer 1 error make[1]: stopped in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1/libshorttext/converter/stemmer *** [stemmer] Error code 2 bmake: stopped in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1 2 errors bmake: stopped in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/math/libshorttext *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/math/libshorttext