bug#37735: Ansible package build/installation failing

2019-10-15 Thread Arun Isaac
I felt pretty sure about this patch. So, I pushed it to master. Meanwhile, I also updated ansible to the latest 2.8.5. I am closing this bug report now. Please feel free to open a new bug report in case there are any further problems. Thanks! signature.asc Description: PGP signature

bug#37740: Deja-dup fails to build on c2734ff80987de8f0bb3e31d4339e5496a9821d2

2019-10-15 Thread P via Bug reports for GNU Guix
‐‐‐ Original Message ‐‐‐ On Tuesday, October 15, 2019 5:39 PM, P wrote: > ‐‐‐ Original Message ‐‐‐ > On Monday, October 14, 2019 2:53 PM, P via Bug reports for GNU Guix > bug-guix@gnu.org wrote: > > > ‐‐‐ Original Message ‐‐‐ > > On Sunday, October 13, 2019 11:05 PM,

bug#37662: substitution failure of nss-certs

2019-10-15 Thread Josh Holland
Hi Ludo', Ludovic Courtès writes: > I suppose the error here is because you’re daemon is missing its UTF-8 > locales. > > This could be because you upgraded the daemon but did not upgrade the > ‘glibc-utf8-locales’ or ‘glibc-locales’ you installed as root, no? It's possible - I rarely do

bug#37740: Deja-dup fails to build on c2734ff80987de8f0bb3e31d4339e5496a9821d2

2019-10-15 Thread P via Bug reports for GNU Guix
‐‐‐ Original Message ‐‐‐ On Monday, October 14, 2019 2:53 PM, P via Bug reports for GNU Guix wrote: > ‐‐‐ Original Message ‐‐‐ > On Sunday, October 13, 2019 11:05 PM, goodoldp...@autistici.org wrote: > > > Deja-dup fails to build on c2734ff80987de8f0bb3e31d4339e5496a9821d2. I >

bug#36965: Streamlink now works fine

2019-10-15 Thread Marius Bakke
Josh Holland writes: > Hi, > > Streamlink got updated recently and it now works fine, so this bug can > be closed (not sure if I can do it or how to do it myself through > debbugs). You can close bugs by emailing -d...@debbugs.gnu.org where represents the bug ID (like I've done in this

bug#37765: Trivial rust 1.37.0-compiled program immediately segfaults on newest master

2019-10-15 Thread Danny Milosavljevic
Generation 28 Oct 14 2019 20:42:05(current) guix dc505e3 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: dc505e3eb88faf3c952aa1de4a12a42111c3742c pgpsnKbff8w90.pgp Description: OpenPGP digital signature

bug#37765: Trivial rust 1.37.0-compiled program immediately segfaults on newest master

2019-10-15 Thread Danny Milosavljevic
$ cat b.rs fn main() { } $ rustc b.rs $ ./b Segmentation fault $ gdb ./b (gdb) r (gdb) bt #0 0x77fe40f8 in call_init.part () from /gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/ld-linux-x86-64.so.2 #1 0x77fe428e in _dl_init () from

bug#37744: Per-user profile directory hijack (CVE-2019-17365 for Nix)

2019-10-15 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Ludo', Thanks for your answer. Ludovic Courtès 写道: I need more cluebat please: say I'm an attacker and connect to your daemon (over TCP, why not), asking it to create an empty ‘per-user/ludo’. You wouldn’t be able to do that because over TCP because the daemon can’t tell what user you

bug#37732: mps-youtube propagates util-linux

2019-10-15 Thread Diego Nicola Barbato
Hello Marius, Marius Bakke writes: [...] > Diego: one work-around you can try in the meantime is to create a > ~/setuid-programs, add it first on PATH, and symlink the required > binaries in there. Sorry for the inconvenience! No worries. I have simply removed 'mps-youtube' from my

bug#37692: quaternion not displaying anything

2019-10-15 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Jesse, Jesse Gibbons 写道: Looks like you fixed it. Thanks! Great! You can close bugs by sending mail to nnn-d...@debbugs.gnu.org, as I'm doing now. Happy posting links to long messages, T G-R signature.asc Description: PGP signature

bug#37759: network-manager-openvpn broken since network-manager-applet update

2019-10-15 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Jelle, Jelle Licht 写道: Commit 8fc3a337ab420dc9f80472ce057eae603fc892d3, the update of network-manager-applet to 1.8.24, broke network-manager-openvpn: --8<---cut here---start->8--- checking for LIBNM_GTK... no configure: error: Package requirements

bug#36965: Streamlink now works fine

2019-10-15 Thread Josh Holland
Hi, Streamlink got updated recently and it now works fine, so this bug can be closed (not sure if I can do it or how to do it myself through debbugs). -- Josh Holland

bug#37744: Per-user profile directory hijack (CVE-2019-17365 for Nix)

2019-10-15 Thread Ludovic Courtès
Hi! Tobias Geerinckx-Rice skribis: > The 1777 is obviously very bad, no question. However: question: > > Ludovic Courtès 写道: >> I don’t see how to let the daemon create ‘per-user/$USER’ on behalf >> of >> the client for clients connecting over TCP. Or we’d need to add a >> challenge mechanism

bug#37762: ‘guix offload’ sets too short a timeout

2019-10-15 Thread Ludovic Courtès
Ludovic Courtès skribis: > In (guix scripts offload) the SSH session is created like this: > >(make-session #:user (build-machine-user machine) > #:host (build-machine-name machine) > #:port (build-machine-port machine) >

bug#37762: ‘guix offload’ sets too short a timeout

2019-10-15 Thread Ludovic Courtès
Hello Guix, In (guix scripts offload) the SSH session is created like this: (make-session #:user (build-machine-user machine) #:host (build-machine-name machine) #:port (build-machine-port machine) #:timeout 10 ;seconds

bug#37761: man pages not displaying on Guix System 1.0.1 fresh install

2019-10-15 Thread Kenan Toker
Hi bug-guix, I’m emailing about an issue I was having with man pages, where man pages were not displaying on a fresh install of Guix System 1.0.1 on a Thinkpad x200 laptop. I did not experience the issue at any point on another install of Guix, which I had installed using the Guix System 1.0.0

bug#37759: network-manager-openvpn broken since network-manager-applet update

2019-10-15 Thread Jelle Licht
Commit 8fc3a337ab420dc9f80472ce057eae603fc892d3, the update of network-manager-applet to 1.8.24, broke network-manager-openvpn: --8<---cut here---start->8--- checking for LIBNM_GTK... no configure: error: Package requirements (libnm-gtk >= 1.7.0) were not