Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 744421

Summary: games-engines/scummvm-2.2.0 calls strings directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/22228
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-09-24 06:03:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-engines/scummvm-2.2.0 calls strings directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different STRINGS implementation (like llvm-strings). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the STRINGS variable to x86_64-pc-linux-gnu-strings.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-24 06:03:59 UTC
Created attachment 662209 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-24 06:04:01 UTC
Possible context of error(s):

Checking endianness... ./configure: line 2415: strings: command not found
./configure: line 2417: strings: command not found
Comment 3 Larry the Git Cow gentoo-dev 2021-09-08 00:09:45 UTC
The bug has been closed via the following commit(s):

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

commit f1f54feb4f20e305945cbf832344929c0619aeb7
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2021-09-06 00:01:37 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-09-08 00:03:13 +0000

    games-engines/scummvm: fix build, deps, bump eapi
    
    Closes: https://bugs.gentoo.org/744421
    Closes: https://bugs.gentoo.org/801229
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../{scummvm-2.2.0-r1.ebuild => scummvm-2.2.0-r2.ebuild}  | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)