From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Subject: bug#19979: vlc install failed with backtrace Date: Mon, 2 Mar 2015 03:09:52 +0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSDHI-0002Um-8B for bug-guix@gnu.org; Sun, 01 Mar 2015 18:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSDHH-0007by-7R for bug-guix@gnu.org; Sun, 01 Mar 2015 18:28:04 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:58286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSDHH-0007bu-3d for bug-guix@gnu.org; Sun, 01 Mar 2015 18:28:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YSDHG-0004A4-Gu for bug-guix@gnu.org; Sun, 01 Mar 2015 18:28:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSD03-0002EH-Dn for bug-guix@gnu.org; Sun, 01 Mar 2015 18:10:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSD02-0002uH-AY for bug-guix@gnu.org; Sun, 01 Mar 2015 18:10:15 -0500 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:37028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSD02-0002tw-2O for bug-guix@gnu.org; Sun, 01 Mar 2015 18:10:14 -0500 Received: by wivr20 with SMTP id r20so11082533wiv.2 for ; Sun, 01 Mar 2015 15:10:12 -0800 (PST) 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: 19979@debbugs.gnu.org Hello, I tried to install: name: vlc version: 2.1.5 dependencies: alsa-lib-1.0.27.1 avahi-0.6.31 dbus-1.8.12 ffmpeg-2.2.11 + flac-1.3.0 fontconfig-2.10.93 freetype-2.4.11 git-2.2.1 gnutls-3.2.20 + libcddb-1.3.0 libgcrypt-1.6.2 libkate-0.4.1 libmad-0.15.1b libogg-1.3.2 + libpng-1.5.17 libsamplerate-0.1.8 libssh2-1.4.3 libtheora-1.1.1 libvorbis-1.3.4 + libxext-1.3.3 libxinerama-1.1.3 libxml2-2.9.0 libxpm-3.5.11 lua-5.1.5 + mesa-10.4.0 opus-1.1 perl-5.16.1 pkg-config-0.27.1 pulseaudio-5.0 + python-wrapper-3.3.5 qt-4.8.6 sdl-1.2.15 sdl-image-1.2.12 speex-1.2rc1 + xcb-util-keysyms-0.4.0 location: gnu/packages/video.scm:212:2 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 # (# # # ...)] 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 # (# # # ...)] In guix/packages.scm: 669: 3 [expand-input # # # ...] 373: 2 [patch-and-repack # # # ...] In srfi/srfi-1.scm: 601: 1 [map # (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. -- axel