CMake Generate step failed. Build files cannot be regenerated correctly. * ERROR: dev-libs/aws-c-event-stream-0.1.6-r1::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 125: Called src_configure ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop-libressl-20201113-052431 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10.2.0 * clang version 11.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/11/bin /usr/lib/llvm/11 11.0.0 Available Python interpreters, in order of preference: [1] python3.7 [2] python3.9 (fallback) [3] python3.8 (fallback) [4] python2.7 (fallback) [5] pypy3 (fallback) Available Ruby profiles: [1] ruby25 (with Rubygems) [2] ruby26 (with Rubygems) [3] ruby27 (with Rubygems) * Available Rust versions: [1] rust-bin-1.47.0 * The following VMs are available for generation-2: 1) JamVM JDK 2.0.0 [jamvm] *) AdoptOpenJDK 8.272_p10 [openjdk-bin-8] Available Java Virtual Machines: [1] jamvm [2] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.8.4 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Tue Nov 24 08:05:35 AM UTC 2020 /var/db/repos/libressl Sat Nov 7 03:06:11 PM UTC 2020 emerge -qpvO dev-libs/aws-c-event-stream [ebuild N ] dev-libs/aws-c-event-stream-0.1.6-r1 USE="-static-libs -test"
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(-)