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 gODpKPIi12IebQAAbAwnHQ (envelope-from ) for ; Tue, 19 Jul 2022 23:32:34 +0200 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 uFITKPIi12LcbQAAG6o9tA (envelope-from ) for ; Tue, 19 Jul 2022 23:32:34 +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 6231F14836 for ; Tue, 19 Jul 2022 23:32:34 +0200 (CEST) Received: from localhost ([::1]:49132 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDupV-0001t8-Gx for larch@yhetil.org; Tue, 19 Jul 2022 17:32:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58812) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDup1-0001qu-9J for bug-guix@gnu.org; Tue, 19 Jul 2022 17:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57593) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oDup1-0002Fs-0E for bug-guix@gnu.org; Tue, 19 Jul 2022 17:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oDup0-00052N-Rz for bug-guix@gnu.org; Tue, 19 Jul 2022 17:32:02 -0400 Subject: bug#56633: [core-updates] Some cross-derivations cannot be computed Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Tue, 19 Jul 2022 21:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56633 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Marius Bakke Cc: 56633-done@debbugs.gnu.org Mail-Followup-To: 56633@debbugs.gnu.org, ludo@gnu.org, marius@gnu.org Received: via spool by 56633-done@debbugs.gnu.org id=D56633.165826628819297 (code D ref 56633); Tue, 19 Jul 2022 21:32:02 +0000 Received: (at 56633-done) by debbugs.gnu.org; 19 Jul 2022 21:31:28 +0000 Received: from localhost ([127.0.0.1]:55348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDuoS-000516-8O for submit@debbugs.gnu.org; Tue, 19 Jul 2022 17:31:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDuoP-00050r-Ay for 56633-done@debbugs.gnu.org; Tue, 19 Jul 2022 17:31:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44170) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDuoK-0002Cq-0V for 56633-done@debbugs.gnu.org; Tue, 19 Jul 2022 17:31:20 -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=r6HFRmA2PETR4Auwzz9dMEXYDRRaUjM7/wUizrb820U=; b=Z2+iRf4Be6MqMociAr+w dp2wqNh0GR/uFkO2ujmfLQPEh5JkhvuASkuxCy0vsI8DaouEjONK7rRMvw6n8qaiojpAhNSU5F0da gLGcKKBulaqyCVrnYBoOvFL5ka1PUqgTl/ueddHKWFnS+6X7bngYjY/EoR7XuCsX7VB3U7CdaXS8L TgNmrF9vypSCFM7ePBMXvgcoQV0gUd1DINerAbm8tzX3ht4qoP6T++z7u8RdrACQmAtGpaNdKhFAg NDBaLIZQgBkVZFPXoF9D8TsdJCDxlUQdGAfwsFd9nA/kQEROL97Kn//3N25p5fPYsNfEXPbw/hiwv YzXFa3gT1XNoeg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:52058 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDuoJ-0007yG-45; Tue, 19 Jul 2022 17:31:19 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87edyintpl.fsf@gnu.org> Date: Tue, 19 Jul 2022 23:31:14 +0200 In-Reply-To: <87edyintpl.fsf@gnu.org> (Marius Bakke's message of "Mon, 18 Jul 2022 20:47:50 +0200") Message-ID: <87k088pz6l.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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: 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=1658266354; 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=r6HFRmA2PETR4Auwzz9dMEXYDRRaUjM7/wUizrb820U=; b=SnYp/1+cLKulYbn4O4BSZ0+jvI3N1mvptT7RfbPTTnm50uG8gw79MvyJK4eJK36/TGE9Yh nn2T6vvJwBZBDuC3dH1OZtBwFv9553iBlTx5Cxit4/YBeEaCYqRdCzxut6hKtev89ELQqp +e0kZxeRwLeVxJ53XQ0nA3a6pyzSKwSPOvl7HsQy+Zw2bnS4nE1k8Wbx0HmSu1UbOl/GQi QA/dDmn13Y47ycw7e0DE+lQTvELi6mIw0hOeTm2MGNBXnvmifshhSAniLxmk59ln1YoxDg dwFXI5SC7F7htjarVZRnXDXZ88YY0qoac4TR4A5+8f/4BXe0Un1KQnM3omwNiw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658266354; a=rsa-sha256; cv=none; b=aimudPwDtV4WJ8YUdy3LqAnIrhNGoBmAQmfAMU7vS6WmC6x5bN1o9bBsxFOWuor4jWMKAR cQ7xQG/FXErlhTNB5eUdqYTjuZEuBhBlAAfLDEx6tbF5MQZbASJ7E9p/UydDMbzQKc3MzK 1DB0RYWpjmRWbNyP8XNn8uZSeo6TfqdJ8AdmkMIdK4ExsyhrmuZ/hEFgXt6PB6LAeA/k6b otbzxLLvu7hWEK+jsp5dDof+ixNPMtCsd1izOdgMzMFSCUge+ippqWIdae6gWuEFaRrx1a lf1MKi5/Bdu/Ha0e5nm837QFIaUisdIKgUgyExEdOt68t4c0qyOL5ph53h3V4g== 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=Z2+iRf4B; 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: -5.03 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Z2+iRf4B; 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: 6231F14836 X-Spam-Score: -5.03 X-Migadu-Scanner: scn0.migadu.com X-TUID: 0mBoaJM+EGHZ Hi, Marius Bakke skribis: > On the 'core-updates' branch, running 'guix build -d' fails on some > cross-derivations (notably anything that depends on NSPR, but there may > be others). That was a typo in (guix build-system mozilla), where we=E2=80=99d accident= ally create a bag with #:system as its =E2=80=98name=E2=80=99 field. Fixed in 5dfc6ab1ab292b87ceea144aa661d0e64c834031! Ludo=E2=80=99.