Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 786225 - [guru] media-libs/vips-8.10.6 calls commands that do not exist
Summary: [guru] media-libs/vips-8.10.6 calls commands that do not exist
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-28 06:31 UTC by Agostino Sarubbo
Modified: 2021-04-30 07:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,602.40 KB, text/plain)
2021-04-28 06:31 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-04-28 06:31:47 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-28 06:31:50 UTC
Created attachment 702789 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-04-30 07:45:15 UTC
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(-)