From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48909) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWf1j-000498-1F for guix-patches@gnu.org; Mon, 18 Nov 2019 06:17:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iWf1h-0006zd-WA for guix-patches@gnu.org; Mon, 18 Nov 2019 06:17:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34428) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iWf1h-0006zR-Rn for guix-patches@gnu.org; Mon, 18 Nov 2019 06:17:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iWf1h-0004Zi-K3 for guix-patches@gnu.org; Mon, 18 Nov 2019 06:17:01 -0500 Subject: [bug#38117] [PATCH] gnu: Add helm. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <443a28734ac5866ea443b9cd7366d65a@posteo.net> Date: Mon, 18 Nov 2019 12:16:24 +0100 In-Reply-To: <443a28734ac5866ea443b9cd7366d65a@posteo.net> (Alexandros Theodotou's message of "Fri, 08 Nov 2019 10:30:48 +0100") Message-ID: <87r225juyf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alexandros Theodotou Cc: 38117@debbugs.gnu.org Hello, Alexandros Theodotou skribis: > From 3f496aa17eeb192ba363327e6cfd6fe0be533a56 Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Fri, 8 Nov 2019 09:25:08 +0000 > Subject: [PATCH] gnu: Add helm. > > * gnu/packages/music.scm: (helm): New variable. I applied it but it fails for me at the end: --8<---------------cut here---------------start------------->8--- starting phase `reset-gzip-timestamps' Backtrace: 9 (primitive-load "/gnu/store/qaparaqbwqw4v0hwfd50s37mikz=E2=80= =A6") In ice-9/eval.scm: 191:35 8 (_ _) In ice-9/boot-9.scm: 829:9 7 (catch _ _ # =E2=80=A6) In srfi/srfi-1.scm: 863:16 6 (every1 # =E2=80=A6) In /gnu/store/w3jlc8pk8416m7h677r5vq92b66h8cqd-module-import/guix/build/gnu= -build-system.scm: 839:30 5 (_ _) 594:5 4 (reset-gzip-timestamps #:outputs _) In srfi/srfi-1.scm: 640:9 3 (for-each # (#)) 640:9 2 (for-each # =E2=80=A6) In /gnu/store/w3jlc8pk8416m7h677r5vq92b66h8cqd-module-import/guix/build/uti= ls.scm: 262:14 1 (reset-gzip-timestamp "/gnu/store/04j1kvzkx8n5ldbcbckh=E2=80= =A6" =E2=80=A6) In unknown file: 0 (open "/gnu/store/04j1kvzkx8n5ldbcbckhcmbw4n3vzrwz-hel=E2=80= =A6" =E2=80=A6) ERROR: In procedure open: In procedure open-fdes: Permission denied builder for `/gnu/store/xj20qjw2mgp2yc59hmafmkgg780n1ci7-helm-0.9.0.drv' fa= iled with exit code 1 --8<---------------cut here---------------end--------------->8--- Could you take a look? As an aside, the patch had been mangled on its way. Could you send it as an attachment or with =E2=80=98git send-email=E2=80=99 next time? Thank you! Ludo=E2=80=99.