bug#34485: kwindowsystem derivation failed

2019-02-15 Thread znavko
This is /var/log/guix/drvs/vm/bmxipcn939jx3fa76cdl840r6cdlfx-kwindowsystem-5.54.0.drv.bz2 in attachment. Feb 15, 2019, 4:00 PM by l...@famulari.name: > On Fri, Feb 15, 2019 at 10:45:07AM +0100, > zna...@tutanota.com > > wrote: > >> building >>

bug#34494: proot-based non-root setup: refusing to run with elevated privileges (UID 0)

2019-02-15 Thread Pjotr Prins
Did you try something like proot -0 -b /proc -b /dev -b /etc -r . -b etc_guix/acl:/etc/guix/acl gnu/store/vir3l..-guix-0.x/bin/guix-daemon --disable-chroot (note the extra -0 and chroot switches) and you should see on a guix package install. That used to work. But maybe no longer? On Fri,

bug#34498: Confusing msgid " Running value is ~s.~%"

2019-02-15 Thread pelzflorian (Florian Pelz)
Hello, I am fairly sure #: modules/shepherd/scripts/herd.scm:86 #, scheme-format msgid " Running value is ~s.~%" refers to the value of the #:running slot but translators don’t know that and would translate it as a value that is running. This should be changed and a comment for TRANSLATORS

bug#34494: proot-based non-root setup: refusing to run with elevated privileges (UID 0)

2019-02-15 Thread Florian Thevissen
Hi, I am trying to get guix to run on a system where I do not have root access, following a guide by pjotrp involving proot, here: https://github.com/pjotrp/guix-notes/blob/master/GUIX-NO-ROOT.org . All guix operations that involve the script perform-download fail with the error: guix

bug#34454: Icecat crashes after several seconds

2019-02-15 Thread Bradley Haggerty
GNU IceCat 60.5.0 guix (GNU Guix) a37bdf4289e9bb533907a6ee5c4c84e68e12c5b1 Fri Feb 15 12:15:29 CST 2019 After the problem the other day I rolled back to a previous working generation. I've now updated and still had problems, so I'm back with new crashes. I noticed it mentioned an environment

bug#34485: kwindowsystem derivation failed

2019-02-15 Thread Leo Famulari
On Fri, Feb 15, 2019 at 10:45:07AM +0100, zna...@tutanota.com wrote: > building > /gnu/store/vmbmxipcn939jx3fa76cdl840r6cdlfx-kwindowsystem-5.54.0.drv... > | 'check' phasebuilder for > `/gnu/store/vmbmxipcn939jx3fa76cdl840r6cdlfx-kwindowsystem-5.54.0.drv' failed > with exit code 1 > build of

bug#34485: kwindowsystem derivation failed

2019-02-15 Thread znavko
here: $ guix graph --type=derivation blender > blender.dot  https://nofile.io/f/FhuefPxVeS5/blender.dot Also I want to say that I have failed derivation and think update was not complete. Feb 15, 2019, 1:23 PM by rek...@elephly.net

bug#34485: kwindowsystem derivation failed

2019-02-15 Thread Ricardo Wurmus
zna...@tutanota.com writes: > hello! I am using only blender 2.80 defined from config but I've got > many unnecessary packages like kwayland and other k... I have no > others self-defined things. I don’t see kwayland among the inputs. You can take a look at the graph with something like

bug#34211: error running container: mingetty cannot find ttys

2019-02-15 Thread Arun Isaac
> so it's possible to "manually" remove the unneeded mingetty and > console-fonts services from containers > > how could it be automated? should it be automated? (IMHO yes) I too believe it should be automated. But, I'll leave the others on this thread to come to a decision. signature.asc

bug#34211: error running container: mingetty cannot find ttys

2019-02-15 Thread Giovanni Biscuolo
Arun Isaac writes: >>> You should do something along the lines of the following: >>> >>> (remove (lambda (service) >>> (let ((type (service-type-name (service-kind service >>> (or (eq? type 'mingetty) >>> (eq? type 'console-fonts >>>

bug#34211: error running container: mingetty cannot find ttys

2019-02-15 Thread Arun Isaac
>> You should do something along the lines of the following: >> >> (remove (lambda (service) >> (let ((type (service-type-name (service-kind service >> (or (eq? type 'mingetty) >> (eq? type 'console-fonts >> %base-services) > > thank you for

bug#34485: kwindowsystem derivation failed

2019-02-15 Thread znavko
hello! I am using only blender 2.80 defined from config but I've got many unnecessary packages like kwayland and other k... I have no others self-defined things. $ blender --version Color management: using fallback mode for management Blender 2.80 (sub 40) The error appears: $ time guix

bug#29516: Maxima fails to build

2019-02-15 Thread Diego Nicola Barbato
Hello Guix, I am closing this bug in response to Leo’s message on guix-devel [0]. This particular issue has been solved quite some time ago and GCL and Maxima have both been updated since. Maxima currently fails to build for a different reason for which I have opened a new bug report [1].

bug#34211: error running container: mingetty cannot find ttys

2019-02-15 Thread Giovanni Biscuolo
Hi Arun, Arun Isaac writes: >> please any hint on how to "manually" remove those two failing services? > > You should do something along the lines of the following: > > (remove (lambda (service) > (let ((type (service-type-name (service-kind service > (or (eq? type

bug#34484: GCL: segfault on invocation on x86_64 and i686

2019-02-15 Thread Diego Nicola Barbato
Hello Guix, GCL segfaults upon execution on x86_64 and i686. This is most likely the reason why Maxima fails to build on those architectures [0] [1]. This is what I tried: --8<---cut here---start->8--- diego@GLaDOS ~$ guix build gcl