https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-sound/lash-0.5.4-r5 calls commands that do not exist (MUSL-SYSTEM). Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: (MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl. Please look for 'command not found' and/or 'no such file or directory'.
Created attachment 862955 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: /var/tmp/portage/media-sound/lash-0.5.4-r5/work/lash-0.5.4/lashd/main.c:42:12: fatal error: mcheck.h: No such file or directory configure: WARNING: texi2html not found, manual will not be built /var/tmp/portage/media-sound/lash-0.5.4-r5/work/lash-0.5.4/lashd/main.c:42:12: fatal error: mcheck.h: No such file or directory
this is on purpose as building the documentation using texi2html fails as of now: cd lash-manual-html-one-page && \ texi2html --number-sections ..//var/tmp/portage/media-sound/lash-0.5.4-r7/work/lash-0.5.4/docs/lash-manual.texi Can't read file ..//var/tmp/portage/media-sound/lash-0.5.4-r7/work/lash-0.5.4/docs/lash-manual.texi: No such file or directory the file is not present in the sources but it is present in the sources for each arch: # find /var/tmp/portage/media-sound/lash-0.5.4-r7/work/ -name lash-manual.texi /var/tmp/portage/media-sound/lash-0.5.4-r7/work/lash-0.5.4-abi_x86_32.x86/docs/lash-manual.texi /var/tmp/portage/media-sound/lash-0.5.4-r7/work/lash-0.5.4-abi_x86_64.amd64/docs/lash-manual.texi but as the documentation is attempted to be built only once from the original sources, it fails. the documentation is provided though anyway, as the pregenerated one is used instead.
also, this is not musl related, it is a general issue unrelated to musl.