Cycles won't install

I’m trying to install Cycles from the AUR but it isn’t working.

Preparando...
Clonando cycles-standalone arquivos para compilar...
Verificando 1cycles-standalone dependências...
Resolvendo dependências...
Verificando conflito entre pacotes...

Construindo cycles-standalone...
==> Criando o pacote: cycles-standalone v1.11.0.r387.ge5ba3557-1 (qua 03 fev 2021 15:30:55)
==> Verificando as dependências de tempo de execução...
==> Verificando as dependências de tempo de compilação...
==> Obtendo fontes...
  -> Atualizando repositório cycles-standalone do tipo git...
Fetching origin
  -> Encontrado SelectCudaComputeArch.patch
  -> Encontrado cycles_wrap.sh
==> Validando source arquivos com sha256sums...
    cycles-standalone ... Ignorada
    SelectCudaComputeArch.patch ... Passou
    cycles_wrap.sh ... Passou
==> Removendo diretório $srcdir/ existente...
==> Extraindo fontes...
  -> Criando cópia de trabalho do repositório cycles-standalone do tipo git...
Cloning into 'cycles-standalone'...
done.
==> Iniciando prepare()...
==> Iniciando pkgver()...
==> Removendo diretório $pkgdir/ existente...
==> Iniciando build()...
-- The C compiler identification is GNU 10.2.0
-- The CXX compiler identification is GNU 10.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenGL: /usr/lib/libOpenGL.so   
-- Found GLUT: /usr/lib/libglut.so  
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.11") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found OpenImageIO: /usr/lib/libOpenImageIO.so  
-- Found PUGIXML: /usr/lib/libpugixml.so  
-- Found JPEG: /usr/lib/libjpeg.so (found version "80") 
-- Found OpenJPEG: /usr/lib/libopenjp2.so  
-- Found TIFF: /usr/lib/libtiff.so (found version "4.1.0")  
-- Found PNG: /usr/lib/libpng.so (found version "1.6.37") 
-- #define OPENEXR_VERSION_STRING "2.5.4"
-- Found OpenEXR: /usr/lib/libHalf-2_5.so;/usr/lib/libIex-2_5.so;/usr/lib/libIlmImf-2_5.so;/usr/lib/libIlmThread-2_5.so;/usr/lib/libImath-2_5.so  
-- Found OSL: /usr/lib/liboslcomp.so;/usr/lib/liboslexec.so;/usr/lib/liboslquery.so  
CMake Error at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message):
  Could NOT find LLVM (missing: LLVM_LIBRARY)
Call Stack (most recent call first):
  /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:582 (_FPHSA_FAILURE_MESSAGE)
  src/cmake/Modules/FindLLVM.cmake:86 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  src/cmake/external_libs.cmake:292 (find_package)
  CMakeLists.txt:101 (include)

It is missing LLVM:

sudo pacman -S llvm

This indicate that the packager didn’t try to build in a clean chroot and that there could be other missing packages needed.

I’m taking a look at it and later report on AURweb

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.