bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-19 Thread Simon Streit
Hello, Leo Famulari writes: > I noticed today that I can't build Guix from a fresh Git checkout in the > usual manner. Something goes wrong while building the Korean language > info manual. I tested it several times and on two different computers, > both x86_64. Can confirm that I can't build

bug#51058: xdg-open wrong path in qt based applications (links wont be open)

2021-10-19 Thread Hamzeh Nasajpour
You can replicate the issue with this minimal operating system configuration: ``` (use-modules (gnu) (gnu system nss) (gnu packages kde-plasma)) (use-service-modules desktop networking ssh sddm dbus) (use-package-modules ssh certs tls lxqt xorg) (operating-system

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-19 Thread Simon Streit
Simon Streit writes: > Leo Famulari writes: > >> I noticed today that I can't build Guix from a fresh Git checkout in the >> usual manner. Something goes wrong while building the Korean language >> info manual. I tested it several times and on two different computers, >> both x86_64. > > Can conf

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-19 Thread Raphaël Mélotte
On 10/19/21 11:59 AM, Simon Streit wrote: Extending my previous message: I first thought that it had to do with commit 15c91189cb61c579f4289047c79530cefe75215f, but it turns out that commit 0623138ffa5b066afc25547ffdeb97753cb0ee9a creates these errors. Commit d1b375402f5680b1e5a77dd1fb77e1e9

bug#51286: [core-updates-frozen] Gawk 5.1.0 test failure (non-deterministic)

2021-10-19 Thread Maxim Cournoyer
Hello, While rebuilding the core-updates-core-frozen branch locally, I stumbled upon: --8<---cut here---start->8--- 1 TESTS FAILED make[3]: *** [Makefile:5145: pass-fail] Error 1 make[3]: Leaving directory '/tmp/guix-build-gawk-5.1.0.drv-0/gawk-5.1.0/test' make

bug#51258: [PATCH] gnu: emacs: Handle pdump filenames that contain a fingerprint

2021-10-19 Thread Liliana Marie Prikler
Hi, Am Montag, den 18.10.2021, 19:50 -0400 schrieb morgan.j.sm...@outlook.com: > From: Morgan Smith > > * gnu/packages/emacs.scm (emacs) [restore-emacs-pdmp]: Add regex to > handle > filenames that have a fingerprint in them > --- > > Fixed your problem. Well it was also my problem. The regex

bug#51258: [PATCH v2] gnu: emacs: Handle pdump filenames that contain a fingerprint

2021-10-19 Thread Morgan . J . Smith
From: Morgan Smith * gnu/packages/emacs.scm (emacs) [restore-emacs-pdmp]: Change regex to handle filenames that have a fingerprint in them. Also remove #t at the end of the phase. --- I'm a fan of your idea. I tested this patch and it seems to work as expected. I do think that the fingerprint

bug#51258: [PATCH v2] gnu: emacs: Handle pdump filenames that contain a fingerprint

2021-10-19 Thread Liliana Marie Prikler
Am Dienstag, den 19.10.2021, 15:10 -0400 schrieb morgan.j.sm...@outlook.com: > From: Morgan Smith > > * gnu/packages/emacs.scm (emacs) [restore-emacs-pdmp]: Change regex > to handle filenames that have a fingerprint in them. Also remove #t > at the end of the phase. > --- > > I'm a fan of your i

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-19 Thread Ricardo Wurmus
I had the same problem with my checkout of the “master” branch after I ran “guix pull --branch=core-updates-frozen”. I worked around this by running rm doc/contributing.*.texi and then ./bootstrap, ./configure …, make. This made PO4A regenerate these files correctly. -- Ricardo

bug#35519: Rust (and librsvg, IceCat, etc.) fails to build on i686-linux

2021-10-19 Thread scottworley
More debug info: $ guix build icecat -K ... command "output/rustc-build/rustc" "-C" "linker=/gnu/store/afpgzln8860m6yfhxy6i8n9rywbp85cy-gcc-7.5.0/bin/gcc" "-Z" "force-unstable-if-unmarked" "-L" "output/target-libs" "src/libcore/lib.rs" "-o" "output/target-libs/libcore.rlib" failed with signal 8

bug#51294: Error/bug: bootstrapping a new guix source tree

2021-10-19 Thread jgart via Bug reports for GNU Guix
Hi I'm getting the following error when running the following in a new guix source tree: ``` ./bootstrap ./configure --localstatedir=/var make ``` ~/guix-reproduce-bug [env]$ make GEN nix/libstore/schema.sql.hh GEN .version make all-recursive make[1]: Entering directory '/home/jga

bug#51294: Error/bug: bootstrapping a new guix source tree

2021-10-19 Thread Julien Lepiller
I think this is the same as #35519?

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-19 Thread Julien Lepiller
Le Tue, 19 Oct 2021 12:29:47 +0200, Raphaël Mélotte a écrit : > On 10/19/21 11:59 AM, Simon Streit wrote: > > Extending my previous message: > > > > I first thought that it had to do with commit > > 15c91189cb61c579f4289047c79530cefe75215f, but it turns out that > > commit 0623138ffa5b066afc2554

bug#51294: Error/bug: bootstrapping a new guix source tree

2021-10-19 Thread Julien Lepiller
Le Wed, 20 Oct 2021 04:04:19 +0200, Julien Lepiller a écrit : > I think this is the same as #35519? > > > Sorry, I meant #51259

bug#51294: Error/bug: bootstrapping a new guix source tree

2021-10-19 Thread jgart via Bug reports for GNU Guix
On Wed, 20 Oct 2021 04:07:25 +0200 Julien Lepiller wrote: > Le Wed, 20 Oct 2021 04:04:19 +0200, > Julien Lepiller a écrit : > > > I think this is the same as #35519? > > > > > > > > Sorry, I meant #51259 Yup, looks like the same error. $ echo $LANG > en_US.UTF-8 I have glibc-utf8-locales

bug#51286: [core-updates-frozen] Gawk 5.1.0 test failure (non-deterministic)

2021-10-19 Thread Maxim Cournoyer
Hello, Maxim Cournoyer writes: > Hello, > > While rebuilding the core-updates-core-frozen branch locally, I stumbled > upon: > > 1 TESTS FAILED > make[3]: *** [Makefile:5145: pass-fail] Error 1 > make[3]: Leaving directory '/tmp/guix-build-gawk-5.1.0.drv-0/gawk-5.1.0/test' > make[3]: Entering di