From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57422) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZXs7-0005e4-Sw for guix-patches@gnu.org; Tue, 26 Nov 2019 05:15:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZXs6-0006uH-UR for guix-patches@gnu.org; Tue, 26 Nov 2019 05:15:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44604) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZXs6-0006u5-PZ for guix-patches@gnu.org; Tue, 26 Nov 2019 05:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iZXs6-0007a8-MA for guix-patches@gnu.org; Tue, 26 Nov 2019 05:15:02 -0500 Subject: bug#38117: [PATCH] gnu: Add helm. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <443a28734ac5866ea443b9cd7366d65a@posteo.net> <87r225juyf.fsf@gnu.org> <99c2b8836b0cdf9ab106a669a6e41286891b56ab.camel@zrythm.org> Date: Tue, 26 Nov 2019 11:14:44 +0100 In-Reply-To: <99c2b8836b0cdf9ab106a669a6e41286891b56ab.camel@zrythm.org> (Alexandros Theodotou's message of "Tue, 26 Nov 2019 04:43:42 +0000") Message-ID: <87eexv9c6j.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-done@debbugs.gnu.org Hello, Alexandros Theodotou skribis: > Weird, it used to work (I even installed it and used the plugin!) but > now I get this too. I would debug it but I have no idea what the error > means or what to look for, the project seems to get built ok (I can see > the generated LV2/VST plugins in the build directory). The =E2=80=98changelog.gz=E2=80=99 file and man pages were read-only. I ad= ded a phase like this: (add-before 'reset-gzip-timestamps 'make-gz-files-writable (lambda* (#:key outputs #:allow-other-keys) (for-each make-file-writable (find-files (string-append (assoc-ref outputs "out")) ".*\\.gz$")) #t)) Now it=E2=80=99s all right! I will push shortly. Thanks, Ludo=E2=80=99.