commit:     9d318bceb92283f3a3f4ae4d1d61f02512b28cef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 17:03:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  6 17:03:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d318bce

sys-apps/util-linux: install with -j1 for now in 2.40.1

Temporary workaround but better than leaving it broken. I haven't yet
managed to get it to fail on another machine where I could get a seed...

Bug: https://bugs.gentoo.org/931301
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/util-linux/util-linux-2.40.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.40.1.ebuild 
b/sys-apps/util-linux/util-linux-2.40.1.ebuild
index a3c518db9e1d..fefca19af628 100644
--- a/sys-apps/util-linux/util-linux-2.40.1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.40.1.ebuild
@@ -358,7 +358,8 @@ multilib_src_install() {
        fi
 
        # This needs to be called AFTER python_install call, bug #689190
-       emake DESTDIR="${D}" install
+       # XXX: -j1 as temporary workaround for bug #931301
+       emake DESTDIR="${D}" install -j1
 }
 
 multilib_src_install_all() {

Reply via email to