<snip>
The error occurred again in my new environment. The build did not fail until about an hour later, at the lgssapi_krb5 test. I don't know how close that is to the end of the build, but I suspect pretty close. That much is good news!
</snip>
OK, I think I may have found the offending patch.
In this file: kdelibs/kioslave/http/Makefile.am
Replace this:
-lgssapi_krb5
with this:
$(GSSAPI_LIBS)
I do not know why/how it got changed to begin with, but I will revert that change if the build gets farther with the above modification.
Thanks!
Tim