storj-archived / storjshare-gui

Development on pause
https://storj.io/share.html
GNU Affero General Public License v3.0
460 stars 100 forks source link

.deb missing dependencies #731

Closed fdawg4l closed 5 years ago

fdawg4l commented 6 years ago

The deb that is being published on https://github.com/Storj/storjshare-gui/releases/ for amd64 is missing dependencies. Also it'd be great to publish a deb that didn't require a gui.

Steps to Reproduce

dpkg -i <path to deb>
~# ldd /opt/storjshare/storjshare  | grep -i "not found"
    libXtst.so.6 => not found
    libXss.so.1 => not found
    libgconf-2.so.4 => not found
    libnss3.so => not found
    libnssutil3.so => not found
    libsmime3.so => not found
    libnspr4.so => not found
    libasound.so.2 => not found
AlexeyALeonov commented 6 years ago

on Ubuntu 17.10 version 7.3.4 sudo dpkg -i ./storjshare-gui.amd64.deb

$ /opt/storjshare/storjshare
/opt/storjshare/storjshare: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
RichardLitt commented 5 years ago

👋 Hey! Thanks for this contribution. Apologies for the delay in responding!

We've decided to rearchitect Storj, so that we can scale better. You can read more about this decision here. This means that we are entirely focused on v3 at the moment, in the storj/storj repository. Our white paper for v3 is coming very, very soon - follow along on the blog and in our Rocketchat.

As this repository is part of the v2 network, we're no longer maintaining this repository. I am going to close this for now. If you have any questions, I encourage you to jump on Rocketchat and ask them there. Thanks!