Package Details: openspace 0.18.2-1

Git Clone URL: https://aur.archlinux.org/openspace.git (read-only, click to copy)
Package Base: openspace
Description: OpenSpace is an open source, non-commercial, and freely available interactive data visualization software designed to visualize the entire known universe and portray our ongoing efforts to investigate the cosmos
Upstream URL: https://github.com/OpenSpace/OpenSpace
Licenses: MIT
Submitter: Mr.Smith1974
Maintainer: None
Last Packager: Mr.Smith1974
Votes: 2
Popularity: 0.004256
First Submitted: 2023-06-05 16:29 (UTC)
Last Updated: 2023-06-05 16:29 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

Mr.Smith1974 commented on 2023-07-13 14:13 (UTC)

@shirshendu please, use git version: https://aur.archlinux.org/packages/openspace-git

shirshendu commented on 2023-07-13 13:00 (UTC) (edited on 2023-07-13 13:02 (UTC) by shirshendu)

Build fails; log:

Preparing...
Cloning openspace build files...
Generating openspace information...
Checking openspace dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building openspace...
==> Making package: openspace 0.18.2-1 (Thursday 13 July 2023 06:28:21 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found openspace_0.18.2.tar.gz
  -> Found ghoul.tar.gz
==> Validating source files with sha256sums...
    openspace_0.18.2.tar.gz ... Passed
    ghoul.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting openspace_0.18.2.tar.gz with bsdtar
  -> Extracting ghoul.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
-- The C compiler identification is GNU 13.1.1
-- The CXX compiler identification is GNU 13.1.1
-- 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
-- ======= CONFIGURING GHOUL PROJECT =======
-- Dependency: GLM
-- Found GLM: /usr/include  
-- Including GLM found at /usr/include
-- End dependency: GLM
-- 
-- **** Module: OpenGL ****
-- Dependency: OpenGL
-- Found OpenGL: /usr/lib/libOpenGL.so   
-- Linking OpenGL found at /usr/lib/libOpenGL.so;/usr/lib/libGLX.so;/usr/lib/libGLU.so
-- End dependency: OpenGL
-- 
-- Dependency: glbinding
CMake Error at CMakeLists.txt:136 (add_subdirectory):
  The source directory

    /var/tmp/pamac-build-shirshendu/openspace/src/Ghoul-0.25.0/ext/glbinding

  does not contain a CMakeLists.txt file.


CMake Error at support/cmake/handle_external_library.cmake:31 (target_compile_options):
  Cannot specify compile options for target "glbinding" which is not built by
  this project.
Call Stack (most recent call first):
  CMakeLists.txt:137 (disable_external_warnings)


CMake Error at support/cmake/handle_external_library.cmake:31 (target_compile_options):
  Cannot specify compile options for target "glbinding-aux" which is not
  built by this project.
Call Stack (most recent call first):
  CMakeLists.txt:138 (disable_external_warnings)


-- End dependency: glbinding
-- 
-- **** End module: OpenGL ****
-- 
-- Dependency: LZ4
CMake Deprecation Warning at ext/lz4/CMakeLists.txt:26 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Found LZ4: lz4  
-- End dependency: LZ4
-- 
-- **** Module: Lua ****
-- **** End module: Lua ****
-- 
-- **** Module: AssImp ****
CMake Error at support/cmake/handle_external_library.cmake:62 (add_subdirectory):
  The source directory

    /var/tmp/pamac-build-shirshendu/openspace/src/Ghoul-0.25.0/ext/assimp

  does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
  CMakeLists.txt:175 (include_external_library)


CMake Error at support/cmake/handle_external_library.cmake:31 (target_compile_options):
  Cannot specify compile options for target "assimp" which is not built by
  this project.
Call Stack (most recent call first):
  support/cmake/handle_external_library.cmake:68 (disable_external_warnings)
  CMakeLists.txt:175 (include_external_library)


CMake Error at CMakeLists.txt:178 (target_include_directories):
  Cannot specify include directories for target "assimp" which is not built
  by this project.


-- **** End module: AssImp ****
-- 
-- Dependency: fmt
CMake Error at support/cmake/handle_external_library.cmake:62 (add_subdirectory):
  The source directory

    /var/tmp/pamac-build-shirshendu/openspace/src/Ghoul-0.25.0/ext/cppformat

  does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
  CMakeLists.txt:191 (include_external_library)


CMake Error at support/cmake/handle_external_library.cmake:31 (target_compile_options):
  Cannot specify compile options for target "fmt" which is not built by this
  project.
Call Stack (most recent call first):
  support/cmake/handle_external_library.cmake:68 (disable_external_warnings)
  CMakeLists.txt:191 (include_external_library)


-- End dependency: fmt
-- 
-- Loading image libraries
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (IL) does
  not match the name of the calling package (DevIL).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  support/cmake/FindDevIL.cmake:114 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:197 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find IL (missing: IL_LIBRARIES ILU_LIBRARIES ILUT_LIBRARIES IL_INCLUDE_DIR) 
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (FREEIMAGE)
  does not match the name of the calling package (FreeImage).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  support/cmake/FindFreeImage.cmake:55 (find_package_handle_standard_args)
  CMakeLists.txt:209 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Could NOT find FREEIMAGE (missing: FREEIMAGE_INCLUDE_DIR FREEIMAGE_LIBRARIES) 
-- Dependency: stb_image
-- End dependency: stb_image
-- 
-- Dependency: WebSocketPP
CMake Error at /usr/share/cmake/Modules/ExternalProject.cmake:3131 (message):
  No download info given for 'websocketpp' and its source directory:

   /var/tmp/pamac-build-shirshendu/openspace/src/Ghoul-0.25.0/ext/websocketpp

  is not an existing non-empty directory.  Please specify one of:

   * SOURCE_DIR with an existing non-empty directory
   * DOWNLOAD_COMMAND
   * URL
   * GIT_REPOSITORY
   * SVN_REPOSITORY
   * HG_REPOSITORY
   * CVS_REPOSITORY and CVS_MODULE
Call Stack (most recent call first):
  /usr/share/cmake/Modules/ExternalProject.cmake:4208 (_ep_add_download_command)
  CMakeLists.txt:249 (ExternalProject_Add)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

Also, shouldn't cmake be in the dependency list?