bug#51731: [PATCH] gnome-tweaks fails to start on core-updates-frozen

2021-11-15 Thread Ludovic Courtès
Hi! Vivien Kraus skribis: > I also updated it to the core-updates-frozen-batched-changes merge, > because we need an older meson now, and libsoup2 for seahorse. I applied the whole series as commit 6e40c00ad192bb625074a1e3fd49930a47528a81: 6e40c00ad1 gnu: seahorse: Upgrade to 41.0. bfa3bf0

bug#51808: [PATCH] Devhelp: On core-updates-frozen, upgrade to 41.2 to use webkit2 4.1

2021-11-15 Thread Ludovic Courtès
Vivien Kraus skribis: > From fadbf75a7667cfb9e2a25024913373a53310d06c Mon Sep 17 00:00:00 2001 > From: Vivien Kraus > Date: Sat, 13 Nov 2021 10:35:26 + > Subject: [PATCH] gnu: devhelp: Upgrade to 41.2. > > * gnu/packages/gnome.scm (devhelp): Upgrade to 41.2 to upgrade the webkit > dependency

bug#51812: On core-updates-frozen, vala-language-server does not build

2021-11-15 Thread Ludovic Courtès
Vivien Kraus skribis: > From 782ff398d79f20409ee5561ee284bcd1396b0b07 Mon Sep 17 00:00:00 2001 > From: Vivien Kraus > Date: Sat, 13 Nov 2021 13:51:58 + > Subject: [PATCH] gnu: vala-language-server: Upgrade to 0.48.3. > > * gnu/packages/gnome-xyz.scm (vala-language-server): Upgrade to 0.48.3.

bug#50980: "guix home import" is not documented in the manual

2021-11-15 Thread Ludovic Courtès
Hi Maxime, Maxime Devos skribis: > "guix home import" isn't documented anywhere in the manual. > I expected it to be documented under ‘11.4 Invoking ‘guix home’. Done by Xinglu in commit 87c04b0e170a62aa60c8f2054ad039d169751b9c, thanks! Ludo'.

bug#51693: [patch] Add Java 17

2021-11-15 Thread Julien Lepiller
Hi, I think you fixed openjdk16 instead of openjdk17, this makes the patch a bit confusing to read. Le Sun, 14 Nov 2021 21:59:44 +0100, "Dr. Arne Babenhauserheide" a écrit : > Julien Lepiller writes: > > > Le Mon, 08 Nov 2021 21:32:16 +0100, > > "Dr. Arne Babenhauserheide" a écrit : > > > >

bug#51866: OCaml4.07: build fail because Dune version

2021-11-15 Thread zimoun
Hi, These OCaml packages fail to build because some issue with Dune versions, respectively: --8<---cut here---start->8--- ocaml4.07-charinfo-width ocaml4.07-core ocaml4.07-core-kernel ocaml4.07-ezjsonm ocaml4.07-lambda-term ocaml4.07-merlin ocaml4.07-odoc ocaml

bug#51866: OCaml4.07: build fail because Dune version

2021-11-15 Thread Julien Lepiller
I plan to get rid of ocaml4.07* at some point. For that, I'll need to import a bunch of packages (ocaml-core and friends, at least). Will see if I have enough time for that. Le 15 novembre 2021 07:59:53 GMT-05:00, zimoun a écrit : >Hi, > >These OCaml packages fail to build because some issue w

bug#51866: OCaml4.07: build fail because Dune version

2021-11-15 Thread zimoun
Hi, On lun., 15 nov. 2021 at 08:18, Julien Lepiller wrote: > I plan to get rid of ocaml4.07* at some point. For that, I'll need to > import a bunch of packages (ocaml-core and friends, at least). Will > see if I have enough time for that. Ok. > Le 15 novembre 2021 07:59:53 GMT-05:00, zimoun

bug#51869: [PATCH] Add emacs-vala-mode

2021-11-15 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, There’s a vala mode for emacs. It is not very useful, but it registers a major mode that is then used as a placeholder for the Emacs Language Server Protocol client. In fact, it’s not possible to activate Vala support for LSP on emacs without a vala mode, and this is the only implement

bug#51693: [patch] Add Java 17

2021-11-15 Thread Dr. Arne Babenhauserheide
Hi, Julien Lepiller writes: > Hi, I think you fixed openjdk16 instead of openjdk17, this makes the > patch a bit confusing to read. I didn’t fix openjdk16, it’s just the change detection in git that makes it look like that because there are unchanged lines in-between. I wish I could make that

bug#51871: [PATCH] Gnome 2048 does not build on core-updates-frozen

