Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add qt6 support to debian packaging #60831

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

add qt6 support to debian packaging #60831

wants to merge 6 commits into from

Conversation

jef-n
Copy link
Member

@jef-n jef-n commented Mar 3, 2025

No description provided.

@github-actions github-actions bot added this to the 3.44.0 milestone Mar 3, 2025
@jef-n jef-n force-pushed the deb-qt6 branch 4 times, most recently from 896731a to f149340 Compare March 3, 2025 13:19
@troopa81
Copy link
Contributor

troopa81 commented Mar 3, 2025

Why include qwt in external?

@jef-n
Copy link
Member Author

jef-n commented Mar 3, 2025

Why include qwt in external?

commit 584f203da7cc902aa52a5f3aeda8fa97cae8fdb2
Author: Jürgen E. Fischer [email protected]
Date: Sun Mar 2 21:54:53 2025 +0100

add external qwt 6.2
(debian doesn't have qwt for Qt6 and likely won't have it for trixie)

@troopa81
Copy link
Contributor

troopa81 commented Mar 3, 2025

(debian doesn't have qwt for Qt6 and likely won't have it for trixie)

Why not ? Why not proposing a package ? Is there an explicit reason described somewhere ? I think we should refrain from adding more and more libraries to external.

@jef-n
Copy link
Member Author

jef-n commented Mar 3, 2025

(debian doesn't have qwt for Qt6 and likely won't have it for trixie)

Why not ? Why not proposing a package ? Is there an explicit reason described somewhere ? I think we should refrain from adding more and more libraries to external.

I don't know. There is a qwt-6.2 package supporting qt5 and qt6 in debian experimental for ages (see https://tracker.debian.org/pkg/qwt). Quoting the package page: "package will soon be part of the auto-qwt transition", but I don't know since when that note is there - I suspect long.

Copy link

github-actions bot commented Mar 3, 2025

🪟 Windows builds

Download Windows builds of this PR for testing.
Debug symbols for this build are available here.
(Built from commit ff53320)

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit ff53320)

jef-n added 6 commits March 3, 2025 18:14
use of more up to date system nlohmann headers and not to use the
external meshoptimizer headers although the system's library ought to be
used)
(debian doesn't have qwt for Qt6 and likely won't have it for trixie)
@ptitjano
Copy link
Collaborator

ptitjano commented Mar 4, 2025

(debian doesn't have qwt for Qt6 and likely won't have it for trixie)

Why not ? Why not proposing a package ? Is there an explicit reason described somewhere ? I think we should refrain from adding more and more libraries to external.

I don't know. There is a qwt-6.2 package supporting qt5 and qt6 in debian experimental for ages (see https://tracker.debian.org/pkg/qwt). Quoting the package page: "package will soon be part of the auto-qwt transition", but I don't know since when that note is there - I suspect long.

@sebastic Any idea on this?

Copy link
Contributor

@troopa81 troopa81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm -1 on merging it as this. The external folder is growing constantly with new dependencies, It's not sustainable. Are we planning to add any dependency that have some packaging issues on any of the distribution we are supporting ?

The solution should be to fix the qwt package and make it happen in debian.

@sebastic
Copy link
Contributor

sebastic commented Mar 4, 2025

(debian doesn't have qwt for Qt6 and likely won't have it for trixie)

Why not ? Why not proposing a package ? Is there an explicit reason described somewhere ? I think we should refrain from adding more and more libraries to external.

I don't know. There is a qwt-6.2 package supporting qt5 and qt6 in debian experimental for ages (see https://tracker.debian.org/pkg/qwt). Quoting the package page: "package will soon be part of the auto-qwt transition", but I don't know since when that note is there - I suspect long.

@sebastic Any idea on this?

The maintainer of the qwt package was last active in December 2023, someone needs to salvage the qwt package to bring it back to active maintenance.

I don't want to be that person, as I already maintain too many packages I don't actually use myself.

I'm -1 on merging it as this. The external folder is growing constantly with new dependencies, It's not sustainable. Are we planning to add any dependency that have some packaging issues on any of the distribution we are supporting ?

The solution should be to fix the qwt package and make it happen in debian.

Yes, that would be the preferred solution, but who is going to do the work? Perhaps QGIS can fund someone to do this if no one volunteers?

Vendoring the dependency is an acceptable solution in my opinion until the package is available in all supported distributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants