On Mon, May 18, 2009 at 3:43 PM, Ben Goren <[email protected]> wrote: ... > A new kernel built, installed, and booted just fine. However, every > time I try to do a make build, it bombs out in the exact same spot. > I've re-run cvs without it finding any new / modified / deleted / etc. > files.
What are the permissions on the /usr/include/kerberosV/ directory at the end of the build? Early on, you can see that it resets them from 700 to 755, but later error messages make it look like something in the build chmoded the directory back to 700. Hmm, perhaps the permissions get copied from the source tree along the way. What are the permissions on your source tree? Are any of the include directories there mode 700? If so, try changing them to 755 and give the build another shot. Philip Guenther

