bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-06 Thread Julien Lepiller
Le Mon, 06 Mar 2023 23:46:57 +0100, Ludovic Courtès a écrit : > Hi Luigi, > > Luigi Salamone skribis: > > > I'm unable to use guix commands like "guix system search KEYWORD". > > No problem if I run the commend with LANG=LC_ALL. > > [...] > > > ice-9/boot-9.scm:1685:16: In procedure raise-

bug#61570: Backward incompatible changes in mpd-service-type

2023-03-06 Thread Liliana Marie Prikler
Am Montag, dem 06.03.2023 um 20:13 -0500 schrieb Maxim Cournoyer: > > Am Freitag, dem 17.02.2023 um 07:53 -0500 schrieb Maxim Cournoyer: > > > Else an error rather than a warning when multiple same-name users > > > are defined would be more appropriate, I think. > > Guess what, it used to be a form

bug#61987: 'current-guix' uses configure flags of Git checkout

2023-03-06 Thread Winter via Bug reports for GNU Guix
After looking through some of the code in (guix self), this may not be a bug at all? If something wants the current Guix, it'd definitely want that to include all the configuration values of the current Guix, too. Due to this, I'm leaning towards closing this issue, but I'll let someone more kn

bug#46782: guix environment --expose options cannot be layered onto $PWD

2023-03-06 Thread Maxim Cournoyer
Hello Josselin, Josselin Poiret writes: > Hello everyone, > > A quick strace shows that it's actually an ordering issue: /home/user is > mounted in the container after /home/user/tmp. The fix is pretty > simple, moving the cwd first, before the explicit --expose arguments. Thanks for the troub

bug#62021: Failed to Build docker 20.10.17

2023-03-06 Thread Edison Ibáñez
=== SKIP: pkg/fsutils TestSupportsDTypeWithFType0XFS (0.04s) fsutils_linux_test.go:48: Executing `mkfs.xfs [-m crc=0 -n ftype=0 /tmp/guix-build-docker-20.10.17.drv-0/fsutils-image3647692651]` fsutils_linux_test.go:51: meta-data=/tmp/guix-build-docker-20.10.17.drv-0/fsutils-image3647692651 i

bug#61570: Backward incompatible changes in mpd-service-type

2023-03-06 Thread Maxim Cournoyer
Hi Liliana, Liliana Marie Prikler writes: [...] >> This is an unfortunate situation arising from a bug before the >> service was refactored. >> Before d7fd9ec209f72e9cfff04a48bf16e092f258d8ff (actually >> 5c5f0fc1135ff15f9c4adfc5f27eadd9a592b5d1) >> mpd-service-type contained a service-extensio

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-03-06 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> Fixes . > > It’s only tangentially related, no? It's not totally a tangent, because it removes examples which do not work, and replace them with ones that do work, and recommend a too

bug#57742: QT plugins from profile not found (QT_PLUGIN_PATH)

2023-03-06 Thread Maxim Cournoyer
Hi, Marek Paśnikowski writes: > Hello. > > I found a piece of QT documentation on handling of plugins [1]. > > Is it helpful to achieving working Plasma Desktop on Guix? > > Maxim - I was able to only find your email address; I don't think the > other participants of this Debbugs issue will rece

bug#61911: error: mate-polkit: unbound variable

