bug#65982: Pinebook Pro image broken

2023-10-07 Thread paul via Bug reports for GNU Guix
Hi Gabriel, thank you for taking the time to bisect and find the first working commit! I can confirm that guix time-machine --commit=d6a53849935f8584e1df57faa79c18c23fbb2aa1 -- system image -e '(@ (gnu system images pinebook-pro) pinebook-pro-barebones-raw-image)' --system=aarch64-linux is

bug#66384: [cuirass] /search/latest/archive fails

2023-10-07 Thread Ricardo Wurmus
Hi, I noticed that queries like this now consistently fail: https://ci.guix.gnu.org/search/latest/archive?query=spec%3Atarball+status%3Asuccess+system%3Ax86_64-linux+guix-binary.tar.xz This should redirect to a download URL. I went through the code and found that the problem lies in the re

bug#66385: emacs-org-journal fails to build.

2023-10-07 Thread Apoorv
The `emacs` package `emacs-org-journal` fails to build, here are the logs, phase `patch-usr-bin-file' succeeded after 0.0 seconds starting phase `patch-source-shebangs' phase `patch-source-shebangs' succeeded after 0.0 seconds starting phase `patch-generated-file-shebangs' phase `patch-generated-f

bug#66384: [cuirass] /search/latest/archive fails

2023-10-07 Thread Ricardo Wurmus
This is a consequence of commit 9b227abd29b15e7e25c54a71c524e7b26252a270, and it should be enough to fix it like this: --8<---cut here---start->8--- diff --git a/src/cuirass/http.scm b/src/cuirass/http.scm index 7e4fd3b..9c4c723 100644 --- a/src/cuirass/http.scm

bug#66339: [PATCH gnome-team v5] gnu: glib: Set runstatedir.

2023-10-07 Thread Vivien Kraus via Bug reports for GNU Guix
Glib has made /run the default runstatedir: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3101 However, in Guix, the default runstatedir is /var/run. * gnu/packages/glib.scm (glib): Set runtime_dir to /var/run. --- I changed my mind again! Following the IRC discussion, Guix has a separa

bug#66339: Gnome-team dbus socket in /var/run/dbus, not /run/dbus

2023-10-07 Thread Maxim Cournoyer
Hi, Vivien Kraus writes: > Glib has made /run the default runstatedir: > > https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3101 > > However, in Guix, the default runstatedir is /var/run. > > * gnu/packages/glib.scm (glib): Set runtime_dir to /var/run. > --- > > I changed my mind again! Fol

bug#59364: gnome clocks does not start due to missing libGLES.so

2023-10-07 Thread Simon Streit
John Kehayias writes: > Is this the same issue as in ? With > potential fix ? I'm looking to > include this on the next mesa-updates round coming up soon. Yes, it is! I can only confirm this error on older Machines with older

bug#65858: mumi crashes

2023-10-07 Thread Maxim Cournoyer
Hello, Today, Mumi (version 0.0.5-4.2453a5a) was crashing again, with the website returning 502 Bad Gateway errors, with the same error, it seems: --8<---cut here---start->8--- 2023-10-07 11:48:52 In procedure fport_write: Broken pipe 2023-10-07 11:48:52 Uncaug

bug#65924: [PATCH core-updates 0/3] Fix 'git submodule' in pure environments.

2023-10-07 Thread Maxim Cournoyer
Can be tested with something like: $ ./pre-inst-env guix shell -CN nss-certs git-minimal -- \ git clone --recursive https://git.jami.net/savoirfairelinux/jami-client-qt.git /tmp/jami Maxim Cournoyer (3): gnu: git: Remove labels and use gexps. gnu: git: Invert inheritance relationship. gn

bug#65924: [PATCH core-updates 2/3] gnu: git: Invert inheritance relationship.

2023-10-07 Thread Maxim Cournoyer
It's simpler to add features on top of a minimal variant than to remove them, and helps avoiding mistakenly changing git-minimal, which has many dependents. * gnu/packages/version-control.scm (git-minimal): Move above git and severe inheritance. Remove input label. Repatriate most fields from...

bug#65924: [PATCH core-updates 1/3] gnu: git: Remove labels and use gexps.

2023-10-07 Thread Maxim Cournoyer
* gnu/packages/version-control.scm (git) [native-inputs, inputs]: Remove labels. [arguments]: Use gexps. Use gexp variables input searching procedures where it makes sense. --- gnu/packages/version-control.scm | 706 --- 1 file changed, 360 insertions(+), 346 deletions

bug#65924: [PATCH core-updates 3/3] gnu: git-minimal: Add coreutils and sed to PATH.

2023-10-07 Thread Maxim Cournoyer
Fixes . * gnu/packages/version-control.scm (git-minimal) [arguments] : New field. : Augment with (ice-9 match), (ice-9 textual-ports) and (guix search-paths). : Add patch-commands phase. [inputs]: Add coreutils-minimal and sed. --- gnu/packages/version-control.s

bug#66227: [bug#66225] [PATCH v3] gnu: emacs-next-minimal: Apply Guix patches.

2023-10-07 Thread Liliana Marie Prikler
Am Samstag, dem 07.10.2023 um 09:56 +0400 schrieb Andrew Tropin: > On 2023-10-06 17:58, Liliana Marie Prikler wrote: > > > * gnu/packages/patches/emacs-next-native-comp-driver-options.patch: > > Add file. > > * gnu/packages/patches/emacs-next-exec-path.patch: Add file. > > * gnu/local.mk (dist_pat