Ludovic Courtès writes:
>> The attached patch fixes the issue for me. However, since I'm not sure
>> how %derivation-cache is or was supposed to be used, I would appreciate
>> a second opinion.
>
> You forgot to attach the patch, but I think it’s enough to remove the
> ‘hash-clear!’ call from ‘c
Hi,
I'm trying to install ungoogled-chromium with no success.
The command guix package -i ungoogled-chromium fails to build.
Package version is
91.0.4472.114-0.a9eb6fd.
Output of guix describe is
]8;;file://guix/var/guix/profiles/per-user/me/current-guix-1-link\[1mGeneration
1 Jun 22 2021 12:56:5
Log file is attached.
Log file is here: https://easyupload.io/bck2gu
Hello,
Leo Prikler writes:
> Am Dienstag, den 22.06.2021, 14:33 +0200 schrieb Ludovic Courtès:
>> Hi,
>>
>> Leo Prikler skribis:
>>
>> > > Here, some of tablib’s dependencies are missing; the same problem
>> > > seems
>> > > to happen with python-django-import-export itself.
>> > >
>> > > Ar
Hi,
Ludovic Courtès writes:
[...]
>> Failing this, we might want to set source to something, that produces
>> an error when read or when used as a variable, similar to how unknown
>> licenses are handled.
>
> Right; not failing seems preferable.
That seems to be the most actionable thing to d
Hello,
It's something I've been observing for a while, but substitutes are very
IO intensive (as can be seen in iotop, the substitute process is waiting
on IO > 99% of the time) and is much slower than expected (3 minutes to
transfer 100 MiB uncompressed over a 50 mbps downstream link):
--8<-
I had already tried with `--pure` initially. Here is the output from the pure
environment attached anyway, just in case.
On Tuesday, 22 June 2021 14:06:59 CEST Julien Lepiller wrote:
> Something seems to have gone wrong with the i18n code. Maybe we use
> something that's not recognized by your sh
Hi Guix,
With commit ac02d423d3fcb11048ee2e4a02626fca40cf1419, which
updated python-pyyaml to 5.4.1 (from 5.3.1) lot of OCaml packages
fail to build.
This seems to be due to ocaml-dose3 that has python2-pyyaml as
dependency for tests. ocaml-dose3 is a dependency of opam - a
dependency of ma
Hi,
Mathieu Othacehe skribis:
> When using guix@caf4a7a2, I cannot no longer build a functional
> guix-daemon using the following classic commands:
>
> guix environment guix
> ./configure --localstatedir=/var --sysconfdir=/etc
> make -j4
>
> mathieu@elbruz ~/guix [env]$ ldd ./guix-daemon
>
Patches pushed as e22a711c97e0501b398467733164da4ee140036e and
following.
Thanks.
signature.asc
Description: PGP signature
Ludovic Courtès skribis:
> Ludovic Courtès skribis:
>
>> The ‘guix’ package, when installed in a “normal” profile such as
>> /run/current-system/profile, ends up traversing all the .scm files in
>> that profile, including those that have nothing to do with it:
>
> [...]
>
>> I believe this is a
Hi,
Maxime Devos skribis:
> so I disabled & re-enabled wireless networking during the substitution
> and encountered a (to my knowledge) previously-unknown backtrace:
>
> $ while (echo substitute
> /gnu/store/44h13hn5zssfppz67vydxcf95qsc8qfw-libreoffice-6.4.7.2 /tmp/t &&
> echo substitute
> /
Sending a v2 removing readline from inputs because it's unused now.
From 7dc50ffb272c391cb2afa8b874f6d487e6020423 Mon Sep 17 00:00:00 2001
From: Vinicius Monego
Date: Tue, 22 Jun 2021 09:46:32 -0300
Subject: [PATCH v2 1/2] gnu: libngspice: Fix KiCad compilation.
* gnu/packages/engineering.scm (li
Em ter, 2021-06-22 às 12:01 +, Guillaume Le Vaillant escreveu:
> Vinicius Monego skribis:
>
> > > In particular the /gnu/store/...-libngspice-34/include/config.h
> > > seems suspicious.
> >
> > Good catch. Indeed, that file should be removed.
> >
> > Kicad takes a long time to build on my m
Am Dienstag, den 22.06.2021, 14:33 +0200 schrieb Ludovic Courtès:
> Hi,
>
> Leo Prikler skribis:
>
> > > Here, some of tablib’s dependencies are missing; the same problem
> > > seems
> > > to happen with python-django-import-export itself.
> > >
> > > Are we failing to parse some of the PyPI me
Hi,
Leo Prikler skribis:
>> Here, some of tablib’s dependencies are missing; the same problem
>> seems
>> to happen with python-django-import-export itself.
>>
>> Are we failing to parse some of the PyPI metadata?
> I don't think so, rather it appears as though the requires.txt is
> somehow mal
Something seems to have gone wrong with the i18n code. Maybe we use something
that's not recognized by your shell? Can you try again, but this time configure
and make in a pure environment? (Add --pure to the guix environment invocation).
Le 20 juin 2021 17:37:34 GMT-04:00, HiPhish a écrit :
>H
Vinicius Monego skribis:
>> In particular the /gnu/store/...-libngspice-34/include/config.h
>> seems suspicious.
>
> Good catch. Indeed, that file should be removed.
>
> Kicad takes a long time to build on my machine. I am attaching a diff
> that removes config.h and should fix the compilation if
> In particular the /gnu/store/...-libngspice-34/include/config.h
> seems suspicious.
Good catch. Indeed, that file should be removed.
Kicad takes a long time to build on my machine. I am attaching a diff
that removes config.h and should fix the compilation if anyone can
confirm.
diff --git a/gnu
Hi,
I found suggestions that disabling --with-readline in libngspice should
work around the issue, though I couldn't test it yet. This seems to be
a problem in version 34 specifically. Downgrading to 33 could also
work.
Em ter, 2021-06-22 às 08:36 +0200, Brice Waegeneire escreveu:
> Hello bdju,
>
Hi,
I found suggestions that disabling --with-readline in libngspice should
work around the issue, though I couldn't test it yet. This seems to be
a problem in version 34 specifically. Downgrading to 33 could also
work.
Em ter, 2021-06-22 às 08:36 +0200, Brice Waegeneire escreveu:
> Hello bdju,
>
Am Dienstag, den 22.06.2021, 09:20 +0200 schrieb Ludovic Courtès:
> Hi!
>
> ‘guix import pypi -r django-import-export’ does not include all the
> inputs:
>
> --8<---cut here---start->8---
> $ guix build -L /tmp/mods python-django-import-export
>
> [...]
>
> s
Hi!
‘guix import pypi -r django-import-export’ does not include all the
inputs:
--8<---cut here---start->8---
$ guix build -L /tmp/mods python-django-import-export
[...]
starting phase `build'
running "python setup.py" with command "build" and parameters ()
D
24 matches
Mail list logo