bug#73799: guix shell: error: symlink: File exists: "/bin/cc"

2024-10-14 Thread Rutherther via Bug reports for GNU Guix
Hey Marco, that llvm.scm change is actually irrelevant to the problem. There will never be cc in the llvm package itself before the condition. It occurs prior to the profile merging. There is no fhs in that case so checking for /bin/cc does not make sense, moreover it could pose a problem if one

bug#73799: guix shell: error: symlink: File exists: "/bin/cc"

2024-10-14 Thread Marco Fortina
Hello there. I have this issue when with guix time-machine shell when using --emulate-fhs option and having gcc-toolset and clang-toolset in my manifest.scm. I this this could be solved with this patch: diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 9f851a478e..7a276569e9 1006

bug#72277: home-shepherd is flooding tty

2024-10-14 Thread Dariqq
Hi Ludo, Thank you very much for the review of the shepherd patch and the patch for the silent? field to enable it. Closing the original issue as well. On 19.09.24 15:10, Ludovic Courtès wrote: Hi, Dariqq skribis: It would be nice to add an option to home-shepherd-configuration to auto

bug#73602: bug#73601: failed to compute the derivation for Guix

2024-10-14 Thread Fabrice Tudoret
Hi Simon, Thanks again for your involvement. I did my best to fullfill the tests you suggest. I put the output in your text. Essentially the output are the same for the root and the users, so the situation does not seem clearer to me, but I’m sure it will be different for you. Regards Fa

bug#73304: Python in relocatable guix pack leads to wrong sys.path

2024-10-14 Thread Ludovic Courtès
Hello, Konrad Hinsen skribis: > Konrad Hinsen writes: > >> I have changed my mind. In the sys.path outputs shown, there are no >> paths from add-on packages. It's just the Python standard library. >> Maybe our sitecustomize.py is not run at all, but if it is, it didn't do >> anything to sys.pat

bug#73508: [PATCH] upstream: Try the generic importers last.

2024-10-14 Thread Ludovic Courtès
Hello, Maxim Cournoyer skribis: > * guix/upstream.scm (%updaters): Ensure the updaters with a name starting by > 'generic' appear last in the list. > > Fixes: https://issues.guix.gnu.org/ This should be . > Change-Id: I98977f6c925c14303273755b5b4dc36035f78bda