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

Bug 815907

Summary: dev-util/bazel-3.7.2: fails to compile on musl: TEMP_FAILURE_RETRY undefined
Product: Gentoo Linux Reporter: Leonardo Neumann <leonardo>
Component: Current packagesAssignee: Jason Zaman <perfinion>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Leonardo Neumann 2021-10-03 07:00:26 UTC
The package dev-util/bazel fails to compile on musl because they do not define the TEMP_FAILURE_RETRY macro. This issue was already fixed upstream (https://github.com/bazelbuild/bazel/commit/bcce6dd026e90336e80616a8c1004a79a2f8640c).
Comment 1 Larry the Git Cow gentoo-dev 2021-11-24 02:24:50 UTC
The bug has been closed via the following commit(s):

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

commit ac00d0d8ce29825d65b1ecfbb894e9d0310eedd3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-11-24 02:19:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-24 02:19:47 +0000

    dev-util/bazel: add upstream musl patch
    
    Closes: https://bugs.gentoo.org/815907
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/bazel/bazel-3.7.2-r1.ebuild               |  1 +
 .../bazel-3.7.2-musl-temp-failure-retry.patch      | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-24 02:31:14 UTC
Thanks!