QLC+ GIT install/uninstall issues Ubuntu 24.04

Post Reply
User avatar
sbenejam
Posts: 606
Joined: Sun Apr 12, 2015 6:28 pm
Real Name: Santiago Benejam Torres
Contact:

I upgraded last weekend to Ubuntu 24.04 and I found some install/uninstall issues. I think this issues are related to cmake version. Building QLC+ with Qt default from Ubuntu and with Qt6.7.2 works and install as expected with an exception. The file and app associations are not working. When uninstalling I get the following errors:

Code: Select all

-- Uninstalling /usr/share/man/man1/qlcplus-fixtureeditor.1
CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program):
  Policy CMP0153 is not set: The exec_program command should not be called.
  Run "cmake --help-policy CMP0153" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Use execute_process() instead.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Uninstalling /usr/share/man/man1/qlcplus.1
CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program):
  Policy CMP0153 is not set: The exec_program command should not be called.
  Run "cmake --help-policy CMP0153" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Use execute_process() instead.
This warning is for project developers.  Use -Wno-dev to suppress it.

Built target uninstall
sbenejam@migjorn:~/qlcplus/build$ 
To restore file associations and functional desktop and menu entries, as a temporary solution, I installed qlcplus-data from Ubuntu repositories.
I tested too in a Ubuntu 22.04 and the only things that are not working are the files associations and the desktop and menu entries.
Post Reply