bug#60566: [PATCH] environment: Fix '--emulate-fhs' option overriding $PATH.

2023-01-06 Thread Ludovic Courtès
Hi, John Kehayias skribis: > From 57cdc3a8f9c6451aaf17f1fafae0bcf29faeea03 Mon Sep 17 00:00:00 2001 > From: John Kehayias > Date: Thu, 5 Jan 2023 16:06:19 -0500 > Subject: [PATCH] * environment: Fix '--emulate-fhs' option overriding $PATH. > > Fixes where

bug#48468: substitute server connection timeout

2023-01-06 Thread Ludovic Courtès
Hi Mathieu! Mathieu Othacehe skribis: >> (From .) >> >> Plausible explanations that come to mind: >> >> 1. ‘guix publish’ returning 404, but not due to baking. Instead the >> .drv is simply not in store, hence 404. >> >> 2. Client timeout

bug#60608: keras is broken –> package bazel?

2023-01-06 Thread Ricardo Wurmus
We have an old version of keras. This is now broken. It is not compatible with python-h5py > 2.10. Our version of Tensorflow also won’t work with h5py 3. We can’t upgrade keras to anything above 2.2.5 because any later version is built with Bazel. We cannot build Bazel, because it needs a big

bug#50329: [PATCH v2 2/2] gnu: emacs-company-box: Remove unclearly licensed icons from source.

2023-01-06 Thread Liliana Marie Prikler
emacs-company-box bundles icons with unclear licenses. Confer . * gnu/packages/emacs-xyz.scm (%emacs-company-box-upstream-source): New variable. (emacs-company-box)[source]: Use a computed origin to remove unclearly licensed icons. Also

bug#50329: [PATCH v2 1/2] gnu: emacs-lsp-treemacs: Remove unclearly licensed icons.

2023-01-06 Thread r0man
emacs-lsp-treemacs bundles icons with unclear licenses. See also . * gnu/packages/emacs-xyz.scm (%emacs-lsp-treemacs-upstream-source): New variable. (emacs-treemacs)[source]: Use a computed origin to remove unclearly licensed icons. Also

bug#60589: guix build --keep-going (-k) not always honored

2023-01-06 Thread Maxim Cournoyer
Hi Simon, zimoun writes: > Hi Maxim, > > On Thu, 05 Jan 2023 at 22:56, Maxim Cournoyer > wrote: > >> This is not the expected output when using --keep-failed; I would have >> expected the build to complete then guix to report about the failure, >> but it appears to abort without building

bug#60545: Keras h5py Version Mismatch

2023-01-06 Thread zimoun
Hi, On Wed, 04 Jan 2023 at 01:37, Zacchaeus Scheffer wrote: > working (pip): keras 2.10.0, h5py 3.7.0 > not working (current guix): keras 2.2.4, h5py 3.6.0 Indeed, it is collateral to ea403bf290f4bf8c7bae314e32dbb90653f92996 --8<---cut here---start->8---

bug#60589: guix build --keep-going (-k) not always honored

2023-01-06 Thread zimoun
Hi Maxim, On Thu, 05 Jan 2023 at 22:56, Maxim Cournoyer wrote: > This is not the expected output when using --keep-failed; I would have > expected the build to complete then guix to report about the failure, > but it appears to abort without building weechat. Maybe related with the old #51392,

bug#60375: Unbound symbol `upstream-updater-latest' in tests/gnu-maintenance.scm

2023-01-06 Thread zimoun
Hi, Thanks for your report. On Wed, 28 Dec 2022 at 00:16, Calvin Heim wrote: > I ran the test suite and tests/gnu-maintenance.scm is yielding errors of the > pattern > > actual-error: > + (unbound-variable > + #f > + "Unbound variable: ~S" > + (upstream-updater-latest) > + #f) I think

bug#60420: Bug found during guix pull

2023-01-06 Thread Simon Tournier
Hi, On Thu, 29 Dec 2022 at 21:43, Hannes Walter wrote: > ./guix/store.scm:1419:15: In procedure loop: > ERROR: >   1. : >   message: "some substitutes for the outputs of derivation > `/gnu/store/8fr821my3ppjrfbsz7jza61773qc0raj-po4a-0.63.drv' failed > (usually happens due to networking