https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-cluster/ceph calls objdump 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 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.
Created attachment 650612 [details] build.log.bz2 build log and emerge --info
Created attachment 650614 [details] other.tar.bz2 other logs
*** Bug 768795 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c77e40c2758524359e5017bc695bf34991bda3 commit 30c77e40c2758524359e5017bc695bf34991bda3 Author: Patrick McLean <patrick.mclean@sony.com> AuthorDate: 2021-02-26 00:42:53 +0000 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: 2021-02-26 00:44:08 +0000 sys-cluster/ceph-14.2.16-r2: Revbump, drop libressl, fix objdump call Closes: https://bugs.gentoo.org/701618 Closes: https://bugs.gentoo.org/733814 Closes: https://bugs.gentoo.org/724522 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> sys-cluster/ceph/ceph-14.2.16-r2.ebuild | 394 ++++++++++++++++++++++++++++++++ 1 file changed, 394 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113ee30b5fbc92ced3160824d5d7c0dd2881e40a commit 113ee30b5fbc92ced3160824d5d7c0dd2881e40a Author: Patrick McLean <patrick.mclean@sony.com> AuthorDate: 2021-02-26 00:35:22 +0000 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: 2021-02-26 00:44:08 +0000 sys-cluster/ceph-15.2.9: Version bump - Add patch to avoid SSE 4.1 functions when SSE 4.1 is disabled (bug #701618) - Don't call objdump directly (bug #733814) - Drop libressl support (closes bug #724522) - Add a dep on the new pmdk package (bug #52177) Closes: https://bugs.gentoo.org/701618 Bug: https://bugs.gentoo.org/733814 Closes: https://bugs.gentoo.org/724522 Closes: https://bugs.gentoo.org/752177 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> sys-cluster/ceph/Manifest | 1 + sys-cluster/ceph/ceph-15.2.9.ebuild | 405 +++++++++++++++++++++ ...ompile-isal_compress-if-don-t-have-SSE4_1.patch | 22 ++ sys-cluster/ceph/files/rbdmap.initd-r1 | 122 +++++++ 4 files changed, 550 insertions(+)