Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935158 - sys-apps/selinux-python-3.7 fails to compile: environment: line 2501: sepolgen.conf: No such file or directory
Summary: sys-apps/selinux-python-3.7 fails to compile: environment: line 2501: sepolge...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: SE Linux Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-30 06:27 UTC by Agostino Sarubbo
Modified: 2024-07-08 14:22 UTC (History)
0 users

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


Attachments
build.log (build.log,158.13 KB, text/plain)
2024-06-30 06:27 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-06-30 06:27:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/selinux-python-3.7 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-30 06:27:58 UTC
Created attachment 896641 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-07-08 14:22:12 UTC
The bug has been closed via the following commit(s):

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

commit 15c3a11ddcf78c4d9c17518378f5a4cced8ea16a
Author:     Kenton Groombridge <concord@gentoo.org>
AuthorDate: 2024-07-08 14:18:13 +0000
Commit:     Kenton Groombridge <concord@gentoo.org>
CommitDate: 2024-07-08 14:21:06 +0000

    sys-apps/selinux-python: fix sepolgen.conf install
    
    sepolgen.conf will fail to install if /etc/selinux/config has not been
    created yet. Reorder the creation of the /etc/selinux directory during
    the install phase so that if this happens, sepolgen.conf can be
    installed correctly.
    
    Closes: https://bugs.gentoo.org/935158
    Signed-off-by: Kenton Groombridge <concord@gentoo.org>

 sys-apps/selinux-python/selinux-python-3.5.ebuild  | 4 ++--
 sys-apps/selinux-python/selinux-python-3.6.ebuild  | 2 +-
 sys-apps/selinux-python/selinux-python-3.7.ebuild  | 2 +-
 sys-apps/selinux-python/selinux-python-9999.ebuild | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)