Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPIRV-LLVM-Translator: fix cross build #41016

Merged
merged 1 commit into from Dec 12, 2022

Conversation

ardadem
Copy link
Contributor

@ardadem ardadem commented Dec 11, 2022

Fixes the following build error;

-- The CXX compiler identification is GNU 10.2.1
-- The C compiler identification is GNU 10.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /builddir/.xbps-SPIRV-LLVM-Translator/wrappers/aarch64-linux-gnu-c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /builddir/.xbps-SPIRV-LLVM-Translator/wrappers/aarch64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) 
CMake Error at /usr/aarch64-linux-gnu/usr/lib/cmake/llvm/LLVMExports.cmake:1386 (message):
  The imported target "sancov" references the file

     "/usr/aarch64-linux-gnu/usr/bin/sancov"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/aarch64-linux-gnu/usr/lib/cmake/llvm/LLVMExports.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/aarch64-linux-gnu/usr/lib64/cmake/llvm/LLVMConfig.cmake:278 (include)
  CMakeLists.txt:36 (find_package)


-- Configuring incomplete, errors occurred!
See also "/builddir/SPIRV-LLVM-Translator-12.0.0/build/CMakeFiles/CMakeOutput.log".

@classabbyamp classabbyamp merged commit 85a0e41 into void-linux:master Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants