You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching from Xcode-16.1 Clang to Macports-installed Clang seemed to provide a workaround:
That seems to imply the choice of Clang origin on MacOS triggers this problem and you have found a sensible workaround. IMO that does not warrant (make appear prudent?) a change to oqsprovider.
Reminder: oqsprovider has no "guaranteed supported platforms" (no community activity on #293), so this does not look like a bug in my eyes and I'll move this to discussion for others to find this workaround as/if needed (unless someone is willing to work on/for supporting MacOS-origin Xcode-16.1 Clang and (documenting that in) #293 (?)).
Describe the bug
All tests fail when I add
-DOQS_KEM_ENCODERS=ON
to the CMake params.To Reproduce
Steps to reproduce the behavior:
cmake -DCMAKE_BUILD_TYPE=Debug -DOQS_KEM_ENCODERS=ON -DOPENSSL_ROOT_DIR="/opt/local/libexec/openssl3" -DCMAKE_C_FLAGS="$CFLAGS -g -I/opt/local/include -L/opt/local/lib" -DCMAKE_VERBOSE_MAKEFILE:BOOL=True -S . -B _build 2>&1 | tee -a build-out.txt
cmake build
scripts/runtests.sh
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
3.4.0 22 Oct 2024 (Library: OpenSSL 3.4.0 22 Oct 2024)
0.7.1-dev
Additional context
Crashes are:
and
Without
-DOQS_KEM_ENCODERS=ON
all the tests execute and complete successfully.Update
Switching from Xcode-16.1 Clang to Macports-installed Clang seemed to provide a workaround:
The text was updated successfully, but these errors were encountered: