Summary: | dev-libs/aws-c-common-0.4.57-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-common-0.4.57-r1:20201121-115736.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 temp.tbz2 |
Description
Toralf Förster
2020-11-21 12:01:38 UTC
Created attachment 674098 [details]
emerge-info.txt
Created attachment 674101 [details]
dev-libs:aws-c-common-0.4.57-r1:20201121-115736.log
Created attachment 674104 [details]
emerge-history.txt
Created attachment 674107 [details]
environment
Created attachment 674110 [details]
etc.portage.tbz2
Created attachment 674113 [details]
logs.tbz2
Created attachment 674116 [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=7c7499b49249dde455f921a924bbea6e812a1e09 commit 7c7499b49249dde455f921a924bbea6e812a1e09 Author: Sven Eden <sven.eden@prydeworx.com> AuthorDate: 2020-12-08 07:52:44 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-12-13 10:50:20 +0000 dev-libs/aws-c-common: Version 0.4.62 Bump; Block cmake-3.19.{0,1} This commit updates to version 0.4.62 with the following enhancements * Print CMake version when configuring. [0] * Re-adding SOVERSION to CMakeLists.txt [1] * Disabled MSVC 2015's non-constant aggregate initializer warning [2] * Do not use addr2line by default, backtrace_symbols will do the job [3] * Fixed memtrace/stack decoding test so it works more robustly * Removes an unnecessary API hopefully before anyone uses it externally Also block dev-util/cmake-3.19.0 and dev-util/cmake-3.19.1, which introduced a regression causing configure phase to fail. [4] [0] https://github.com/awslabs/aws-c-common/pull/701 [1] https://github.com/awslabs/aws-c-common/pull/702 [2] https://github.com/awslabs/aws-c-common/pull/738 [3] https://github.com/awslabs/aws-c-common/pull/739 [4] https://gitlab.kitware.com/cmake/cmake/-/issues/21529 Closes: https://bugs.gentoo.org/755932 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-common/Manifest | 1 + dev-libs/aws-c-common/aws-c-common-0.4.62.ebuild | 34 ++++++++++++++++++++++++ 2 files changed, 35 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(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0699a9cb4abb40fa01039e428b4e6e821445103 commit f0699a9cb4abb40fa01039e428b4e6e821445103 Author: Sven Eden <sven.eden@prydeworx.com> AuthorDate: 2020-12-08 08:00:40 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-12-13 10:50:20 +0000 dev-libs/aws-checksums: Version 0.1.10 Bump * Raise dependency of dev-libs/aws-c-common to at least 0.4.62 * Also block dev-util/cmake-3.19.0 and dev-util/cmake-3.19.1, which introduced a regression causing configure phase to fail. [0] [0] https://gitlab.kitware.com/cmake/cmake/-/issues/21529 Bug: https://bugs.gentoo.org/755932 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-checksums/Manifest | 1 + dev-libs/aws-checksums/aws-checksums-0.1.10.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) |