2023-03-06 Thread Ludovic Courtès
Hi Josselin & Maxime, Josselin Poiret skribis: > Maxime Devos writes: > >> In unknown file: >> 3 (primitive-load-path "gnu/packages/xfce" #) >> In gnu/packages/xfce.scm: >>1156:19 2 (_) >> In ice-9/boot-9.scm: >>1685:16 1 (raise-exception _ #:continuable? _) >>1685:16

bug#61881: Failed install with 1.4.0 installer-dump-2464c73a

2023-03-06 Thread Ludovic Courtès
Vagrant Cascadian skribis: > On 2023-03-01, Josselin Poiret wrote: >> Vagrant Cascadian writes: [...] >> I can't find the installer dump on dump.guix.gnu.org unfortunately >> :(. > > It is possible I typoed it somehow, as I filed the report on another > machine and eyeballed the name... I use

bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-06 Thread Ludovic Courtès
Hi Luigi, Luigi Salamone skribis: > I'm unable to use guix commands like "guix system search KEYWORD". > No problem if I run the commend with LANG=LC_ALL. [...] > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > Throw to key `parser-error' with args `(#f "Unknown command" dnf)'. I be

bug#61971: guix pack "cross-compilation not implemented here"

2023-03-06 Thread Ludovic Courtès
Hi, Nathan Dehnel skribis: > This command fails with guix 6a1464b: > > guix pack -RR --target=aarch64-linux-gnu -S /bin=bin btrfs-progs > hint: Consider installing the `glibc-locales' package and defining > `GUIX_LOCPATH', along these lines: > > guix install glibc-locales > export GUIX_L

bug#44776: SIGSEGV in Brasero

2023-03-06 Thread Christopher Howard
Hello, I'm am also getting a segfault. To reproduce: It happens when I attempt to burn an ISO file to a CD-RW. It happens the moment I click the "Burn" on the Image Burning Setup dialog window. My system: ``` christopher@theoden ~$ neofetch --stdout christopher@theoden --- OS:

bug#58813: ‘guix style’ flaws

2023-03-06 Thread Maxim Cournoyer
Hi Ludo, Ludovic Courtès writes: > Liliana Marie Prikler skribis: > >> Compare and contrast >> 'guix style', where committers often have to point out its flaws. > > Hi! Drifting off-topic, but: I’d really like people to report specific > issues to bug-guix so we can act on them and reach the p

bug#61914: IceCat does not start with en_GB.utf8 locale

2023-03-06 Thread Timo Wilken
I cannot start IceCat with a non-C locale. It opens an almost-blank window, and I cannot open new tabs or navigate to any URL. If I run `LANG=C icecat', then it works fine. I use `guix system' and `guix home', and have IceCat installed in my `guix home' profile. I have my operating-system config

bug#61914: IceCat does not start with en_GB.utf8 locale

2023-03-06 Thread Timo Wilken
Hi Maxim, Thanks for your reply! What finally worked for me was the following: $ sed -i.bak 's|/gnu/store/hhfcn8viysyz2qz9rvvqkj91i5nxzd9s|/gnu/store/bwcrfgfrri9bpglgb5raih167jaxibkv|g' \ ~/.mozilla/icecat/vfc41hol.default/extensions.json \ ~/.mozilla/icecat/vfc41hol.default/addonS

bug#61955: Code snippets do not show in Firefox reader mode

2023-03-06 Thread
When opening the documentation in Firefox's reader mode, code snippets do not appear. Talking about pages such as these: https://guix.gnu.org/en/manual/en/html_node/Getting-Started.html Thank you, Yuval Langer.

bug#61883: evince no longer opens comics

2023-03-06 Thread Yovan Naumovski via Bug reports for GNU Guix
Probably the comics support in the Evince Guix package is disabled. The Evince version that's currently available in Guix (42.3) requires libarchive >= 3.6.0 as per the meson.build file [1], but the currently available libarchive version in Guix is 3.5.1. [1] https://gitlab.gnome.org/GNOME/evi

bug#61697: Chromium with guix shell container from the manual doesn't work.

2023-03-06 Thread em...@msavoritias.me
The problem was that in xorg you need the specific option: ``` --share=/tmp ``` So the command would look like: ``` guix shell --container --network --share=/tmp --no-cwd icecat --preserve='^DISPLAY$' -- icecat ``` While in wayland it works as is. Next step would be documenting this in

bug#52257: Patch

2023-03-06 Thread Sarthak Shah
I've sent a patch to guix-patc...@gnu.org that should fix this. This is my first commit to the project, so please let me know if I've made any mistakes.

bug#61852: ‘scheme48-prescheme’ is not reproducible

2023-03-06 Thread Andrew Whatson via Bug reports for GNU Guix
Ludovic Courtès wrote: Hi, Andrew Whatson skribis: Comparing hex dumps of the files, there are significant differences, and a quick dive through the image dumping code leads into VM and garbage collector details which are over my head. I guess patching Scheme 48 to build deterministic images

bug#58813: ‘guix style’ flaws

2023-03-06 Thread Ludovic Courtès
Liliana Marie Prikler skribis: > Compare and contrast > 'guix style', where committers often have to point out its flaws. Hi! Drifting off-topic, but: I’d really like people to report specific issues to bug-guix so we can act on them and reach the point where the tool’s output is good 99% of th

bug#61914: IceCat does not start with en_GB.utf8 locale

2023-03-06 Thread Maxim Cournoyer
Hi Timo, Maxim Cournoyer writes: > Hi, > > Maxim Cournoyer writes: > > [...] > >> Browsing about:config, I see: >> >> extensions.systemAddon.update.enabledfalse >> >> I wonder if this could make a different to be set to true instead. It's >> set to false by the makeicecat.sh script we

bug#61497: emacs-lsp-treemacs unused leftover icons in sources

2023-03-06 Thread Jelle Licht
Liliana Marie Prikler writes: > Am Dienstag, dem 14.02.2023 um 02:06 +0100 schrieb Jelle Licht: >> Commit e0d2ec418bb on master removed icons that are unclearly >> licensed >> from the sources of emacs-lsp-treemacs. Quoted here: >> >> --8<---cut here---start-

bug#62000: Inconsistent indentation rules for define-configuration

2023-03-06 Thread Bruno Victal
Suspected file: .dir-locals.el Using 'package' as a field in define-configuration results in inconsistent indentation: --8<---cut here---start->8--- (define-configuration/no-serialization mympd-configuration (package (file-like mympd) <<