Hi Maxim,
>>>(call-with-input-file requires.txt
>>> (lambda (port)
>>> - (let loop ((result '()))
>>> + (let loop ((required-deps '())
>>> + (test-deps '())
>>> + (inside-test-section? #f)
>>> + (optional? #f))
>>> (let
Andréas,
I'm not sure if you and I are having the same issue, but I found your
message after searching the web for information about the issue I was
facing.
I think this thread, which contains some links, provides a good
summary of the information available on the web for my issue:
https://lists.
Hello, I'm trying to set up an appropriate environment for writing
packages. Following
https://www.gnu.org/software/guix/manual/en/html_node/Building-from-Git.html
tells me to run ``make check'' and says:
>If anything fails, take a look at installation instructions (see
>Installation) or send a mes
Ricardo Wurmus writes:
> Next up: Seven of Nine, tertiary adjunct of unimatrix zero one:
Ehe! I had to look up the reference; I'm not much of a Star Trek fan
obviously :-P.
>> From 37e499d5d5d5f690aa0a065c730e13f6a31dd30d Mon Sep 17 00:00:00 2001
>> From: Maxim Cournoyer
>> Date: Thu, 28 Mar 2
Currently python@3.7.0 fails to build on low memory systems;
despite actually building successfully.
The diff required to disable the test is as follows:
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 11f3aacf00..75afeba2a1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packa
Hello,
I'm running guix under Xubuntu 18.04 and still got the issue after
modifying `/etc/systemd/system/guix-daemon.service` as stated in the patch.
After that I've done :
`systemctl restart guix-daemon`
`systemctl daemon-reload `
Should I done something else ?
I'm new to guix so sorry if
Hello,
I'm running guix under Xubuntu 18.04 and still got the issue after
modifying `/etc/systemd/system/guix-daemon.service` as stated in the patch.
After that I've done :
`systemctl restart guix-daemon`
`systemctl daemon-reload `
Should I done something else ?
I'm new to guix so sorry if
Hi Ludo'.
Sorry I could not reply earlier.
Ludovic Courtès writes:
[...]
> We should fix it, notably because libc automatically falls back to the
> normalized codeset (that is, if you choose “en_US.uTF--8”, it eventually
> tries to read data for “en_US.utf8”.) I wonder why the
> ‘install-loca
Tags: unreproducible
Hello Guix!
Giovanni Biscuolo writes:
> Build of gsettings-desktop-schemas-3.28.0 fails on a Guix System (daemon
> configured with --no-subsitutes) during reconfigure.
>
> The problem seems to be a missing python interpreter during the build
> phase, but I'm interpreting he
Hi Maxim,
>>> + (call-with-input-file metadata
>>> +(lambda (port)
>>> + (let loop ((requirements '()))
>>> +(let ((line (read-line port)))
>>> + ;; Stop at the first 'Provides-Extra' section: the non-optional
>>> + ;; requirements appear before the optional o
Hi,
Robert Vollmert skribis:
>> On 5. Jun 2019, at 23:14, Ludovic Courtès wrote:
>>
>> Robert Vollmert skribis:
>>
On 5. Jun 2019, at 12:39, Ludovic Courtès wrote:
I’ve never used noVNC, but doesn’t it allow you to zoom out or
something? The kernel (KMS) knows what it’
> On 5. Jun 2019, at 23:14, Ludovic Courtès wrote:
>
> Robert Vollmert skribis:
>
>>> On 5. Jun 2019, at 12:39, Ludovic Courtès wrote:
>>>
>>> I’ve never used noVNC, but doesn’t it allow you to zoom out or
>>> something? The kernel (KMS) knows what it’s doing, so it seems to me
>>> that t
12 matches
Mail list logo