Making all in nls/C make[2]: Entering directory /var/tmp/portage/x11-wm/fluxbox-1.3.7-r4/work/fluxbox-1.3.7/nls/C /bin/sh: line 1: fluxbox.cat: command not found make[2]: *** [Makefile:465: fluxbox.cat] Error 127 make[2]: Leaving directory /var/tmp/portage/x11-wm/fluxbox-1.3.7-r4/work/fluxbox-1.3.7/nls/C make[1]: *** [Makefile:4701: all-recursive] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl-20200311-204810 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-gentoo-linux-musl-9.2.0 * [2] x86_64-gentoo-linux-musl-9.3.0 clang version 10.0.0 Target: x86_64-gentoo-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.7 [3] python3.6 [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-bin-1.41.1 [2] rust-1.41.1 * The following VMs are available for generation-2: repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Mon, 16 Mar 2020 00:38:24 +0000 emerge -qpvO x11-wm/fluxbox [ebuild N ] x11-wm/fluxbox-1.3.7-r4 USE="imlib nls slit systray toolbar truetype -bidi -vim-syntax -xinerama"
Created attachment 620240 [details] emerge-info.txt
Created attachment 620242 [details] emerge-history.txt
Created attachment 620244 [details] environment
Created attachment 620246 [details] etc.portage.tbz2
Created attachment 620248 [details] logs.tbz2
Created attachment 620250 [details] temp.tbz2
Created attachment 620252 [details] x11-wm:fluxbox-1.3.7-r4:20200316-015401.log
The first attempt to tinderbox a musl image failed at all. I'll mass close therefore all filed bug reports of the last days related to this tinderbox image. Please feel free to re-open if you think that the bug is real in musl and not fixed by the musl overlay.
is still real
musl package does not provide gencat binary, which is needed for nls generation. The make fails when it tries to execute $(gencat_cmd) fluxbox.cat $(srcdir)/Translation.m but gencat_cmd variable is empty, therefore it fails with: fluxbox.cat: command not found.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e4bb87b8b8cafd4c249ce919d5603281f0f5f4 commit 37e4bb87b8b8cafd4c249ce919d5603281f0f5f4 Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2022-03-15 15:38:40 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-03-16 17:22:51 +0000 profiles/features/musl: mask x11-wm/fluxbox[nls] Closes: https://bugs.gentoo.org/712828 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/24582 Signed-off-by: Sam James <sam@gentoo.org> profiles/features/musl/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+)