https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-libs/vips-8.10.6 calls commands that do not exist. Discovered on: amd64 (internal ref: guru_ci) NOTE: Please look for 'command not found' and/or 'no such file or directory'. This machine uses GCC-11
Created attachment 702789 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=181b7fa84894efb6d914b6a99b6f2b35085e90d5 commit 181b7fa84894efb6d914b6a99b6f2b35085e90d5 Author: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> AuthorDate: 2021-04-29 10:31:41 +0000 Commit: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> CommitDate: 2021-04-29 10:42:31 +0000 media-libs/vips: Fix econf, replace prune_libtool_files. The econf command would only go until `$(use_with openexr OpenEXR)` and then print the error: “--without-orc: command not found”. prune_libtool_files is deprecated. Replaced with find. Closes: https://bugs.gentoo.org/786225 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> media-libs/vips/vips-8.10.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)