From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id uGLnICZ6ymOnCAEAbAwnHQ (envelope-from ) for ; Fri, 20 Jan 2023 12:25:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qJvdHyZ6ymPJZAEAG6o9tA (envelope-from ) for ; Fri, 20 Jan 2023 12:25:26 +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 0C0361C53 for ; Fri, 20 Jan 2023 12:25:25 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pIpWA-0001ed-8j; Fri, 20 Jan 2023 06:25:10 -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 1pIpW3-0001ZE-5L for bug-guix@gnu.org; Fri, 20 Jan 2023 06:25:04 -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 1pIpW2-0002XH-Aw for bug-guix@gnu.org; Fri, 20 Jan 2023 06:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pIpW1-0002gt-Tz for bug-guix@gnu.org; Fri, 20 Jan 2023 06:25:01 -0500 Subject: bug#57077: guix-jupyter fails a test Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Fri, 20 Jan 2023 11:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57077 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Cc: 57077-done@debbugs.gnu.org Mail-Followup-To: 57077@debbugs.gnu.org, ludo@gnu.org, andreas@enge.fr Received: via spool by 57077-done@debbugs.gnu.org id=D57077.167421386310261 (code D ref 57077); Fri, 20 Jan 2023 11:25:01 +0000 Received: (at 57077-done) by debbugs.gnu.org; 20 Jan 2023 11:24:23 +0000 Received: from localhost ([127.0.0.1]:45737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIpVP-0002fR-5r for submit@debbugs.gnu.org; Fri, 20 Jan 2023 06:24:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIpVK-0002f9-5r for 57077-done@debbugs.gnu.org; Fri, 20 Jan 2023 06:24:22 -0500 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 1pIpVC-0002QP-Hb; Fri, 20 Jan 2023 06:24:10 -0500 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=k7hBXGN1StZjWfxKfTdQ6ByLaCQ959VtpTNoQ94WbPw=; b=LPq4V4iPw4XuekJ4ueDh 4s6I0cdTeT7Mbtq3AatKyl3rlt8MIQTcuggRrzxAeU3J84ivDazjkRnBY4U+kTvMVM4HC1xAXaBVY M8Z1T90+LFldSvWhUEoEnwUD1yZbJ4Skid1QOZhYQ5U8JI9i0dCZZ3N1f5t10fQz2mT4577R0yngD GwejF+O5NTu6knRPVS0pflUitaKzXXrLs5tEA8gVmdqMhwwL6+0xh0LJaB4z0bGqOO3ZQCuGp5Kn6 72pPZIYv8FSWpXf/3z0kJ4TkcNK69wt5lyv0l+ev91h79cGkwrjffFAV7PncPmewjbyGX8KMEU1rG w42BrwXKBlTH2g==; Received: from [193.50.110.246] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pIpVB-0007Mr-Ri; Fri, 20 Jan 2023 06:24:10 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220915163740.11672-1-madalinionel.patrascu@mdc-berlin.de> Date: Fri, 20 Jan 2023 12:24:07 +0100 In-Reply-To: <20220915163740.11672-1-madalinionel.patrascu@mdc-berlin.de> ("=?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?="'s message of "Thu, 15 Sep 2022 18:37:40 +0200") Message-ID: <877cxh8n54.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: 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1674213926; a=rsa-sha256; cv=none; b=IEwveuxbUCzeqo50I4JAUgU4oFTELtD0wK26BzYE3U9CwWPHXMltZXXp9FKCquISqR/H0P 5cxN7Lr+RsOf/c2kGuAKZkebbYwFgAOvK72CWYqHubp5lyQKawggDEMpuPG/XE596EE0cL frtYOOeJ/Fby+6vMvcFSa6efyyoP0kRACXueRRxjPHAwpPP+GMMVGMA69wQ6kqTab9FUnX C//7Nku5lGkra994ZEDkkmd+9GLjRTA6ntWVApBB0Ey52oI74J9Lnn4kQot2l5Kk7Tjevz WQY2db21jcCwQEBtqE/Qbg/59ck4GOTDqVV7o5KtbB2sYJve54BGpZpC+wqp5w== 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=LPq4V4iP; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1674213926; 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=k7hBXGN1StZjWfxKfTdQ6ByLaCQ959VtpTNoQ94WbPw=; b=sJHVJ9kmU83nJhQtD4FYL99yKs4Q8m9r+Qw9vS8oaVRxhZMO9TEyjLpAuW6J8U4v7gk1av 7DWElNXBpVyKVrq4wynEHAg9R0mx1qApCsnOvpI7Q7/sWI+lffcc1YCPDwT9nkB6Q4p0/f wvk4MdoC1KPvuqoRWu6YVWJd6BSR//TzFZNcXVTYr6J5JFBWwYsWKsCaliM4w2dSlil8+F laWI1GmYhVFDl6OvoC2OfWuJnVL5UNn/AaI+SZqxF9OWuOfzYzrTVS21TCw4pDTSXE2+eq F8roS4yJijhSqAw7K0x46K3egv40wZFH+KLo/UuDQ6Q/ifemu96JdtBfk7hWJg== X-Spam-Score: -3.91 X-Migadu-Queue-Id: 0C0361C53 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=LPq4V4iP; 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-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -3.91 X-TUID: ZR95jNlgrh19 Hi M=C4=83d=C4=83lin, M=C4=83d=C4=83lin Ionel Patra=C8=99cu = skribis: > Build drops warnings regarding 'guild' and the check phase does not > have write permissions for its tests. > [build]: Remove the warnings generated by the 'guild' by setting the > "GUILE_AUTO_COMPILE" to 0. > [check]: Set the homeless-shelter to /tmp for write permission. I had completely overlooked this message of yours and committed just now a similar fix in b60f3941b95dc5351e2336cf694480d099a91233. This is embarrassing, sorry about that! Do feel free to ping me or whoever last touched the package or the relevant team=C2=B9 for the package when a patch of yours gets stuck. The good news is that Guix-Jupyter is finally fixed. :-) I hope it=E2=80=99s useful to you. My apologies again, and thank you for your work! Ludo=E2=80=99. =C2=B9 https://guix.gnu.org/manual/devel/en/html_node/Teams.html