Pinning to a commit

2024-05-06 Thread Etienne Carichon via
Hi to the community, For the last days, I study how guix works through the wonderfull guix manual, but there are still a few questions that come to my mind. One of those questions is how channel pinning is supposed to work. I want to run guix the from the latest commit, for development purpose,

Re: Gottfried Preihs hat »"Guix" song« mit dir geteilt

2024-05-06 Thread Sergio Pastor Pérez
A very charming song! Thanks for sharing Gottfried :). Cheers, Sergio.

Permission denied then running guix shell -C on Ubuntu

2024-05-06 Thread Gabriel Pickl
Hi everyone :) I've recently started using GUIX on Ubuntu 24.04 (Installed via the install script), and have run into a bit of a problem. When running something like `guix shell -C guile` (the package list doesn't matter) I get the following error message: ``` guix shell: error: mount: moun

Re: Cannot run texlive context: permission denied

2024-05-06 Thread Taha Aziz Ben Ali
I'm here to tell you that I found a working workaround for making ConTeXt work through `mtxrun --script context`. Create a "texmf/web2c/texmfcnf.lua" file (and preceeding directories) under your user's home directory and add the following: return { content = { variables = {

Re: Permission denied then running guix shell -C on Ubuntu

2024-05-06 Thread Gabriel Pickl
It seems like creating a custom AppArmor profile like described in https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg6057881.html but specifying the actual guix command (in my case /gnu/store/5447wg7dp8qwlii61r5spyf9r4953b55-guix-command) allows me to create containers, but I assume

Resolving 'guix shell' Permission Errors and Build Failures: Returning to Cached Package State After Incremental Updates

2024-05-06 Thread outlook user
`guix shell` complains about > guix shell: erreur : open-file : Permission non accordée: > "/gnu/store/64j9m88x4hicgrqb3447fv7ra0chdk3a-guix-module-union/share/guile/site/3.0/gnu/packages[...]" For admin and acl until I `# chmod o+r /gnu/store/64j9m88x4hicgrqb3447fv7ra0chdk3a-guix-module-union/

Re: Unable to make guix master branch for over a week

2024-05-06 Thread Peter Polidoro
Guillaume Le Vaillant writes: I also go this error recently. I was able to make it work by using a container with "guix shell -C -D guix -- make". That works, thanks! Is it possible for ./pre-inst-env guix build to also be affected by my home environment? If so, is it possible to run that

Re: Guix as a non-optional dependency in another project, and Guix resources requirements.

2024-05-06 Thread Simon Tournier
Hi Denis, On sam., 16 mars 2024 at 02:03, Denis 'GNUtoo' Carikli wrote: > - First and most importantly, running 'guix pull' can fail sometimes, > especially if there is not enough RAM per core. A fix that work is to > lower the number of cores used with 'guix pull -c 1 -M 1' for > instanc