[SOLVED] webkit2gtk 2.40.3 SlackBuild fails on slarm64 15.0 (rock pi 4)
by slacksam from LinuxQuestions.org on (#6CT49)
Hi,
recently when trying to build webkit2gtk 2.40.3 it fails with the following error messages in the end:Code:-- Found OpenGLES2: /usr/lib64/libGLESv2.so (found version "3.2")
-- Disabling USE_GSTREAMER_WEBRTC since ENABLE_WEB_RTC is disabled.
-- Checking for module 'gtk+-3.0'
-- Package 'x11', required by 'xrender', not found
-- Checking for module 'gtk+-unix-print-3.0'
-- Package 'x11', required by 'xrender', not found
CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find GTK (missing: GTK_VERSION) (Required is at least version
"3.22.0")
Call Stack (most recent call first):
/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
Source/cmake/FindGTK.cmake:150 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
Source/cmake/WebKitFindPackage.cmake:44 (_find_package)
Source/cmake/OptionsGTK.cmake:194 (find_package)
Source/cmake/WebKitCommon.cmake:227 (include)
CMakeLists.txt:21 (include)The corresponding log files as well as the SlackBuild script are attached.
webkit2gtk 2.40.2 built with no error.
Any suggestions on how to make it build?
Attached Files
recently when trying to build webkit2gtk 2.40.3 it fails with the following error messages in the end:Code:-- Found OpenGLES2: /usr/lib64/libGLESv2.so (found version "3.2")
-- Disabling USE_GSTREAMER_WEBRTC since ENABLE_WEB_RTC is disabled.
-- Checking for module 'gtk+-3.0'
-- Package 'x11', required by 'xrender', not found
-- Checking for module 'gtk+-unix-print-3.0'
-- Package 'x11', required by 'xrender', not found
CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find GTK (missing: GTK_VERSION) (Required is at least version
"3.22.0")
Call Stack (most recent call first):
/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
Source/cmake/FindGTK.cmake:150 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
Source/cmake/WebKitFindPackage.cmake:44 (_find_package)
Source/cmake/OptionsGTK.cmake:194 (find_package)
Source/cmake/WebKitCommon.cmake:227 (include)
CMakeLists.txt:21 (include)The corresponding log files as well as the SlackBuild script are attached.
webkit2gtk 2.40.2 built with no error.
Any suggestions on how to make it build?
Attached Files
webkit2gtk_2.40.3_SB-fail.log (13.1 KB) | |
CMakeError.log (25.6 KB) | |
CMakeOutput.log (72.1 KB) | |
webkit2gtk.SlackBuild.txt (3.6 KB) |