On Wed, Jun 11, 2014 at 10:00 PM, Antti Kantee <[email protected]> wrote: > On 11/06/14 20:51, Justin Cormack wrote: >> Looking at making rumprun not need to do a rump kernel build, but >> using an existing one. >> >> Its fairly simple, but if you don't have your install in a place the >> system will find it, you are going to have to set LIBRARY_PATH, >> LD_LIBRARY_PATH and PATH to find stuff. >> >> Wondering if that is too annoying...? > > Isn't that how most software works? You either install deps to a > standard path, or tell dependers where to find the dependees. > >> Could have an option to build a rump kernel, but not make it default >> (or make it default). > > A middle ground would be to have rumprun build a rumpremote setup by > default. Since tools are not currently provided by buildrump.sh in > installable form -- something we need to fix at some point -- you need > to build those anyway. After tools, in theory the script should be able > to just manually run rumpmake in src/lib/librumpclient. Of course, > theory is always theory.
I have pushed a version that does not build a full rump kernel build unless you specify the buildrump option to buildnb.sh, in which case it behaves as before. It could do with some improvements, but at least should be quicker if you have a build lying around already. Justin ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
