Author Topic: HELP: Installing headless Bitshares on a Ubuntu 14.04 VPS - at 79% ERROR  (Read 1898 times)

0 Members and 1 Guest are viewing this topic.

Offline lafona

  • Sr. Member
  • ****
  • Posts: 231
    • View Profile
  • BitShares: lafona
Did you include the following line between cmake . and make?

export LC_ALL="en_US.UTF-8"

I think there are more recent build instructions in the github repo which you can find here

https://github.com/BitShares/bitshares/blob/bts/0.5.0/BUILD_UBUNTU.md

You may have to upgrade to the new version soon though.

I would start over, clone to a new directory, use the newest version 0.6.0 and follow these directions

https://github.com/BitShares/bitshares/blob/bts/0.6.0/BUILD_UBUNTU.md
« Last Edit: February 07, 2015, 04:17:40 am by lafona »
BTS Witnesses: delegate-1.lafona     Witness Thread: https://bitsharestalk.org/index.php/topic,21569.msg280911/topicseen.html#msg280911
MUSE Witness: lafona

Offline bitcoin42

Still seems not to be working.

I get this:

Code: [Select]
/home/bitshares# git submodule update                                                                                                                                   
perl: warning: Setting locale failed.                                                                                                                                                 
perl: warning: Please check that your locale settings:                                                                                                                               
        LANGUAGE = (unset),                                                                                                                                                           
        LC_ALL = "en_US.UTF-8",                                                                                                                                                       
        LANG = (unset)                                                                                                                                                               
    are supported and installed on your system.                                                                                                                                       
perl: warning: Falling back to the standard locale ("C").

Any idea? I feel like a super noob here.

Offline gamey

  • Hero Member
  • *****
  • Posts: 2253
    • View Profile
Tell me if this fixes it.  Probably lots of little places in the wiki I should try to hunt down and correct this.
I speak for myself and only myself.

Offline robrigo

Are you building the master branch or the latest released version? You should checkout the tag:

Code: [Select]
git checkout bts/0.5.0
Don't forget to init and/or update the submodules in git as well before you make.

Code: [Select]
git submodule init
git submodule update

Offline bitcoin42

Hi,

I need some help with the installation. I am getting following error message:


Code: [Select]
[ 79%] Generating include/bts/api/common_api.hpp, ../rpc_stubs/common_api_rpc_server.cpp, ../rpc_stubs/common_api_rpc_client.cpp, ../rpc_stubs/common_api_client.cpp, ../rpc_stubs/include/bts/rpc_stubs/common_api_rpc_server.hpp, ../rpc_stubs/include/bts/rpc_stubs/common_api_rpc_client.hpp, ../rpc_stubs/include/bts/rpc_stubs/common_api_client.hpp, ../rpc_stubs/include/bts/rpc_stubs/common_api_overrides.ipp
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted
make[2]: *** [libraries/api/include/bts/api/common_api.hpp] Error 134
make[1]: *** [libraries/api/CMakeFiles/bts_api.dir/all] Error 2
make: *** [all] Error 2


What does this mean and how can I fix it?

I followed these instructions: http://wiki.bitshares.org/index.php/Delegate/How-To