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-emulation/dolphin: added missing dependency #13257

Closed
wants to merge 1 commit into from
Closed

games-emulation/dolphin: added missing dependency #13257

wants to merge 1 commit into from

Conversation

HWXLR8
Copy link
Contributor

@HWXLR8 HWXLR8 commented Oct 11, 2019

Latest dev build requires media-libs/vulkan-loader
to use vulkan backend.

Package-Manager: Portage-2.3.76, Repoman-2.3.17

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @drylemon
Areas affected: ebuilds
Packages affected: games-emulation/dolphin

games-emulation/dolphin: @trofi

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.

Missing GCO sign-off

Please read the terms of Gentoo Certificate of Origin and acknowledge them by adding a sign-off to all your commits.


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). no bug found No Bug/Closes found in the commits. no signoff One or more commits do not indicate GCO sign-off. labels Oct 11, 2019
@trofi
Copy link
Contributor

trofi commented Oct 11, 2019

Does the build fail for you otherwise? It does not for me. Can you share the build.log?

@HWXLR8
Copy link
Contributor Author

HWXLR8 commented Oct 11, 2019

@trofi The build doesn't fail, but one of the differences between the stable version, and the 9999 version is the inclusion of dev-util/vulkan-headers for vulkan support, but this alone is not enough to use the vulkan backend, media-libs/vulkan-loader is also required. Should it perhaps be added as a USE flag instead?

@trofi
Copy link
Contributor

trofi commented Oct 11, 2019

It depends on what is broken. I still fail to understand the difference between actual and expected behaviour. Does vulkan option not get enabled? Or you get runtime failure?

Once I understand that I can answer if the proposed solution works.

@HWXLR8
Copy link
Contributor Author

HWXLR8 commented Oct 11, 2019

In the 9999 version, the vulkan backend is an option:
2019-10-11-030945_459x178_scrot
but if you try to select it, you get this error:
2019-10-11-031052_232x74_scrot
emerging media-libs/vulkan-loader resolves this.

@trofi
Copy link
Contributor

trofi commented Oct 11, 2019

Aha, you change looks good almost as-is then.

Can you add a few minor tweaks:

  • move the dependency to RDEPEND only (no need to build-time requirement). The syntax would be roughly: RDEPEND="..." DEPEND="${RDEPEND} ..." RDEPEND="${EDEPEND} vulcan-loader
  • add a comment to ebuild to explain why it's needed.

I'll merge it then.

Latest dev build requires media-libs/vulkan-loader
to use vulkan backend.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
@HWXLR8
Copy link
Contributor Author

HWXLR8 commented Oct 12, 2019

@trofi like this?

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2019-10-12 05:37 UTC
Newest commit scanned: 6e0c0b2
Status: ✅ good

No issues found

@trofi
Copy link
Contributor

trofi commented Oct 12, 2019

Looks good! Pushed with a slight whitespace change and comment tweak.

Thank you!

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). no bug found No Bug/Closes found in the commits. no signoff One or more commits do not indicate GCO sign-off.
Projects
None yet
4 participants