Created attachment 228571 [details] devel/onetbb poudriere build log of failure The port devel/onetbb fails with the following error: In file included from /wrkdirs/usr/ports/devel/onetbb/work/oneTBB-2021.4.0/src/tbb/task_dispatcher.h:24: /wrkdirs/usr/ports/devel/onetbb/work/oneTBB-2021.4.0/src/tbb/scheduler_common.h:230:9: error: always_inline function '_tpause' requires target feature 'waitpkg', but would be inlined into function 'prolonged_pause' that is compiled without support for 'waitpkg' _tpause(0, time_stamp + 700); ^ 1 error generated. The poudriere build system is amd64 Stable-13. This occurred with the update to onetbb to 2021.4.0.
Also occurs on 14-CURRENT (248682a589159619aa5f2019e415a423e849e327) with a ports tree at 40f1c0d283d42c1c89222da3e84428db730c31cf
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=be58a139c5451153fe809c4c23e3184809786200 commit be58a139c5451153fe809c4c23e3184809786200 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2021-10-11 14:31:14 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2021-10-11 14:31:14 +0000 devel/onetbb: Fix amd64 build for 13-STABLE and 14-CURRENT PR: 259051 Reported by: transitive@gmail.com devel/onetbb/files/patch-cmake-compilers-Clang.cmake (new) | 13 +++++++++++++ 1 file changed, 13 insertions(+)
Hello, Thanks for your report! It should be fixed now :) Best regards, Ganael.
Awesome, thanks mate