This post here, may be a problem for you. even if it's not a version thing.
I'm thinking maybe the
.depend files, should not have been uploaded to the SVN . It appears to me
.depend is what customizes the build to your kernel.
In my case with my Linux,
make clean sees there are already
.depend files, and overlooks them (does not make its own), so it uses the dependencies to someone else's configuration. I've had my compiles crash because of this (in this case maybe bots are not included in the .depend files?).