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

Bug 744424

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

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

Issue: games-engines/scummvm-tools-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:04:05 UTC
Created attachment 662212 [details]
build.log

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

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

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

commit f18190f1c6a974bb606e30c3b0d0f71dd041f391
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2021-09-07 20:49:32 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-09-08 00:03:13 +0000

    games-engines/scummvm-tools: Fix build without native symlinks
    
    Closes: https://bugs.gentoo.org/744424
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://github.com/gentoo/gentoo/pull/22228
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../files/scummvm-tools-2.2.0-strings.patch             | 17 +++++++++++++++++
 games-engines/scummvm-tools/scummvm-tools-2.2.0.ebuild  | 13 +++++--------
 2 files changed, 22 insertions(+), 8 deletions(-)