Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785214 - [guru] dev-util/xdp-tools-1.1.0 calls readelf directly
Summary: [guru] dev-util/xdp-tools-1.1.0 calls readelf directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Kurt Kanzenbach
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-23 11:27 UTC by Agostino Sarubbo
Modified: 2021-04-25 14:05 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,12.34 KB, text/plain)
2021-04-23 11:27 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-23 11:27:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/xdp-tools-1.1.0 calls readelf directly.
Discovered on: amd64 (internal ref: guru_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 READELF implementation (like llvm-readelf). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the READELF variable to x86_64-pc-linux-gnu-readelf.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-23 11:27:33 UTC
Created attachment 701883 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-04-24 23:19:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33d6cebd06e2d9c041cdc48b242102edb1d852e8

commit 33d6cebd06e2d9c041cdc48b242102edb1d852e8
Author:     Kurt Kanzenbach <kurt@kmk-computers.de>
AuthorDate: 2021-04-24 10:18:01 +0000
Commit:     Kurt Kanzenbach <kurt@kmk-computers.de>
CommitDate: 2021-04-24 10:18:01 +0000

    dev-util/xdp-tools: Don't call readelf directly
    
    Allow to override it.
    
    Closes: https://bugs.gentoo.org/785214
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>

 .../xdp-tools/files/xdp-tools-1.1.0-readelf.patch  | 52 ++++++++++++++++++++++
 dev-util/xdp-tools/xdp-tools-1.1.0.ebuild          |  6 ++-
 2 files changed, 57 insertions(+), 1 deletion(-)
Comment 3 Agostino Sarubbo gentoo-dev 2021-04-25 14:05:52 UTC
Changing TRACKER as requested by QA.