bug#60026: Failed to compute derivation bug

2022-12-17 Thread Joseph Turner via Bug reports for GNU Guix
I upgraded to bookworm, and now instead of throwing an error, the VPS crashes and closes the ssh connection. In the web console, I saw: Out of memory: Killed process 1516 (guix) zimoun writes: > What are the resources (CPU/RAM/storage) of this rented VPS? You were right, zimoun! Sorry to waste

bug#59784: [version 1.4.0rc1] Retrying a failed install fails

2022-12-17 Thread Ludovic Courtès
After spending a few more hours on this, I got convinced that upon restarting guix-daemon, even though we had restored /var/guix/db/db.sqlite, the presence of stale db.sqlite-{wal,shm} files could lead sqlite to do as if transactions in the WAL file had been committed. Commit

bug#59784: [version 1.4.0rc1] Retrying a failed install fails

2022-12-17 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > I saw a comment >> void LocalStore::registerValidPaths(const ValidPathInfos & infos) >> { >> /* SQLite will fsync by default, but the new valid paths may not be >> fsync-ed. >> * So some may want to fsync them before registering the validity, at

bug#59784: [version 1.4.0rc1] Retrying a failed install fails

2022-12-17 Thread pelzflorian (Florian Pelz)
Ahoi. :) Ludovic Courtès writes: >> Now that you found the dynamic-wind’s out-guard does not even run: > It does not run on C-c, but it does run in other cases, typically if you > just press Enter after reading the message that says “command failed, > press Enter”. Ahh. Then would it be good

bug#59784: [version 1.4.0rc1] Retrying a failed install fails

2022-12-17 Thread pelzflorian (Florian Pelz)
Ludovic Courtès writes: > The error message that’s haunting us: > > opening file `/gnu/store/….drv': No such file or directory > > comes from guix-daemon. It happens while the client is doing an > ‘add-text-to-store’ RPC to add that .drv to the store. > ‘LocalStore::addTextToStore’ supposedly

bug#60140: Stack smashing detected after first guix pull on fresh Ubuntu 22.04 guix install

2022-12-17 Thread Andrews, Kyle (KC)
My system administrator just installed guix for me thanks to it being so easy on Ubuntu. To show it off, I wanted to make a quick demonstration to a colleague on how it makes it easy to create a reproducible python environment using `guix shell`. That command didn't seem to exist on the

bug#60141: Stack smashing detected after first guix pull on fresh Ubuntu 22.04 guix install

2022-12-17 Thread Andrews, Kyle (KC)
My system administrator just installed guix for me thanks to it being so easy on Ubuntu. To show it off, I wanted to make a quick demonstration to a colleague on how it makes it easy to create a reproducible python environment using `guix shell`. That command didn't seem to exist on the

bug#60139: Recall: Stack smashing detected after first guix pull on fresh Ubuntu 22.04 guix install

2022-12-17 Thread Andrews, Kyle (KC)
Andrews, Kyle (KC) would like to recall the message, "Stack smashing detected after first guix pull on fresh Ubuntu 22.04 guix install".

bug#60082: openblas FTBFS in KVM with default CPU

2022-12-17 Thread Tril
FTBFS = "Fails To Build From Source" guix package --no-substitutes -i openblas resulted in the error below on Guix System running on a KVM in Proxmox VE using the default CPU called "kvm64". --- OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat3 < ./sblat3.dat Program received signal SIGILL:

bug#35727: Connecting Geiser to Guile listening to a socket: No prompt found! (.guile to blame)

2022-12-17 Thread Antonio Carlos Padoan Junior via Bug reports for GNU Guix
Mekeor Melire writes: > > Does it work when you start the Guile REPL with an > environment-variable called INSIDE_EMACS? That way, it worked fine > for me: > > #+begin_src sh > INSIDE_EMACS=true guix repl --listen=tcp:37146 > #+end_src > > If this works, then I'd suggest that this is not a bug

bug#60164: GNU Guix 1.4.0rc2 available for testing!

2022-12-17 Thread Wolf
Hello, On 2022-12-11 10:39:56 +0100, Ludovic Courtès wrote: > Hello Guix! > > The second release candidate of the upcoming 1.4.0 release is now > available for testing, fixing issues that were reported for rc1: > > source: > https://alpha.gnu.org/gnu/guix/guix-1.4.0rc2.tar.gz > >

bug#60104: Hiccups installing GNU Guix 1.4.0rc2 system

2022-12-17 Thread J. Sims
Hey, Ludovic Courtès wrote: > What’s crypttab? At which point exactly does this screen appears: > before GRUB, after GRUB, once the Linux kernel has booted? crypttab is some part of the LUKS encryption stuff. This appears to be a manpage for it:

bug#60109: gnome-boxes and distributions

2022-12-17 Thread Denis 'GNUtoo' Carikli
Hi, Here are some more information: The Parabola's patch fox fixing that is probably this one: https://git.parabola.nu/abslibre.git/tree/libre/libosinfo/libre.patch This is because libosinfo is in the dependencies of gnome-boxes. I didn't check beyound that. To reproduce the bug one need to

bug#60104: Hiccups installing GNU Guix 1.4.0rc2 system

2022-12-17 Thread J. Sims
Hey there, I managed to successfully install the GNU Guix 1.4.0rc2 system iso on an HP Dev One laptop (with help from USB stuff for networking). Everything mostly went as expected, except after the installation I got a screen saying crypttab couldn't find a specific partition. I assume this

bug#59784: [version 1.4.0rc1] Retrying a failed install fails

2022-12-17 Thread Ludovic Courtès
Ludovic Courtès skribis: > I did reproduce the issue in a VM by running “ifconfig ens3 down” in a > tty, or by killing the ‘guix substitute’ process, to cause failure of > ‘guix system init’. In that case the database is indeed restored, but I > occasionally get errors like “/gnu/store/….drv:

bug#60056: [PATCH RFC 1/6] build: Add gnu-build-system v2.

2022-12-17 Thread Maxim Cournoyer
Hi Simon, zimoun writes: > Hi Maxim, > > On Thu, 15 Dec 2022 at 23:56, Maxim Cournoyer > wrote: > >> OK. I've used the etc/teams.scm script output to CC the core team >> members. Hopefully it helped to ping them (did it for you?). > > Maybe something is wrong with my config, but I am not

bug#60160: installer: installing on a VPS

2022-12-17 Thread Attila Lendvai
the menu based installer (1.4.0 RC2) cannot be used on some VPS-es (e.g. https://1984.is) when: 1) there is no DHCP on the network, and therefore the network must be configured manually, and 2) they provide only a WEB based console, where it is not possible to send CTRL+ALT+Fn to switch virtual

bug#60056: [PATCH RFC 1/6] build: Add gnu-build-system v2.

2022-12-17 Thread zimoun
Hi Maxim, On Thu, 15 Dec 2022 at 23:56, Maxim Cournoyer wrote: > OK. I've used the etc/teams.scm script output to CC the core team > members. Hopefully it helped to ping them (did it for you?). Maybe something is wrong with my config, but I am not able to find these messages where I am CC.

bug#60104: Hiccups installing GNU Guix 1.4.0rc2 system

2022-12-17 Thread Ludovic Courtès
Hi, "J. Sims" skribis: > Ludovic Courtès wrote: > >> What’s crypttab? At which point exactly does this screen appears: >> before GRUB, after GRUB, once the Linux kernel has booted? > > crypttab is some part of the LUKS encryption stuff. This appears to be a > manpage for it:

bug#60154: ‘guix substitute’ gets stuck when connection goes down

2022-12-17 Thread Ludovic Courtès
As noted while debugging , turning off networking while ‘guix substitute’ is downloading (be it with “ifconfig X down” or by physically unplugging the cable) leads it to be stuck in ‘read’ or ‘recvfrom’ for a long time. Most likely this can be addressed by

bug#59784: [version 1.4.0rc1] Retrying a failed install fails

2022-12-17 Thread Ludovic Courtès
Moin! "pelzflorian (Florian Pelz)" skribis: > Ludovic Courtès writes: >> One finding: when hitting C-c, the dynamic-wind exit handler (the one >> that restores the database and umounts the cow store) is *not* executed. > > Impressive findings. > > Now that you found the dynamic-wind’s