Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - vertoe

Pages: [1]
1
Hi recently I can not compile btsx wallet anymore.

This is my AUR package (install script) https://aur.archlinux.org/packages/bi/bitshares-x/PKGBUILD

This is the error I get:

Code: [Select]
[ 78%] Building CXX object libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o
[ 78%] Building CXX object libraries/blockchain/CMakeFiles/bts_blockchain.dir/genesis_json.cpp.o
/home/afri/aur/bitshares-x/src/bitsharesx/libraries/blockchain/chain_database.cpp: In member function ‘void bts::blockchain::chain_database::open(const fc::path&, fc::optional<fc::path>, std::function<void(float)>)’:
/home/afri/aur/bitshares-x/src/bitsharesx/libraries/blockchain/chain_database.cpp:1189:63: internal compiler error: in calc_dfs_tree, at dominance.c:401
    } FC_RETHROW_EXCEPTIONS( warn, "", ("data_dir",data_dir) ) }
                                                               ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
libraries/blockchain/CMakeFiles/bts_blockchain.dir/build.make:570: recipe for target 'libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o' failed
make[2]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o] Error 1
CMakeFiles/Makefile2:714: recipe for target 'libraries/blockchain/CMakeFiles/bts_blockchain.dir/all' failed
make[1]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2

gcc version 4.9.1 20140903 (prerelease)

Any ideas?

2
Technical Support / I have 70k BTSX but my balance shows 0.
« on: August 26, 2014, 11:48:23 am »
Any idea why?


3
Compiling on ARCHLINUX, I get this:

Code: [Select]
Scanning dependencies of target wallet_tests
[ 98%] Building CXX object tests/CMakeFiles/wallet_tests.dir/wallet_tests.cpp.o
[ 98%] Built target server_node
[ 98%] Building CXX object programs/qt_wallet/CMakeFiles/BitSharesX.dir/Utilities.cpp.o
[ 99%] Building CXX object programs/qt_wallet/CMakeFiles/BitSharesX.dir/MainWindow.cpp.o
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/ClientWrapper.cpp: In member function 'void ClientWrapper::confirm_and_set_approval(QString, bool)':
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/ClientWrapper.cpp:187:21: error: 'class bts::client::client' has no member named 'wallet_account_set_approval'
get_client()->wallet_account_set_approval(delegate_name.toStdString(), approve);
^
programs/qt_wallet/CMakeFiles/BitSharesX.dir/build.make:193: recipe for target 'programs/qt_wallet/CMakeFiles/BitSharesX.dir/ClientWrapper.cpp.o' failed
make[2]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/ClientWrapper.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Scanning dependencies of target client_rpc_tests
[ 99%] Building CXX object tests/client_rpc_tests/CMakeFiles/client_rpc_tests.dir/client_rpc_tests.cpp.o
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp: In member function 'void MainWindow::importWallet()':
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp:578:38: error: 'class bts::client::client' has no member named 'wallet_backup_restore'
clientWrapper()->get_client()->wallet_backup_restore(walletPath.toStdString(),
^
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp: In lambda function:
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp:605:37: error: 'class bts::client::client' has no member named 'wallet_backup_create'
_clientWrapper->get_client()->wallet_backup_create(savePath.toStdString());
^
In file included from /usr/include/boost/test/unit_test.hpp:20:0,
from /home/joe/Temp/bitshares-x/src/bitsharesx/tests/dev_tests.cpp:2:
/home/joe/Temp/bitshares-x/src/bitsharesx/tests/dev_tests.cpp: In member function 'void basic_commands::test_method()':
/home/joe/Temp/bitshares-x/src/bitsharesx/tests/dev_tests.cpp:12:26: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
BOOST_FIXTURE_TEST_CASE( basic_commands, chain_fixture )
^
programs/qt_wallet/CMakeFiles/BitSharesX.dir/build.make:239: recipe for target 'programs/qt_wallet/CMakeFiles/BitSharesX.dir/MainWindow.cpp.o' failed
make[2]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/MainWindow.cpp.o] Error 1
CMakeFiles/Makefile2:1841: recipe for target 'programs/qt_wallet/CMakeFiles/BitSharesX.dir/all' failed
make[1]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable dev_tests
Linking CXX executable wallet_tests
Linking CXX executable client_rpc_tests
[ 99%] Built target dev_tests
[ 99%] Built target wallet_tests
[ 99%] Built target client_rpc_tests
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...

This is my install script: https://aur.archlinux.org/packages/bi/bitshares-x/PKGBUILD

Any idea what's missing?

4
General Discussion / Bitshares white paper and protocol specification
« on: February 05, 2014, 08:35:57 pm »
Hi,
I've seen it somewhere but never had a chance to look deeper into it. Now I want to but cant find it anymore. I need as much indepth information on Bitshares as possible. Therefore I'm looking for:

  • Bitshares whitepaper
  • Bitshares protocol technical specification
  • Bitshares blockchain information/examples
  • Bitshares testing client if possible

Maybe we can use this thread to keep all important stuff in one place!

Cheers!

Pages: [1]