https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-lang/elixir-1.15.6 fails to compile. Discovered on: amd64 (internal ref: slibtool_tinderbox) System: SLIBTOOL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#SLIBTOOL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 884517 [details] build.log build log and emerge --info
environment: > MAKE="make LIBTOOL=rlibtool" build log: > "make LIBTOOL=rlibtool" unicode Couldn't there be a better way of enabling slibtool, something like MAKEOPTS? Because $MAKE should point to an executable and seems reasonable to quote (for example to make it work when there's a space in the path).
> Couldn't there be a better way of enabling slibtool, something like MAKEOPTS? > Because $MAKE should point to an executable and seems reasonable to quote (for > example to make it work when there's a space in the path). The value can be lost in cases of recursive make, for example with binutils.