From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yB4rKuL3qmLxJQAAbAwnHQ (envelope-from ) for ; Thu, 16 Jun 2022 11:29:06 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id QOMHKuL3qmKoWgAAauVa8A (envelope-from ) for ; Thu, 16 Jun 2022 11:29:06 +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 3A6D81BAFE for ; Thu, 16 Jun 2022 11:29:06 +0200 (CEST) Received: from localhost ([::1]:60660 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1loG-0007Iu-W8 for larch@yhetil.org; Thu, 16 Jun 2022 05:29:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48780) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1lWp-0003we-1z for guix-patches@gnu.org; Thu, 16 Jun 2022 05:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46837) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o1lWo-00075F-NR for guix-patches@gnu.org; Thu, 16 Jun 2022 05:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o1lWo-0008Gy-Iv for guix-patches@gnu.org; Thu, 16 Jun 2022 05:11:02 -0400 Subject: bug#55911: [PATCH] channels: Print backtrace when generating package cache fails. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 16 Jun 2022 09:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55911 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Josselin Poiret Cc: 55911-done@debbugs.gnu.org Mail-Followup-To: 55911@debbugs.gnu.org, ludo@gnu.org, dev@jpoiret.xyz Received: via spool by 55911-done@debbugs.gnu.org id=D55911.165537065731785 (code D ref 55911); Thu, 16 Jun 2022 09:11:02 +0000 Received: (at 55911-done) by debbugs.gnu.org; 16 Jun 2022 09:10:57 +0000 Received: from localhost ([127.0.0.1]:40733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1lWj-0008Gb-EW for submit@debbugs.gnu.org; Thu, 16 Jun 2022 05:10:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1lWi-0008GN-Gl for 55911-done@debbugs.gnu.org; Thu, 16 Jun 2022 05:10:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55918) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1lWd-00073p-6a; Thu, 16 Jun 2022 05:10:51 -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=+9DDVDMHBi3rAROcuAXzyrDvfdgA4SP9hMwU6IRyU1A=; b=N+bjXg91GD946Y8JhFZ7 ZsXjLjA31KkogVTzpZ8VJBFJXrC3lTYO8X3bT88RQiK7bu12jpR7Hp83d6lgFXDSg9zTgFiYMkeGG N/NSZ6RcrBS0+NKhw7wxuIr0RldhYRZqwp6VMDdL6JFHYbPp1jadz8iDXQ0yVMNgR73qFOcqqO1PB 7TCgFEECuS0pVcAqjLMXTJqQhkDY3JlWhBU9zsQfl8ykJ7eEvtgFpjoOPzdhJ5YG6ij+2sJgu1VXR YMjMXKYvW50amJnhx9zE8KgKi+kwyGb7rwDc8CEF/d2xjdlE/9dvxtsBFkrpVpqxShHCpsFqJKVMH g177sHBmePvSCA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:65448 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1lWc-0008Db-QD; Thu, 16 Jun 2022 05:10:51 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220611163031.23673-1-dev@jpoiret.xyz> <20220611165938.25093-1-dev@jpoiret.xyz> Date: Thu, 16 Jun 2022 11:10:49 +0200 In-Reply-To: <20220611165938.25093-1-dev@jpoiret.xyz> (Josselin Poiret's message of "Sat, 11 Jun 2022 18:59:38 +0200") Message-ID: <87sfo5m0rq.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: 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=1655371746; 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=+9DDVDMHBi3rAROcuAXzyrDvfdgA4SP9hMwU6IRyU1A=; b=P0w+R2sOyr73zvorxOrYY77iNpUxL+fG6CYQ1Dm926BCJtMtpEz87ow2NugcHNttpuRZ4P DGj1PzfZNANfNWq3TubAXkShKqM46XzA6ZTZQQVBwuscWhrA8Kk4NKy/nv2M77dNVXwyGq 2k8U7lHHUV4knf+J+V9hhc7BYDGABRDGt/93wk56i4g8l8UvDO8FYdPM0TbzbHLL1hCckz 4XOe3qdvbZGY9oGlby4DGYMbQUtxYQcwtRng4jvohaJ7BTLY0HniPBDM0W6XIM5awIEK9e hRxfFHxEySgWYtIoc4Smc3axpK+hNtYC++daC0s2WMWn1l2dtPnWfaONP07bVA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655371746; a=rsa-sha256; cv=none; b=CeTsjhWxC27jWOwrXQdTrUt+lWGIVub6C4jGbwfnc50uvdBABrL8CGdwYUV5sxGXL1oTYM r/sN+hASTcfCOg4jZ2vRlpRROQWem7Yi9H8I9/xr5Pt6pyrh+lR16oWdt6Hn9Op4AmwKZ8 UjW/YHOkgsrkqL5+kubpUMFvvssvq3yb6uet0kFrpG8tbgTKCrEUSQWaQZulH0wqwYVw02 Xhj9DLB0siGbFHdHMySRcJ12szTPf3JF2JhjOucoK0pct3cVWsOkg/H6D5DjvaYC4ia0GO 20wergdXaWV343GROcnhKJfLbbc5Mfa4mRQ2cuDT3g7bZw4/RM0AaGY5LYQrbg== 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=N+bjXg91; 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: -4.19 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=N+bjXg91; 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: 3A6D81BAFE X-Spam-Score: -4.19 X-Migadu-Scanner: scn0.migadu.com X-TUID: YosyCARoYsK2 Hi Josselin, Josselin Poiret skribis: > * guix/channels.scm (package-cache-file): Add a throw handler around > the generate-package-cache call, and print backtrace in it. > --- > IRC promptly pointed out that Guix has required Guile ver>=3D2 since way = before > guix repl and guix pull were ever a thing, thus drop the Guile 1 compatib= ility > code. Enjoy this v2 That=E2=80=99s a good idea. Applied! Thanks for the patch and for paying attention to compatibility! Ludo=E2=80=99.