Blackbeard <barbane...@posteo.mx> 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…") > In ice-9/eval.scm: > 191:35 3 (_ _) > In srfi/srfi-1.scm: > 863:16 2 (every1 #<procedure 487ce0 at /gnu/store/gfprsx2m62cvq…> …) > In > /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm: > 799:28 1 (_ _) > In > /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/utils.scm: > 616:6 0 (invoke _ . _) > > /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/utils.scm:616:6: > In procedure invoke: > Throw to key `srfi-34' with args `(#<condition &invoke-error [program: > "ninja" arguments: ("-C" "out/Release" "-j" "5" "chrome" "chromedriver") > exit-status: 1 term-signal: #f stop-signal: #f] ab9b40>)'. 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 “invoke” returned an error. That’s not very helpful. -- Ricardo