From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 2KMFCyHTb2IpygAAbAwnHQ (envelope-from ) for ; Mon, 02 May 2022 14:48:33 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GB33CiHTb2LMUwAA9RJhRA (envelope-from ) for ; Mon, 02 May 2022 14:48:33 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A541E5413 for ; Mon, 2 May 2022 14:48:32 +0200 (CEST) Received: from localhost ([::1]:36792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nlVTb-0005Dw-FC for larch@yhetil.org; Mon, 02 May 2022 08:48:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59222) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlVSA-0004jK-PP for guix-patches@gnu.org; Mon, 02 May 2022 08:47:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41177) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nlVSA-0002V5-Gm for guix-patches@gnu.org; Mon, 02 May 2022 08:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nlVSA-0001k1-FX for guix-patches@gnu.org; Mon, 02 May 2022 08:47:02 -0400 Subject: bug#55168: [PATCH 0/15] Fix aws-lc checksum and use with aws-sdk-cpp. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 02 May 2022 12:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55168 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Greg Hogan Cc: 55168-done@debbugs.gnu.org Mail-Followup-To: 55168@debbugs.gnu.org, ludo@gnu.org, code@greghogan.com Received: via spool by 55168-done@debbugs.gnu.org id=D55168.16514955796631 (code D ref 55168); Mon, 02 May 2022 12:47:02 +0000 Received: (at 55168-done) by debbugs.gnu.org; 2 May 2022 12:46:19 +0000 Received: from localhost ([127.0.0.1]:35073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlVRT-0001it-JJ for submit@debbugs.gnu.org; Mon, 02 May 2022 08:46:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37540) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlVRR-0001ig-To for 55168-done@debbugs.gnu.org; Mon, 02 May 2022 08:46:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55442) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlVRM-0002PJ-Iz; Mon, 02 May 2022 08:46:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=mxrPX9KNXWr+xE/apOlPiSqZrHLuILR0xN00LerT6fY=; b=JEDF6JDLCDR7n0BlXsLw Vshrb2RkAfnz3POlnVWR8n5PFiez3jSjwVq8dFknUFPsAQqVX2aRT1/vHf8JL5+2jLhM7BfnWQHpl PfX6LkGj6XTTi3qwJF4F+BojIslHn25hqmAlBzLWlqCMKhxx0jLRsypBXOhizWSHWSODpauwDXAOO qHMpLzNb6gtzrZCM9kYgqdFtZW/W4UHvcun9T3goQDOIVUfxT8OQjE7zjcDbrhZDCZo4z9zQw/7S5 ZSjjBCVxXRB4yhkf0Sjf8MafzaMTIME88+7sQUeSbTQp7El6c5ZQks3zksmCDJX3dzJFnzragq7Dj zAJJuqN2PIF4XA==; Received: from [193.50.110.83] (port=37014 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlVRL-0002iJ-VS; Mon, 02 May 2022 08:46:12 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 02 May 2022 14:46:10 +0200 In-Reply-To: (Greg Hogan's message of "Thu, 28 Apr 2022 11:59:00 -0400") Message-ID: <87bkwgt84t.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651495712; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=mxrPX9KNXWr+xE/apOlPiSqZrHLuILR0xN00LerT6fY=; b=QgiVH9WwXQE1neFHcqBoKIK6mz2a00ZHvb7nvgQsMGed2oWaYzEtF65+HiXycmCyVqmU0n IZi5ZYSZCaEzBjrzXA2+dizs+djUZMZfPaIPVjqoGBgeHBUpqbox2LqpIt8TmGsyCdzPYU ASb/iPcNubYmvXG2SCp6GVI9loZwrzTXP8Kk/aqlLb80FK98erep5cmBiEtMLMuML/xwZp QNlsR+DE1Pn6J8u+Q4nLccR02mrNiyvZLpcp3o/L7IuuCTRrwhwqjM+wSkTXJSbv+kJ5qj p6NgC+EgoV/mOR1xUiPdxRTAzRUfgVnC/Wjnkj51zQvCP9MguaB4Tf/tTZvL3w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651495712; a=rsa-sha256; cv=none; b=ZDwSXe85AnWUSSM6a7n8OGhrUvYnyO8joZi1Jo4y1THtIuiTbdGFsB4W66ZYL1ClbHgpV3 VhlfDREql+SusGNaMD2wfrD2xSr4H1BT8HZIuEFjlasO0Or+AXOLzTQS3xba6w+QTbZupK j6zj8t453o/z64jgSt53tLytApMt4q3NUJ5wmpyTNerSBP3MbbLuF7Thgzu8sL0i/o6SHg LzXrfX9eGbFW35YUkF9utJ9HgK92rQSdXJ9wvjsnJtNXp8IKT2FdJ/VgouNUhOaSpOBbgx 3Yx9p/nNpsx1Yz7NfoMoeG8weVhwV19zMCix+4dmI3RG+LwO/M+wi61XYxQo8w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JEDF6JDL; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.39 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JEDF6JDL; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A541E5413 X-Spam-Score: -2.39 X-Migadu-Scanner: scn1.migadu.com X-TUID: 4ic7TPL4E0kQ Hi, Greg Hogan skribis: > I happened to notice the broken build for aws-lc when exploring the > dashboard at ci.guix.gnu.org. In my last patchset I had updated aws-lc to > the proper version but failed to update the checksum since it was not bui= lt > as a dependency of aws-sdk-cpp. Oops, I plaid guilty as well, then. > These patches replace openssl with aws-lc as the default dependency of s2= n, > making aws-lc a transitive dependency of aws-sdk-cpp. I have tested with > the following builds: > ./pre-inst-env guix build aws-sdk-cpp > ./pre-inst-env guix build --with-input=3Daws-lc=3Dlibressl aws-sdk-cpp > ./pre-inst-env guix build --with-input=3Daws-lc=3Dopenssl@1.1.1l aws-sd= k-cpp > > aws-c-common is now marked as supported only for i686-linux and > x86_64-linux, and s2n as supported only for x86_64-linux, as various tests > are failing or timing out on other systems. Alright. Applied the whole series, thanks! Ludo=E2=80=99.