Summary: | dev-libs/aws-c-event-stream-0.1.6-r1 : * cmake failed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Sven Eden <sven.eden> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/awslabs/aws-c-common/issues/734 https://gitlab.kitware.com/cmake/cmake/-/issues/21529 https://github.com/gentoo/gentoo/pull/18623 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-libs:aws-c-event-stream-0.1.6-r1:20201124-081151.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 674671 [details]
emerge-info.txt
Created attachment 674674 [details]
dev-libs:aws-c-event-stream-0.1.6-r1:20201124-081151.log
Created attachment 674677 [details]
emerge-history.txt
Created attachment 674680 [details]
environment
Created attachment 674683 [details]
etc.portage.tbz2
Created attachment 674686 [details]
logs.tbz2
Created attachment 674689 [details]
temp.tbz2
This is a regression in cmake-3.19.x that will be fixed in cmake-3.19.2. To fix this, we'll have to wait for cmake-3.19.2 to get released, or KDE Team has to backport https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5556 to cmake-3.19.0 and cmake-3.19.1. *** This bug has been marked as a duplicate of bug 759271 *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671b10eb514775c1cbdf28c59995ae371b625292 commit 671b10eb514775c1cbdf28c59995ae371b625292 Author: Sven Eden <sven.eden@prydeworx.com> AuthorDate: 2020-12-08 09:24:12 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-12-13 10:50:21 +0000 dev-libs/aws-c-event-stream: Version 0.2.5 Bump, fix #756325 * Event stream rpc full stack [0] event-stream-rpc implementation and tests. Added aws-c-io dependency. * Marked RPC tests as net tests [1] * Added test helper to ensure symbol is exported [2] * Fixed shared-lib builds [3] * Added newline [4] Also: * Raise dependency of dev-libs/aws-c-common to at least 0.4.62 * Depend now on dev-libs/aws-c-io as demanded by [0] * Block dev-util/cmake-3.19.0 and dev-util/cmake-3.19.1, which introduced a regression causing configure phase to fail. [5] [0] https://github.com/awslabs/aws-c-event-stream/pull/48 [1] https://github.com/awslabs/aws-c-event-stream/pull/49 [2] https://github.com/awslabs/aws-c-event-stream/pull/50 [3] https://github.com/awslabs/aws-c-event-stream/pull/51 [4] https://github.com/awslabs/aws-c-event-stream/pull/53 [5] https://gitlab.kitware.com/cmake/cmake/-/issues/21529 Closes: https://bugs.gentoo.org/756325 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-libs/aws-c-event-stream/Manifest | 1 + .../aws-c-event-stream-0.2.5.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb1dfcb4ca5cbafb4a2ca09b7491cce6dbcde66 commit fdb1dfcb4ca5cbafb4a2ca09b7491cce6dbcde66 Author: Sven Eden <sven.eden@prydeworx.com> AuthorDate: 2020-12-10 08:03:38 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-12-13 10:50:21 +0000 dev-libs/aws-sdk-cpp: Version 1.8.105 bump The following new modules have been added: * Amazon ECR Public * Amazon EMR on EKS * Amazon Lookout for Vision * Amazon Managed Workflows for Apache Airflow (Amazon MWAA) * Amazon Timestream * Audit Manager * Detective * DevOps Guru The following modules are now enabled in various categories: * connect-contact-lens * customer-profiles * databrew * healthlake * network-firewall * s3outposts * sagemaker-edge * sagemaker-featurestore-runtime * sso-admin * servicecatalog-appregistry Further more the SDK now uses the new packages * dev-libs/aws-c-cal * dev-libs/aws-c-io and * dev-libs/s2n which have code for IO/TLS/SSL and a cryptography layer split out. In the wake of this bump, the mentioned new packages have been added, and the following packages bumped: * dev-libs/aws-c-common * dev-libs/aws-checksums * dev-libs/aws-c-event-stream All packages that suffer from the cmake-3.9.0/1 regression [0] have been updated to no longer accept dev-util/cmake-3.9.0 and dev-util/cmake-3.9.1 for building. Bug: https://bugs.gentoo.org/755932 Bug: https://bugs.gentoo.org/756325 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> [0] https://gitlab.kitware.com/cmake/cmake/-/issues/21529 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-libs/aws-sdk-cpp/Manifest | 1 + dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.105.ebuild | 196 +++++++++++++++++++++ ...-sdk-cpp-1.8.105-remove_Werror_from_FLAGS.patch | 30 ++++ dev-libs/aws-sdk-cpp/metadata.xml | 43 +++-- 4 files changed, 260 insertions(+), 10 deletions(-) |