Re: guix shell: error: symlink: File exists: "/bin/cc"

2024-10-24 Thread Greg Hogan
On Thu, Oct 24, 2024 at 4:03 AM Marco Fortina wrote: > > Hello! > > Yes, only changes in the environment.scm files are required for fixing the > issue. > > Why did you make the patch so complex? There are many potential errors in addition to EEXIST: https://man7.org/linux/man-pages/man2/symlin

Re: guix shell: error: symlink: File exists: "/bin/cc"

2024-10-24 Thread Rutherther
Hello, note that this is linked to issue #73799, since the original patch was submitted both to guix-devel and guix-patches. Regards, Rutherther

Re: guix shell: error: symlink: File exists: "/bin/cc"

2024-10-23 Thread Ludovic Courtès
Hi, Marco Fortina skribis: > 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 tried, and for those reading along, the problem is: --8<---cut here---start->8-