bug#66703: Broken link to Debbugs User Guide

2023-10-26 Thread John Kehayias via Bug reports for GNU Guix
merge 66703 58415 thanks On Mon, Oct 23, 2023 at 10:39 PM, Maxim Cournoyer wrote: > Hi Greg, > > Greg Hogan writes: > >> The page >> https://guix.gnu.org/devel/manual/en/html_node/Debbugs-User-Interfaces.html >> has a broken link "Debbugs User Guide" to the page >> https://guix.gnu.org/devel/ma

bug#66757: missing INFOPATH for some packages (Git, Coreutils)

2023-10-26 Thread John Kehayias via Bug reports for GNU Guix
Hello, On Thu, Oct 26, 2023 at 10:11 AM, Simon Tournier wrote: > Hi, > > Is it expected > > $ guix shell -C git coreutils > [env]$ ls $GUIX_ENVIRONMENT/share/info > coreutils.info.gz dirgit.info.gz gitman.info.gz > > /tmp/some-dir [env]$ exit Well there's no info-reader right? So doing

bug#66305: Error with recursive git checkout

2023-10-26 Thread Alexis Simon via Bug reports for GNU Guix
This is what was needed in the selinux policy to fix the errors --8<---cut here---start->8--- (allow guix_daemon_t bin_t (file (execute execute_no_trans map))) --8<---cut here---end--->8--- Alexis

bug#66754: No guix locate lock error handling

2023-10-26 Thread Maciej Kalandyk
If you run guix locate when another guix locate that is generating database is running the former is going to crash with database is locked "raw" error It should either wait for lock to be released or display an "formatted" error guix describe: guix e0b94a4 repository URL: https://git.savann

bug#66305: Error with recursive git checkout

2023-10-26 Thread Alexis Simon via Bug reports for GNU Guix
ah well it seems this is due to a selinux policy error --8<---cut here---start->8--- SELinux is preventing git-submodule from execute access on the file /usr/bin/sed. * Plugin catchall (100. confidence) suggests ** If you beli

bug#66305: Error with recursive git checkout

2023-10-26 Thread Alexis Simon via Bug reports for GNU Guix
Hi, I think I'm hitting this bug trying to git-fetch with submodules. I am on a foreign distro. --8<---cut here---start->8--- /gnu/store/pmv37cxc4cg1s7x8yg8dkhikkwmwpncr-git-minimal-2.41.0/libexec/git-core/git-submodule: line 7: /bin/basename: Permission deni

bug#66684: [shepherd] Altering system time renders herd unresponsive

2023-10-26 Thread Vladilen Kozin
Hello guix. My server would consistently run with system time 1h ahead of actual. Both `date` and `hwclock` would show the same time off by 1hr, while BIOS showed me correct time. I'm not sure why, but some services won't run if time difference is e.g. over 15min or smth, so. $ sudo date -s '-1 h

bug#66753: grep 3.8 now needs pcre2 as input, not pcre

2023-10-26 Thread Matt Beshara
Hi Guix people, I have been working on creating a package definition for pulseaudio-equalizer¹ and when built with the current definition of the grep package, it prints this error message when running: grep: Perl matching not supported in a --disable-perl-regexp build grep: write error: Broken

bug#66699: zig: fail to link SDL2

2023-10-26 Thread Nguyễn Gia Phong via Bug reports for GNU Guix
I am trying to package Mepo, an OpenStreetMap frontend written in Zig. The currently packaged Zig fails to find transitive dependencies of SDL2: https://paste.sr.ht/~cnx/db21e1ef9a6828f3ec898db43b790d71b5ef213a Here's a minimal reproducible Zig project: // main.zig const c = @cImport(@cInclude("S

bug#66762: emacs-julia-mode test fails

2023-10-26 Thread Kyle Andrews
The emacs-ess package no longer install as of guix revision 33f5b74. It's dependency emacs-julia-mode fails to build. $ guix shell --keep-failed --pure emacs emacs-julia-mode According to the build log, the test julia--test-end-of-defun-nested-2 fails.

bug#66757: missing INFOPATH for some packages (Git, Coreutils)

2023-10-26 Thread Simon Tournier
Hi, Is it expected --8<---cut here---start->8--- $ guix shell -C git coreutils [env]$ ls $GUIX_ENVIRONMENT/share/info coreutils.info.gz dir git.info.gz gitman.info.gz /tmp/some-dir [env]$ exit $ guix shell -C git coreutils --search-paths export PATH="/gnu/