Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733814 - sys-cluster/ceph calls objdump directly
Summary: sys-cluster/ceph calls objdump directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
: 768795 (view as bug list)
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-07-24 20:25 UTC by Agostino Sarubbo
Modified: 2021-02-26 00:44 UTC (History)
2 users (show)

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


Attachments
build.log.bz2 (build.log.bz2,103.04 KB, application/x-bzip-compressed-tar)
2020-07-24 20:25 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,6.33 KB, application/x-bzip-compressed-tar)
2020-07-24 20:25 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 2020-07-24 20:25:26 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-24 20:25:32 UTC
Created attachment 650612 [details]
build.log.bz2

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-07-24 20:25:34 UTC
Created attachment 650614 [details]
other.tar.bz2

other logs
Comment 3 Patrick McLean gentoo-dev 2021-02-26 00:21:39 UTC
*** Bug 768795 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2021-02-26 00:44:16 UTC
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(+)