Package Details: opencolorio-git 1.0.8.r586.gbc88857f-1

Git Clone URL: https://aur.archlinux.org/opencolorio-git.git (read-only, click to copy)
Package Base: opencolorio-git
Description: A color management framework for visual effects and animation
Upstream URL: https://opencolorio.org
Licenses: BSD
Conflicts: opencolorio, opencolorio1
Provides: opencolorio
Submitter: tecnotercio
Maintainer: None
Last Packager: tecnotercio
Votes: 0
Popularity: 0.000000
First Submitted: 2020-11-22 16:47 (UTC)
Last Updated: 2021-02-01 21:26 (UTC)

Required by (23)

Sources (1)

Latest Comments

tecnotercio commented on 2021-01-25 22:28 (UTC)

PKGBUILD has been changed, so that CMake can find the target "Threads::Threads" during the build.

ruestique commented on 2021-01-09 00:12 (UTC)

same on pikaur and yay to

edtoml commented on 2021-01-05 14:45 (UTC)

Same error here, also using yay.

evanlec commented on 2020-12-29 08:17 (UTC) (edited on 2020-12-29 08:17 (UTC) by evanlec)

Same error as @greve here, I'm using yay package manager also...

greve commented on 2020-12-17 14:03 (UTC) (edited on 2020-12-17 14:03 (UTC) by greve)

Error when building (using yay):

==> Starting build()...
-- The CXX compiler identification is GNU 10.2.0
-- The C compiler identification is GNU 10.2.0
-- 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
-- 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
-- Setting build type to 'Release' as none was specified.
-- Setting C++ version to '11' as none was specified.
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX14
-- Performing Test COMPILER_SUPPORTS_CXX14 - Success
-- Performing Test COMPILER_SUPPORTS_CXX17
-- Performing Test COMPILER_SUPPORTS_CXX17 - Success
-- Found OpenGL: /usr/lib/libOpenGL.so  found components: OpenGL 
-- Found GLEW: /usr/include (found version "2.2.0") 
-- Found GLUT: /usr/lib/libglut.so  
-- GLVND supported
-- Performing Test HAVE_SSE2
-- Performing Test HAVE_SSE2 - Success
-- Setting SOVERSION to '2.0' as none was specified.
-- Found expat: /usr/lib/libexpat.so.1.6.12 (found suitable version "2.2.10", minimum required is "2.2.8") 
-- Found yaml-cpp: /usr/lib/libyaml-cpp.so.0.6.3 (found suitable version "0.6.3", minimum required is "0.6.3") 
-- Found Half: /usr/lib/libHalf.so (found suitable version "2.5.3", minimum required is "2.4.0") 
-- Found pystring: /usr/include (Required is at least version "1.1.3") 
-- Found lcms2: /usr/include (found suitable version "2.11", minimum required is "2.2") 
-- Found PythonLibs: /usr/lib/libpython3.9.so
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found pybind11: /usr/include (found suitable version "2.6.1", minimum required is "2.6.1") 
-- Found Python: /usr/bin/python3.9 (found version "3.9.1") found components: Interpreter Development Development.Module Development.Embed 
-- 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 ZLIB: /usr/lib/libz.so (found version "1.2.11") 
CMake Warning at src/bindings/python/CMakeLists.txt:44 (message):
  Building PyOpenColorIO with OCIO_BUILD_DOCS disabled will result in
  incomplete Python docstrings.


-- Configuring done
CMake Error at src/apps/ociolutimage/CMakeLists.txt:8 (add_executable):
  Target "ociolutimage" links to target "Threads::Threads" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


CMake Error at src/apps/ocioconvert/CMakeLists.txt:15 (add_executable):
  Target "ocioconvert" links to target "Threads::Threads" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


CMake Error at src/apps/ociodisplay/CMakeLists.txt:13 (add_executable):
  Target "ociodisplay" links to target "Threads::Threads" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


CMake Error at src/apps/ocioperf/CMakeLists.txt:8 (add_executable):
  Target "ocioperf" links to target "Threads::Threads" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?


CMake Error at src/libutils/oiiohelpers/CMakeLists.txt:8 (add_library):
  Target "oiiohelpers" links to target "Threads::Threads" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...
error making: opencolorio-git