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).
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(+)
Thanks!