bug#67714: “guix build racket” different from “guix shell racket”

2023-12-12 Thread Simon Tournier
Hi, On ven., 08 déc. 2023 at 19:08, Ludovic Courtès wrote: > I guess we can close if it’s not reproducible now? Well, I reproduce the issue with my laptop using Guix 8e61e63 pulled on Dec. 11th. Running “guix shell” launches the ’install’ phase when “guix build” just fetches the substitute; se

bug#54350: Profile collisions in "guix shell"

2023-12-12 Thread Konrad Hinsen
Hi everyone, I ran into this issue when I was trying to turn a much-used shell environment into a profile for persisting the binaries in the store. I had been using it for several months, believing it to be OK. Fortunately it was easy to fix. Background: as part of a reproducible computation work

bug#67796: Automake is not compatible with older Autoconfs we provide

2023-12-12 Thread Ekaitz Zarraga
Hi, We have automake packaged, but it's not compatible with older autoconf versions so autoconf is not very usable at this point. ``` Ekaitz@tuxedo ~/projects/nlnet/gcc/libstdc++-v3 (riscv)$ guix shell automake autoconf@2.64 Ekaitz@tuxedo ~/projects/nlnet/gcc/libstdc++-v3 (riscv) [env]$ auto

bug#53211: Fixed

2023-12-12 Thread Cayetano Santos via Bug reports for GNU Guix

bug#67796: Automake is not compatible with older Autoconfs we provide

2023-12-12 Thread Maxim Cournoyer
Hi, Ekaitz Zarraga writes: > Hi, > > We have automake packaged, but it's not compatible with older autoconf > versions so autoconf is not very usable at this point. > > ``` > Ekaitz@tuxedo ~/projects/nlnet/gcc/libstdc++-v3 (riscv)$ guix shell > automake autoconf@2.64 > Ekaitz@tuxedo ~/projects/n

bug#67800: File guix-publish.service missing on foreign distro installations

2023-12-12 Thread Philippe SWARTVAGHER
Hello, I'm running Guix on a foreign distro, Debian, with systemd. I installed Guix with the shell installer script. The documentation https://guix.gnu.org/manual/en/html_node/Invoking-guix-publish.html mentions (at the bottom) that I can execute the following command to enable the Guix Pub

bug#67629: [Cuirass] ‘remote-server’ wrecks havoc when misbehaving clients connect

2023-12-12 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > The ‘cuirass remote-server’ process goes awry when misbehaved clients > connect; specifically, some of its fibers crash, leaving it running but > inactive: I guess what I reported in bug#67633 is a symptom of the above problem, perhaps? -- Thanks, Maxim

bug#67726: [cuirass] erroneous broken report (e.g.: Build lkrg.x86_64-linux on master is broken)

2023-12-12 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hello, > > I got this notification from Cuirass: > > cuir...@gnu.org (Cuirass) writes: > >> The build lkrg.x86_64-linux for specification >> master is broken. You can find the detailed information about >> this build > href="https://ci.guix.gnu.org/build/2602896/det

bug#67796: Automake is not compatible with older Autoconfs we provide

2023-12-12 Thread Ekaitz Zarraga
Maxim, > 'guix show automake' shows we also have automake 1.9.6 available. I suppose this still works with the older autoconf? I don't have that automake version and I can't find it Guix's codebase. Are you up to date with master? Best, Ekaitz

bug#67802: Shepherd is not able to run simple networked programs as services

2023-12-12 Thread Lars Rustand
Hello, I have created two very simple shepherd services for two different mail programs (offlineimap and davmail). Both of the programs are able to run without problem when ran from the commandline, but both of them fail with networking related errors when I try to run them as shepherd services.

bug#67796: Automake is not compatible with older Autoconfs we provide

2023-12-12 Thread Maxim Cournoyer
Hi, Ekaitz Zarraga writes: > Maxim, > >> 'guix show automake' shows we also have automake 1.9.6 available. I > suppose this still works with the older autoconf? > > I don't have that automake version and I can't find it Guix's > codebase. Are you up to date with master? Oh, indeed, I wasn't.