[OpenAFS-devel] Re: adding "make check" to build slaves

Simon Wilkinson simonxwilkinson@gmail.com
Tue, 10 Apr 2012 22:21:04 +0100


>=20
> That's probably a reasonable approach. The fun bit is in some cases I =
think we
> are going to end up needing a wrapper script on the buildslaves so
> e.g. not-currently-
> installed shared libraries can be in the run path of the make check...

Before we ship anything based on master, we need to come up with an =
answer to the shared library problem. At the moment, 'make dest' from =
master just won't work, because the library search paths won't change to =
reflect the location of the destination tree. You can't run anything =
directly from the build tree (we'll end up pulling in the installed =
libraries rather than the local ones), and you can't install into =
non-standard locations.

There is an answer to all of this, I just need to tidy off the rough =
edges, push it, and we can start arguing about that, too :)

S.=