bug#63717: [Shepherd] Replaced services remain active in the shadows

2023-05-29 Thread Ludovic Courtès
Ludovic Courtès skribis: > Ludovic Courtès skribis: > >> What seems to happen is that, in both cases, the registry points to the >> new service; ‘herd status’ & co. look up the service by name in the >> registry, find the new service, and rightfully show that it’s stopped. >> But the old

bug#63634: bug#63646: [PATCH] substitute: If a server's nar URL is 404, try the next one(s).

2023-05-29 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Ludovic Courtès skribis: > >> + (define (try-fetch choices) >> +(match choices >> + (((uri compression file-size) rest ...) >> + (guard (c ((and (pair? rest) (network-error? c)) >> + (warning (G_ "download from '~a' failed, trying

bug#63728: GHC cannot find lrt

2023-05-29 Thread Mekeor Melire
2023-05-26 15:44 ant...@mailbox.org: The gcc-toolchain:static workaround fixes the rt problem, but now the binaries aren't linked to libgmp and libffi, even though gmp and libffi packages are installed in the profile: Maybe there should be a ghc-toolchain package that has libgmp and libffi

bug#63678: Can't restart/halt system with shepherd 0.9.3 after upgrading

2023-05-29 Thread david larsson
On 2023-05-24 12:27, Christopher Baines wrote: Hey! On a system running shepherd 0.9.3 [1], I've reconfigured, but now can't reboot or halt. root@hamal ~# halt Service root is not running. 1: /gnu/store/y6w0xix15cq08qasmq75f04yzgbl98jx-shepherd-0.9.3 FWIW, this has happened to me a bunch

bug#63678: Can't restart/halt system with shepherd 0.9.3 after upgrading

2023-05-29 Thread Christopher Baines
Ludovic Courtès writes: > Hi, > > Christopher Baines skribis: > >> May 24 11:17:02 localhost shepherd[1]: Evaluating user expression (and >> (defined? (quote transient?)) (map (# ?) ?)). >> May 24 11:17:02 localhost shepherd[1]: Evaluating user expression >> (register-services

bug#63787: udev-rules-service inoperable for some rules

2023-05-29 Thread Liliana Marie Prikler
Hi Felix, Am Montag, dem 29.05.2023 um 08:25 -0700 schrieb Felix Lechner: > Hi, > > A brief thread from guix-devel about trying to use MAC-based names > for network interfaces [1] shall be incorporated herein by reference. > >   [1] >

bug#63789: Native compilation broken on the Hurd (with patch)

2023-05-29 Thread Janneke Nieuwenhuizen
Hi! The commit 56759d30d9a817a9c9221c9468a4c4a59c9a4713 gnu: Switch to GCC 11. introduced a gratuitous dependency on coreutils-boot0 to gcc-boot0 by adding this atypical snippet --8<---cut here---start->8--- (snippet #~(begin

bug#63787: udev-rules-service inoperable for some rules

2023-05-29 Thread Felix Lechner via Bug reports for GNU Guix
Hi, A brief thread from guix-devel about trying to use MAC-based names for network interfaces [1] shall be incorporated herein by reference. [1] https://lists.gnu.org/archive/html/guix-devel/2023-05/msg00192.html On Wed, May 17, 2023 at 6:14 PM Felix Lechner wrote: > > In a concession to

bug#63440: Some python-pyelftools test failed

2023-05-29 Thread Peter Polidoro
I am also running into the same issue. I am trying to package python-platformio, but python-pyelftools fails its check phase so it cannot be used as a dependency.

bug#62517: installer-dump-ed8ac2cb

2023-05-29 Thread Graham Addis
On Sat, 20 May 2023 at 16:05, Graham Addis wrote: > > I never did get KVM enabled on my windows 10 box. > > I ended up doing a bare metal guix install on an old laptop I had, > which works fine, if a little slow. > > I'll close this. Thanks Simon > > On Tue, 16 May 2023 at 16:06, Simon Tournier

bug#63394: guix pack and proot

2023-05-29 Thread André A . Gomes
Hi Guix, I acknowledge the answers provided, but I'd like to emphasize that guix pack won't run if proot is broken. This is a critical issue and a temporary solution is simple enough: disable the tests for the current proot version packaged. Please check the patch attached. -- André A.

bug#63451: Guix pull not successful

2023-05-29 Thread a
hm. i will chalk it up to hardware/filesystem then! thank you for the time. On Tue, May 23, 2023 at 8:04 AM Simon Tournier wrote: > Hi, > > On Mon, 22 May 2023 at 23:31, a wrote: > > This: > > > ~ guix pull -l > > > > Generation 1 Feb 05 2023 20:46:03 > > guix 4b9e1e8 > > Generation 2 Feb 06

bug#53580: shepherd's architecture

2023-05-29 Thread Felix Lechner via Bug reports for GNU Guix
Hi Brian, On Mon, May 29, 2023 at 8:02 AM Brian Cully via Development of GNU Guix and the GNU System distribution. wrote: > > Erlang has had hot code reloading for decades Thank you for that pointer! I also had Erlang on my mind while reading Attila's message. > Lisp Flavoured Erlang exists if

bug#63270: d-feet: Fails to build (Function does not take positional arguments)

2023-05-29 Thread Zhu Zihao
I fix this in https://issues.guix.gnu.org/63270 and it's pending to be merged. You can also try d-spy which IMO it's very good alternate. -- Retrieve my PGP public key: gpg --recv-keys B3EBC086AB0EBC0F45E0B4D433DB374BCEE4D9DC Zihao signature.asc Description: PGP signature

bug#53580: shepherd's architecture

2023-05-29 Thread Brian Cully via Bug reports for GNU Guix
Attila Lendvai writes: it doesn't seem to be an insurmontable task to make sure that guile can safely unlink a module from its heap, check if there are any references into the module to be dropped, and then reload this module from disk. the already runing fibers would keep the required

bug#63783: r-dismo bundles pre-built jars

2023-05-29 Thread Ricardo Wurmus
The files dismo.jar and maxent.jar in the r-dismo package don’t have any associated source code and are not built from source. -- Ricardo