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

gui-libs/wlroots: rework backends system, fix building with seatd #31028

Closed
wants to merge 572 commits into from

Conversation

BalkanMadman
Copy link
Contributor

So, the initial issue was in compilation failure if seatd USE flag was disabled - it didn't do anything (in wlroots <=0.16.2 seatd is mandatory). In 9999 version it is optional, though, but is required for DRM and libinput, so I reworked backends system a bit.

I have done a bit of a testing - all the ebuilds for wlroots (even the ones I haven't touched) were successfuly recompiled (except for unsatisfying required USE) with any combination of the following USE flags I added: drm, libinput, session.

Bug: https://bugs.gentoo.org/883781
Closes: https://bugs.gentoo.org/883781

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @BalkanMadman
Areas affected: ebuilds
Packages affected: gui-libs/wlroots

gui-libs/wlroots: @arthurzam, @prometheanfire

Linked bugs

Bugs linked: 883781


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 assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels May 13, 2023
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-05-14 00:03 UTC
Newest commit scanned: 0890275
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/a073e58ab2/output.html

@BalkanMadman
Copy link
Contributor Author

oh god I messed it up

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-05-14 00:43 UTC
Newest commit scanned: 0890275
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/f3ffb40f62/output.html

arthurzam and others added 23 commits May 14, 2023 03:57
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
a17r and others added 25 commits May 14, 2023 04:02
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
No more development or packaging for 7.4 branch.

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
…tartup delay with USE=-activities

Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
Bug: https://bugs.gentoo.org/906170
Bug: https://bugs.gentoo.org/895900
Bug: https://bugs.gentoo.org/891839
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Closes: https://bugs.gentoo.org/906208
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://bugs.gentoo.org/903665
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
The headers are needed to get Valgrind annotations.

Signed-off-by: Sam James <sam@gentoo.org>
The headers are needed to get Valgrind annotations.

Signed-off-by: Sam James <sam@gentoo.org>
We don't, in general, run Valgrind for test suites in Gentoo because it's
not portable enough and gives inconsistent results, especially under sandbox.

Plus it's confusing given USE=valgrind is effectively a global USE flag (even
if it isn't in use.desc yet) for meaning "enable annotations to enable better
debugging under Valgrind", rather than "run tests under it".

Signed-off-by: Sam James <sam@gentoo.org>
We don't, in general, run Valgrind for test suites in Gentoo because it's
not portable enough and gives inconsistent results, especially under sandbox.

Plus it's confusing given USE=valgrind is effectively a global USE flag (even
if it isn't in use.desc yet) for meaning "enable annotations to enable better
debugging under Valgrind", rather than "run tests under it".

Signed-off-by: Sam James <sam@gentoo.org>
We don't, in general, run Valgrind for test suites in Gentoo because it's
not portable enough and gives inconsistent results, especially under sandbox.

Plus it's confusing given USE=valgrind is effectively a global USE flag (even
if it isn't in use.desc yet) for meaning "enable annotations to enable better
debugging under Valgrind", rather than "run tests under it".

Signed-off-by: Sam James <sam@gentoo.org>
We don't, in general, run Valgrind for test suites in Gentoo because it's
not portable enough and gives inconsistent results, especially under sandbox.

Plus it's confusing given USE=valgrind is effectively a global USE flag (even
if it isn't in use.desc yet) for meaning "enable annotations to enable better
debugging under Valgrind", rather than "run tests under it".

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
We don't, in general, run Valgrind for test suites in Gentoo because it's
not portable enough and gives inconsistent results, especially under sandbox.

Plus it's confusing given USE=valgrind is effectively a global USE flag (even
if it isn't in use.desc yet) for meaning "enable annotations to enable better
debugging under Valgrind", rather than "run tests under it".

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
The headers are needed to get Valgrind annotations.

Signed-off-by: Sam James <sam@gentoo.org>
@BalkanMadman
Copy link
Contributor Author

holy shit save me from this

@BalkanMadman
Copy link
Contributor Author

Will create a new pull

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-05-14 01:13 UTC
Newest commit scanned: 3993c68
Status: ❌ broken

New issues caused by PR:
https://qa-reports.gentoo.org/output/gentoo-ci/57940fc0ef/output.html#x11-libs/gtk+

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/57940fc0ef/output.html

@BalkanMadman BalkanMadman deleted the wlroots-bug883781 branch May 14, 2023 01:15
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.
Projects
None yet