10:31:50 with amuse as gijsv in ~/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse at main(!?) 👨🏻‍💻 > make bhtree.code /Users/gijsv/opt/miniconda3/envs/amuse/bin/python3.11 setup.py -v build_code --inplace --clean=yes --code-name=bhtree /Users/gijsv/opt/miniconda3/envs/amuse/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) running build_code cleaning src/amuse/community/bhtree make -C src/amuse/community/bhtree clean rm -f -f *.so *.o *.pyc muse_worker.cc worker_code.cc worker_code.h *.jnilib worker_code-ibis.cc worker_code-sockets.cc rm -f bhtree_worker *~ worker_code *~ worker_code-sockets.cc bhtree_worker_sockets rm -f -rf *.dSYM rm -f -Rf build build_gpu rm -f -f bhtree_worker_g6 bhtree_worker_gpu make -C src clean rm -f *.o BHTC *~ libbhtree.a building libraries and community codes build, for logging, see 'build.log' [10:33:32] building bhtree make -C src/amuse/community/bhtree all mkdir build cp src/Makefile build/Makefile make -C build all VPATH=../src clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/BHTC.C ../src/BHTC.C:53:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char* param_string = "i:o:d:D:T:e:t:n:w:cx:v:s:S:h"; ^ 1 warning generated. clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/nbody.C clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/BHtree.C ../src/BHtree.C:44: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(st," %lo ",x); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:188: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/gravity.C clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/pgetopt.C ../src/pgetopt.C:91:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 1 warning generated. clang -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/second.c ../src/second.c:92:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] cpumin(t) ^ int ../src/second.c:95:2: error: call to undeclared function 'xcpumin_'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] xcpumin_(t); ^ ../src/second.c:95:2: note: did you mean 'cpumin'? ../src/second.c:92:1: note: 'cpumin' declared here cpumin(t) ^ ../src/second.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cpumin(t) ^ ../src/second.c:101:5: error: call to undeclared function 'second'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] second(&t); ^ ../src/second.c:104:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] second(t) ^ int ../src/second.c:107:2: error: call to undeclared function 'second_'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] second_(t); ^ ../src/second.c:107:2: note: did you mean 'second'? ../src/second.c:104:1: note: 'second' declared here second(t) ^ ../src/second.c:104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] second(t) ^ ../src/second.c:109:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] xcpumin_(t) ^ int ../src/second.c:113:5: error: call to undeclared function 'second_'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] second_(&sec); ^ ../src/second.c:109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xcpumin_(t) ^ ../src/second.c:117:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] second_(t) ^ int ../src/second.c:117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../src/second.c:175:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void c_assignbody_(pos,cpos,bsub) ^ 5 warnings and 8 errors generated. make[2]: *** [second.o] Error 1 make[1]: *** [build/BHTC] Error 2 error in call, tail output: mkdir build cp src/Makefile build/Makefile make -C build all VPATH=../src clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/BHTC.C ../src/BHTC.C:53:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] char* param_string = "i:o:d:D:T:e:t:n:w:cx:v:s:S:h"; ^ 1 warning generated. clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/nbody.C clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/BHtree.C ../src/BHtree.C:44: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(st," %lo ",x); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:188: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/gravity.C clang++ -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -DTREE -DNOGRAPHICS -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/pgetopt.C ../src/pgetopt.C:91:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 1 warning generated. clang -D_FORTIFY_SOURCE=2 -isystem /Users/gijsv/opt/miniconda3/envs/amuse/include -g -O2 -DNOMPI -fno-common -I/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/stopcond -c ../src/second.c ../src/second.c:92:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] cpumin(t) ^ int ../src/second.c:95:2: error: call to undeclared function 'xcpumin_'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] xcpumin_(t); ^ ../src/second.c:95:2: note: did you mean 'cpumin'? ../src/second.c:92:1: note: 'cpumin' declared here cpumin(t) ^ ../src/second.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cpumin(t) ^ ../src/second.c:101:5: error: call to undeclared function 'second'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] second(&t); ^ ../src/second.c:104:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] second(t) ^ int ../src/second.c:107:2: error: call to undeclared function 'second_'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] second_(t); ^ ../src/second.c:107:2: note: did you mean 'second'? ../src/second.c:104:1: note: 'second' declared here second(t) ^ ../src/second.c:104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] second(t) ^ ../src/second.c:109:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] xcpumin_(t) ^ int ../src/second.c:113:5: error: call to undeclared function 'second_'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] second_(&sec); ^ ../src/second.c:109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xcpumin_(t) ^ ../src/second.c:117:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] second_(t) ^ int ../src/second.c:117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../src/second.c:175:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void c_assignbody_(pos,cpos,bsub) ^ 5 warnings and 8 errors generated. make[2]: *** [second.o] Error 1 make[1]: *** [build/BHTC] Error 2 -------------------------------------------------------------------------------- [10:33:34] building bhtree, failed, see 'build.log' for error log Environment variables ================================================================================ AMUSE_DIR /Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse BOOSTLIBS CC clang CFLAGS -g -O2 -DNOMPI -fno-common CUDART_LIBS -lnocudart CUDA_LIBDIRS -L/NOCUDACONFIGURED/lib -LNOCUDACONFIGURED/lib64 CUDA_LIBS -lnocuda CUDA_SDK /NOCUDACONFIGURED CUDA_TK /NOCUDACONFIGURED CXX clang++ CXXFLAGS -g -O2 -DNOMPI -fno-common F90 arm64-apple-darwin20.0.0-gfortran FC arm64-apple-darwin20.0.0-gfortran FFLAGS -g -O2 -DNOMPI -fno-common FORTRAN arm64-apple-darwin20.0.0-gfortran JAR JAVA JAVAC MPICC /Users/gijsv/opt/miniconda3/envs/amuse/bin/mpicc MPICXX /Users/gijsv/opt/miniconda3/envs/amuse/bin/mpicxx MPIF90 /Users/gijsv/opt/miniconda3/envs/amuse/bin/mpif90 MUSE_PACKAGE_DIR /Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse OPENMP_CFLAGS OPENMP_FCFLAGS PYTHON /Users/gijsv/opt/miniconda3/envs/amuse/bin/python3.11 SAPPORO_LIBS -L/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/lib/sapporo_light -lsapporo Community codes not built (because of errors/ missing libraries): ================================================================================ * bhtree ================================================================================ 0 out of 1 codes built, 0 out of 0 libraries built (not all codes and libraries need to be built) Traceback (most recent call last): File "/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/setup.py", line 75, in setup( File "/Users/gijsv/opt/miniconda3/envs/amuse/lib/python3.11/site-packages/setuptools/__init__.py", line 107, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/gijsv/opt/miniconda3/envs/amuse/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/Users/gijsv/opt/miniconda3/envs/amuse/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File "/Users/gijsv/opt/miniconda3/envs/amuse/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/Users/gijsv/opt/miniconda3/envs/amuse/lib/python3.11/site-packages/setuptools/dist.py", line 1233, in run_command super().run_command(command) File "/Users/gijsv/opt/miniconda3/envs/amuse/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/support/setup_codes.py", line 1220, in run BuildCodes.run(self) File "/Users/gijsv/projects/ta-amuse/installation_attempts/2023_amuse_conda/amuse/support/setup_codes.py", line 1101, in run raise Exception("No succesful builds detected. Aborting.") Exception: No succesful builds detected. Aborting. make: *** [bhtree.code] Error 1