From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19979: vlc install failed with backtrace Date: Tue, 03 Mar 2015 14:00:59 +0100 Message-ID: <87ioeime0k.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSmSe-0001Sn-EQ for bug-guix@gnu.org; Tue, 03 Mar 2015 08:02:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSmSY-0007F3-RE for bug-guix@gnu.org; Tue, 03 Mar 2015 08:02:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:35106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSmSY-0007Ez-P5 for bug-guix@gnu.org; Tue, 03 Mar 2015 08:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YSmSY-00074C-J3 for bug-guix@gnu.org; Tue, 03 Mar 2015 08:02:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Axel's message of "Mon, 2 Mar 2015 03:09:52 +0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Axel Cc: 19979@debbugs.gnu.org Hi, Axel skribis: > and guix crashed with trace: > > Backtrace: > In guix/scripts/package.scm: > 814: 19 [process-actions (# # # # ...)] > In guix/monads.scm: > 427: 18 [run-with-store # ...] > In guix/profiles.scm: > 412: 17 [# #] > In guix/gexp.scm: > 175: 16 [# #] > In guix/monads.scm: > 328: 15 [# #] > 328: 14 [# #] > In guix/gexp.scm: > 100: 13 [# #] > In guix/packages.scm: > 612: 12 [cache # # #] > 861: 11 [thunk] > 793: 10 [bag->derivation # # #] > In srfi/srfi-1.scm: > 576: 9 [map # (t-12567)> (# # # ...)] > In guix/packages.scm: > 654: 8 [expand-input # # # ...] > 612: 7 [cache # # #] > 861: 6 [thunk] > 793: 5 [bag->derivation # # #] > In srfi/srfi-1.scm: > 578: 4 [map # (t-12567)> (# # # ...)] > In guix/packages.scm: > 669: 3 [expand-input # # # ...] > 373: 2 [patch-and-repack # # # ...] > In srfi/srfi-1.scm: > 601: 1 [map # patch)> (0) ...] > In guix/packages.scm: > 375: 0 [# 0= #f] > > I just installed guixsd 0.8 and updated it with `guix pull`. Other > packages installed without problems. I cannot reproduce it now just after running =E2=80=98guix pull=E2=80=99. However, the line numbers above do not seem to correspond to current Guix. Could it be that =E2=80=98guix pull=E2=80=99 was run under one accou= nt, and =E2=80=98guix package=E2=80=99 under a different account? Thanks, Ludo=E2=80=99.