Summary: | media-sound/clementine: fails to build with =dev-libs/crypto++-7.0.0[-asm] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bastien Armand <armand.bastien> |
Component: | Current packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander, sam, sound |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 669288 | ||
Bug Blocks: |
Description
Bastien Armand
2018-10-03 18:19:21 UTC
This looks like a bug in `dev-libs/crypto++-7.0.0-r2`. crypto++ ebuild should modify config.h instead of appending `-DCRYPTOPP_DISABLE_ASM` to `CFLAGS`. Related issue: https://github.com/gentoo/gentoo/pull/10186 The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010 commit 8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2018-10-22 09:28:32 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-10-22 09:28:32 +0000 media-sound/clementine: Depend on dev-libs/crypto++[asm] until a better fix has been found. Bug: https://bugs.gentoo.org/667668 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-sound/clementine/clementine-1.3.1_p20180416.ebuild | 4 ++-- media-sound/clementine/clementine-1.3.1_p20180523.ebuild | 4 ++-- media-sound/clementine/clementine-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (In reply to Alexander Tsoy from comment #1) I filed bug 669288 Please retest with dev-libs/crypto++-7.0.0-r3 It's ok with dev-libs/crypto++-7.0.0-r3 without the asm flag (but I will keep it enabled). Thanks for the fixes ! |