trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2010

Re: [trinity-devel] Building kdelibs From SVN

From: "Timothy Pearson" <kb9vqf@...>
Date: Thu, 26 Aug 2010 02:39:12 -0500
<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