Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 782892

Summary: media-sound/pulseaudio-13.0-r1: fix orcc location
Product: Gentoo Linux Reporter: David Michael <fedora.dm0>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fix.patch

Description David Michael 2021-04-14 21:50:02 UTC
The configure script locates the orcc program via pkg-config, which specifies it in ROOT which is a cross-compiled version that probably is not executable.  It should be in BDEPEND to install a native version, and the program path needs to be overridden for configure.  (It links against liborc, too, so it also needs to remain in DEPEND.)

This looks like it is fixed in future versions with meson.
Comment 1 David Michael 2021-04-14 21:51:00 UTC
Created attachment 699903 [details, diff]
fix.patch
Comment 2 Larry the Git Cow gentoo-dev 2021-04-18 15:04:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c196b9620a08dd097b55fb024015ccbe63978eaa

commit c196b9620a08dd097b55fb024015ccbe63978eaa
Author:     David Michael <fedora.dm0@gmail.com>
AuthorDate: 2021-04-14 21:50:38 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-18 15:04:38 +0000

    media-sound/pulseaudio: fix orcc patch
    
    Closes: https://bugs.gentoo.org/782892
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: David Michael <fedora.dm0@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)