bug#34620: Acknowledgement (opam fails)

2019-02-23 Thread Gabriel Hondet
Hello, Wrapping works except that the binary can't find libraries, how can I add the libraries of the profile (e.g. =asm/socket.h= or =crti.o=) in the wrapper? The matter is to get the path of a profile (as if it was a package in the ~inputs~ of the function). Gabriel signature.asc

bug#34630: slock: unable to disable OOM killer. Make sure to suid or sgid slock.

2019-02-23 Thread Carlo Zancanaro
Hey Matthew, I have successfully used slock on a Guix system, but I haven't tried using the Guix slock on a foreign distribution. I would expect it to not work, and the error message gives us an idea why: When using the guix installed slock, it doesn't lock the screen, and errors with the

bug#34637: inferiors example yields error from guix package

2019-02-23 Thread Martin Flack
I'm getting an error trying the example here: https://www.gnu.org/software/guix/manual/en/html_node/Inferiors.html ``` (use-modules (guix inferior) (guix channels) (srfi srfi-1)) ;for 'first' (define channels ;; This is the old revision from which we want to ;; extract

bug#34636: "guix refresh" fails

2019-02-23 Thread Andreas Enge
Hello, when I run guix refresh (with the latest git commit), the result is an error: Backtrace: 13 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 12 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 11 (_ #(#(#))) In guix/ui.scm: 1654:12 10 (run-guix-command _ . _) In

bug#34635: colord not reproducable

2019-02-23 Thread Efraim Flashner
it appears that colord isn't reproducable. diffoscope output attached -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted ---

bug#34620: Acknowledgement (opam fails)

2019-02-23 Thread Gabriel Hondet
Hi again, After some experiments, and after looking at what did Nix, it seems that wrapping opam does the trick (with a .opam-real and a opam). I'll try this and make a patch. Cheers, Gabriel signature.asc Description: PGP signature

bug#34630: slock: unable to disable OOM killer. Make sure to suid or sgid slock.

2019-02-23 Thread Matthew Brooks
When using the guix installed slock, it doesn't lock the screen, and errors with the following error: "slock: unable to disable OOM killer. Make sure to suid or sgid slock." When downloading the source and doing the standard "make && sudo make install", slock does not error, and will properly

bug#34531: Guix profile fails on Overdrive 1000

2019-02-23 Thread Ricardo Wurmus
Danny Milosavljevic writes: > (define (skip-comments text) > (replace (string-append "//[^\n]*?|" > "/[*].*?[*]/|" > "'([.]|[^'])*?'|" > "\"([.]|[^\"])*?\"") This last part will remove anything between double

bug#34407: [PATCH] shepherd: Delete the socket file upon exit.

2019-02-23 Thread 宋文武
Danny Milosavljevic writes: > On Sun, 17 Feb 2019 11:38:16 +0800 > iyzs...@member.fsf.org (宋文武) wrote: > >> Yes, I have the 'rm /run/user/1000/shepherd/socket' workaround in my session >> script too... >> >> According to 'man 2 bind', the socket pathname should be deleted when no >> longer