Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815907 - dev-util/bazel-3.7.2: fails to compile on musl: TEMP_FAILURE_RETRY undefined
Summary: dev-util/bazel-3.7.2: fails to compile on musl: TEMP_FAILURE_RETRY undefined
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-10-03 07:00 UTC by Leonardo Neumann
Modified: 2021-11-24 02:31 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!