Hi
i was trying to install deconz but it looks impossible at the moment on debian trixie 13.1 on a raspberry pi 4b 4GB. I followed the official Debian setup instructions.
This is my /etc/apt/sources.list:
deb [signed-by=/usr/share/keyrings/debianarmhf.gpg] http://raspbian.raspberrypi.org/raspbian/ trixie main contrib non-free rpi
deb [signed-by=/usr/share/keyrings/debianarch.gpg] http://archive.raspberrypi.org/debian/ trixie main
deb http://phoscon.de/apt/deconz generic main
And this is the error i get:
root@myrasp:~# apt install deconz-qt6
Error: Unable to locate package deconz-qt6
root@myrasp:~# apt install deconz
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
deconz : Depends: libqt5core5a but it is not installable
Depends: libqt5network5 but it is not installable
Depends: libqt5widgets5 but it is not installable
Depends: libqt5gui5 but it is not installable
Depends: libqt5sql5 but it is not installable
Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:
Unable to satisfy dependencies. Reached two conflicting decisions:
1. libqt5core5a:armhf=5.15.8+dfsg-11+rpi1+deb12u3 is not selected for install
2. libqt5core5a:armhf=5.15.8+dfsg-11+rpi1+deb12u3 is selected for install because:
1. deconz:armhf=2.31.2 is selected for install
2. deconz:armhf Depends libqt5core5a
3. libqt5core5a:armhf is available in version 5.15.8+dfsg-11+rpi1+deb12u3
How can i get it to install?