bug#41264: bug#49985: Bootstrap packages fail to build due to mes-libc lacking 'stat64' etc. syscalls

2023-02-15 Thread Janneke Nieuwenhuizen
Jan Nieuwenhuizen writes: Hello, > To use stat64 and friends on 32bit, I created the attached patch for GNU > Mes and hope to create a 0.24.2 release from > > https://gitlab.com/janneke/mes/-/tree/wip-stat64 > > Also, I have update my core-updates branch with preliminary 0.24.2 mes > and mes-

bug#61520: Bug found

2023-02-15 Thread zimoun
Hi, On Tue, 14 Feb 2023 at 21:27, tmikew1985 via Bug reports for GNU Guix wrote: > building > /gnu/store/q0s8s1mlvngrxahnw146kbc2nf6s3amz-compute-guix-derivation.drv... > graphviz-2.49.0-doc 2.0MiB 12KiB/s 01:35 [## ] 57.-Backtrace: [...] > guix pull: error: You found a bug: the prog

bug#61520: Bug found

2023-02-15 Thread tmikew1985 via Bug reports for GNU Guix
Hi, I have about 85GB of space on the drive, which I assumed would be ample. After I sent the report I run guix pull again and it worked. Thanks! Mike Sent from Proton Mail mobile Original Message On 15 Feb 2023, 10:35 am, zimoun wrote: > Hi, On Tue, 14 Feb 2023 at 21:27, t

bug#61520: Bug found

2023-02-15 Thread Simon Tournier
Hi, On Wed, 15 Feb 2023 at 11:25, tmikew1985 wrote: > After I sent the report I run guix pull again and it worked. Thanks. So closing because it was a transient error. Feel free to reopen if I miss something. Cheers, simon

bug#59368: icecat does not honor /etc/timezone starting with 102.3.0.

2023-02-15 Thread Jonathan Brielmaier
Yes, its the wrong timezone: UTC instead of CEST with Icecat. This resistFingerprinting doesn't seem to change something in that regard. I can further say that I don't see this issue with firefox-esr or icedove.

bug#59368: icecat does not honor /etc/timezone starting with 102.3.0.

2023-02-15 Thread Maxim Cournoyer
Hi Jonathan, Jonathan Brielmaier writes: > Yes, its the wrong timezone: UTC instead of CEST with Icecat. > This resistFingerprinting doesn't seem to change something in that regard. > > I can further say that I don't see this issue with firefox-esr or icedove. Thanks for confirming the issue.

bug#32026: [PATCH 05/10] gnu: icecat: Add a patch that makes building language packs reproducible.

2023-02-15 Thread Maxim Cournoyer
Hello, Mark H Weaver writes: > Hi Maxim, > > Maxim Cournoyer writes: > >> Mark H Weaver writes: >> >>> Maxim Cournoyer writes: >>> * gnu/packages/patches/icecat-reproducible-langpacks.patch: New file. * gnu/local.mk (dist_patch_DATA): Register. it. * gnu/packages/gnuzilla.scm (

bug#32026: [PATCH 02/10] gnu: icedove: Compute a self-contained source.

2023-02-15 Thread Maxim Cournoyer
Hello, Jonathan Brielmaier writes: > On 14.02.23 02:55, Maxim Cournoyer wrote: >> +;;; To find out which changeset to use for the comm-l10n repo, use the >> +;;; 'comm-source->locales+changeset' procedure on the >> thunderbird-comm-source >> +;;; checkout directory. The complete localization d

bug#61292: define-public fontconfig vs. fontconfig-minimal as its name

2023-02-15 Thread Maxim Cournoyer
Hi, Attila Lendvai writes: > (define-public fontconfig > [...] > (name "fontconfig-minimal") > > this tripped me up. is this a mistake? > > if not, then please add a comment that explains this anomaly. There's already a comment above fontconfig-with-documentation that reads: This is int

bug#32026: [PATCH 02/10] gnu: icedove: Compute a self-contained source.

2023-02-15 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 08/10] gnu: icedove: Use the locale of the system.

2023-02-15 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 9492d9

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

2023-02-15 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. --- Changes in v2: - New commit gnu/packages/gnuzilla.scm | 23

bug#32026: [PATCH 05/10] gnu: Add icecat-l10n and icedove-l10n.

2023-02-15 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 | 146 +- 1 file changed, 145 insertions(+), 1 de

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

2023-02-15 Thread Maxim Cournoyer
* 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. --- (no changes since v1) gnu/local.mk | 1 + gnu/packages/gnuzilla.scm

bug#32026: [PATCH 06/10] gnu: icedove: Automatically load system-provided extensions.

2023-02-15 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 07/10] gnu: Add language packs to icecat and icedove.

2023-02-15 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. --- Changes in v2: - Do not clear native-inputs

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

2023-02-15 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (update-mozilla-locales): New procedure. (all-mozilla-locales): Comment how to proceed to update it. --- (no changes since v1) gnu/packages/gnuzilla.scm | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnuz

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

2023-02-15 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (%icecat-base-version): New variable. (%upstream-firefox-version): Likewise. (%icecat-version): Define in terms of %icecat-base-version. (upstream-firefox-source): New variable. (icecat-source): Adjust to use the above newly introduced variables. --- (no changes since v

bug#32026: [PATCH 09/10] gnu: icecat: Remove gtk+-2 input.

2023-02-15 Thread Maxim Cournoyer
* gnu/packages/gnuzilla.scm (icecat-minimal) [inputs]: Remove gtk+-2. --- 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 fa868f6824..8e90327ea4 100644 --- a/gnu/packages/gnuzill