Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940438 - media-video/pipewire-1.2.5: fails to build cannot find libelogind
Summary: media-video/pipewire-1.2.5: fails to build cannot find libelogind
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-28 12:30 UTC by Andreas
Modified: 2024-09-28 12:50 UTC (History)
2 users (show)

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


Attachments
build log (meson-log.txt,58.55 KB, text/plain)
2024-09-28 12:31 UTC, Andreas
Details
emerge info (emerge_info.txt,9.22 KB, text/plain)
2024-09-28 12:31 UTC, Andreas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas 2024-09-28 12:30:57 UTC
pipewire fails to build with:

Dependency systemd skipped: feature systemd disabled
Dependency libsystemd skipped: feature systemd disabled
Found pkg-config: YES (/usr/bin/x86_64-pc-linux-gnu-pkg-config) 2.3.0
Found CMake: /usr/bin/cmake (3.30.3)
Run-time dependency libelogind found: NO (tried pkgconfig and cmake)

I do have elogind installed which provides a libelogind:
# /usr/bin/x86_64-pc-linux-gnu-pkg-config --modversion libelogind
255


Reproducible: Always
Comment 1 Andreas 2024-09-28 12:31:36 UTC
Created attachment 904074 [details]
build log
Comment 2 Andreas 2024-09-28 12:31:54 UTC
Created attachment 904075 [details]
emerge info
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-28 12:37:16 UTC
Ah, the problem is obvious. Hang on.
Comment 4 Larry the Git Cow gentoo-dev 2024-09-28 12:40:51 UTC
The bug has been closed via the following commit(s):

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

commit 36d780c2dc57c953f890856e42261bfdb03147e6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-09-28 12:38:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-09-28 12:39:34 +0000

    media-video/pipewire: only enable logind for native ABI
    
    I meant to do this before and forgot when trying to express the configure
    option :(
    
    Closes: https://bugs.gentoo.org/940438
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/pipewire/pipewire-1.2.5.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
Comment 5 Andreas 2024-09-28 12:50:05 UTC
Thanks Sam, that solves the issue.