bug#56709: (No Subject)

2022-12-21 Thread Attila Lendvai
i'm also seeing this, and the solution was to comment out the (identity ...) field of my machine-ssh-configuration. maybe my id_ed25519 key is not supported? it seems to be able to talk to the target and even installed some stuff into its store, and only dies when it's already deep into the

bug#60242: Cannot install a Samba printer

2022-12-21 Thread Richard Lawrence
Dear Guix maintainers, I have been trying to set up a Guix system install at work and have hit a wall related to installing a Samba printer. I believe this is a bug in the way that either CUPS or Samba are packaged in Guix (but I'm very new to Guix, so please bear with me). Specifically,

bug#60246: Inability to add pseudo-filesystem fstab entries

2022-12-21 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
mirai 写道: This way there's at least a way to "start" these mounts rather than them ending up in the /dev/null abyss. A non-standard and hard to discover way, sure. I liked the (unless mount? (add-to-fstab)) suggestion better. (I'm taking the comment at face value—I'd have suggested adding

bug#60246: Inability to add pseudo-filesystem fstab entries

2022-12-21 Thread mirai
Hi, On 2022-12-21 22:50, Tobias Geerinckx-Rice wrote: > > If the following is really true, we have little other choice: > >> ;; In particular, things like GIO (part of GLib) use it to determine the set >> ;; of mounts, which is then used by graphical file managers and desktop >> ;; environments

bug#60246: Inability to add pseudo-filesystem fstab entries

2022-12-21 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Bruno, mirai 写道: Does not result in a fstab entry line, which makes it impossible to mount. According to Guix docs, this shouldn't be the case: Hm, yes, strictly speaking that is so. It feels a bit weird to add or omit fstab entries based on MOUNT? being true or false, but… it seems like

bug#43685: xonotic player ID and starts reporting are broken

2022-12-21 Thread Denis 'GNUtoo' Carikli
Hi, As I understand the statistics should also be opt-in to be compliant with the FSDG and GDPR, and currently they will be opt-out when they start working. If you run Xonotic for the first time, after agreeing to the services TOS, that basically tell you that TOS apply to stats.xonotic.org and

bug#60246: Inability to add pseudo-filesystem fstab entries

2022-12-21 Thread mirai
An entry of the form: --8<---cut here---start->8--- (file-system (mount-point "/media/foo-mount") (create-mount-point? #t) (mount? #f) (device "none") (type "overlay") (flags '(no-atime no-dev no-suid no-exec read-only)) (options

bug#60205: [PATCH] gnu: dino: Fix icons when used in pure shells.

2022-12-21 Thread jbranso--- via Bug reports for GNU Guix
December 20, 2022 4:34 PM, "Liliana Marie Prikler" wrote: I will add this to my to do list. To test this patch and see if helps dino display its icons. Thanks, Joshua > * gnu/packages/messaging.scm (dino)[#:phases]: Add > ‘generate-gdk-pixbuf-loaders-cache-file’. > : Also wrap

bug#60235: gajim: dlopen()s non-Guix libc

2022-12-21 Thread Alex Martin
I run Guix on an Alpine Linux host system. Alpine uses the musl C library. This seems to be what exposes an issue in the gajim Guix package for me. I believe what is happening is the following: Gajim dlopen()s libc via Python's ctypes library, and ends up finding the system libc, not the

bug#60207: Bug report

2022-12-21 Thread pelzflorian (Florian Pelz)
Julius Schwartzenberg writes: > Op 20-12-2022 om 10:34 schreef pelzflorian (Florian Pelz): >> does it work if you do this before pull? >> sudo guix archive --authorize < $(dirname $(which >> guix))/../share/guix/bordeaux.guix.gnu.org.pub > > When I do this, I get: >> julius@tinkerboard:~$ sudo

bug#60200: Incompatibilities between gcc-toolchain and R packages

2022-12-21 Thread Lars-Dominik Braun
Hi Simon, > Without any specification about the version, if a package name is > defined at several versions, then the command-line uses the higher > version of this package. minor nit-pick: Not the command-line, but everything that uses specifications. So manifests via SPECIFICATIONS->MANIFEST