Summary: | media-libs/openal-1.19.0[sdl abi_x86_32 abi_x86_64] fails on multilib build, missing media-libs/libsdl2 multilib dep | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Branko Grubic <bitlord0xff> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bitlord0xff |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/gentoo/gentoo/pull/10174 | ||
See Also: | https://github.com/gentoo/gentoo/pull/10174 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log
patch |
Created attachment 551830 [details, diff]
patch
I have a really slow connection, I'll try to create a pull request, for now I'm attaching the patch if that is good enough for this. It's really a simple change. It builds fine here.
Created pull request[1] [1] https://github.com/gentoo/gentoo/pull/10174 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1ea099b65e58ae3dba77c7bac88f195e305088 commit 9d1ea099b65e58ae3dba77c7bac88f195e305088 Author: Branko Grubic <bitlord0xff@gmail.com> AuthorDate: 2018-10-18 21:10:27 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-10-26 14:18:57 +0000 Fixes multilib build when built with sdl support Closes: https://bugs.gentoo.org/668974 Signed-off-by: Branko Grubic <bitlord0xff@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10174 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> media-libs/openal/openal-1.19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
Created attachment 551828 [details] build log media-libs/openal-1.19.0[sdl abi_x86_32 abi_x86_64] fails to build since it misses multilib dependency for libsdl2. I tweaked the ebuild, and I'll create a pull request with a fix.