all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Alexandros Theodotou <alex@zrythm.org>
Cc: 38117-done@debbugs.gnu.org
Subject: bug#38117: [PATCH] gnu: Add helm.
Date: Tue, 26 Nov 2019 11:14:44 +0100	[thread overview]
Message-ID: <87eexv9c6j.fsf@gnu.org> (raw)
In-Reply-To: <99c2b8836b0cdf9ab106a669a6e41286891b56ab.camel@zrythm.org> (Alexandros Theodotou's message of "Tue, 26 Nov 2019 04:43:42 +0000")

Hello,

Alexandros Theodotou <alex@zrythm.org> 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 ‘changelog.gz’ file and man pages were read-only.  I added 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’s all right!  I will push shortly.

Thanks,
Ludo’.

      reply	other threads:[~2019-11-26 10:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08  9:30 [bug#38117] [PATCH] gnu: Add helm Alexandros Theodotou
2019-11-10 22:29 ` Marius Bakke
2019-11-18 11:16 ` Ludovic Courtès
2019-11-26  4:43   ` Alexandros Theodotou
2019-11-26 10:14     ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eexv9c6j.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=38117-done@debbugs.gnu.org \
    --cc=alex@zrythm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.