BitShares Forum

Main => General Discussion => Topic started by: maqifrnswa on August 19, 2015, 06:26:38 pm

Title: Graphene daily PPA
Post by: maqifrnswa on August 19, 2015, 06:26:38 pm
Graphene master built daily (05:30 UTC) for Ubuntu vivid and wily (15.04, 15.10)
Code: [Select]
sudo apt-add-repository ppa:showard314/ppa
sudo apt-get update
sudo apt-get install graphene

the commands "witness_node" and "cli_wallet" will be in your path
https://launchpad.net/~showard314/+archive/ubuntu/ppa
Title: Re: Graphene daily PPA
Post by: clayop on August 19, 2015, 06:33:42 pm
Are you willing to support 14.04?
Title: Re: Graphene daily PPA
Post by: puppies on August 19, 2015, 06:42:46 pm
very nice.   +5%
Title: Re: Graphene daily PPA
Post by: cass on August 19, 2015, 07:18:29 pm
Great !  +5%
Title: Re: Graphene daily PPA
Post by: clayop on August 29, 2015, 05:16:24 pm
This works perfectly :)
Title: Re: Graphene daily PPA
Post by: Thom on August 29, 2015, 07:41:14 pm
Graphene master built daily (05:30 UTC) for Ubuntu vivid and wily (15.04, 15.10)
Code: [Select]
sudo apt-add-repository ppa:showard314/ppa
sudo apt-get update
sudo apt-get install graphene

the commands "witness_node" and "cli_wallet" will be in your path
https://launchpad.net/~showard314/+archive/ubuntu/ppa

FYI: I made a quick attempt to utilize this under Debian Jessie 8.1, following these directions: http://www.webupd8.org/2014/10/how-to-add-launchpad-ppas-in-debian-via.html (http://www.webupd8.org/2014/10/how-to-add-launchpad-ppas-in-debian-via.html).

I ran into dependency problems:
Code: [Select]
The following packages have unmet dependencies:
 graphene : Depends: libboost-chrono1.58.0 but it is not installable
            Depends: libboost-context1.58.0 but it is not installable
            Depends: libboost-date-time1.58.0 but it is not installable
            Depends: libboost-filesystem1.58.0 but it is not installable
            Depends: libboost-program-options1.58.0 but it is not installable
            Depends: libboost-system1.58.0 but it is not installable
            Depends: libboost-thread1.58.0 but it is not installable
            Depends: libstdc++6 (>= 5.2) but 4.9.2-10 is to be installed
E: Unable to correct problems, you have held broken packages.

Title: Re: Graphene daily PPA
Post by: clayop on October 01, 2015, 08:41:57 pm
@maqifrnswa

It seems that the Oct 1st build (0~20151001-0~131~ubuntu15.04.1) had build failure.
https://launchpad.net/~showard314/+archive/ubuntu/ppa/+packages
Title: Re: Graphene daily PPA
Post by: maqifrnswa on October 07, 2015, 07:29:51 pm
Hello all,
1) graphene-gui (i.e., "light_client") is coming! "apt-get install graphene-gui" will bring in the qt5.5 light_client. Should be available in an hour or two. This will be built daily like the "graphene" package, which just has the CLI.

2) Some maintenance going on at the graphene daily PPA at the moment, graphene packages might not be available for an hour or two, just FYI
Title: Re: Graphene daily PPA
Post by: clayop on October 07, 2015, 07:46:23 pm
Hello all,
1) graphene-gui (i.e., "light_client") is coming! "apt-get install graphene-gui" will bring in the qt5.5 light_client. Should be available in an hour or two. This will be built daily like the "graphene" package, which just has the CLI.

2) Some maintenance going on at the graphene daily PPA at the moment, graphene packages might not be available for an hour or two, just FYI

Thanks for your effort!  +5% +5% +5%
Title: Re: Graphene daily PPA
Post by: maqifrnswa on October 08, 2015, 01:51:43 pm
graphene-gui will be on hold for a little bit:
https://github.com/cryptonomex/graphene/issues/363
https://github.com/cryptonomex/graphene/issues/361

I'm re-enabling building of the CLI packages only so at least they will be kept up to date.
Title: Re: Graphene daily PPA
Post by: maqifrnswa on October 12, 2015, 09:13:25 pm
Light wallet is available on vivid! No need to run a full node, do all the processing on your computer and just send transactions to the network.

Same ppa:
sudo apt-add-repository ppa:showard314/ppa

New package:
sudo apt-get install graphene-ui

to run:
type "graphene" in to your terminal, or look for the new "Graphene" link in your program launcher (no icon yet).

This is not built daily yet, but please test to make sure it's production ready.

EDIT: daily builds are now enabled