Hi Darren, I ran into this a while ago.
Open deps/boss_db/rebar.config (if I recall correctly, that should be the file) and change the instance of git:// gitorious.org/avtobiff/erlang-uuid.git to https:// gitorious.org/avtobiff/erlang-uuid.git Once you do that, run make again; it should work with no issues. Good luck, ----------------------------------------------------------- Carlos Eduardo Paparoni Ingeniería de Sistemas, mención Sistemas Computacionales. Universidad de Los Andes - Mérida, Edo. Mérida - Venezuela -- [email protected] Linkedin: http://ve.linkedin.com/in/kenshin23 Skype: [email protected] Linux Registered User #*402913* - Ubuntu *14.10* Utopic Unicorn x64 Android 5.0 User 2015-03-13 11:41 GMT-04:30 Darren Daly <[email protected]>: > Hi all, > > I am getting an error when running make on chicago boss folder. > I am using Ubuntu. > > Procedure: > Installed erlang: > > wget http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb > sudo dpkg -i erlang-solutions_1.0_all.deb > sudo apt-get update > sudo apt-get install erlang > > Chicago Boss: git clone > https://github.com/ChicagoBoss/ChicagoBoss.git > cd ChicagoBoss/ > git checkout tags/v0.8.14 > make > > make gives me an error as follows: > > Cloning into 'uuid'... > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > ERROR: git clone -n git://gitorious.org/avtobiff/erlang-uuid.git uuid failed > with error: 128 and output: > Cloning into 'uuid'... > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > ERROR: 'get-deps' failed while processing > /home/darren/git/ChicagoBoss/deps/boss_db: rebar_abort > Makefile:11: recipe for target 'all' failed > make: *** [all] Error 1 > > Stuck on this for hours now, if anyone has come across this before I would > love to hear how you got past it. > > Thanks. > > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/733c593b-30a0-4e8f-b8da-dda31231396a%40googlegroups.com > <https://groups.google.com/d/msgid/chicagoboss/733c593b-30a0-4e8f-b8da-dda31231396a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CADiPyq45Ja%2BO3sa5OR7yExFSZGi_FLicAsSAFQLWB%2Bp2nFsK2Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
