bug#70316: `guix pack -f squashfs` does not create /tmp and /var/tmp

2024-04-09 Thread Alexis Simon via Bug reports for GNU Guix
Similarly to a previous patch for Docker [1], Singularity complains when using a squashfs image as the /tmp and /var/tmp folders do not exist. It would be great if they were, I had programs failing quietly because there was no /tmp folder and tracked down the issue to this. As a more general

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#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