From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id COSrF+DRtmQP1AAASxT56A (envelope-from ) for ; Tue, 18 Jul 2023 19:54:40 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id CDmJF+DRtmQ+ZwEA9RJhRA (envelope-from ) for ; Tue, 18 Jul 2023 19:54:40 +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 0D4C2303FE for ; Tue, 18 Jul 2023 19:54:40 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Y9rKz+rG; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1689702880; 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-cc: 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=JssV66fQs9X2yYA70HyPruQknomaA62dT6D/2HBWyQg=; b=Z5x3HJ4YKV7lUTrXoeloPv2y8QcBy5PhelTpuXdmD63hkn07xI2ZEFM+tDihhSAUgVenFb ECpgpTJf4DsLsfGT8/cfG5XyVlZYb60mwQsBu03YDo6d51Bn5a5ePAX87WxahwJ4ucDkkc Ai7/PV48EjOBdjcEdpoQcBogATI8wq/N9/pbqHTEyps72fiDelbQ25Paws/Fs4QUuU+zhy /r6dZe+bMUZFgOvj/ZbE2MEqPndVAzMlabeaXQduGEk34yF9u4oN2HbSZ6Q9Jsv9PRcPD3 4TuBnwlRy7CYJQQ7TDwYD9oKsTUeiZKKAP0nZygZsdSxDq4tMqDny3J+gRss8g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1689702880; a=rsa-sha256; cv=none; b=K+XmWCZoZdja5mXeAMtsuY/ZOoB+6iZlxgXyK46uGApxeLCFVkasJ+KN7YKBA9c+0WUwV5 4s8sFweDevyNxY0u9ODfA8Ite4SHtdV6DNYpnhFMXpbsruGoh+gBwPrHrW4WoDtO45RxmR Qv3v8kPt72W2jE6SZ335K+pr4OkiRkPOARl/NXIMJbVvWozjYBFhEzCMx0SZJLt1Rzqqvy pn7RO1w3QQu5duybI/y/xZ9donIQSzNQYWttajVajTFLrEq9hzOGHMIEvStNjU17jPJIj4 yaMlOWyEWntXbdmUSuyuxR0Ajj2+uoqx7qVtY3h5NV8Nt/gmiyB5lKAZ+GhFUw== 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=Y9rKz+rG; 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"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLotl-0000Bb-TS; Tue, 18 Jul 2023 13:54:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLote-00007h-TT for guix-patches@gnu.org; Tue, 18 Jul 2023 13:54:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qLote-0000Nl-63 for guix-patches@gnu.org; Tue, 18 Jul 2023 13:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qLote-00065M-1p for guix-patches@gnu.org; Tue, 18 Jul 2023 13:54:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64711] [PATCH 00/45] Fix builds and skip failing tests for the Hurd. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 18 Jul 2023 17:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64711 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Janneke Nieuwenhuizen Cc: 64711@debbugs.gnu.org Received: via spool by 64711-submit@debbugs.gnu.org id=B64711.168970279823336 (code B ref 64711); Tue, 18 Jul 2023 17:54:02 +0000 Received: (at 64711) by debbugs.gnu.org; 18 Jul 2023 17:53:18 +0000 Received: from localhost ([127.0.0.1]:54231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLosw-00064J-8A for submit@debbugs.gnu.org; Tue, 18 Jul 2023 13:53:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44570) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLoss-000645-VZ for 64711@debbugs.gnu.org; Tue, 18 Jul 2023 13:53:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLosm-00008h-P7; Tue, 18 Jul 2023 13:53:08 -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=JssV66fQs9X2yYA70HyPruQknomaA62dT6D/2HBWyQg=; b=Y9rKz+rGUZtUJvMxnYmR Pt91eSAzzyL01l3HKRK3g69c1S7qtM49b7JhRCJoAZWpf1bUklZZ9eYBQ9EhIWTGco+HfCHFgX+DR gM4De3AGJCJ0XSp3Q8vIhQj7NkuAdB9880ixrHwi5Q7mndJ1fNBFYwPotBqux0cpxd8OwA9ctmel3 pkR9+tVF6yPru5ZCCbbc1Karc2tdD/gbb2ychblFyLJaqLCguuDSfF5UuqsiJacYhXAx7Kyq0OVK5 Y2ASltqFSbljyS3bqMrrAMoxCoX7qDsUHFy1HDo8UHGUfFhqwHVsaLymo0EJylK9chBLnZ+OhrsBk 2DfPAAcl+ceGIw==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLosl-0001BH-NS; Tue, 18 Jul 2023 13:53:08 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Tue, 18 Jul 2023 19:53:05 +0200 In-Reply-To: (Janneke Nieuwenhuizen's message of "Tue, 18 Jul 2023 16:40:03 +0200") Message-ID: <87pm4phzsu.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: -5.34 X-Spam-Score: -5.34 X-Migadu-Queue-Id: 0D4C2303FE X-TUID: zbIaSzhiuDYp Hi, Janneke Nieuwenhuizen skribis: > * gnu/packages/tls.scm (openssl-3.0)[arguments]: When building on the Hur= d, > add "hurd-x86" to #:configure-flags. [...] > + ((#:configure-flags flags #~'()) > + (if (target-hurd? (%current-system)) Should it be (target-hurd?) with no arguments, so it also affects cross-compilation? If not, maybe add =E2=80=9C;native builds=E2=80=9D or s= imilar as a margin comment to make it clear that it=E2=80=99s on purpose. > + #~(append > + #$flags > + '("hurd-x86")) On a single line please. :-) Ludo=E2=80=99.