GNU bug report logs - #51084
[PATCH 0/12] gnu: aws-sdk-cpp: Update to 1.9.92.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Thu, 7 Oct 2021 14:10:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51084 in the body.
You can then email your comments to 51084 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51084; Package guix-patches. (Thu, 07 Oct 2021 14:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 07 Oct 2021 14:10:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/12] gnu: aws-sdk-cpp: Update to 1.9.92.
Date: Thu, 7 Oct 2021 10:09:18 -0400
[Message part 1 (text/plain, inline)]
The aws-sdk-cpp package no longer builds against the latest versions of its
aws library dependencies. These patches update aws-sdk-cpp to version 1.9
and sets the AWS library versions to those of the referenced git submodules.

This patchset replaces #48704 (which had downgrades to aws-c-common and
aws-c-io).
[Message part 2 (text/html, inline)]
[0012-gnu-aws-sdk-cpp-Update-to-1.9.92.patch (application/octet-stream, attachment)]
[0010-gnu-Add-aws-c-mqtt.patch (application/octet-stream, attachment)]
[0011-gnu-Add-aws-crt-cpp.patch (application/octet-stream, attachment)]
[0008-gnu-Add-aws-c-auth.patch (application/octet-stream, attachment)]
[0009-gnu-Add-aws-c-s3.patch (application/octet-stream, attachment)]
[0007-gnu-Add-aws-c-compression.patch (application/octet-stream, attachment)]
[0006-gnu-Add-aws-c-http.patch (application/octet-stream, attachment)]
[0003-gnu-aws-c-common-Update-to-0.6.2.patch (application/octet-stream, attachment)]
[0005-gnu-aws-c-cal-Update-to-0.5.11.patch (application/octet-stream, attachment)]
[0004-gnu-aws-c-io-Update-to-0.10.5.patch (application/octet-stream, attachment)]
[0001-gnu-s2n-Update-to-1.0.10-7f43b102.patch (application/octet-stream, attachment)]
[0002-gnu-Add-aws-lc.patch (application/octet-stream, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 15 Oct 2021 22:06:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Fri, 15 Oct 2021 22:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 51084-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 51084-done <at> debbugs.gnu.org
Subject: Re: bug#51084: [PATCH 0/12] gnu: aws-sdk-cpp: Update to 1.9.92.
Date: Sat, 16 Oct 2021 00:05:19 +0200
Hi,

Greg Hogan <code <at> greghogan.com> skribis:

> The aws-sdk-cpp package no longer builds against the latest versions of its
> aws library dependencies. These patches update aws-sdk-cpp to version 1.9
> and sets the AWS library versions to those of the referenced git submodules.
>
> This patchset replaces #48704 (which had downgrades to aws-c-common and
> aws-c-io).

I pushed the whole series (the latest patch is 7-month old!):

  ef0c65969b gnu: aws-sdk-cpp: Update to 1.9.92.
  5ed42eb9a0 gnu: Add aws-crt-cpp.
  2a0fcc31f7 gnu: Add aws-c-mqtt.
  b3c1c37d74 gnu: Add aws-c-s3.
  1f1bb634c3 gnu: Add aws-c-auth.
  2069238cb3 gnu: Add aws-c-compression.
  d9b8cfd6c6 gnu: Add aws-c-http.
  d061193e78 gnu: aws-c-cal: Update to 0.5.11.
  64aaf61762 gnu: aws-c-io: Update to 0.10.5.
  14a282aa50 gnu: aws-c-common: Update to 0.6.2.
  da9272fa00 gnu: Add aws-lc.
  02f849ad7a gnu: s2n: Update to 1.0.10-7f43b102.

Note that some patches lack comments, as reported by ‘guix lint’.  It’s
okay in this case but it’d be nice to systematically have at least one
line at the top describing the content and status of the patch.

Thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#51084; Package guix-patches. (Mon, 18 Oct 2021 12:49:01 GMT) Full text and rfc822 format available.

Message #13 received at 51084-done <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 51084-done <at> debbugs.gnu.org
Subject: Re: bug#51084: [PATCH 0/12] gnu: aws-sdk-cpp: Update to 1.9.92.
Date: Mon, 18 Oct 2021 08:47:46 -0400
[Message part 1 (text/plain, inline)]
On Fri, Oct 15, 2021 at 6:05 PM Ludovic Courtès <ludo <at> gnu.org> wrote:

> Note that some patches lack comments, as reported by ‘guix lint’.  It’s
>
okay in this case but it’d be nice to systematically have at least one
> line at the top describing the content and status of the patch.
>

Thanks, Ludo’.

I will submit a new patchset with many of the patches removed and replaced
with the configure flag "ENABLE_NET_TESTS=OFF". This is much more
sustainable and I should have looked for this earlier given the distinction
between "add_net_test_case" and "add_test_case" when defining tests. I will
document the remaining patches and the upgrade tree.

Greg
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 16 Nov 2021 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 160 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.