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
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
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
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
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
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
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
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
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
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
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
I think this is the same as #35519?
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
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
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
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
16 matches
Mail list logo