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
for file: [/home/hakancqn/wallpaperengine/third_party/cef/cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64.tar.bz2]
expected hash: [886632f731ab0c0732d8f39ff46fe99dfd7461a3]
actual hash: [eba6f9eecb3aee51f465d396e1482c1d209614d6]
-- Extracting /home/hakancqn/wallpaperengine/third_party/cef/cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64.tar.bz2...
CMake Error: Problem with archive_write_header(): Can't create 'cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64'
CMake Error: Current file: cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64/
CMake Error: Problem extracting tar: /home/hakancqn/wallpaperengine/third_party/cef/cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64.tar.bz2
CMake Error at CMakeModules/FindCEF.cmake:29 (message):
Must specify a CEF_ROOT value via CMake or environment variable.
Call Stack (most recent call first):
CMakeLists.txt:76 (find_package)
-- Configuring incomplete, errors occurred!
Couldn't find a reported issue about this. Thanks in advance.
The text was updated successfully, but these errors were encountered:
It's more probable that the problem is on your machine or something happened to your Internet connection, rather than the project config is wrong. I have successfully got the build following your steps and using linux amd64 as well. Anyway, as a temporary workaround you can try to clone cef project (or download the archive) and put it under PROJECT_ROOT/third_party/cef and then try to build again
My first suspect is download didn't happen properly (likely got corrupted) so you might want to clear your build folder (or remove the downloaded tar.bz2 file from the build folder) and try again.
Steps done:
On third step (run cmake ..) this error occurs:
-- [download 100% complete]
CMake Error at CMakeModules/DownloadCEF.cmake:34 (file):
file DOWNLOAD HASH mismatch
Call Stack (most recent call first):
CMakeLists.txt:74 (DownloadCEF)
-- Extracting /home/hakancqn/wallpaperengine/third_party/cef/cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64.tar.bz2...
CMake Error: Problem with archive_write_header(): Can't create 'cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64'
CMake Error: Current file: cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64/
CMake Error: Problem extracting tar: /home/hakancqn/wallpaperengine/third_party/cef/cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64.tar.bz2
CMake Error at CMakeModules/FindCEF.cmake:29 (message):
Must specify a CEF_ROOT value via CMake or environment variable.
Call Stack (most recent call first):
CMakeLists.txt:76 (find_package)
-- Configuring incomplete, errors occurred!
Couldn't find a reported issue about this. Thanks in advance.
The text was updated successfully, but these errors were encountered: