bug#67241: [PATCH] guix-install.sh: Add message about Info reader.

2024-12-19 Thread Maxim Cournoyer
Hi Simon, Simon Tournier writes: > Hi Maxim, > > On Mon, 16 Dec 2024 at 11:53, Maxim Cournoyer > wrote: > >>> +_info() >>> +{ >>> +if [ "$(type -P info)" ]; then >>> +_msg "$1" >>> +else >>> +_msg "${WAR}Please install Info reader; see package 'info-reader'" >>> +

bug#73575: Mate fails to build on i686-linux

2024-12-19 Thread Dariqq
Since the python-team merge and the node update python-werkzeug and node build without issues. However there are some new issues in the dependency graph for cantarell font: Test failures in - python-pandas-2 : TypeError: Cannot cast array data from dtype('int64') to dtype('int32') accord

bug#74969: trash-cli does not build

2024-12-19 Thread Julian Flake via Bug reports for GNU Guix
Hi, after recent python updates in master, tests in trash-cli fail and therefore, the derivation fails to build: --8<---cut here---start->8--- = test session starts == platform linux -- Python 3.10.7,

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

2024-12-19 Thread Ricardo Wurmus
Sharlatan Hellseher writes: > Any plan to have Bazel in main Guix git repository or it's not > compatibly license wise? Bazel is in guix-science, with a bazel-build-system as well. It's compatible when looking at just the licenses, but there are a number of annoying wrinkles: - Bazel itself bu

bug#74960: mysql-service-type is not starting

2024-12-19 Thread Dmitry
I'm trying to use a simple system with `mysql-service-type` with "guix system container", but I found out that `mysql-service-type` is not starting. $> guix system container mysql-test-system.scm system file: cat mysql-test-system.scm (use-modules (gnu) (gnu services)

bug#74967: About /etc/subuid and /etc/subgid commits

2024-12-19 Thread Nicolas Graves
Hi Giacomo, I noticed the last 11 commits are breaking my peculiar tmpfs root configuration. More precisely, I have more or less this layout : tmpfs: /, $HOME vfat32: /boot/efi btrfs: /var/guix, /gnu/store, /var/lib, /boot ... + several directories under $HOME That means that at startup, I won

bug#74832: guix copy incorrectly assumes port is 22

2024-12-19 Thread Tomas Volf
Maxim Cournoyer writes: > Hi Tomas, > > Tomas Volf <~@wolfsden.cz> writes: > >> After update to guile-ssh 0.18.0, options passed to the `make-session' >> procedure now take precedence over the configuration file. In few places we >> however had code like `(or port 22)' leading to (in absence of

bug#74967: About /etc/subuid and /etc/subgid commits

2024-12-19 Thread paul via Bug reports for GNU Guix
Hi Nicolas, apologies for breaking your system :( Is is possible for you to try and bisect the history to find the culprit commit? On 12/19/24 10:36, Nicolas Graves wrote: It is a bit circumvoluted, but it worked properly on my side on guix@478b9ccea8. Do you see a reason why your patches could

bug#74967: About /etc/subuid and /etc/subgid commits

2024-12-19 Thread paul via Bug reports for GNU Guix
I forgot to attach the two PAM related commits, apologies for the noise. [0]: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3eb720bd0b4bab233918f979bb51b58437db06ad [1]: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9411a1495f7cb2b116129a71a1fc1817e962fa5d

bug#74381: High memory usage during guix pull (i686-linux, guile jit)

2024-12-19 Thread Dariqq
It turns out disabling guile jit does not work reliably and even without it guix pull may oom building guix-packages-base using 3GB+ of RAM. My workaround for now is to run 'guix pull -s i686-linux -p /tmp/whatever' on an x86_64 machine (to have more RAM available) with guile jit disabled m

bug#74980: Home container do not instantiate ~/.guix-profile

2024-12-19 Thread Gabriel Wicki
Hi there! Invoking a home container does not create ~/.guix-profile (which in my case is symlinked to ~/.guix-home/profile). This leads to a problem when testing my Emacs configuration, since I there add ~/.guix-profile/share/emacs/site-lisp to its load path. I guess referring to ~/.guix-profile

bug#74980: [PATCH] home: container: Create symlink to .guix-home/profile.

2024-12-19 Thread Gabriel Wicki
* guix/scripts/home.scm: Create the symlink. Change-Id: Ib299c53f7cd0ca6ad204325b5c150d579224afd7 --- guix/scripts/home.scm | 4 1 file changed, 4 insertions(+) diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm index b4c82d275f..50aaf2abf6 100644 --- a/guix/scripts/home.scm +++ b/g