From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Package installation problem Date: Tue, 06 Sep 2016 15:01:04 +0300 Message-ID: <87zinlutj3.fsf@gmail.com> References: <87eg4xlaa5.fsf@gnu.org> <87d1khl9yt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhF3w-0005iJ-BS for help-guix@gnu.org; Tue, 06 Sep 2016 08:01:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhF3r-0004oI-7p for help-guix@gnu.org; Tue, 06 Sep 2016 08:01:12 -0400 In-Reply-To: <87d1khl9yt.fsf@gnu.org> (Roel Janssen's message of "Tue, 06 Sep 2016 10:16:10 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Roel Janssen Cc: help-guix@gnu.org Roel Janssen (2016-09-06 11:16 +0300) wrote: > [rjanssen2@hpc-mirror-001 ~]$ guix package -i macs --fallback > --profile=/hpc/cog_bioinf/guix-state/guix/profiles/per-pipeline/atac-seq/guix-profile > Backtrace: > In guix/packages.scm: > 1015: 19 [bag->derivation # # #] > In srfi/srfi-1.scm: > 578: 18 [map # #] > In guix/packages.scm: > 824: 17 [expand-input # # # ...] > 779: 16 [cache! # # # ...] > 1083: 15 [thunk] > 1015: 14 [bag->derivation # # #] > In srfi/srfi-1.scm: > 578: 13 [map # #] > In guix/packages.scm: > 827: 12 [expand-input # # # ...] > 779: 11 [cache! # # # ...] > 1083: 10 [thunk] > 1015: 9 [bag->derivation # # #] > In srfi/srfi-1.scm: > 578: 8 [map # #] > In guix/packages.scm: > 839: 7 [expand-input # # # ...] > In guix/store.scm: > 1182: 6 [run-with-store # ...] > In guix/packages.scm: > 1185: 5 [# #] > In guix/store.scm: > 1105: 4 [# #] > In guix/packages.scm: > 779: 3 [cache! # () ...] > 1083: 2 [thunk] > 779: 1 [cache! # () ...] > 863: 0 [thunk] > > guix/packages.scm:863:12: In procedure thunk: > guix/packages.scm:863:12: Throw to key `match-error' with args `("match" "no matching pattern")'. Did you try "make clean-go" (and "make" again)? Perhaps it will help. -- Alex