Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782892 - media-sound/pulseaudio-13.0-r1: fix orcc location
Summary: media-sound/pulseaudio-13.0-r1: fix orcc location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-04-14 21:50 UTC by David Michael
Modified: 2021-04-18 15:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fix.patch (0001-media-sound-pulseaudio-fix-orcc-patch.patch,1.26 KB, patch)
2021-04-14 21:51 UTC, David Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)