bug#36379: Running `guix pull` as "root" user

2019-07-05 Thread Giovanni Biscuolo
Raghav Gururajan writes: > Hi Giovanni! > > Any update please? Just that I was too busy with my work and I had to delay this. Maybe next week I'll be able to reproduce, but don't hold your breath Regards, Gio'. -- Giovanni Biscuolo Xelera IT Infrastructures signature.asc Description: PGP

bug#36508: GDM files have incorrect owner after temporarily replacing with SDDM

2019-07-05 Thread ison
After replacing GDM with SDDM in my Guix System config (to test Wayland) and then reverting back to my old config and reconfiguring GDM would crash (printing out around 500 lines about creating a seat) I also tried rolling back to the generation I had before using SDDM and it would still crash. In

bug#36509: guix pull: too many substitute updates, or bad log messages

2019-07-05 Thread Robert Vollmert
When running `guix pull`, output like the following is common for me: $ guix pull Updating channel 'puzzlink' from Git repository at '/home/rob/guix-puzzlink'… […] Building from these channels: guix https://github.com/robx/guix.git11f68b3 […] Computing Guix derivation for 'x86_64-linux'

bug#27462: OCaml CVE-2015-8869

2019-07-05 Thread Julien Lepiller
Ocaml-4.02 was removed a few months ago in c3634df2 but I forgot to close this bug report.

bug#36510: confusing mcron logging

2019-07-05 Thread Robert Vollmert
I have two mcron jobs on my system, certbot renewal and a handwritten and currently buggy guile job. This is an excerpt from /var/log/mcron.log: > Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator webroot, Installer None Cert not yet due for renewal Keep

bug#36511: extraneous recompiles of scm files while editing gnu/packages/

2019-07-05 Thread Robert Vollmert
I’ve just been working on a local guix clone, tried building a package which failed, but not after lots of the usual “newer than compiled” messages, but fine, I pulled a while earlier and hadn’t rebuilt. But then, after editing just a few lines in a single file (gnu/packages/haskell.scm), the follo

bug#36379: Running `guix pull` as "root" user

2019-07-05 Thread Raghav Gururajan
> Just that I was too busy with my work and I had to delay this. > > Maybe next week I'll be able to reproduce, but don't hold your breath That's okay. Regards, RG.

bug#36510: confusing mcron logging

2019-07-05 Thread Ludovic Courtès
Hi, Robert Vollmert skribis: > Suggestions: > - mcron should log the timestamp and a job id of every job when it starts > - mcron should log the timestamp and status and job id of every job when it > finishes > - job output should be prefixed by some job id +1! +3 even. :-) Something that c

bug#36511: extraneous recompiles of scm files while editing gnu/packages/

2019-07-05 Thread Ludovic Courtès
Hi, Robert Vollmert skribis: > rob@garp ~/guix$ nano gnu/packages/haskell.scm > rob@garp ~/guix$ ./pre-inst-env guix build ghc-ansi-wl-pprint I’d suggest running “make” once you’ve edited a file. It’s not strictly necessary (Guile then simply evaluates code instead of running compiled code),

bug#36510: confusing mcron logging

2019-07-05 Thread Robert Vollmert
> On 5. Jul 2019, at 22:37, Ludovic Courtès wrote: > Something that can help debugging to some extent (but is definitely no > substitute for what you suggest above!) is ‘sudo herd schedule mcron’. > I use that to manually run jobs that appear not to work as expected. That only works for non-guile

bug#36456: Guix stumbles on duplicates?

2019-07-05 Thread Ludovic Courtès
Hi swedebugia, swedebugia skribis: > In guix/build-system/cargo.scm: >260:27 3 (lower "rust-backtrace-0.3.32" #:source _ #:inputs _ # . #) > 231:4 2 (expand-crate-sources _ _) >170:23 1 (crate-closure _) > 128:4 0 (_ #:cargo-inputs _) > > guix/build-system/cargo.scm:128:4: In

bug#36463: jupyter terminal out of pty devices

2019-07-05 Thread Ludovic Courtès
Hello, Steffen Rytter Postas skribis: > Both environments use the same command to execute, and are using `guix > environment` to start the Jupyter notebook system: > > `LC_ALL=C guix environment -C -N --pure -m env.scm -- jupyter-notebook` > > The `env.scm` file used, is as follows: > > > (defin

bug#36517: 'guix deploy' does not restart services

2019-07-05 Thread Jakob L. Kreuze
This issue is described in more detail at [1]. Essentially, 'guix deploy' is will happily load and start new services, as well as unload obsolete services, but does nothing to restart valid services that are already running. I can assign myself to this issue. Just filing for tracking purposes :]

bug#36518: [core-updates] python-boot0 fails to build on armhf and aarch64

2019-07-05 Thread Marius Bakke
On the core-updates branch, since commit 5f3f70391809f8791c55c05bd1646bc58508fa2c, bootstrapping fails early for armhf-linux and aarch64 when trying to build pkg-config (for python-boot0). That can be easily worked around with this patch: diff --git a/gnu/packages/commencement.scm b/gnu/packages/

bug#36463: jupyter terminal out of pty devices

2019-07-05 Thread Steffen Rytter Postas
Hi Ludo, I can confirm that commit 935e79af61f4d903e562362cdd828be807e15581 does indeed resolve the issue entirely. Thank you so much for the quick response and action! Den 06/07/2019 kl. 00.28 skrev Ludovic Courtès: > Hello, > > Steffen Rytter Postas skribis: > >> Both environments use the same

bug#36519: System frequently suspending after logout

2019-07-05 Thread Josh Wheeler
Problem: GuixSD frequently suspends on user logout or after selecting "Log in as another user" from the lock screen. Occurs when returning to GDM from GNOME and i3 sessions on a fresh GuixSD install. Expected: System should allow user logout / switching without sleeping. Thanks!