Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
cloudi install error
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
chan sisowath  
View profile  
 More options Jun 22 2011, 12:50 pm
From: chan sisowath <chan.sisow...@gmail.com>
Date: Wed, 22 Jun 2011 23:50:12 +0700
Local: Wed, Jun 22 2011 12:50 pm
Subject: cloudi install error

Hi

i m trying to install cloudi,
the compilation was ok
but at the install time i have and error with rebar.

i follow the instruction but something wrong in my case, but i don't know
where to look:

$>./configure --with-zeromq --prefix=`pwd`/../cloudi_install
$>make && make install

cd
"/home/regiomarineris/Arch/cloudi-0.1.6/src/../cloudi_install/lib/cloudi-0. 1.6";
\
     test ! -e etc && ln -s
"/home/regiomarineris/Arch/cloudi-0.1.6/src/../cloudi_install/etc/cloudi"
etc || exit 0; \
     test ! -e logs && ln -s
"/home/regiomarineris/Arch/cloudi-0.1.6/src/../cloudi_install/var/log/cloud i"
logs || exit 0)
/usr/bin/install -c -m 644 "./cloudi.conf" \

"/home/regiomarineris/Arch/cloudi-0.1.6/src/../cloudi_install/etc/cloudi"
/usr/local/bin/escript rebar generate || exit 0
==> src (generate)
{"init terminating in do_boot","Module rebar_port_compiler potentially
included by two different applications: rebar and rebar."}

Crash dump was written to: erl_crash.dump
init terminating in do_boot (Module rebar_port_compiler potentially included
by two different applications: rebar and rebar.)
test ! -d
"/home/regiomarineris/Arch/cloudi-0.1.6/src/../cloudi_install/lib/cloudi-0. 1.6/erts-5.8.4"
&& \
        mv -f "./rel/cloudi/erts-5.8.4" \

"/home/regiomarineris/Arch/cloudi-0.1.6/src/../cloudi_install/lib/cloudi-0. 1.6"
|| exit 0
mv: impossible d'évaluer «./rel/cloudi/erts-5.8.4»: Aucun fichier ou dossier
de ce type
/usr/bin/install -c "./rel/cloudi/bin/cloudi" \

"/home/regiomarineris/Arch/cloudi-0.1.6/src/../cloudi_install/lib/cloudi-0. 1.6/bin/"
/usr/bin/install: impossible d'évaluer «./rel/cloudi/bin/cloudi»: Aucun
fichier ou dossier de ce type
make[3]: *** [install-exec-hook] Erreur 1
make[3]: quittant le répertoire « /home/regiomarineris/Arch/cloudi-0.1.6/src
»
make[2]: *** [install-exec-am] Erreur 2
make[2]: quittant le répertoire « /home/regiomarineris/Arch/cloudi-0.1.6/src
»
make[1]: *** [install-am] Erreur 2
make[1]: quittant le répertoire « /home/regiomarineris/Arch/cloudi-0.1.6/src
»
make: *** [install-recursive] Erreur 1

did i miss something?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Truog  
View profile  
 More options Jun 22 2011, 2:55 pm
From: Michael Truog <mjtr...@gmail.com>
Date: Wed, 22 Jun 2011 11:55:30 -0700
Local: Wed, Jun 22 2011 2:55 pm
Subject: Re: cloudi install error
On 06/22/2011 09:50 AM, chan sisowath wrote:
> but at the install time i have and error with rebar.

I have gone through the installation just to verify that everything works for my machine.  I think there are two possible reasons:
1) rebar is in your path and is conflicting with the locally compiled rebar
2) the installation was interrupted and somehow has stale state, making it die the second time

The current solution for #1 would be to link to your rebar:
First check if you have rebar in your path by doing "where rebar" (assuming this is a bash UNIX shell)
If it does give a path, go to the CloudI src directory, "rm rebar" and "ln -s <path-to-rebar>", then it is best to "rm -rf ../cloudi_install; make clean && make && make install".  That way your version of rebar can do the build/installation.  It isn't very common to have rebar installed locally, so I didn't test that situation.

The current solution for #2 is to go to the CloudI src directory and do "rm -rf rel/cloudi", then "make install".

Tell me if this doesn't solve the problem, or if you find other issues.

Thanks,
Michael


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Truog  
View profile  
 More options Jun 23 2011, 3:48 am
From: Michael Truog <mjtr...@gmail.com>
Date: Thu, 23 Jun 2011 00:48:41 -0700
Local: Thurs, Jun 23 2011 3:48 am
Subject: Re: cloudi install error

Hi,

I got some more time to test this.  Sorry for the initial response, those are not the problem here.  There was a mistake in the build system that was cleaning a file generated by the configuration script.  I have created a new release with a fix for this problem.  The link is:
http://sourceforge.net/projects/cloudi/files/0.1.7a/cloudi-0.1.7.tar....

Thank you for reporting this issue.

Thanks,
Michael

On 06/22/2011 09:50 AM, chan sisowath wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »