Author Topic: Bitshares - Archlinux  (Read 9018 times)

0 Members and 1 Guest are viewing this topic.

iHashFury

  • Guest
Downgrading nodejs works
Code: [Select]
pacman -S nodejs
pacman -U /var/cache/pacman/pkg/nodejs-0.10.32-...

iHashFury

  • Guest
I am having the same issues :(
not sure if they are bitshares related or lineman related :(

Its on github.

https://github.com/BitShares/qt_wallet/issues/71


Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I am having the same issues :(
not sure if they are bitshares related or lineman related :(

iHashFury

  • Guest
Hello

I am getting the following build error.

Code: [Select]
npm ERR! Linux 3.17.2-1-ARCH
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "lineman" "--prefix=/home/jason/bin/.global_npm" "-g"
npm ERR! node v0.10.33
npm ERR! npm  v2.1.8
npm ERR! code ELIFECYCLE

npm ERR! js2coffee@0.2.7 preinstall: `npm run-script ./cyclic.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the js2coffee@0.2.7 preinstall script 'npm run-script ./cyclic.js'.
npm ERR! This is most likely a problem with the js2coffee package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm run-script ./cyclic.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls js2coffee
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/jason/tmp/git/bitshares/programs/web_wallet/npm-debug.log

With my usual build script

Code: [Select]
######      archlinux      ######
#pacman -S clang
#git clone https://github.com/dacsunlimited/bitsharesx.git
git clone https://github.com/BitShares/bitshares.git
cd bitshares
git pull
git submodule init
git submodule update
cd programs/web_wallet
npm install lineman --prefix=/home/jason/bin/.global_npm -g
npm install
cd -
rm -rf CMakeCache.txt CMakeFiles/
export CC=clang;export CXX=clang++
cmake -DINCLUDE_QT_WALLET=ON .
make BitShares
strip ~/tmp/git/bitshares/programs/qt_wallet/bin/BitShares
######      archlinux      ######


iHashFury

  • Guest
GUI update has resolved open orders  and order history issue.

"client_version": "v0.4.17"

Advanced Short mode  8)
« Last Edit: September 26, 2014, 04:11:13 pm by iHashFury »

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc


Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I'd call this a bug in the qt_wallet .. would you please report it at github?
http://wiki.bitshares.org/index.php/BitShares_X_Solutions#Reporting_bugs_to_the_developers

iHashFury

  • Guest
Any ideas?

wallet_market_order_list USD BTSX in the console works but gui Open Orders has nothing.

I also get this error in the terminal when running the gui:

Code: [Select]
QObject::startTimer: Timers can only be used with threads started with QThread
QObject::startTimer: Timers can only be used with threads started with QThread

Re-sync and resacn where ok.

iHashFury

  • Guest
I have build  0.4.17-rc and am now re-syncing for good measure.

Should be good.

Offline sva_h4cky0

  • Jr. Member
  • **
  • Posts: 30
  • onore dikeido
    • View Profile
  • BitShares: sva-h4cky0
Is Open Orders and Order history working on archlinux "client_version": "v0.4.16" gui?

im on 0.4.16, i have open orders for days and order history seems fine
天の道を行き、総てを司る! Ten no michi o iki, subete o tsukasadoru!

iHashFury

  • Guest
Will try 0.4.17-rc

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Is Open Orders and Order history working on archlinux "client_version": "v0.4.16" gui?
yes .. it seems pretty much so ..
oh wait .. I am already on 0.4.17-rc .. sorry can't tell for .16

iHashFury

  • Guest
Is Open Orders and Order history working on archlinux "client_version": "v0.4.16" gui?