diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/997 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/997')
| -rw-r--r-- | results/scraper/fex/997 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/results/scraper/fex/997 b/results/scraper/fex/997 new file mode 100644 index 000000000..3ceb90666 --- /dev/null +++ b/results/scraper/fex/997 @@ -0,0 +1,20 @@ +Issue building on Manjaro Arm64 +Hey there, was trying to build this on Manjaro Arm64 but ran into this issue + +``` +[corey@corey-pi4 Build]$ CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_LTO=True -DBUILD_TESTS=False -G Ninja .. +-- Checking for module 'libxxhash>=0.7.3' +-- Package dependency requirement 'libxxhash >= 0.7.3' could not be satisfied. +Package 'libxxhash' has version '', required version is '>= 0.7.3' +CMake Error at /usr/share/cmake-3.20/Modules/FindPkgConfig.cmake:556 (message): + A required package was not found +Call Stack (most recent call first): + /usr/share/cmake-3.20/Modules/FindPkgConfig.cmake:778 (_pkg_check_modules_internal) + CMakeLists.txt:108 (pkg_check_modules) + + +-- Configuring incomplete, errors occurred! +See also "/run/media/corey/47F22DEE70C10570/projects/FEX/Build/CMakeFiles/CMakeOutput.log". +``` + +I installed xxhash but it still thinks it's missing. \ No newline at end of file |