Other > DevShares

DevShares 0.9.0 Feedback

<< < (2/7) > >>

lastagile:
Mac version the CPU usage is very high when I open the exchange. other pages the cpu usage is good. People use windows seems do not have this problem.

lastagile:
There is no feed in DVS environment. How could we suppose the testing is enough if it not runs as designed?
I found most of people do not contribute to BTS but only care about the price,  including myself. I want to change now. So I deicide to help to do some testing.

xeroc:
It's an issue with leveldb chaing their github refs:
https://github.com/BitShares/bitshares/issues/1490

You can either wait for the devs to merge this change into 'master' or try to fiddle around it by manually checking out that particular submodule .. I'd not prefer the latter ..

Fox:

--- Quote from: xeroc ¯\_(ツ)_/¯ on April 07, 2015, 06:12:55 am ---Use

--- Code: ---git submodule update --init --recursive
--- End code ---

--- End quote ---

Tried that, but got the same result:

--- Code: ---Host:~/DevShares# git submodule update --init --recursive
fatal: reference is not a tree: 028f9409247be6d3d09a157e8eb347a173afc599
Unable to checkout '028f9409247be6d3d09a157e8eb347a173afc599' in submodule path 'libraries/leveldb'

--- End code ---

I then tried to restart from the top with a fresh clone for the repository, but left out the "checkout dvs/0.9.0" line to remain on the master. Again, same result when attempting the "submodule update --init --recursive" line.

Next, I tried a new VPS host with the same results. Does my build script look incorrect?  What does the "reference is not a tree" bit mean? How to resolve?

xeroc:

--- Quote from: Fox on April 06, 2015, 10:58:45 pm ---First time with this issue: I am unable to build dvs/0.9.0.  I had no problem with previous dvs/ checkouts.  The submodule update is giving me an error I do not know how to correct:


--- Code: ---host:~/DevShares$ git submodule update
fatal: reference is not a tree: 028f9409247be6d3d09a157e8eb347a173afc599
Unable to checkout '028f9409247be6d3d09a157e8eb347a173afc599' in submodule path 'libraries/leveldb'
host:~/DevShares$ git status
HEAD detached at dvs/0.9.0
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   libraries/leveldb (new commits)

--- End code ---

This is my build script:

--- Code: ---# Build DEVShares
git clone https://github.com/BitShares/DevShares.git
cd DevShares
git checkout dvs/0.9.0
git submodule init
git submodule update
git status

--- End code ---

As always, thanks for your assistance in advance.
-Fox

--- End quote ---

Use

--- Code: ---git submodule update --init --recursive
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version