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

Bug 949353

Summary: sys-apps/flatpak: USE=selinux added in meson migration, does nothing and also fails to build?
Product: Gentoo Linux Reporter: Eli Schwartz <eschwartz>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: RESOLVED FIXED    
Severity: normal CC: concord, eschwartz, selinux, zmedico
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Eli Schwartz gentoo-dev 2025-02-05 21:44:56 UTC
Added in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0b4c313857dadf6faafb3aac0d42983d1cd29f

The module exists upstream since https://github.com/flatpak/flatpak/commit/bb46c1dbd63ff4b314836721267a1cf609f23ce8 and could always have been built by autoconf, but concord says that it has never done anything much, and assumes Fedora in ways that aren't suitable for Gentoo.

It doesn't actually build on a selinux system anyway, since the buildsystem check for whether it is available is the presence of /usr/share/selinux/devel/Makefile which does not exist and therefore aborts the build.
Comment 1 Larry the Git Cow gentoo-dev 2025-02-06 03:46:29 UTC
The bug has been closed via the following commit(s):

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

commit 996581869d6521354286810912ab696d49c2653a
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2025-02-06 03:40:53 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2025-02-06 03:46:24 +0000

    sys-apps/flatpak: Remove broken selinux USE
    
    Closes: https://bugs.gentoo.org/949353
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/flatpak/flatpak-1.16.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Comment 2 Zac Medico gentoo-dev 2025-02-06 03:47:14 UTC
Thanks!