Skip to content

Wrong install dependencies on a Debian build with QT6 (works with QT5) #1104

Closed
@oe4dns

Description

@oe4dns

Is there an existing issue for this?

  • 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.
Fund with Polar

Metadata

Metadata

Assignees

No one assigned

    Labels

    LinuxLinux-only issuesbugSomething isn't workingpackagingEvery issue linked with providing and fixing packages for different distributions and systems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions