bug#47265: Improve support for intentional statefullness.

2021-03-21 Thread Vitaliy Shatrov via Bug reports for GNU Guix
I see how Guix bundles are built. I think, Proot is a better way than `guix fhs`. /--- Гну Линьг Рут (-u-). /home/tldr/debian--- Joe's FHS (./bin, ./usr, ...) `proot -R /home/tldr/debian`. `wget tor-browser-why-not`. `./sus-shady-run`. Proot is a user-process. It should do

bug#47239: Test failure in tests/publish.scm with commit 1955ef93b76e51cab5bed4c90f7eb9df7035355a

2021-03-21 Thread zimoun
Hi, On Sun, 21 Mar 2021 at 11:26, Konrad Hinsen wrote: >> Is it reproducible? (You can run “make check TESTS=tests/publish.scm”.) > > Yes. For the record, ’tests/publish.scm’ pass on Debian but not on Ubuntu. Cheers, simon

bug#47293: Failure of “guix lint -c archival icecat”

2021-03-21 Thread zimoun
Hi, Indeed, there is a bug. Because the source of ’icecat’ raises a case that is not handled by ’check-archival’ in (guix lint). Basically in the snippet: --8<---cut here---start->8--- (match (lookup-content (content-hash-value hash)

bug#38907: close?

2021-03-21 Thread Brendan Tildesley via Bug reports for GNU Guix
Since 38408 has been pushed, can you close this one if the issue has been fixed?

bug#46212: ci.guix.gnu.org narinfos with excessive NarSize

2021-03-21 Thread Ludovic Courtès
Ludovic Courtès skribis: > I get this while attempting to install flightgear from > 12c17b46f1464db5591572754c814c845a2057ad. Ah ha! A newer flightgear, baked today, doesn’t have this problem (from commit 3c74dbb35f1ea0f43b02fd81e5afd24608f71c45): --8<---cut

bug#46212: ci.guix.gnu.org narinfos with excessive NarSize

2021-03-21 Thread Ludovic Courtès
Ludovic Courtès skribis: > I get this while attempting to install flightgear from > 12c17b46f1464db5591572754c814c845a2057ad. Ah ha! A newer flightgear, baked today, doesn’t have this problem (from commit 3c74dbb35f1ea0f43b02fd81e5afd24608f71c45): --8<---cut

bug#47239: Test failure in tests/publish.scm with commit 1955ef93b76e51cab5bed4c90f7eb9df7035355a

2021-03-21 Thread Konrad Hinsen
Hi Ludo, > Is it reproducible? (You can run “make check TESTS=tests/publish.scm”.) Yes. > If it is, could you add ‘pk’ calls here and there to see which of the > sub-expressions in (and …) returns false? 'pk' shows nothing, but I rolled my own version using plain old "display" and found that

bug#46212: ci.guix.gnu.org narinfos with excessive NarSize

2021-03-21 Thread Ludovic Courtès
Hi there! Christopher Baines skribis: > Guix gives the following error when it encounters one of these bad > narinfos: > > error: integer expected from stream I get this while attempting to install flightgear from 12c17b46f1464db5591572754c814c845a2057ad. It has the scary NarSize:

bug#47297: Release 1.2.1 checklist

2021-03-21 Thread Leo Famulari
This is the checklist for the 1.2.1 release. It uses the debbugs "blocking" mechanism, described here: https://debbugs.gnu.org/server-control.html I'll start by making this bug depend on a few others: Service manager "init scripts" missing from current-guix

bug#47222: [Niels Möller] ANNOUNCE: Nettle-3.7.2

2021-03-21 Thread Mark H Weaver
Start of forwarded message From: ni...@lysator.liu.se (Niels Möller) To: nettle-b...@lists.lysator.liu.se, info-...@gnu.org Subject: ANNOUNCE: Nettle-3.7.2 Date: Sun, 21 Mar 2021 10:24:11 +0100 I've prepared a new bug-fix release of Nettle, a low-level

bug#47283: Performance regression in narinfo fetching

2021-03-21 Thread Ludovic Courtès
Hi! Christopher Baines skribis: > Christopher Baines writes: > >> I haven't looked in to this yet, but maybe it would be possible to >> adjust the code so that it doesn't perform so badly, but still tries to >> handle possible exceptions. >> >> The two ideas I have is to rewrite the (let ...)

bug#47283: Performance regression in narinfo fetching

2021-03-21 Thread Ludovic Courtès
Christopher Baines skribis: > Ludovic Courtès writes: > >> Indeed, there’s one place on the hot path where we install exception >> handlers: in ‘http-multiple-get’ (from commit >> 205833b72c5517915a47a50dbe28e7024dc74e57). I don’t think it’s needed, >> is it? (But if it is, let’s find another

bug#47293: Failure of “guix lint -c archival icecat”

2021-03-21 Thread Mark H Weaver
zimoun writes: > Indeed, there is a bug. Because the source of ’icecat’ raises a case > that is not handled by ’check-archival’ in (guix lint). > > Basically in the snippet: > > --8<---cut here---start->8--- > (match (lookup-content

bug#47301: (guix profiles) is not re-exported by (guix)

2021-03-21 Thread Ricardo Wurmus
The (guix) module is supposed to export all public modules, but it does not re-export the (guix profiles) module. -- Ricardo

bug#47293: guix lint -c archival icecat fails

2021-03-21 Thread Luis Felipe via Bug reports for GNU Guix
I get the following exception when I run the command: $ guix lint -c archival icecat Backtrace:cecat@78.8.0-guix0-preview1 [archival]... 12 (primitive-load "/home/yo/.config/guix/current/bin/guix") In guix/ui.scm: 2164:12 11 (run-guix-command _ . _) In

bug#38907: close?

2021-03-21 Thread Leo Famulari
On Sun, Mar 21, 2021 at 12:09:36PM +0100, Brendan Tildesley via Bug reports for GNU Guix wrote: > Since 38408 has been pushed, can you close this one if the issue has been > fixed? Anyone is able to close (or reopen) a bug :) It's done with email. For this bug, it can be closed by sending a

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-21 Thread Ben Sturmfels via Bug reports for GNU Guix
On Fri, 19 Mar 2021, jgart wrote: > This sounds like a great project. I would love MediaGoblin to be in Guix also. > >> 6. Rewrite MediaGoblin's JavaScript code not to use jQuery. Maybe >> improve the no-bundled-JavaScript video/audio playing experience. > > What are your thoughts on rewriting