bug#61646: Bandwidth-induced offload timeout abort whole operating

2023-02-19 Thread Maxim Cournoyer
Hi Guix, I can reproduce this rather easily on my system: --8<---cut here---start->8--- $ ./pre-inst-env guix build icedove The following derivations will be built: /gnu/store/l6r93asndd0kwv7024iyrl71zd0lbpbq-icedove-102.7.2.drv /gnu/store/8zi808086b3vlfjrh

bug#32026: [PATCH 03/10] gnu: Define UPSTREAM-FIREFOX-SOURCE at the top level.

2023-02-19 Thread Maxim Cournoyer
Hi Mark, I believe I've addressed all your comments; I've now pushed the series to master (taking care to update the gnuzilla commit to f23f8b6 for the language pack reproducibility fix). Thank you for the review, and let me know if I missed anything! Closing. -- Thanks, Maxim

bug#61642: intermittent write_wait_fd error when updating

2023-02-19 Thread Nathan Dehnel
guix v 636b771536b95d15a2fd68b468deeebac97d6bee substitute: updating substitutes from 'https://substitutes.nonguix.org'... 0.0%Backtrace: substitute: In ice-9/boot-9.scm: substitute: 1752:10 17 (with-exception-handler _ _ #:unwind? _ # _) substitute: In unknown file: substitute: 16 (

bug#32026: [PATCH v4 1/9] gnu: Add a 'update-mozilla-locales' helper for maintenance.

2023-02-19 Thread Maxim Cournoyer
Hi! Mark H Weaver writes: > Hi Maxim, > > Maxim Cournoyer writes: >> * gnu/packages/gnuzilla.scm (update-mozilla-locales): New procedure. >> (all-mozilla-locales): Comment how to proceed to update it. > > The second line above should be removed to reflect the updated patch. > >> +(define (updat

bug#32026: [PATCH v4 3/9] gnu: Define %icecat-base-version at the top level.

2023-02-19 Thread Maxim Cournoyer
Hi Mark, Mark H Weaver writes: > Hi Maxim, > > Maxim Cournoyer writes: >> * gnu/packages/gnuzilla.scm (%icecat-base-version): New variable. >> (%icecat-version): Define in terms of %icecat-base-version. >> (icecat-source): Adjust to use the above newly introduced variables. > > What's the ratio

bug#32026: [PATCH v4 1/9] gnu: Add a 'update-mozilla-locales' helper for maintenance.

2023-02-19 Thread Mark H Weaver
Hi Maxim, Maxim Cournoyer writes: > * gnu/packages/gnuzilla.scm (update-mozilla-locales): New procedure. > (all-mozilla-locales): Comment how to proceed to update it. The second line above should be removed to reflect the updated patch. > +(define (update-mozilla-locales changesets.json) > + "

bug#32026: [PATCH v4 3/9] gnu: Define %icecat-base-version at the top level.

2023-02-19 Thread Mark H Weaver
Hi Maxim, Maxim Cournoyer writes: > * gnu/packages/gnuzilla.scm (%icecat-base-version): New variable. > (%icecat-version): Define in terms of %icecat-base-version. > (icecat-source): Adjust to use the above newly introduced variables. What's the rationale for this? I couldn't find any uses of '

bug#32026: [PATCH v4 9/9] gnu: icecat: Unbundle nss and nspr.

2023-02-19 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (icecat-minimal) [inputs]: Add nspr-next and nss-next. [configure-flags]: Re-instate the "--with-system-nspr" and "--with-system-nss" configure flags. [phases] {remove-bundled-libraries}: Update comment. --- (no changes since v2) Changes in v2: - New commit gnu/pack

bug#32026: [PATCH v4 5/9] gnu: icedove: Automatically load system-provided extensions.

2023-02-19 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (icedove-source): Set the extensions.autoDisableScopes preference value to 3. (icedove-minimal) [phases]: Add the --allow-addon-sideload and --with-unsigned-addon-scopes=app,system ac options to the configure phase. --- (no changes since v1) gnu/packages/gnuzilla.scm

bug#32026: [PATCH v4 6/9] gnu: Add language packs to icecat and icedove.

2023-02-19 Thread Maxim Cournoyer
Fixes . * gnu/packages/gnuzilla.scm (icecat): Rename to... (icecat-minimal): ... this. (icedove: Rename to... (icedove-minimal): ... this. (make-mozilla-with-l10n): New procedure. (icecat, icedove): New variables. --- (no changes since v3) Changes in v3: - Mak

bug#32026: [PATCH v4 3/9] gnu: Define %icecat-base-version at the top level.

2023-02-19 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (%icecat-base-version): New variable. (%icecat-version): Define in terms of %icecat-base-version. (icecat-source): Adjust to use the above newly introduced variables. --- Changes in v4: - Re-obfuscate upstream-firefox-source gnu/packages/gnuzilla.scm | 20 ++-

bug#32026: [PATCH v4 2/9] gnu: icedove: Compute a self-contained source.

2023-02-19 Thread Maxim Cournoyer
This refactoring work is to prepare for adding a icedove-l10n package, which will reuse that source. * gnu/packages/gnuzilla.scm (comm-source->locales+changset): New procedure. (thunderbird-source): Rename to... (thunderbird-comm-source): ... here. (icedove-source): New variable. (icedove) [source

bug#32026: [PATCH v4 7/9] gnu: icedove: Use the locale of the system.

2023-02-19 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (icedove-source): Set the intl.locale.requested option to the empty string. --- (no changes since v1) gnu/packages/gnuzilla.scm | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index ab2065

bug#32026: [PATCH v4 8/9] gnu: icecat: Remove gtk+-2 input.

2023-02-19 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (icecat-minimal) [inputs]: Remove gtk+-2. --- (no changes since v2) Changes in v2: - New commit gnu/packages/gnuzilla.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index f12b1fd64d..daffc97771 100644 ---

bug#32026: [PATCH v4 4/9] gnu: Add icecat-l10n and icedove-l10n.

2023-02-19 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (%icecat-locales, %icedove-locales): New variable. (make-l10n-package): New procedure. (icecat-l10n, icedove-l10n): New variables. --- (no changes since v1) gnu/packages/gnuzilla.scm | 143 +- 1 file changed, 142 insertions(+), 1 de

bug#32026: [PATCH v4 1/9] gnu: Add a 'update-mozilla-locales' helper for maintenance.

2023-02-19 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (update-mozilla-locales): New procedure. (all-mozilla-locales): Comment how to proceed to update it. --- Changes in v4: - Strip useful comments, in the name of non-free source obfuscation gnu/packages/gnuzilla.scm | 20 +++- 1 file changed, 19 inserti

bug#32026: [PATCH 03/10] gnu: Define UPSTREAM-FIREFOX-SOURCE at the top level.

2023-02-19 Thread Maxim Cournoyer
Hello, Mark H Weaver writes: > Hi Maxim, > > Maxim Cournoyer writes: > >> Mark H Weaver writes: >> >>> Maxim Cournoyer writes: >>> * gnu/packages/gnuzilla.scm (%icecat-base-version): New variable. (%upstream-firefox-version): Likewise. (%icecat-version): Define in terms of %ice

bug#32026: [PATCH v3 04/11] gnu: icecat: Make language packs reproducible.

2023-02-19 Thread Maxim Cournoyer
Hi Mark, Mark H Weaver writes: > Hi Maxim, > > Maxim Cournoyer writes: >> * gnu/packages/patches/icecat-reproducible-langpacks.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Register. it. >> * gnu/packages/gnuzilla.scm (icecat-source): Apply it. > > Instead of adding this patch in Guix,

bug#61627: Cannot start a container built with `guix system container --network'.

2023-02-19 Thread Pierre Langlois
Pierre Langlois writes: > [[PGP Signed Part:Undecided]] > Hi Guix! > > There seems to be a bug with the --network flag to `guix system > container', if we try to use docker-image.tmpl as an example we get the > following failure: > > $ sudo `guix system container -v3 --network > gnu/system/exam

bug#61628: Graphical installer: network check not working if date is wrong

2023-02-19 Thread Denis 'GNUtoo' Carikli
Hi, With an old date, the network isn't detected in the graphical installer. I'm unsure if it's related to bug 35630[1] or not though. Running date by hand to set an approximate date and retrying to detect the network makes it work. References: --- [1]https://issues.guix.gnu.org/35630

bug#61627: Cannot start a container built with `guix system container --network'.

2023-02-19 Thread Pierre Langlois
Hi Guix! There seems to be a bug with the --network flag to `guix system container', if we try to use docker-image.tmpl as an example we get the following failure: --8<---cut here---start->8--- $ sudo `guix system container -v3 --network gnu/system/examples/do

bug#61570: [PATCH] services: mpd: Use proper records.

2023-02-19 Thread Bruno Victal
Hi Maxim, Liliana On 2023-02-18 17:42, Liliana Marie Prikler wrote:> This patch fixes the issue of not being able to insert actual users and > groups into MPD service. Sadly, as define-configuration lacks proper > support for sanitizers, it's a backwards-incompatible change. > Perhaps it makes s

bug#61625: Package download speed calculation, spurious results?

2023-02-19 Thread francismb
Dear Maintainers team, I've notice that the package download speed (is that the measure?), seems to have some special edges/cases giving IMHO not realistic values, see for e.g. the value calculated for 'graphviz' on my current (~2023.02.19T12:00UTC) pull and upgrade iteration: guix pull && guix u