On Thu, Jun 12, 2014 at 7:32 AM, Antti Kantee <[email protected]> wrote: > On 11/06/14 22:39, Justin Cormack wrote: >>> 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. > > Cool. But, um, assuming my installation isn't in /usr, how do I use it? > The usual way of setting CPPFLAGS=-I/foo doesn't do the trick. > >> It could do with some improvements, but at least should be quicker if >> you have a build lying around already. > > and if you've had enough coffee to figure out how to use it ;) > > I vote for some sort of probe to test if an installation is present and > if not, flagging a sensible error. I'm not sure how to gracefully deal > with this one for the general case, though: > http://build.myriabit.eu:8013/builders/netbsd32/builds/47/steps/shell_1/logs/stdio
Yes its not ideal Currently you need to set LD_LIBRARY_PATH, LIBRARY_PATH and PATH as set at the bottom of buildnb.sh if it builds its own copy. I think the simplest thing is to have a -b buildrumplocation option to set where it is, and a probe to test. The buildbot tests are still going to have to do a full build for now until I rework them to use prebuilt versions... 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
