===> Building for muparser-200.2.2.2 /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParser.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParser.cpp /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParserBase.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParserBase.cpp ./src/muParserBase.cpp:841:12: warning: 30 enumeration values not handled in switch: 'cmLE', 'cmGE', 'cmNEQ'... [-Wswitch] switch(funTok.GetCode()) ^~~~~~~~~~~~~~~~ ./src/muParserBase.cpp:841:12: note: add missing switch cases switch(funTok.GetCode()) ^ ./src/muParserBase.cpp:1041:21: warning: unsequenced modification and access to 'sidx' [-Wunsequenced] Stack[--sidx] = MathImpl::Pow(Stack[sidx], Stack[1+sidx]); ; ^ ~~~~ 2 warnings generated. /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParserBytecode.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParserBytecode.cpp ./src/muParserBytecode.cpp:211:16: warning: 31 enumeration values not handled in switch: 'cmLE', 'cmGE', 'cmNEQ'... [-Wswitch] switch(a_Oprt) ^~~~~~ ./src/muParserBytecode.cpp:211:16: note: add missing switch cases switch(a_Oprt) ^ 1 warning generated. /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParserCallback.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParserCallback.cpp /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParserDLL.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParserDLL.cpp ./src/muParserDLL.cpp:193:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(s_tmpOutBuf, "%s", p->GetVersion().c_str()); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ./src/muParserDLL.cpp:666:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(s_tmpOutBuf, "%s", p->GetExpr().c_str()); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ./src/muParserDLL.cpp:1009:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(s_tmpOutBuf, "%s", pMsg); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ./src/muParserDLL.cpp:1023:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] sprintf(s_tmpOutBuf, "%s", pToken); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 4 warnings generated. /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParserError.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParserError.cpp /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParserInt.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParserInt.cpp /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParserTest.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParserTest.cpp /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o muParser_dll_muParserTokenReader.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -dynamic -fPIC -DPIC -O2 -fno-common ./src/muParserTokenReader.cpp clang++ -dynamiclib -single_module -headerpad_max_install_names -o ./lib/libmuparser.2.2.2.dylib muParser_dll_muParser.o muParser_dll_muParserBase.o muParser_dll_muParserBytecode.o muParser_dll_muParserCallback.o muParser_dll_muParserDLL.o muParser_dll_muParserError.o muParser_dll_muParserInt.o muParser_dll_muParserTest.o muParser_dll_muParserTokenReader.o -install_name /opt/pkg/lib/libmuparser.2.dylib -compatibility_version 1 -current_version 1 -L/opt/pkg/lib ld: warning: -single_module is obsolete (cd ./lib/; rm -f libmuparser.dylib libmuparser.2.dylib; ln -s libmuparser.2.2.2.dylib libmuparser.2.dylib; ln -s libmuparser.2.dylib libmuparser.dylib) /Users/pbulk/build/math/muparser/work/muparser_v2_2_2/bk-deps clang++ -c -o example1_example1.o -DNDEBUG -I./include -O2 -fno-common ./samples/example1/example1.cpp ./samples/example1/example1.cpp:5:67: warning: backslash and newline separated by space [-Wbackslash-newline-escape] // / \ | | \| ___/\__ \ \_ __ \/ ___/_/ __ \\_ __ \ ^ 1 warning generated. clang++ -o ./samples/example1/example1 example1_example1.o -L./lib -L./lib -L/opt/pkg/lib -lmuparser SetFile -t APPL ./samples/example1/example1 ERROR: File Not Found. (-43) on file: ./samples/example1/example1 *** Error code 2 Stop. bmake: stopped making "all" in /Users/pbulk/build/math/muparser/work/muparser_v2_2_2 *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/math/muparser *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/math/muparser