bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-05-20 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Mekeor Melire skribis: > >> (kernel-arguments >> (cons* >> "resume=/dev/mapper/cryptroot" > > Ooh, got it, that’s the part I got wrong. > > Thanks to the two of your for explaining! > > How about this change: I finally pushed a simpler change as commit

bug#63516: Static networking should wait for interfaces to be up

2023-05-20 Thread Ludovic Courtès
Ludovic Courtès skribis: > Before doing ‘addr-add’ in ‘network-set-up/linux’, should we wait for > the interface to show up, by calling ‘get-links’ from Guile-Netlink or > something like that? Below is a simple workaround. How does that sound? A better fix would be to poll(2) on the

bug#63572: [PATCH] Re: bug#63572: htmlcxx-0.87 fails to build

2023-05-20 Thread Dr. Arne Babenhauserheide
Hi Bruno, Bruno Victal writes: >> So this may just need compiler parameters to set C++11 instead of C++17 >> as target. > > Looking at the README file from > , > it looks to me that upstream has moved to >

bug#63150: [PATCH 1/2] gnu: quilt: Fix build because of grep warnings.

2023-05-20 Thread Efraim Flashner
On Sun, Apr 30, 2023 at 02:34:27PM +0200, Josselin Poiret via Bug reports for GNU Guix wrote: > From: Josselin Poiret > > * gnu/packages/patches/quilt-avoid-grep-warnings.patch: New patch. > * gnu/local.mk (dist_patch_DATA): Register it. > * gnu/packages/patchutils.scm (quilt): Use it. > --- >

bug#63602: guix deploy verbose option

2023-05-20 Thread Artur Wroblewski
Hi, It would be great if verbose/debug option printed more useful information when running "guix deploy". At the moment, when deploying to a VM run with Qemu on my laptop (the same with --debug=3) $ GUILE_LOAD_PATH=. guix deploy --verbosity=3 iotpx.scm The following 1 machine will be

bug#63596: guix-git-authenticate fails on fresh git clone

2023-05-20 Thread Graham Addis
Hi Wolf, Which page are you referring to? I followed the instructions at the following link which explains fetching the keyring (second command block), which worked for me: https://guix.gnu.org/manual/en/html_node/Building-from-Git.html Graham

bug#62517: installer-dump-ed8ac2cb

2023-05-20 Thread Graham Addis
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 wrote: > > Hi, > > Sorry for the late reply. > > On Wed, 29 Mar

bug#63050: "guix pull" requires graphical libraries

2023-05-20 Thread Andreas Enge
Am Sat, May 20, 2023 at 06:12:47PM +0200 schrieb Ludovic Courtès: > > The closure size reduction is substantial: > > $ ./pre-inst-env guix size graphviz | tail -1 > > total: 183.6 MiB > > $ guix size graphviz | tail -1 > > total: 242.3 MiB > > But I suspect we’d still need the full-blown variant

bug#63050: "guix pull" requires graphical libraries

2023-05-20 Thread Ludovic Courtès
Hi! Ludovic Courtès skribis: > We can get an X11-free Graphviz like so: > > diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm > index 26ee96afd4..3a5d33e662 100644 > --- a/gnu/packages/graphviz.scm > +++ b/gnu/packages/graphviz.scm > @@ -94,16 +94,12 @@ (define-public graphviz

bug#63606: python-django 4.0.7: Check phase fails

2023-05-20 Thread Luis Felipe via Bug reports for GNU Guix
Hi, On guix 0aab248, this package fails to build with the following error: == FAIL: test_custom_fields (inspectdb.tests.InspectDBTestCase) Introspection of columns with a custom field (#21090)

bug#63151: sound-juicer configure fails

2023-05-20 Thread Luis Felipe via Bug reports for GNU Guix
Hi, just to mention that this is still the case on guix 0aab248. -- Luis Felipe López Acevedo https://luis-felipe.gitlab.io/ OpenPGP_0x0AB0D067012F08C3.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#63280: encfs: Fails to build (test segfaults)

2023-05-20 Thread Ivan Vilata i Balaguer
Ivan Vilata i Balaguer (2023-05-19 14:11:37 +0200) wrote: > […] I copied the definition of the `encfs` package to another file, > changed `(inputs (list attr fuse openssl tinyxml2))` to `(inputs (list attr > fuse openssl-1.1 tinyxml2))` (i.e. `openssl -> openssl-1.1`), and the built > succeeded

bug#63274: dia: Fails to build (Meson: Function does not take positional arguments)

2023-05-20 Thread Ivan Vilata i Balaguer
Giovanni Biscuolo (2023-05-20 10:15:58 +0200) wrote: > Hello Ivan, > > Ivan Vilata i Balaguer writes: > > > The latest commit in Dia's Git repo (just 3 after the one use by Guix) > > states > > "build: Fix deprecated positional argument for i18n.merge_file": > >

bug#63274: [PATCH v2] gnu: dia: Update to 0.97.3-4.b903dd8 to fix Meson build.

2023-05-20 Thread Ivan Vilata i Balaguer
Fixes . * gnu/packages/gnome.scm (dia): Update to 0.97.3-4.b903dd8 --- gnu/packages/gnome.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 754bb668ba..ae891d6cc3 100644 ---

bug#63274: dia: Fails to build (Meson: Function does not take positional arguments)

2023-05-20 Thread Giovanni Biscuolo
Hello Ivan, Ivan Vilata i Balaguer writes: > The latest commit in Dia's Git repo (just 3 after the one use by Guix) states > "build: Fix deprecated positional argument for i18n.merge_file": > > > Building