Bug#1041359: missing daemonize causes failed to connect to `/var/guix/daemon-socket/socket'

2023-07-17 Thread Vagrant Cascadian
On 2023-07-18, Simon Josefsson wrote: > Hi. I was trying to build guile-gnutls via guix in a debian12 > container, and the sequence below happened. Is there a missing > dependency on daemonize? ... > # guix build -f guix.scm > guix build: error: failed to connect to

Bug#1041359: missing daemonize causes failed to connect to `/var/guix/daemon-socket/socket'

2023-07-17 Thread Simon Josefsson
Package: guix Version: 1.4.0-3 Hi. I was trying to build guile-gnutls via guix in a debian12 container, and the sequence below happened. Is there a missing dependency on daemonize? /Simon $ sudo podman run -it --rm --privileged debian:12-slim # apt-get update # apt-get install guix git # git