Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830950 - media-gfx/waifu2x-ncnn-vulkan-20210521 calls commands that do not exist
Summary: media-gfx/waifu2x-ncnn-vulkan-20210521 calls commands that do not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Piotr Karbowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-10 19:17 UTC by Agostino Sarubbo
Modified: 2022-01-10 22:13 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,47.24 KB, text/plain)
2022-01-10 19:17 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 2022-01-10 19:17:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/waifu2x-ncnn-vulkan-20210521 calls commands that do not exist.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses CLANG as a compiler and LLD as a linker
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-10 19:17:49 UTC
Created attachment 761828 [details]
build.log

build log and emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2022-01-10 22:04:52 UTC
This isn't really coming from this package (it's from dev-util/cmake's /usr/share/cmake/Modules/CheckIPOSupported), and AR has no real consequence given we don't use static libraries.

But that's automatically checking if it can add -flto, and that's something better left to users.

So I'll yank out the check.
Comment 3 Larry the Git Cow gentoo-dev 2022-01-10 22:13:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c0b0fc94c19694b7fe2a98fc90ffa38a7519c4

commit 48c0b0fc94c19694b7fe2a98fc90ffa38a7519c4
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-01-10 22:09:52 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-01-10 22:12:55 +0000

    media-gfx/waifu2x-ncnn-vulkan: remove automatic lto check
    
    Closes: https://bugs.gentoo.org/830950
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../files/waifu2x-ncnn-vulkan-20210521-no-lto.patch    | 18 ++++++++++++++++++
 .../waifu2x-ncnn-vulkan-20210521.ebuild                |  6 +++++-
 2 files changed, 23 insertions(+), 1 deletion(-)