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

Bug 745114

Summary: dev-libs/aws-checksums-0.1.9 fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sven Eden <sven.eden>
Status: RESOLVED FIXED    
Severity: normal CC: rion4ik
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/17707
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
1-CMakeOutput.log

Description Agostino Sarubbo gentoo-dev 2020-09-28 12:11:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/aws-checksums-0.1.9 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-28 12:11:40 UTC
Created attachment 662791 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-28 12:11:41 UTC
Created attachment 662794 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 3 Sven Eden 2020-09-29 09:18:25 UTC
The problem was, that the old dev-libs/aws-c-common was present, and the new dev-libs/aws-checksums needs cmake files introduced later.

The PR fixes the dependencies, so that dev-libs/aws-c-common is pulled in first.
Comment 4 Larry the Git Cow gentoo-dev 2020-09-30 07:06:53 UTC
The bug has been closed via the following commit(s):

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

commit 6330cddc08ed7df0071217021bd093bdb9f0214c
Author:     Sven Eden <sven.eden@prydeworx.com>
AuthorDate: 2020-09-29 07:50:18 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-09-30 07:06:43 +0000

    dev-libs/aws-checksums: Fix dependency on dev-libs/aws-c-common
    
    This package also needs dev-libs/aws-c-common as it uses some of its
    parts for cmake. This change also fixes -Werror getting leaked into
    the build FLAGS.
    
    Closes: https://bugs.gentoo.org/745114
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 ...{aws-checksums-0.1.9.ebuild => aws-checksums-0.1.9-r1.ebuild} | 7 ++++++-
 dev-libs/aws-checksums/metadata.xml                              | 9 ++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)
Comment 5 Sven Eden 2020-12-08 07:08:30 UTC
*** Bug 749750 has been marked as a duplicate of this bug. ***