From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id cA7TJujwx2N1NQEAbAwnHQ (envelope-from ) for ; Wed, 18 Jan 2023 14:15:20 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id eBLmJejwx2PHmwAAG6o9tA (envelope-from ) for ; Wed, 18 Jan 2023 14:15:20 +0100 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 31832141C9 for ; Wed, 18 Jan 2023 14:15:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pI8HQ-0007OV-68; Wed, 18 Jan 2023 08:15:04 -0500 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 1pI8HO-0007Nu-Nr for guix-patches@gnu.org; Wed, 18 Jan 2023 08:15:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pI8HO-0005gi-9t for guix-patches@gnu.org; Wed, 18 Jan 2023 08:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pI8HO-0002Tk-5j for guix-patches@gnu.org; Wed, 18 Jan 2023 08:15:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60835] [PATCH v3 1/8] gnu: Add cl-variates. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Jan 2023 13:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60835 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 60835@debbugs.gnu.org Received: via spool by 60835-submit@debbugs.gnu.org id=B60835.16740476959501 (code B ref 60835); Wed, 18 Jan 2023 13:15:02 +0000 Received: (at 60835) by debbugs.gnu.org; 18 Jan 2023 13:14:55 +0000 Received: from localhost ([127.0.0.1]:39799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pI8HH-0002TB-H7 for submit@debbugs.gnu.org; Wed, 18 Jan 2023 08:14:55 -0500 Received: from mout01.posteo.de ([185.67.36.65]:38751) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pI8HF-0002Sv-I7 for 60835@debbugs.gnu.org; Wed, 18 Jan 2023 08:14:54 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 3826A24033C for <60835@debbugs.gnu.org>; Wed, 18 Jan 2023 14:14:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1674047687; bh=yPn8tcC5EXZmxGC/ist948kgSRFJvo6Ryj8+5of50Jc=; h=From:To:Cc:Subject:Date:From; b=hSI+9wbv7U9NNMjKWuytmmWFxx65CyXjzSJ5Y5jMZoYqdIjpJL/y9vTF73lOj+MOd GRSBJ0kj9AgW3ROWvDLfBmuajNcMf7rlj1fOo1M0bxi8XLfu8lLMHkVkpOOJRAlE9e JHV6GXCctk3zzXl8piGM5M9ZXN7xtVywQbULX0RATSWGZ8vi7Cflzbs4H1LtxNJy4K VB9F1pdO6kOUtWRnGP5wCJy8/AAtbrH2X6dgSxZXoR+bdNnJ8tF6m7mJ67Ird7Yq8f NFlr5EINsK/IGJip4YlWs/NwyoWktZa6oqENklpk0UmRXwFJopBU6dbgjQ4bMeQpsq T+PnbnYE9wvXg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NxmSk2n6Qz9rxD; Wed, 18 Jan 2023 14:14:43 +0100 (CET) References: <20230115215913.3930-1-jgart@dismail.de> From: Guillaume Le Vaillant Date: Wed, 18 Jan 2023 13:08:01 +0000 In-reply-to: <20230115215913.3930-1-jgart@dismail.de> Message-ID: <87pmbc0yt8.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1674047720; 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: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=yPn8tcC5EXZmxGC/ist948kgSRFJvo6Ryj8+5of50Jc=; b=g1qR+ty8FC/gtL9kaKJC4oMMN8HXWkheKALCRiUgOcV4Yb/xRzkIH5K3rlAQbnhzRqhmR9 CiA9SFYrieb1nn128/tKxNtYdPwwVWK+T4e/3zlk/2sx/9trglBkdfXp4cGZPGCqvzYERI D2UE7PMwot0FMj7atpxgPiDLrJVVDEXeJ4eDipg+9gu4owSNxHU/1wHTzQPvW4SQjwap0V zKPuLqBdSl+BCrtdyVDVkfn2j338lrQzjs6ZRD6TCs6+vK6QQq1jSVcnq6ozLbC5/KzH1t yI6yxiBGQjivJN/0DX5yGC3oNtyOTclGKC4nMidy95aXTxUAztskUpGsZaVuvg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=hSI+9wbv; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1674047720; a=rsa-sha256; cv=none; b=f6xlvhF53scdrfcCGKGS39Ra35XCqEPD99jCpsWsG0ZKy1x/14NKJfbysPD+tPbmgGlNhc susWTQI6xVgIAuqc2siAjRF/E48gHOj3ws0UAu7h5SrwYawI40DBQFBwGDCY/LUZ+inmol dXBrxHr6GDE07g0dWa0OUQCjX+PDyOBBK5ejZpJdjvJMFZMikuDSeL4UabVxQZV7VIgkGr cDnuBdQsGtFqcq2wY1cI2CJEdHPAKWQl7FQzb7PX9rEdIFMPKMeiYihnlt2NXhUcQdfpgz 32pqS2zXmB/W7GIJnATy06s6yM2XlcWeOBGq8mRtP0fiixUJzZwzaJYN2F5IPw== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: 5.57 X-Spam-Score: 5.57 X-Migadu-Queue-Id: 31832141C9 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=hSI+9wbv; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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-TUID: mVSp7YrwpqVa --=-=-= Content-Type: text/plain Hi, The patches don't apply cleanly; it looks like they are based on a custom branch (the sbcl-seria package at the end of the patches' context is not in Guix). Could you send an updated patch series rebased on the master branch? Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY8fwww8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j94lwD+PlmvAYC71INbxCQqMx49qf1HZnvOFfImUe59 BncyIpoA/212J6ejmAtFprsX/IgdrkmzgI3R9TAiS5LmRa8ciOPw =nzQa -----END PGP SIGNATURE----- --=-=-=--