2021-11-15 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, Gnome 2048 requires the old meson too. Best regards, Vivien From c3a77be9eb0673495be9745cfbfc24694b3790ae Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Mon, 15 Nov 2021 14:25:20 + Subject: [PATCH] gnu: gnome-2048: Fix build. * gnu/packages/games.scm (gnome-2048) [arguments

bug#51872: [PATCH] On core-updates-frozen, gnome-mines requires the old meson too

2021-11-15 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, Yet another package that requires the old meson on core-updates-frozen :) Best regards, Vivien From 4bd36cebd69a2695f9b6db108868198aae2f48b9 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Mon, 15 Nov 2021 14:38:29 + Subject: [PATCH] gnu: gnome-mines: Fix build. * gnu/packag

bug#51487: The openssh service does not allow multiple authorized key files per user

2021-11-15 Thread Ludovic Courtès
Hi, Vivien Kraus skribis: > (define (extend-openssh-authorized-keys config keys) >"Extend CONFIG with the extra authorized keys listed in KEYS." > - (openssh-configuration > - (inherit config) > - (authorized-keys > -(append (openssh-authorized-keys config) keys > + (let gener

bug#51487: The openssh service does not allow multiple authorized key files per user

2021-11-15 Thread Vivien Kraus via Bug reports for GNU Guix
Ludovic Courtès writes: > I find it a bit hard to read. What I had in mind is along these lines: > > (match (openssh-authorized-keys config) > (((users _ ...) ...) > ;; Build a user/key-list mapping. > (let ((user-keys (fold (lambda (spec table) > (m

bug#51873: [PATCH] Fix gnome-calendar on core-updates-frozen

2021-11-15 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, gnome-calendar also requires meson 0.59 in core-updates-frozen. Best regards, Vivien From a2e4e6ac1d924fc8b95c0ac265f31eca0dbb58e1 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Mon, 15 Nov 2021 15:59:05 + Subject: [PATCH] gnu: gnome-calendar: Fix build. * gnu/packages/gnom

bug#51871: [PATCH] Gnome 2048 does not build on core-updates-frozen

2021-11-15 Thread Guillaume Le Vaillant
Patch pushed as 74432fb7bacc93f8cf93dee4409147d61daacd86. Thanks. signature.asc Description: PGP signature

bug#51872: [PATCH] On core-updates-frozen, gnome-mines requires the old meson too

2021-11-15 Thread Guillaume Le Vaillant
Patch pushed as 26e894414a792fcd70039fbddfd0e4ce94501965. Thanks. signature.asc Description: PGP signature

bug#51873: [PATCH] Fix gnome-calendar on core-updates-frozen

2021-11-15 Thread Guillaume Le Vaillant
Patch pushed as fe2575f9a96da2d81be10ac2e976b03a30e070ce. Thanks. signature.asc Description: PGP signature

bug#51869: [PATCH] Add emacs-vala-mode

2021-11-15 Thread Liliana Marie Prikler
Hi Vivien, Am Montag, den 15.11.2021, 14:05 + schrieb Vivien Kraus: > Dear guix, > > There’s a vala mode for emacs. It is not very useful I'd beg to differ. Not opening Vala files in fundamental-mode is very useful. > The project is not very well maintained I've experienced the same. I pre

bug#51869: [PATCH] Add emacs-vala-mode

2021-11-15 Thread Vivien Kraus via Bug reports for GNU Guix
Hi! Liliana Marie Prikler writes: >> Since I don’t have a solution to fix this issue, I went away and >> reverted the multiline support. It builds and is useful enough for >> LSP to kick in, so I consider it fixed. >> >> What do you think? Do you have a better fix? > Given my superior knowledge

bug#51879: [PATCH] On core-updates-frozen, deja-dup does not build

2021-11-15 Thread Vivien Kraus via Bug reports for GNU Guix
Hi guix, deja-dup requires libsoup2 on core-updates-frozen. Best regards, Vivien From c7900fe9eb83f7080008c094d095b9132c198180 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Mon, 15 Nov 2021 21:23:36 + Subject: [PATCH] gnu: deja-dup: Use libsoup 2. * gnu/packages/gnome.scm (deja-dup)

bug#51884: [IceCat]: Segmentation Fault

2021-11-15 Thread Raghav Gururajan via Bug reports for GNU Guix
Hello Folks! Icecat segfaults when 'Detect captive portal' is enabled. Steps to reproduce: [1] Temporarily remove or rename `~/.mozilla`, for clean start. [2] Start IceCat. [3] Enable 'Detect captive portal' in Settings --> Privacy & Security. [4] Exit Icecat. [5] Start Icecat from terminal. [6]