From: Leo Famulari <leo@famulari.name>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: sirgazil <lizagris@protonmail.com>, 25775@debbugs.gnu.org
Subject: bug#25775: Can't install packages after guix pull
Date: Thu, 23 Feb 2017 14:28:15 -0500 [thread overview]
Message-ID: <20170223192815.GA17141@jasmine> (raw)
In-Reply-To: <87poiczw13.fsf@elephly.net>
[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]
On Mon, Feb 20, 2017 at 05:06:48PM +0100, Ricardo Wurmus wrote:
> Since I lack an understanding of why the “guile” argument could ever
> purposefully be set to “#f” I cannot come up with a nice fix. Instead
> of a nice fix I have found a really gross fix:
>
> --8<---------------cut here---------------start------------->8---
> diff --git a/guix/download.scm b/guix/download.scm
> index 813f51f48..86f859881 100644
> --- a/guix/download.scm
> +++ b/guix/download.scm
> @@ -418,7 +418,10 @@ GnuTLS itself and its dependencies. See <http://bugs.gnu.org/22774>."
> ;; hash of the expected result.
> #:verify-certificate? #f)))))
>
> - (mlet %store-monad ((guile (package->derivation guile system)))
> + (mlet %store-monad ((guile (package->derivation
> + (or guile
> + (@@ (gnu packages bootstrap) %bootstrap-guile))
> + system)))
> (gexp->derivation file-name builder
> #:guile-for-build guile
> #:system system
> --8<---------------cut here---------------end--------------->8---
Based on discussion on #guix with Ricardo and Andy, I pushed this diff
as 9f05908fb1e3707cae593d94688748294717a546 on Ricardo's behalf.
I'm leaving the bug open until we find a better fix.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-02-23 19:29 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-17 16:04 bug#25775: Can't install packages after guix pull sirgazil
2017-02-18 11:11 ` Pjotr Prins
2017-02-18 14:29 ` Pjotr Prins
2017-02-18 15:35 ` Ricardo Wurmus
2017-02-18 16:18 ` Pjotr Prins
2017-02-18 16:30 ` Pjotr Prins
2017-02-20 8:31 ` Tomas Cech
2017-02-20 22:44 ` Ben Sturmfels
2017-02-20 22:52 ` Ben Sturmfels
2017-02-21 2:20 ` Ben Sturmfels
2017-02-21 22:36 ` Ricardo Wurmus
2017-04-11 1:01 ` Ben Sturmfels
2017-02-21 5:41 ` Pjotr Prins
2017-02-21 7:16 ` Ricardo Wurmus
2017-02-19 9:21 ` pelzflorian (Florian Pelz)
2017-02-19 9:26 ` Ricardo Wurmus
2017-02-19 9:43 ` pelzflorian (Florian Pelz)
2017-02-20 16:06 ` Ricardo Wurmus
2017-02-23 19:28 ` Leo Famulari [this message]
2017-02-23 21:36 ` Ricardo Wurmus
2017-02-21 8:52 ` bug#25775: Attempts to fix bootstrap Guile bug Andy Wingo
2017-02-21 18:03 ` Leo Famulari
2017-02-21 22:34 ` Ricardo Wurmus
2017-02-21 23:00 ` Leo Famulari
2017-03-07 23:02 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170223192815.GA17141@jasmine \
--to=leo@famulari.name \
--cc=25775@debbugs.gnu.org \
--cc=lizagris@protonmail.com \
--cc=rekado@elephly.net \
/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.