[Bug 259051] devel/onetbb fails with error: always_inline function '_tpause' requires target feature 'waitpkg' when building with poudriere on amd64 stable 13

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 10 Oct 2021 18:16:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259051

            Bug ID: 259051
           Summary: devel/onetbb fails with error: always_inline function
                    '_tpause' requires target feature 'waitpkg'  when
                    building with poudriere on amd64 stable 13
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: martymac@FreeBSD.org
          Reporter: transitive@gmail.com
             Flags: maintainer-feedback?(martymac@FreeBSD.org)
          Assignee: martymac@FreeBSD.org
 Attachment #228571 text/plain
         mime type:

Created attachment 228571
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228571&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.