Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842312 - [guru] net-libs/dpdk-22.03 calls objdump directly
Summary: [guru] net-libs/dpdk-22.03 calls objdump directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Aisha Tammy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-05-03 06:15 UTC by Agostino Sarubbo
Modified: 2022-08-24 15:51 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,44.58 KB, text/plain)
2022-05-03 06:15 UTC, Agostino Sarubbo
Details
1-meson-log.txt (1-meson-log.txt,3.08 KB, text/plain)
2022-05-03 06:15 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-05-03 06:15:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-libs/dpdk-22.03 calls objdump 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 OBJDUMP implementation (like llvm-objdump). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-03 06:15:19 UTC
Created attachment 776210 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-03 06:15:20 UTC
Created attachment 776213 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 Agostino Sarubbo gentoo-dev 2022-05-03 06:15:22 UTC
Error(s) that match a know pattern:


Program objdump llvm-objdump found: NO
buildtools/meson.build:7:0: ERROR: Program 'objdump llvm-objdump' not found or not executable
Comment 4 Larry the Git Cow gentoo-dev 2022-08-24 15:51:58 UTC
The bug has been closed via the following commit(s):

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

commit ccfbaad448247f76c23548ba32362383e7b01a2b
Author:     Aisha Tammy <gentoo@aisha.cc>
AuthorDate: 2022-08-14 11:36:11 +0000
Commit:     Aisha Tammy <gentoo@aisha.cc>
CommitDate: 2022-08-14 11:36:11 +0000

    net-libs/dpdk: fix objdump calls
    
    Closes: https://bugs.gentoo.org/842312
    
    Signed-off-by: Aisha Tammy <gentoo@aisha.cc>

 net-libs/dpdk/dpdk-22.03.ebuild               | 17 +++++---
 net-libs/dpdk/files/dpdk-22.03-binutils.patch | 60 +++++++++++++++++++++++++++
 2 files changed, 71 insertions(+), 6 deletions(-)