[package - main-powerpc64-default][devel/concurrencpp] Failed for concurrencpp-0.1.5 in build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Feb 2023 22:15:48 UTC
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: yuri@FreeBSD.org Log URL: https://pkg-status.freebsd.org/foul1/data/main-powerpc64-default/p9ed8e38cde84_sc52c98e69/logs/concurrencpp-0.1.5.log Build URL: https://pkg-status.freebsd.org/foul1/build.html?mastername=main-powerpc64-default&build=p9ed8e38cde84_sc52c98e69 Log: =>> Building devel/concurrencpp build started at Sat Feb 4 22:14:44 UTC 2023 port directory: /usr/ports/devel/concurrencpp package name: concurrencpp-0.1.5 building for: FreeBSD main-powerpc64-default-job-12 14.0-CURRENT FreeBSD 14.0-CURRENT 1400078 powerpc maintained by: yuri@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-23-ga7f8d188 Host OSVERSION: 1400073 Jail OSVERSION: 1400078 Job Id: 12 !!! Jail is newer than host. (Jail: 1400078, Host: 1400073) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/sh OSVERSION=1400078 UNAME_v=FreeBSD 14.0-CURRENT 1400078 UNAME_r=14.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-23-ga7f8d188 MASTERMNT=/usr/local/poudriere/data/.m/main-powerpc64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/main-powerpc64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=main-powerpc64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/main-powerpc64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- yuri@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/concurrencpp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/concurrencpp/work XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/concurrencpp/work/.cache HOME=/wrkdirs/usr/ports/devel/concurrencpp/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/concurrencpp/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/concurrencpp/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- NINJA_STATUS="[%p %s/%t] " XDG_DATA_HOME=/wrkdirs/usr/ports/devel/concurrencpp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/concurrencpp/work XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/concurrencpp/work/.cache HOME=/wrkdirs/usr/ports/devel/concurrencpp/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/concurrencpp/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/concurrencpp/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/devel/concurrencpp/work/stage PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555 " BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- CMAKE_BUILD_TYPE="release" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/concurrencpp" EXAMPLESDIR="share/examples/concurrencpp" DATADIR="share/concurrencpp" WWWDIR="www/concurrencpp" ETCDIR="etc/concurrencpp" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/concurrencpp DOCSDIR=/usr/local/share/doc/concurrencpp EXAMPLESDIR=/usr/local/share/examples/concurrencpp WWWDIR=/usr/local/www/concurrencpp ETCDIR=/usr/local/etc/concurrencpp --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: powerpc64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: powerpc64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_53255a77=yes CC_OUTPUT_921dbbb2_911cfe02=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes CC_OUTPUT_921dbbb2_af59ad06=yes CC_OUTPUT_921dbbb2_a15f3fcf=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: powerpc64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=powerpc64 PPC_ABI=ELFv2 OPSYS=FreeBSD _OSRELEASE=14.0-CURRENT OSREL=14.0 OSVERSION=1400078 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =======================<phase: check-sanity >============================ ===> License MIT accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> concurrencpp-0.1.5 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.19.0.pkg [main-powerpc64-default-job-12] Installing pkg-1.19.0... [main-powerpc64-default-job-12] Extracting pkg-1.19.0: .......... done ===> concurrencpp-0.1.5 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of concurrencpp-0.1.5 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by concurrencpp-0.1.5 for building =========================================================================== =======================<phase: checksum >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by concurrencpp-0.1.5 for building => SHA256 Checksum OK for David-Haim-concurrencpp-v.0.1.5_GH0.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by concurrencpp-0.1.5 for building ===> Extracting for concurrencpp-0.1.5 => SHA256 Checksum OK for David-Haim-concurrencpp-v.0.1.5_GH0.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for concurrencpp-0.1.5 ===> Applying FreeBSD patches for concurrencpp-0.1.5 from /usr/ports/devel/concurrencpp/files =========================================================================== =======================<phase: build-depends >============================ ===> concurrencpp-0.1.5 depends on file: /usr/local/bin/cmake - not found ===> Installing existing package /packages/All/cmake-core-3.25.1.pkg [main-powerpc64-default-job-12] Installing cmake-core-3.25.1... [main-powerpc64-default-job-12] `-- Installing expat-2.5.0... [main-powerpc64-default-job-12] `-- Extracting expat-2.5.0: .......... done [main-powerpc64-default-job-12] `-- Installing jsoncpp-1.9.5... [main-powerpc64-default-job-12] `-- Extracting jsoncpp-1.9.5: .......... done [main-powerpc64-default-job-12] `-- Installing libuv-1.44.2... [main-powerpc64-default-job-12] `-- Extracting libuv-1.44.2: .......... done [main-powerpc64-default-job-12] `-- Installing rhash-1.4.3... [main-powerpc64-default-job-12] | `-- Installing gettext-runtime-0.21.1... [main-powerpc64-default-job-12] | | `-- Installing indexinfo-0.3.1... [main-powerpc64-default-job-12] | | `-- Extracting indexinfo-0.3.1: .... done [main-powerpc64-default-job-12] | `-- Extracting gettext-runtime-0.21.1: .......... done [main-powerpc64-default-job-12] `-- Extracting rhash-1.4.3: .......... done [main-powerpc64-default-job-12] Extracting cmake-core-3.25.1: .......... done ===> concurrencpp-0.1.5 depends on file: /usr/local/bin/cmake - found ===> Returning to build of concurrencpp-0.1.5 ===> concurrencpp-0.1.5 depends on executable: ninja - not found ===> Installing existing package /packages/All/ninja-1.11.1,2.pkg [main-powerpc64-default-job-12] Installing ninja-1.11.1,2... [main-powerpc64-default-job-12] `-- Installing python39-3.9.16... [main-powerpc64-default-job-12] | `-- Installing libffi-3.4.4... [main-powerpc64-default-job-12] | `-- Extracting libffi-3.4.4: .......... done [main-powerpc64-default-job-12] | `-- Installing mpdecimal-2.5.1... [main-powerpc64-default-job-12] | `-- Extracting mpdecimal-2.5.1: .......... done [main-powerpc64-default-job-12] | `-- Installing readline-8.2.0... [main-powerpc64-default-job-12] | `-- Extracting readline-8.2.0: .......... done [main-powerpc64-default-job-12] `-- Extracting python39-3.9.16: .......... done [main-powerpc64-default-job-12] Extracting ninja-1.11.1,2: ........ done ===== Message from python39-3.9.16: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py39-gdbm databases/py-gdbm@py39 py39-sqlite3 databases/py-sqlite3@py39 py39-tkinter x11-toolkits/py-tkinter@py39 ===> concurrencpp-0.1.5 depends on executable: ninja - found ===> Returning to build of concurrencpp-0.1.5 =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for concurrencpp-0.1.5 ===> Performing out-of-source build /bin/mkdir -p /wrkdirs/usr/ports/devel/concurrencpp/work/.build -- The CXX compiler identification is Clang 14.0.5 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_COLOR_MAKEFILE CMAKE_C_COMPILER CMAKE_C_FLAGS CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE FETCHCONTENT_FULLY_DISCONNECTED -- Build files have been written to: /wrkdirs/usr/ports/devel/concurrencpp/work/.build =========================================================================== =======================<phase: build >============================ ===> Building for concurrencpp-0.1.5 [ 5% 2/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/task.cpp.o -MF CMakeFiles/concurrencpp.dir/source/task.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/task.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/task.cpp [ 11% 3/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/executors/executor.cpp.o -MF CMakeFiles/concurrencpp.dir/source/executors/executor.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/executors/executor.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/executors/executor.cpp [ 17% 4/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/executors/thread_executor.cpp.o -MF CMakeFiles/concurrencpp.dir/source/executors/thread_executor.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/executors/thread_executor.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/executors/thread_executor.cpp [ 23% 5/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/executors/manual_executor.cpp.o -MF CMakeFiles/concurrencpp.dir/source/executors/manual_executor.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/executors/manual_executor.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/executors/manual_executor.cpp [ 29% 6/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/executors/worker_thread_executor.cpp.o -MF CMakeFiles/concurrencpp.dir/source/executors/worker_thread_executor.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/executors/worker_thread_executor.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/executors/worker_thread_executor.cpp [ 35% 7/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/executors/thread_pool_executor.cpp.o -MF CMakeFiles/concurrencpp.dir/source/executors/thread_pool_executor.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/executors/thread_pool_executor.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/executors/thread_pool_executor.cpp [ 41% 8/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/results/impl/consumer_context.cpp.o -MF CMakeFiles/concurrencpp.dir/source/results/impl/consumer_context.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/results/impl/consumer_context.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/results/impl/consumer_context.cpp [ 47% 9/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/results/impl/result_state.cpp.o -MF CMakeFiles/concurrencpp.dir/source/results/impl/result_state.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/results/impl/result_state.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/results/impl/result_state.cpp [ 52% 10/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/results/impl/shared_result_state.cpp.o -MF CMakeFiles/concurrencpp.dir/source/results/impl/shared_result_state.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/results/impl/shared_result_state.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/results/impl/shared_result_state.cpp [ 58% 11/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/results/promises.cpp.o -MF CMakeFiles/concurrencpp.dir/source/results/promises.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/results/promises.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/results/promises.cpp [ 64% 12/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/runtime/runtime.cpp.o -MF CMakeFiles/concurrencpp.dir/source/runtime/runtime.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/runtime/runtime.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/runtime/runtime.cpp [ 70% 13/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o -MF CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/threads/async_lock.cpp FAILED: CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o -MF CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/threads/async_lock.cpp fatal error: error in backend: failed to perform tail call elimination on a call site marked musttail PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o -MF CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/threads/async_lock.cpp 1. <eof> parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module '/wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/threads/async_lock.cpp'. 4. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@_ZN12concurrencpp10async_lock9lock_implENSt3__110shared_ptrINS_8executorEEEb.resume' #0 0x000000001525ee78 (/usr/bin/c+++0x1525ee78) #1 0x000000001525c44c (/usr/bin/c+++0x1525c44c) #2 0x00000000151ed754 (/usr/bin/c+++0x151ed754) #3 0x00000000151ed684 (/usr/bin/c+++0x151ed684) #4 0x0000000015248b28 (/usr/bin/c+++0x15248b28) #5 0x0000000011911970 (/usr/bin/c+++0x11911970) #6 0x00000000151f9598 (/usr/bin/c+++0x151f9598) #7 0x00000000151f941c (/usr/bin/c+++0x151f941c) #8 0x0000000015cd3714 (/usr/bin/c+++0x15cd3714) #9 0x0000000015503bb8 (/usr/bin/c+++0x15503bb8) #10 0x0000000015521b74 (/usr/bin/c+++0x15521b74) #11 0x000000001550bd50 (/usr/bin/c+++0x1550bd50) #12 0x00000000154f4b40 (/usr/bin/c+++0x154f4b40) #13 0x00000000154e87c4 (/usr/bin/c+++0x154e87c4) #14 0x0000000015618a88 (/usr/bin/c+++0x15618a88) #15 0x0000000015617fa8 (/usr/bin/c+++0x15617fa8) #16 0x0000000015614aec (/usr/bin/c+++0x15614aec) #17 0x0000000015d28aa8 (/usr/bin/c+++0x15d28aa8) #18 0x0000000014752324 (/usr/bin/c+++0x14752324) #19 0x0000000014cf0388 (/usr/bin/c+++0x14cf0388) #20 0x0000000014cf86d8 (/usr/bin/c+++0x14cf86d8) #21 0x0000000014cf0b44 (/usr/bin/c+++0x14cf0b44) #22 0x000000001238670c (/usr/bin/c+++0x1238670c) #23 0x0000000012703c8c (/usr/bin/c+++0x12703c8c) #24 0x0000000012e641e4 (/usr/bin/c+++0x12e641e4) #25 0x0000000012605150 (/usr/bin/c+++0x12605150) #26 0x0000000012701518 (/usr/bin/c+++0x12701518) #27 0x0000000012604700 (/usr/bin/c+++0x12604700) #28 0x000000001258b1dc (/usr/bin/c+++0x1258b1dc) #29 0x00000000126fbbc0 (/usr/bin/c+++0x126fbbc0) #30 0x00000000119112ac (/usr/bin/c+++0x119112ac) #31 0x0000000011920f18 (/usr/bin/c+++0x11920f18) #32 0x000000001241d394 (/usr/bin/c+++0x1241d394) #33 0x00000000151ed5d0 (/usr/bin/c+++0x151ed5d0) #34 0x000000001241cd14 (/usr/bin/c+++0x1241cd14) #35 0x00000000123e1dc0 (/usr/bin/c+++0x123e1dc0) #36 0x00000000123e22e8 (/usr/bin/c+++0x123e22e8) #37 0x00000000123f98d8 (/usr/bin/c+++0x123f98d8) c++: error: clang frontend command failed with exit code 70 (use -v to see invocation) FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: powerpc64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/async_lock-d6f989.cpp c++: note: diagnostic msg: /tmp/async_lock-d6f989.sh c++: note: diagnostic msg: ******************** [ 76% 13/17] /usr/bin/c++ -Dconcurrencpp_EXPORTS -isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -stdlib=libc++ -fcoroutines-ts -pthread -std=c++20 -MD -MT CMakeFiles/concurrencpp.dir/source/threads/binary_semaphore.cpp.o -MF CMakeFiles/concurrencpp.dir/source/threads/binary_semaphore.cpp.o.d -o CMakeFiles/concurrencpp.dir/source/threads/binary_semaphore.cpp.o -c /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.5/source/threads/binary_semaphore.cpp ninja: build stopped: subcommand failed. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/devel/concurrencpp