-
-
Notifications
You must be signed in to change notification settings - Fork 406
Closed
Labels
Description
- I confirm that this is an issue rather than a question.
Bug report
Debian package cannot be installed under Ubuntu 25.10
Steps to reproduce
Fresh Ubuntu 25.10 installation
sudo apt install ./Hyperion-2.1.2-beta.1.nightly20251104-Linux-amd64.deb
nable to satisfy dependencies. Reached two conflicting decisions:
1. hyperion:amd64=2.1.2-beta.1 is selected for install
2. hyperion:amd64=2.1.2-beta.1 Hängt ab von libcec6 | libcec4 | libcec (>= 4.0)
but none of the choices are installable:
[no choices]
What is expected?
No dependency errors in Ubuntu.
What is actually happening?
Dependency cannot be resolved for libcec.
Ubuntu 25.10 uses libcec7 (while other linux distributions do not version numbering the package name)
#line 8:
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcec6 | libcec4 | libcec (>= 4.0)")
might need to be changed to:
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcec7 | libcec6 | libcec4 | libcec (>= 4.0)")
System
- Distribution: Ubuntu 25.10
- Architecture: x86_64
- Kernel: linux (6.17.0-6-generic (WS: 64))
- Root/Admin: false