[Bug other/111027] Install error "tmp-header-vars: Permission denied", build on NFS, improvement possible

2023-08-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111027 --- Comment #2 from Andrew Pinski --- This might fix the issue: diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a00dad965c5..267f6258ee3 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3686,6 +3686,7 @@ install: install-common

[Bug other/111027] Install error "tmp-header-vars: Permission denied", build on NFS, improvement possible

2023-08-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111027 Richard Biener changed: What|Removed |Added Keywords||build --- Comment #1 from Richard