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

Bug 729026

Summary: sys-cluster/galera calls objdump directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
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-06-21 16:47:33 UTC
@@This is an auto-filed bug@@
If you think that a different summary clarifies the issue better, feel free to change it.

Issue: sys-cluster/galera calls objdump directly.
Discovered on: amd64

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] and set the OBJDUMP variable to x86_64-pc-linux-gnu-objdump.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-21 16:47:37 UTC
Created attachment 645530 [details]
build.log

build log and emerge --info
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-09-11 10:30:42 UTC
*** Bug 725764 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2020-09-11 11:53:03 UTC
The bug has been closed via the following commit(s):

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

commit cb511555ca37e2ae023f4de885508d4c9ef73450
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-09-11 11:49:54 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-09-11 11:52:57 +0000

    sys-cluster/galera: don't call objdump directly
    
    Closes: https://bugs.gentoo.org/729026
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 .../files/galera-26.4.5-respect-toolchain.patch    | 55 ++++++++++++++++++++++
 sys-cluster/galera/galera-26.4.5.ebuild            |  4 +-
 2 files changed, 57 insertions(+), 2 deletions(-)