RESOLVED FIXED257464
release 2.40.2 fails to build with bubblewrap disabled
https://bugs.webkit.org/show_bug.cgi?id=257464
Summary release 2.40.2 fails to build with bubblewrap disabled
Antoine Jacoutot
Reported 2023-05-29 11:53:14 PDT
Hi. The commit https://github.com/WebKit/WebKit/commit/4c39f38757287198c49091ee12fc548cc9c212d6 implied that BWRAP_EXECUTABLE is always defined. However, when building with BUBBLEWRAP_SANDBOX=Off, Source/cmake/BubblewrapSandboxChecks.cmake is not used and hence BWRAP_EXECUTABLE is not set. /usr/ports/pobj/webkitgtk41-2.40.2-webkitgtk41/webkitgtk-2.40.2/Source/WTF/wtf/glib/Sandbox.cpp:49:13: error: use of undeclared identifier 'BWRAP_EXECUTABLE' BWRAP_EXECUTABLE, ^ 1 error generated.
Attachments
Antoine Jacoutot
Comment 1 2023-06-01 01:07:20 PDT
Note You need to log in before you can comment on or make changes to this bug.