https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-libs/sdl2-image calls commands that do not exist. Discovered on: amd64
Created attachment 647898 [details] build.log build log and emerge --info
I'm unable to reproduce this and I can't figure out what's going on here. What's on line 46 of your libtool? For me, it's just AS=as.
I'll try to figure out if it is still reproducible
The issue is still reproducible with latest sdl2-image-2.8.2.ebuild. The precondition to reproduce is to add to make.conf: AS="/usr/lib/llvm/19/bin/clang -c" Reason: SDL-image is shipped with old vendored 2.2.6a libtool.m4 - https://github.com/libsdl-org/SDL_image/blob/release-2.8.2/acinclude/ltoptions.m4#L137 This issue was fixed in autotools 2.5.3 - https://github.com/autotools-mirror/libtool/commit/16988b353264adf6ef21f123e7d9e0dd125f60e9 in 2009 The problem seems to be not fatal; message `./libtool: line 46: -c` can safely be ignored. The long-term fix would be to migrate ebuild to CMake (sdl-image provides supports it too).