You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the existing issues and did not find anything similar.
Current Behavior
Building antimicrox on Debian works as expected when following the official build instructions.
Installing the .deb after building with QT6 fails. The reason is, apt wants to install "libqt6widgets6t64" as a dependency. This is a rather uncommon package and only available in Debian Unstable for the m68k architecture! Removing this dependency from the .deb results in an installable and working programm.
Building with QT5 works and installs as expected. It depends on libqt5widgets which is common and not unexpected at all.
My suspicion is, the libqt6widgets6t64 dependency should in fact be changed to libqt6widgets.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Program Version 3.5.0
Raspberry Pi OS "bookworm" (Debian Stable) on a Raspberry Pi 4
Anything else?
No response
Upvote & Fund
If you find this issue important, mark it with 👍. It lets us see which fixes and features are demanded by the most users.
We're using Polar.sh so you can upvote and help fund this issue. It may incentivize some developers to contribute to this project and fix some bugs.
Funded developer receives the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
My suspicion is, the libqt6widgets6t64 dependency should in fact be changed to libqt6widgets.
This may be a good idea. I will check it out
pktiuk
added
packaging
Every issue linked with providing and fixing packages for different distributions and systems
Linux
Linux-only issues
labels
Dec 8, 2024
According to package registries in Ubuntu repos there is a package libqt6widgets6t64 which replaces package libqt6widgets6 which exists in Debian repos.
pktiuk
added a commit
to pktiuk/antimicrox
that referenced
this issue
Dec 8, 2024
According to package registries in Ubuntu repos there is a package libqt6widgets6t64 which replaces package libqt6widgets6 which exists in Debian repos.
It remains to be seen how Debian is going to handle this (or did handle this, considering Ubuntu is branched off of sid, so the different naming in 24.04 could well have come from Debian temporarily altering the name of the package during the transition) when it comes to package naming in the next stable version.
Is there an existing issue for this?
Current Behavior
Building antimicrox on Debian works as expected when following the official build instructions.
Installing the .deb after building with QT6 fails. The reason is, apt wants to install "libqt6widgets6t64" as a dependency. This is a rather uncommon package and only available in Debian Unstable for the m68k architecture! Removing this dependency from the .deb results in an installable and working programm.
Building with QT5 works and installs as expected. It depends on libqt5widgets which is common and not unexpected at all.
My suspicion is, the libqt6widgets6t64 dependency should in fact be changed to libqt6widgets.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
Upvote & Fund
The text was updated successfully, but these errors were encountered: