bug#62917: [bug#73799] [PATCH] Fix 'guix shell: error: symlink: File exists: "/bin/cc"'

2024-10-22 Thread Marco Fortina
This patch closes issue when running "guix shell --container --emulate-fhs clang-toolchain gcc-toolchain" or "guix shell --container --emulate-fhs clang-toolchain gcc-toolchain": diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm index a219b2ac89..37f11395f9 100644 --- a/g

bug#73945: Compilation issues

2024-10-22 Thread Marco Fortina
Hello there, I have an issue compiling guix on Ubuntu 24.04.1 LTS from master branch: MAKEINFO doc/guix.de.info guix.de.texi:3538: warning: @anchor should not appear on @item line contributing.de.texi:2182: @menu reference to nonexistent node `Configuring Git' contributing.de.texi:2183: @menu r

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