bug#52031: gnome-terminal fails to start under sway on core-updates-frozen

2021-11-21 Thread Jack Hill
Hi Guix, With core-updates-frozen commit b033079e47357dcf77ebeeb52b0a5306cd6aa982 gnome-terminal fails to start under sway either as launched from gdm or directly from a vt with `dbus-run-session sway`. ``` $ gnome-terminal # Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal

bug#52029: wterm fails to start on core-updates-frozen

2021-11-21 Thread Jack Hill
Hi Guix, wterm fails to start on the core-updates-frozen branch (commit ddbc3a6f4ca2605d8102aa659389300f97d715ac) in both sway and gnome wayland sessions: ``` $ wterm wl_registry@2: error 0: invalid interface for global 11: have xdg_wm_base, wanted zxdg_shell_v6 # wayland_create_context: No

bug#49827: Error message for missing synopsis in opam importer

2021-11-21 Thread Julien Lepiller
Hi, First, today when running guix import opam iter, I get a synopsis, and #f as the description because the field is missing. I also pushed a small patch to master, as 24aa7b3c21309b63cc6e8e18d6417d2cddccf6c6, that ensures that, when the field exists but contains unknown data, we also return #f

bug#50232: Guix pull as root fails

2021-11-21 Thread Maxim Cournoyer
Hello, jgart writes: > On Sat, 20 Nov 2021 23:41:55 -0500 Maxim Cournoyer > wrote: >> Do you still have >> /gnu/store/f2x4iww7rb38hcss42nz8frrjiz3m5z3-subversion-1.14.1.drv >> around? > > λ exa /gnu/store/f2x4iww7rb38hcss42nz8frrjiz3m5z3-subversion-1.14.1.drv > "/gnu/store/f2x4iww7rb38hcss42

bug#50947: [core-updates-frozen] python-graphene (fixed with version update) and python-nautilus fail to build

2021-11-21 Thread John Kehayias via Bug reports for GNU Guix
Hello, Just to followup here ‐‐‐ Original Message ‐‐‐ On Thursday, November 18th, 2021 at 9:57 AM, Ludovic Courtès wrote: > Addressed with something similar to your patch in commit > 2b3046beca1b35e03f975fb95956f32eb46dee8c. > > > So that builds (see git diff attached), but then python-

bug#52011: pkexec: PATH environment variable

2021-11-21 Thread Liliana Marie Prikler
Hi, Am Sonntag, den 21.11.2021, 11:33 +0330 schrieb Hamzeh Nasajpour: > The `PATH` environment variable is hard-code here: > > https://github.com/freedesktop/polkit/blob/master/src/programs/pkexec.c#L882-L886 > > We don't have any executable in these paths in guix: > ``` > /usr/sbin:/usr/bin:/s

bug#51805: Update nautilus on core-updates-frozen

2021-11-21 Thread Maxim Cournoyer
Hello, I applied the remaining patches from this series to core-updates-frozen. Thank you! Maxim

bug#24028: Linux-libre kernel does not build deterministically

2021-11-21 Thread Maxim Cournoyer
Hello, zimoun writes: > Hi, > > On Fri, 09 Oct 2020 at 17:17, Maxim Cournoyer > wrote: >> l...@gnu.org (Ludovic Courtès) writes: >> >>> As of version 4.6.4, Linux-libre does not build reproducibly: >>> >>> $ guix challenge linux-libre >>> /gnu/store/wkdnd1dcgljr0jxmd3li8j0qsr2zwrci-linux-libre

bug#45656: The TeX Live importer should use the texlive.tlpdb database as its input

2021-11-21 Thread Ricardo Wurmus
We now have a new importer that uses the texlive.tlpdb. It still needs a lot of work, but it should already be more useful than the previous importer. Closing. -- Ricardo

bug#52011: pkexec: PATH environment variable

2021-11-21 Thread Hamzeh Nasajpour
The `PATH` environment variable is hard-code here: https://github.com/freedesktop/polkit/blob/master/src/programs/pkexec.c#L882-L886 We don't have any executable in these paths in guix: ``` /usr/sbin:/usr/bin:/sbin:/bin:/root/bin ``` Replicate the issue: 1. Run the `pkexec` 2. Enter your passwo