Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pond-build fails on Tails 1.7 #210

Open
ghost opened this issue Dec 4, 2015 · 2 comments
Open

pond-build fails on Tails 1.7 #210

ghost opened this issue Dec 4, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 4, 2015

The setup instructions failed on the latest Tails release (1.7).

The instructions are for version 1.1.1, and I am not familiar enough with Go to check if it is a dependency issue or something else. Will look into documentation on the subject, any suggestions appreciated.

@ghost ghost changed the title Pond-build fails on Tails 1.7 pond-build fails on Tails 1.7 Dec 4, 2015
@threatnoodle
Copy link

I could not get pond/client to build on tails 1.8, so I attempted tails 2.0rc1 ( available since 12 Jan ) here is what to do to get pond on tails 2.0rc1:

sudo su -
apt-get install -y golang git gcc libgtk-3-dev libgtk-3-dev libtspi-dev pkg-config \
    gtkspell3-3.0 libgtkspell3.3-dev
export GOPATH=/usr/src/gopkg-pond
mkdir -p $GOPATH
chown -R debian-tor:debian-tor $GOPATH
sudo -u debian-tor \
    GOPATH=/usr/src/gopkg-pond go get -d -v github.com/agl/pond/client
cd /usr/src/gopkg-pond/src/github.com/agl/pond/client/
sudo -u debian-tor \
    GOPATH=/usr/src/gopkg-pond go build -o pond-client  && \
    install -o root -m 755 pond-client /usr/local/bin/pond-client

then as amnesia

amnesia@amnesia:~$ pond-client -cli
>>> Pond...
>>> Please enter the passphrase used to encrypt Pond's state file. If you set a passphrase and forgot it, it cannot be recovered. You will have to start afresh.
password>

or just

amnesia@amnesia:~$ pond-client

for the gui

@infinity0
Copy link
Contributor

You guys should just be able to install from Debian experimental directly. Like apt-get install -t experimental pond or something like that. It's only CLI because the GUI code is not production-ready yet; see #143.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants