Running "make dev" first will create the "dev/riak" directory.

The "make devrel" command will copy the generated "dev/riak" directory into
three additional release directories "dev/dev1", "dev/dev2", "dev/dev3". The
name, web_port, pb_port, and handoff_port settings are then updated in the
three releases so each release has a unique value. It's important for each
release to have unique values for these settings so that they can run at the
same time.



On Thu, May 13, 2010 at 10:02 AM, Ted Karmel <ted.kar...@gmail.com> wrote:

> For future reference, the problem was the GNU Coreutils version.  My
> version was relatively old (6.5) and did not have -n as an option.  I
> updated GNU Coreutils to 8.5 via this source:
> http://ftp.gnu.org/gnu/coreutils/
>
> I no longer get the invalid option error.  But I now get the following
> error when entering make devrel :
>
> cp -Rn dev/riak dev/dev1
> cp:  cannot stat  'dev/riak' : No such file or directory
> make: *** [dev1] Error 1
>
>
> On Tue, May 11, 2010 at 7:39 PM, Ted Karmel <ted.kar...@gmail.com> wrote:
> > OS = Ubuntu Hardy
> >
> > On Tue, May 11, 2010 at 7:25 PM, Grant Schofield <gr...@basho.com>
> wrote:
> >> What OS are you running through the FastTrack tutorial on?
> >>
> >> Thanks,
> >> Grant Schofield
> >> Developer Advocate
> >> Basho Technologies
> >>
> >>
> >> On May 11, 2010, at 12:22 PM, Ted Karmel wrote:
> >>
> >>> I am following the Riak FastTrack tutorial:
> >>>
> >>> https://wiki.basho.com/display/RIAK/Building+a+Development+Environment
> >>>
> >>> But I am stumbling on one step:
> >>>
> >>>> make devrel
> >>>
> >>> For which I get the following error message:
> >>>
> >>> cp -Rn dev/riak dev/dev1
> >>> cp: invalid option -- n
> >>> Try 'cp --help' for more information.
> >>> make: *** [dev1] Error 1
> >>>
> >>>
> >>> Any suggestions much appreciated.
> >>>
> >>> Thanks.
> >>>
> >>> _______________________________________________
> >>> riak-users mailing list
> >>> riak-users@lists.basho.com
> >>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
> >>
> >>
> >
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to