https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/dos2unix-7.4.2 calls commands that do not exist. Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: This machine uses MUSL libc Please look for 'command not found' and/or 'no such file or directory'.
Created attachment 765769 [details] build.log build log and emerge --info
From the log: ./chk_loc.sh: line 11: locale: command not found musl doesn't provide a "locale" command. The error seems harmless. I would close as WONTFIX.
tinderbox_musl has reproduced this issue with version 7.4.3 - Updating summary.
tinderbox_musl has reproduced this issue with version 7.4.4 - Updating summary.
tinderbox_musl has reproduced this issue with version 7.5.1 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c602d5854eb775dc7cbadab688a4a5374d71254e commit c602d5854eb775dc7cbadab688a4a5374d71254e Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-09-29 16:18:01 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-09-29 16:23:37 +0000 app-text/dos2unix: fix tests on musl The `locale` binary is called during tests (not compile). On glibc supplied by glibc, but not part of musl, so we need musl-locales. Closes: https://bugs.gentoo.org/833996 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> app-text/dos2unix/dos2unix-7.5.2.ebuild | 1 + 1 file changed, 1 insertion(+)