[Mesa-dev] [Bug 52064] build fails with "git_sha1.h.tmp": permission denied
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 23 06:34:14 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=52064
--- Comment #9 from Knut Petersen <Knut_Petersen at t-online.de> 2012-08-23 13:34:14 UTC ---
(In reply to comment #0)
> This happens sometimes when building mesa. Somehow src/mesa/main/git_sha1.h.tmp
> gets created with root user (necessary?) Then on a later build, Makefile can no
> longer "touch" it:
>
> Making all in mesa
> make[2]: Entering directory `/home/bpaterni/usr/src/mesa/src/mesa'
> touch: cannot touch `main/git_sha1.h.tmp': Permission denied
> make[2]: *** [main/git_sha1.h.tmp] Error 1
> make[2]: Leaving directory `/home/bpaterni/usr/src/mesa/src/mesa'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/bpaterni/usr/src/mesa/src'
> make: *** [all-recursive] Error 1
Run "make clean" and "make distclean", then "git clean -dfx".
You´ll see that git finds more than 100 files missed by the
cleaning targets.
Maye you could extend your patch a bit ...
cu,
Knut
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list