Summary: | media-libs/oidn-2.3.3 fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Azpegath <azpegath> |
Component: | Current packages | Assignee: | Sebastian Parborg <darkdefende> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | azpegath, darkdefende, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build log |
Description
Azpegath
2025-05-12 08:47:53 UTC
Created attachment 928526 [details]
build log
For future search results, here is the error message from the build log: ... -- The CXX compiler identification is Clang 19.1.7 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Python: /usr/bin/python3.13 (found version "3.13.3") found components: Interpreter -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Failed CMake Error: File /var/tmp/portage/media-libs/oidn-2.3.3/work/oidn-2.3.3/external/composable_kernel/include/ck/config.h.in does not exist. CMake Error at CMakeLists.txt:59 (configure_file): configure_file Problem configuring file I'm guessing it starts working if you modify the ebuild and change this line: rm -r external/{composable_kernel,cutlass,mkl-dnn} || die To: rm -r external/{cutlass,mkl-dnn} || die ? (In reply to Sebastian Parborg from comment #3) > I'm guessing it starts working if you modify the ebuild and change this line: > rm -r external/{composable_kernel,cutlass,mkl-dnn} || die > To: > rm -r external/{cutlass,mkl-dnn} || die > > ? I can confirm that it did in fact fix the issue. |