Re: Help in testing Basho Riak port

2013-09-23 Thread Big Lebowski
Hi, everyone! I am proud to announce, that I've finished testing and the port has reached the point where it was good enough for send-pr, so, here it is: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182317 Once it gets commited, I'll be even more proud ;) and will move on to port few more thin

Re: Help in testing Basho Riak port

2013-09-22 Thread Big Lebowski
Again, updated version with following fixes: * using %%ETCDIR%% * deleting /var/db/riak if empty * patch for GCC 4.2 on 8.3 * fix in riak rc.d script * erlang dependency changed to specific erlang runtime version to fix issues with Erlang 16 on the system Please, let me know if you find anything:

Re: Fwd: Help in testing Basho Riak port

2013-09-22 Thread Bryan Drewery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/22/2013 11:26 AM, Boris Samorodov wrote: > 22.09.2013 13:38, Big Lebowski пишет: > >> This is correct, but I've tried it, and '@dirrmtry %%RIAK_DBDIR%%' results >> in /usr/local//var/db.riak - which doesnt exist. > > Try to "@cwd /" before remov

Re: Fwd: Help in testing Basho Riak port

2013-09-22 Thread Boris Samorodov
22.09.2013 13:38, Big Lebowski пишет: > This is correct, but I've tried it, and '@dirrmtry %%RIAK_DBDIR%%' results > in /usr/local//var/db.riak - which doesnt exist. Try to "@cwd /" before removing a /var/X directory at a plist file. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.

Re: Help in testing Basho Riak port

2013-09-22 Thread Dimitry Andric
On Sep 20, 2013, at 22:37, Bryan Drewery wrote: > On Fri, Sep 20, 2013 at 06:57:52PM +0100, Big Lebowski wrote: >> Hi list! >> >> I've been working for couple last days on porting Basho Riak database >> (latest version 1.4.2) and finally I think it is ready to be presented: >> https://www.dropbox

Re: Help in testing Basho Riak port

2013-09-22 Thread Bryan Drewery
> On Sep 22, 2013, at 4:38, Big Lebowski wrote: > >> On Sat, Sep 21, 2013 at 11:21 PM, Bryan Drewery wrote: >> >>> On 9/21/2013 5:08 PM, Big Lebowski wrote: On Fri, Sep 20, 2013 at 10:26 PM, Bryan Drewery >>> wrote: >>> You also need this in the pkg-plist to fix it being a leftover:

Re: Help in testing Basho Riak port

2013-09-22 Thread Bryan Drewery
Yes, to commit it, it needs to build. Sent from my iPhone > On Sep 22, 2013, at 4:43, Big Lebowski wrote: > >> On Sat, Sep 21, 2013 at 11:26 PM, Bryan Drewery wrote: >> >>> On 9/21/2013 5:08 PM, Big Lebowski wrote: >>> Hi, >>> >>> Thanks for your comments, see mine below. >>> >>> On F

Re: Fwd: Help in testing Basho Riak port

2013-09-22 Thread Big Lebowski
On Sat, Sep 21, 2013 at 11:26 PM, Bryan Drewery wrote: > On 9/21/2013 5:08 PM, Big Lebowski wrote: > > Hi, > > > > Thanks for your comments, see mine below. > > > > > > On Fri, Sep 20, 2013 at 9:37 PM, Bryan Drewery wrote: > > > >> On Fri, Sep 20, 2013 at 06:57:52PM +0100, Big Lebowski wrote: >

Re: Fwd: Help in testing Basho Riak port

2013-09-22 Thread Big Lebowski
On Sat, Sep 21, 2013 at 11:21 PM, Bryan Drewery wrote: > On 9/21/2013 5:08 PM, Big Lebowski wrote: > > On Fri, Sep 20, 2013 at 10:26 PM, Bryan Drewery > wrote: > > > >> You also need this in the pkg-plist to fix it being a leftover: > >> > >> @dirrmtry %%RIAK_DBDIR%% > >> > > > > Unfortunately

Re: Fwd: Help in testing Basho Riak port

2013-09-21 Thread Bryan Drewery
On 9/21/2013 5:08 PM, Big Lebowski wrote: > Hi, > > Thanks for your comments, see mine below. > > > On Fri, Sep 20, 2013 at 9:37 PM, Bryan Drewery wrote: > >> On Fri, Sep 20, 2013 at 06:57:52PM +0100, Big Lebowski wrote: >>> Hi list! >>> >>> I've been working for couple last days on porting Ba

Re: Fwd: Help in testing Basho Riak port

