bug#68439: [PATCH v2] gnu: icewm: Update to 3.4.6

2024-03-25 Thread Andy Tai
* gnu/packages/wm.scm (icewm): Update to 3.4.6 [arguments]: Remove the deletion of gmo files as they are not regenerated correctly. Change-Id: Ieff1fc5417cfe164fa7886774e8855fd95248c8f --- gnu/packages/wm.scm | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gnu/

bug#64653: 'static-networking' fails to start

2024-03-25 Thread Fabio Natali via Bug reports for GNU Guix
Hi, I've been trying to reconfigure a machine from static IPv4 to static dual-stack or IPv6-only. I followed one⁰ of the examples in the manual, so I'd think I got the syntax right. Once the reconfiguration has taken place and when restarting the networking service, I get this error: , | her

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-03-25 Thread Ludovic Courtès
Hello Python team! Should ‘guix import pypi’ attempt to get dependency information from ‘pyproject.toml’, in addition to ‘requirements.txt’ and wheel ‘METADATA’ as it already does? It might be more complicated than we’d like: in some cases, that file seems to be used as a “trampoline” to Poetry.

bug#69996: Broken OCaml packages (e.g. frama-c and binsec)

2024-03-25 Thread pukkamustard
As reported by Arnaud (off-list mail) some OCaml packages build fine but seem to be broken. Examples include `frama-c` and `binsec`: ``` guix shell frama-c -- frama-c [kernel] Current source was: :0 The full backtrace is: Raised at Dune_site_plugins__Plugins.lookup_and_summarize.loop.(fun)

bug#64653: 'static-networking' fails to start

2024-03-25 Thread Fabio Natali via Bug reports for GNU Guix
On 2024-03-25, 11:52 +, Fabio Natali wrote: > Once the reconfiguration has taken place and when restarting the > networking service, I get this error: > > , > | herd: error: exception caught while executing 'start' on service > 'networking': > | Throw to key `%exception' with args `("#<&n

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-03-25 Thread Sharlatan Hellseher
Hi Lido! > Should ‘guix import pypi’ attempt to get dependency > information fromn‘pyproject.toml’, in addition to > ‘requirements.txt’ and wheel ‘METADATA’ as it already does? It's quite a common practice in modern Python just to include pyproject.toml, that fact makes importing long chains pro