From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#35108: ungoogled-chromium fails to install Date: Tue, 02 Apr 2019 22:09:28 +0200 Message-ID: <87ftr0yxs7.fsf@elephly.net> References: <87mul8ibcy.fsf@posteo.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBPjR-0006Kq-NQ for bug-guix@gnu.org; Tue, 02 Apr 2019 16:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBPjQ-0007BQ-NA for bug-guix@gnu.org; Tue, 02 Apr 2019 16:10:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56442) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBPjO-0007As-R0 for bug-guix@gnu.org; Tue, 02 Apr 2019 16:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBPjO-0004Aj-GP for bug-guix@gnu.org; Tue, 02 Apr 2019 16:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87mul8ibcy.fsf@posteo.mx> 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" To: Blackbeard Cc: 35108@debbugs.gnu.org Blackbeard writes: > Hello, I am having trouble to install ungoogled-chromium. > > I've tried several times and with different 'guix pull' commits, but it > keeps failing at around 84%. This is from the logs: > > > ninja: build stopped: subcommand failed. > Backtrace: > 4 (primitive-load "/gnu/store/25402q0d5mdh4rkp155rh9j3vpj=E2= =80=A6") > In ice-9/eval.scm: > 191:35 3 (_ _) > In srfi/srfi-1.scm: > 863:16 2 (every1 # =E2=80=A6) > In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/g= nu-build-system.scm: > 799:28 1 (_ _) > In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/u= tils.scm: > 616:6 0 (invoke _ . _) > > /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/util= s.scm:616:6: In procedure invoke: > Throw to key `srfi-34' with args `(#)'. Unfortunately, you cropped the interesting part of the error message. Can you show us more? It would interesting to see what happened before. This backtrace just shows us that the command we invoke with =E2=80=9Cinvok= e=E2=80=9D returned an error. That=E2=80=99s not very helpful. --=20 Ricardo