* installing *source* package ‘vein’ ... ** package ‘vein’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 17.0.0 (https://github.com/llvm/llvm-project.git 78d91df452d669570e120cb5c3d5febf7f17475d)’ using Fortran compiler: ‘flang-new version 17.0.0 (https://github.com/llvm/llvm-project.git 78d91df452d669570e120cb5c3d5febf7f17475d)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-flang2/vein/src' /usr/local/clang-trunk/bin/flang-new -fopenmp -fpic -O2 -pedantic -c e_bottomup.f95 -o e_bottomup.o error: Semantic errors in e_bottomup.f95 ./e_bottomup.f95:99:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_bottomup.f95:129:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_bottomup.f95:162:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ make[1]: *** [/data/gannet/ripley/R/R-flang/etc/Makeconf:217: e_bottomup.o] Error 1 /usr/local/clang-trunk/bin/flang-new -fopenmp -fpic -O2 -pedantic -c e_topdown.f95 -o e_topdown.o error: Semantic errors in e_topdown.f95 ./e_topdown.f95:442:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:476:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:514:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:551:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:587:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:621:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:657:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:691:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:727:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ ./e_topdown.f95:759:25: error: Actual argument type 'LOGICAL(4)' is not compatible with dummy argument type 'LOGICAL(1)' !$ CALL OMP_SET_DYNAMIC(.TRUE.) ^^^^^^ make[1]: *** [/data/gannet/ripley/R/R-flang/etc/Makeconf:217: e_topdown.o] Error 1 /usr/local/clang-trunk/bin/flang-new -fopenmp -fpic -O2 -pedantic -c threads.f95 -o threads.o make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-flang2/vein/src' ERROR: compilation failed for package ‘vein’ * removing ‘/data/gannet/ripley/R/packages/tests-flang2/vein.Rcheck/vein’