From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 8GW1EhcOjmLiOQAAbAwnHQ (envelope-from ) for ; Wed, 25 May 2022 13:08:07 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id MC6FEhcOjmITAAEAauVa8A (envelope-from ) for ; Wed, 25 May 2022 13:08:07 +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 0D87A15DFA for ; Wed, 25 May 2022 13:08:07 +0200 (CEST) Received: from localhost ([::1]:55748 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ntos1-0000qO-S6 for larch@yhetil.org; Wed, 25 May 2022 07:08:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54590) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntor0-0000mz-Og for bug-guix@gnu.org; Wed, 25 May 2022 07:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60543) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ntor0-0006eL-FJ for bug-guix@gnu.org; Wed, 25 May 2022 07:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ntor0-0002aT-BE for bug-guix@gnu.org; Wed, 25 May 2022 07:07:02 -0400 Subject: bug#55627: hurd exported twice in (guix platforms) References: Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Wed, 25 May 2022 11:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55627 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 55627-done@debbugs.gnu.org Cc: Efraim Flashner Mail-Followup-To: 55627@debbugs.gnu.org, othacehe@gnu.org, efraim@flashner.co.il Received: via spool by 55627-done@debbugs.gnu.org id=D55627.16534767949890 (code D ref 55627); Wed, 25 May 2022 11:07:02 +0000 Received: (at 55627-done) by debbugs.gnu.org; 25 May 2022 11:06:34 +0000 Received: from localhost ([127.0.0.1]:54436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ntoqX-0002ZR-O7 for submit@debbugs.gnu.org; Wed, 25 May 2022 07:06:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ntoqV-0002Z5-MF for 55627-done@debbugs.gnu.org; Wed, 25 May 2022 07:06:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58842) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntoqI-0006L4-S6; Wed, 25 May 2022 07:06:22 -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:Subject:To:From: references; bh=rdeMqheXI8tJgPkJ0h1wxE1/jnNKtLdLdy5IQs7yJCA=; b=j0SPcxuhCJAkC8 DLTEjwiHhFVB4woVeuMUMMtcQMrYqXMTSD1Q0grGQseHTOSDamkWhxC8ZX51zIS3RANb4sdjTWsHj LrI6PKOgjjCXQKXfBACw1Zl9YjO2dQfb+zG4LEb1H/Umx0ZRDghJlh5Ji0I8ZdVkkMC2XNFrQsy6F EIdN+rFsMkqNWiXQNb4dizU3gBHnp3qR2lr9AIWFeL2D3MNsdj19xRt8FLP4ezFOdV8ze1m0Iwd6+ CHGdhtVWllLg/a21iwtF6k8HEap++Igp9m+2S/4S2kzWjR+wB2teX3siLgawTh7IL4THZJjwIfLAK LAOupq7K3OQC4lDPyLjQ==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2774.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2774]:36506 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntonQ-0006Z3-TA; Wed, 25 May 2022 07:05:54 -0400 From: Mathieu Othacehe Date: Wed, 25 May 2022 13:03:17 +0200 In-Reply-To: bug's message of "Wed, 25 May 2022 11:02:32 +0000" Message-ID: <87sfox6fii.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" 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=1653476887; 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-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=rdeMqheXI8tJgPkJ0h1wxE1/jnNKtLdLdy5IQs7yJCA=; b=U31jb7C0P+FCpbM/fyU8IBo4OXTjEupnerHycYiNoDxb01ERje1hv8NDcjQxbSBrNEqnHQ y3PfjglIEusGRIXnkF7m5coSrOpkybkhvb8jyNQgoNVKLWzMHY04HF8UazQZ4SEM8D2Vgo 85b7P4XfN2KPwb/jkPE28fBloWIC3/TGaLiW/jFzZHbQxS77S3FtBouEQNoK7Zkpg3M2AB +hig1zAN4JdTaDsrE6eGJcSS3bbcbp2BkOr4sJf47aajFoxqOKiTmG+uVtlDSGROOYHoR4 B2ZRYS9ujcb0BH1TbUr3uqLStAqHuv4q42/iT10BojiG9EeUmxaAEng4LMFFPQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653476887; a=rsa-sha256; cv=none; b=PopvK/CysxzbpI2yQjvKrin8FEuRdkymoY7FdyHH0Y7BeN8/7lX1mbtesfogevGmvAMwdD hdluL9HuduvhGdUCeB72aBuNXgM0GQTUnO6mJ5BWgtI8Quzy1DGl0U38x+Jz5lAimccKDD lWdtAbFJun30j1cDnw/wJ6mRcXIzVae9n8078KYuHgLfsQ6XL+j10vwYz3ayRhNMKn7sb5 QFHcd1O2be9Ly1/SlNyQyVDTaHK65altKzbo8Xuap1Onn+lyDcvYvNUFWYBpIbbMP2D5CW wrpHcMXPBZA79SMQ9jK5yPumRDKfOA0ZM7BDpXEPpBYNywwYnxEHltXnlRAPxg== 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=j0SPcxuh; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.94 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=j0SPcxuh; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 0D87A15DFA X-Spam-Score: -2.94 X-Migadu-Scanner: scn0.migadu.com X-TUID: JaVqKlgkmFh1 Thanks for the heads-up. Fixed with a9dcd60bc11afb3934c11fbad159a16f0f223fd1. Mathieu