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

games-action/polymc: add patch for explicitly include QDebug in PollServer.cpp #27201

Closed
wants to merge 1 commit into from

Conversation

flowln
Copy link
Contributor

@flowln flowln commented Sep 10, 2022

I hope I changed the ebuild names correctly 😬

Bug: https://bugs.gentoo.org/869395

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @flowln
Areas affected: ebuilds
Packages affected: games-action/polymc

games-action/polymc: @flowln, swurl[at]swurl.xyz, @AndrewAmmerlaan, @gentoo/proxy-maint

Linked bugs

Bugs linked: 869395


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Sep 10, 2022
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-09-10 21:37 UTC
Newest commit scanned: 0e1450e
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/26aa8d0a53/output.html

Comment on lines 1 to 10
From c2b3567cb18e81a5f82c95c2c323b19488d62ed8 Mon Sep 17 00:00:00 2001
From: Thiago Donato Ferreira <flowlnlnln@gmail.com>
Date: Sat, 10 Sep 2022 17:59:27 -0300
Subject: [PATCH] fix: add explicit QDebug include in PollServer

Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
---
libraries/katabasis/src/PollServer.cpp | 2 ++
1 file changed, 2 insertions(+)

Copy link
Member

Choose a reason for hiding this comment

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

We usually strip most of the patch's header to save space since most of the information in there is not relevant for us.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh sorry, the quazip patches have it all so I just did the same :c

@@ -85,6 +85,10 @@ RDEPEND="
virtual/opengl
"

PATCHES=(
"${FILESDIR}"/${PN}-explicit_include_in_PollServer.patch
Copy link
Member

Choose a reason for hiding this comment

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

The name of the patch should include the version number it was first introduced in, i.e. PN --> P

@@ -85,6 +85,10 @@ RDEPEND="
virtual/opengl
"

PATCHES=(
"${FILESDIR}"/${PN}-explicit_include_in_PollServer.patch
Copy link
Member

Choose a reason for hiding this comment

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

And here that would be PN --> PN-1.4.1

This seems to be a problem with early 5.12 Qt versions, since newer
versions don't have this problem. Somewhere along the way, QDebug was
probably added as a implicit include to this file.

Closes: https://bugs.gentoo.org/869395
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-09-11 12:37 UTC
Newest commit scanned: 3ee7094
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/8b0c0bf6b6/output.html

@AndrewAmmerlaan
Copy link
Member

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else)
Projects
None yet
4 participants