unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jan Nieuwenhuizen <janneke@gnu.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 33500-done@debbugs.gnu.org, 33496-done@debbugs.gnu.org
Subject: bug#33496: bug#33500: bug#33496: Guix pull failing to compute derivation
Date: Sun, 25 Nov 2018 17:44:49 +0100	[thread overview]
Message-ID: <87efb9ds3i.fsf@gnu.org> (raw)
In-Reply-To: <874lc5w2zr.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 25 Nov 2018 17:12:08 +0100")

Ludovic Courtès writes:

> My bad, I introduced the regression 16 hours ago.  This is fixed in
> commit 0a9d1c5ab713bf525972f651c3cb63570e8c083d, thanks!

Ah, great...there were at least three reports about this.

Reading the commit it looks to me that the message and the content do
not match.  The message says that install-nodist_pkglibexecSCRIPTS is
removed, while the patch removes install-nodist_libexecSCRIPTS.

Hoping the end result is okay!
janneke


    * gnu/packages/package-management.scm (guix-daemon)[arguments]: In
    'install' phase, remove use of "install-nodist_pkglibexecSCRIPTS"
    target.

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index d277d81acb..141d0e52f7 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -345,8 +345,7 @@ the Nix package manager.")
            (replace 'install
              (lambda* (#:key outputs #:allow-other-keys)
                (invoke "make" "install-binPROGRAMS"
-                       "install-nodist_pkglibexecSCRIPTS"
-                       "install-nodist_libexecSCRIPTS") ;guix-authenticate
+                       "install-nodist_pkglibexecSCRIPTS")
 
                ;; We need to tell 'guix-daemon' which 'guix' command to use.
                ;; Here we use a questionable hack where we hard-code root's


-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

  reply	other threads:[~2018-11-25 16:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-25  3:24 bug#33496: Guix pull failing to compute derivation Brett Gilio
2018-11-25 15:06 ` Luther Thompson
2018-11-25 16:12 ` bug#33500: " Ludovic Courtès
2018-11-25 16:44   ` Jan Nieuwenhuizen [this message]
2018-11-26  9:50     ` bug#33496: " Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87efb9ds3i.fsf@gnu.org \
    --to=janneke@gnu.org \
    --cc=33496-done@debbugs.gnu.org \
    --cc=33500-done@debbugs.gnu.org \
    --cc=ludo@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).