2013-09-21 Thread Bryan Drewery
On 9/21/2013 5:08 PM, Big Lebowski wrote: > On Fri, Sep 20, 2013 at 10:26 PM, Bryan Drewery wrote: > >> You also need this in the pkg-plist to fix it being a leftover: >> >> @dirrmtry %%RIAK_DBDIR%% >> > > Unfortunately this doesnt work, because it gets expanded to > /usr/local//var/db/riak fr

Fwd: Help in testing Basho Riak port

2013-09-21 Thread Big Lebowski
On Sat, Sep 21, 2013 at 9:48 PM, Dimitry Andric wrote: > On Sep 21, 2013, at 21:58, Big Lebowski wrote: > ... > > While this is of course true, their package has some issues: > > > > * it doesnt work with pkgng - mine, built with make package from port > does > > * it is using and requiring sudo

Fwd: Help in testing Basho Riak port

2013-09-21 Thread Big Lebowski
On Fri, Sep 20, 2013 at 10:26 PM, Bryan Drewery wrote: > You also need this in the pkg-plist to fix it being a leftover: > > @dirrmtry %%RIAK_DBDIR%% > Unfortunately this doesnt work, because it gets expanded to /usr/local//var/db/riak from pkg-plist. That's why its not there. B. > > That w

Fwd: Help in testing Basho Riak port

2013-09-21 Thread Big Lebowski
Hi, Thanks for your comments, see mine below. On Fri, Sep 20, 2013 at 9:37 PM, Bryan Drewery wrote: > On Fri, Sep 20, 2013 at 06:57:52PM +0100, Big Lebowski wrote: > > Hi list! > > > > I've been working for couple last days on porting Basho Riak database > > (latest version 1.4.2) and finally

Re: Help in testing Basho Riak port

2013-09-21 Thread Big Lebowski
Thank you all for your work and valuable comments! Please, test the latest version of the port, that you can find here: https://www.dropbox.com/s/me9ej0br78ayws1/riak.20130921.tgz and let me know if you can find any issues. Kind regards, B. On Fri, Sep 20, 2013 at 6:57 PM, Big Lebowski wrote:

Re: Help in testing Basho Riak port

2013-09-20 Thread Kubilay Kocak
On 21/09/2013 3:57 AM, Big Lebowski wrote: > Hi list! > > I've been working for couple last days on porting Basho Riak database > (latest version 1.4.2) and finally I think it is ready to be presented: > https://www.dropbox.com/s/2ztu2bdiip1u2un/riak.tgz > > Please, grab the port and test it on a

Re: Help in testing Basho Riak port

2013-09-20 Thread Bryan Drewery
On Fri, Sep 20, 2013 at 10:28:37PM +0200, Dimitry Andric wrote: > On Sep 20, 2013, at 19:57, Big Lebowski wrote: > > I've been working for couple last days on porting Basho Riak database > > (latest version 1.4.2) and finally I think it is ready to be presented: > > https://www.dropbox.com/s/2ztu2

Re: Help in testing Basho Riak port

2013-09-20 Thread Dimitry Andric
On Sep 20, 2013, at 19:57, Big Lebowski wrote: > I've been working for couple last days on porting Basho Riak database > (latest version 1.4.2) and finally I think it is ready to be presented: > https://www.dropbox.com/s/2ztu2bdiip1u2un/riak.tgz > > Please, grab the port and test it on anything y

Re: Help in testing Basho Riak port

2013-09-20 Thread Bryan Drewery
On Fri, Sep 20, 2013 at 06:57:52PM +0100, Big Lebowski wrote: > Hi list! > > I've been working for couple last days on porting Basho Riak database > (latest version 1.4.2) and finally I think it is ready to be presented: > https://www.dropbox.com/s/2ztu2bdiip1u2un/riak.tgz MASTER_SITES= http:

Re: Help in testing Basho Riak port

2013-09-20 Thread Torfinn Ingolfsen
And in case anyone else wonders what Riak is and which features it has, here is the link: http://basho.com/riak/ HTH On Fri, Sep 20, 2013 at 7:57 PM, Big Lebowski wrote: > Hi list! > > I've been working for couple last days on porting Basho Riak database > (latest version 1.4.2) and finally I thi

Help in testing Basho Riak port

2013-09-20 Thread Big Lebowski
Hi list! I've been working for couple last days on porting Basho Riak database (latest version 1.4.2) and finally I think it is ready to be presented: https://www.dropbox.com/s/2ztu2bdiip1u2un/riak.tgz Please, grab the port and test it on anything you can, break it in any way possible, and commen