help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failing to build some packages


From: Eric Bavier
Subject: Re: Failing to build some packages
Date: Wed, 31 Aug 2016 23:42:28 -0500
User-agent: Roundcube Webmail/1.0.6

On 2016-08-31 22:28, Lukas Gradl wrote:
Hello!

Since early this week I seem to be unable to build some packages in
master.  I am not sure what the problem is, I think I am working with
a clean copy of origin/master, so I doubt that any of my own hacking
broke anything.  Here is what I see:

[...]
address@hidden [env]$ ./pre-inst-env guix build --no-substitutes --no-grafts git
accepted connection from pid 6106, user lukas
Backtrace:
In guix/packages.scm:
 985: 19 [bag->derivation # # #]
In srfi/srfi-1.scm:
576: 18 [map #<procedure 68ba000 at guix/packages.scm:987:30 (t-835877)> #]
In guix/packages.scm:
 794: 17 [expand-input # # # ...]
 749: 16 [cache! #<weak-key-hash-table 25873a0 364/443> # # ...]
1053: 15 [thunk]
 985: 14 [bag->derivation # # #]
In srfi/srfi-1.scm:
576: 13 [map #<procedure 6a51a20 at guix/packages.scm:987:30 (t-835877)> #]
In guix/packages.scm:
 794: 12 [expand-input # # # ...]
 749: 11 [cache! #<weak-key-hash-table 25873a0 364/443> # # ...]
1053: 10 [thunk]
 985: 9 [bag->derivation # # #]
In srfi/srfi-1.scm:
578: 8 [map #<procedure 6438510 at guix/packages.scm:987:30 (t-835877)> #]
In guix/packages.scm:
 809: 7 [expand-input # # # ...]
In guix/store.scm:
1182: 6 [run-with-store # ...]
In guix/packages.scm:
1155: 5 [#<procedure 6a6f240 at guix/packages.scm:1155:5 (state)> #]
In guix/store.scm:
1105: 4 [#<procedure 6477480 at guix/store.scm:1104:28 (store)> #]
In guix/packages.scm:
 749: 3 [cache! #<weak-key-hash-table 25873a0 364/443> () ...]
1053: 2 [thunk]
 749: 1 [cache! #<weak-key-hash-table 25a1d60 374/443> () ...]
 833: 0 [thunk]

guix/packages.scm:833:12: In procedure thunk:
guix/packages.scm:833:12: Throw to key `match-error' with args
`("match" "no matching pattern" ())'.
address@hidden [env]$
---8<--- cut here -------------------- end ----->8---


Does anyone else have this problem or a way to fix it?  I see this for
several other packages as well. I thought maybe my store is corrupt, so
I did 'guix gc', but the problem persisted.

Could you try again after doing a 'make clean-go' and making sure that all .go files have been removed? This is the same error I was seeing earlier that was caused by a stale .go file in the build tree.

--
`~Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]