×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

sudo make install failing for kstars

  • Posts: 437
  • Thank you received: 31
Can anyone tell me what is missing from today's update?

sudo make install
CMake Error at /usr/lib/arm-linux-gnueabihf/cmake/Qt5/Qt5Config.cmake:26 (find_package):
Could not find a package configuration file provided by "Qt5WebSockets"
with any of the following names:

Qt5WebSocketsConfig.cmake
qt5websockets-config.cmake

Add the installation prefix of "Qt5WebSockets" to CMAKE_PREFIX_PATH or set
"Qt5WebSockets_DIR" to a directory containing one of the above files. If
"Qt5WebSockets" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:75 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pi/indi/build/kstars/CMakeFiles/CMakeOutput.log".
See also "/home/pi/indi/build/kstars/CMakeFiles/CMakeError.log".
Makefile:602: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
5 years 9 months ago #26661

Please Log in or Create an account to join the conversation.

  • Posts: 111
  • Thank you received: 41
It looks like the following package is missing:
>apt-file search Qt5WebSocketsConfig.cmake
libqt5websockets5-dev: /usr/lib/x86_64-linux-gnu/cmake/Qt5WebSockets/Qt5WebSocketsConfig.cmake
5 years 9 months ago #26663

Please Log in or Create an account to join the conversation.

  • Posts: 437
  • Thank you received: 31
Sorry, I should have stated that I am running this on Raspbian, so it won't be an x86 install file.

Do I need to install anything to get this going?
5 years 9 months ago #26664

Please Log in or Create an account to join the conversation.

  • Posts: 111
  • Thank you received: 41
sudo apt-get install libqt5websockets5-dev
The following user(s) said Thank You: Paul
5 years 9 months ago #26667

Please Log in or Create an account to join the conversation.

  • Posts: 437
  • Thank you received: 31
Following on from kstars now working.
Today 3rdparty is failing - I assume it needs something additional to be installed, but what?
sudo make install
-- Found libnova: /usr/lib/arm-linux-gnueabihf/libnova.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
-- Found libnova: /usr/lib/arm-linux-gnueabihf/libnova.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
-- Found libnova: /usr/lib/arm-linux-gnueabihf/libnova.so
-- Found libnova: /usr/lib/arm-linux-gnueabihf/libnova.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
-- Found libtiffxx: /usr/lib/arm-linux-gnueabihf/libtiffxx.so
-- Found libqsiapi: /usr/lib/arm-linux-gnueabihf/libqsiapi.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
-- Found libqsiapi: /usr/lib/arm-linux-gnueabihf/libqsiapi.so
-- Found libsbig: /usr/lib/arm-linux-gnueabihf/libsbig.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
-- Found libsbig: /usr/lib/arm-linux-gnueabihf/libsbig.so
-- Found libinovasdk: /usr/lib/arm-linux-gnueabihf/libinovasdk.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
-- Found libinovasdk: /usr/lib/arm-linux-gnueabihf/libinovasdk.so
-- Found libfli: /usr/lib/arm-linux-gnueabihf/libfli.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
-- Found libfli: /usr/lib/arm-linux-gnueabihf/libfli.so
-- Found libapogee: /usr/lib/arm-linux-gnueabihf/libapogee.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
-- Found libapogee: /usr/lib/arm-linux-gnueabihf/libapogee.so
-- Found CFITSIO: /usr/lib/arm-linux-gnueabihf/libcfitsio.so
CMake Error at /home/pi/indi/cmake_modules/FindDC1394.cmake:44 (message):
DC1394 not found. Please install libdc1394 development package.
Call Stack (most recent call first):
indi-ffmv/CMakeLists.txt:16 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pi/indi/build/3rdparty/CMakeFiles/CMakeOutput.log".
See also "/home/pi/indi/build/3rdparty/CMakeFiles/CMakeError.log".
Makefile:764: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
5 years 9 months ago #26689

Please Log in or Create an account to join the conversation.

  • Posts: 111
  • Thank you received: 41
Well everything is written in the cmake error log:
>apt search libdc1394
Sorting... Done
Full Text Search... Done
libdc1394-22/stable,now 2.2.5-1 amd64 [installed]
  high level programming interface for IEEE 1394 digital cameras
 
libdc1394-22-dbg/stable 2.2.5-1 amd64
  debugging symbols for the libdc1394-22 library
 
libdc1394-22-dev/stable,now 2.2.5-1 amd64 [installed,automatic]
  high level programming interface for IEEE 1394 digital cameras - development
 
libdc1394-22-doc/stable 2.2.5-1 all
  high level programming interface for IEEE 1394 digital cameras - documentation
 
libdc1394-utils/stable 2.2.5-1 amd64
  utilities for IEEE 1394 digital cameras
>grep -r "dc1394" | grep incl
3rdparty/indi-ffmv/ffmv_ccd.h:#include <dc1394/dc1394.h>
3rdparty/indi-ffmv/ffmv_ccd.cpp:#include <dc1394/dc1394.h>
cmake_modules/FindDC1394.cmake:# - Try to find dc1394 library (version 2) and include files
macosx/INDI Server/INDI Server.xcodeproj/project.pbxproj:		59E530571C949FEF0071DE74 /* libdc1394.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libdc1394.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
>apt-file search dc1394/dc1394.h
libdc1394-22-dev: /usr/include/dc1394/dc1394.h

Thus !! package libdc1394-22-dev needs to be installed (Debian 9.4)
The following user(s) said Thank You: Paul
Last edit: 5 years 9 months ago by Thomas Stibor.
5 years 9 months ago #26693

Please Log in or Create an account to join the conversation.

Time to create page: 0.475 seconds