https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276824
Mark Millard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mark Millard <[email protected]> --- I'll note that the prior source file got an "Unsupported platform" error (via a #error directive) and an undeclared identifier 'rdtscp' error: /wrkdirs/usr/ports/devel/quickcpplib/work/quickcpplib-f9ab259/test/bitwise_trie.cpp In file included from /wrkdirs/usr/ports/devel/quickcpplib/work/quickcpplib-f9ab259/test/bitwise_trie.cpp:33: /wrkdirs/usr/ports/devel/quickcpplib/work/quickcpplib-f9ab259/test/timing.h:113:2: error: Unsupported platform 113 | #error Unsupported platform | ^ /wrkdirs/usr/ports/devel/quickcpplib/work/quickcpplib-f9ab259/test/timing.h:115:10: error: use of undeclared identifier 'rdtscp' 115 | return rdtscp(); | ^ So, even if the Assertion failure is fixed, the port might well be not buildable for the powerpc context. -- You are receiving this mail because: You are the assignee for the bug.
