Re: install on freebsd and dragonflybsd

2010-05-17 Thread Ryan Tilder
I am a moron! Edit deps/erlang/rebar.config. Change "make" in the last two lines to "gmake". From: {port_pre_script, {"make -C c_src", ""}}. {port_cleanup_script, "make -C c_src clean"}. to {port_pre_script, {"gmake -C c_src", ""}}. {port_cleanup_script, "gmake -C c_src clean"}. Looking for

Re: install on freebsd and dragonflybsd

2010-05-13 Thread Vitaly Martynenko
Hi Ryan, I have the same issue under FreeBSD. And your Makefile.test gives this result: CURDIR = "" If change $(CURDIR) to $(.CURDIR) I get CURDIR = "/usr/home/vitalka" I had a little progress with building Riak, but stopped on building erlang_js, can't find a way to build it.

Re: install on freebsd and dragonflybsd

2010-05-12 Thread Ryan Tilder
Can you mail the list the output of the attached test Makefile? If the builtin gmake CURDIR variable isn't being set, there isn't much we can do for you, I'm afraid. It means that your gmake build is woefully broken or something, somewhere is managing to set it to an empty string. --Ryan On Wed

Re: install on freebsd and dragonflybsd

2010-05-12 Thread Ryan Tilder
For some reason the standard GNU make CURDIR isn't being set. Are you sure you're using a GNU make? What does gmake --version return? --Ryan On Tue, May 11, 2010 at 9:58 PM, kg9020 wrote: > Hello, > > Update here is the error > Running make -C c_src > tar -xzf nsprpub-4.8.tar.gz > (cd /nsprpu

Re: install on freebsd and dragonflybsd

2010-05-12 Thread Sean Cribbs
N] Ripple 0.5 (Initial Release) > Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > same issue for Freebsd and dragonflybsd > > thanks art > > > Begin forwarded message: > >> From: Preston Marshall >> Date: May 12, 2010 12:00:45 AM CDT >> To: k

Fwd: install on freebsd and dragonflybsd

2010-05-11 Thread kg9020
e ] [ thread ] [ subject ] [ author ] same issue for Freebsd and dragonflybsd thanks art Begin forwarded message: > From: Preston Marshall > Date: May 12, 2010 12:00:45 AM CDT > To: kg9020 > Subject: Re: install on freebsd and dragonflybsd > > That probably needs to be changed to

install on freebsd and dragonflybsd

2010-05-11 Thread kg9020
Hello, Update here is the error Running make -C c_src tar -xzf nsprpub-4.8.tar.gz (cd /nsprpub && ./configure --disable-debug --enable-optimize --prefix=/system --disable-64bit && make all install) cd: can't cd to /nsprpub *** Error code 2 Stop in /home/art/riak-0.10.1/deps/erlang_js/c_src. E