unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32316: Build failure with installed guix that does not happen with pre-inst-env
@ 2018-07-30 16:16 Konrad Hinsen
  2018-07-30 19:42 ` Björn Höfling
  2018-08-22 15:51 ` bug#32316: Thanks! Konrad Hinsen
  0 siblings, 2 replies; 5+ messages in thread
From: Konrad Hinsen @ 2018-07-30 16:16 UTC (permalink / raw)
  To: 32316

Dear Guix experts,

When updating my Guix installation after three weeks of absence, I
noticed a build failure:

   $ guix pull –commit=de596e99549d7764f370ab2ed3b756f620b1f23d
   $ guix build racket

   guix package: error: racket-fix-xform-issue.patch: patch not found

However, that patch file is there:

   $ ls -l .config/guix/latest/gnu/packages/patches/racket-fix-xform-issue.patch 
   -r--r--r-- 10 root root 2520 janv.  1  1970 .config/guix/latest/gnu/packages/patches/racket-fix-xform-issue.patch

Moreover, the same build works fine when I check out the same commit and
use pre-inst-env:

   $ cd ~/Development/guix
   $ guix environment guix
   $ git pull
   $ git checkout de596e99549d7764f370ab2ed3b756f620b1f23d
   $ ./bootstrap
   $ ./configure --localstatedir=/var
   $ make
   $ ./pre-inst-env guix build racket

I suspect that this is somehow caused by the new implementation of "guix
pull", but I don't know how I would go about debugging this, so I defer
to the experts.

Konrad.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-22 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-30 16:16 bug#32316: Build failure with installed guix that does not happen with pre-inst-env Konrad Hinsen
2018-07-30 19:42 ` Björn Höfling
2018-07-31  9:42   ` Konrad Hinsen
2018-07-31 10:04     ` Julien Lepiller
2018-08-22 15:51 ` bug#32316: Thanks! Konrad Hinsen

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).