Search found 64 matches

by pmc
Sat Jan 18, 2014 10:55 am
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

I have thought about this and decided that I won't do it (except for the openSUSE packages if you're interested). Of course I don't mind anyone taking my packages and using them in whatever upstream they want. Any reason other than it being a huge PITA so far? :p Mostly it's because I'm not familia...
by pmc
Fri Jan 17, 2014 8:42 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

Hi, The .namecoin stuff is owned by whatever user spun up namecoin for the first time, not root. Not using sudo lead to file errors. well, every user has his own $HOME/.namecoin, so $HOME/.namecoin and everything in it should belong to $USER. Using sudo can create problems because sometimes the exec...
by pmc
Mon Jan 13, 2014 12:10 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

what(): bind: Address already in use Yeah, I thought about both of those problems and rebooted the machine as well as performed multiple clean installs. I don't think that's it but I'm not 100% sure. ...and with "clean install" you mean you've also deleted your $HOME/.namecoin ? Btw, you always use...
by pmc
Sun Jan 12, 2014 2:03 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

Hi, Still not working, not sure how relevant the following dump is. ubuntu@i-01ede0ea:~$ sudo namecoind -d [...] what(): bind: Address already in use there's probably already a namecoind instance running on the machine. Or something else has attached to the port (unlikely). And there's no need to ru...
by pmc
Sat Jan 11, 2014 7:58 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

OH, but there is a namecoind command, I don't think that the vanilla namecoin Git repo enabled that. The bitcoin repo as well as most of its derivates contain a *.pro file for building the qt client and src/makefile.unix or similar for building the daemon. Hrm, that appears to be throwing errors No...
by pmc
Fri Jan 10, 2014 8:27 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

Oh, well, it isn't set because X isn't installed. Argh! So this is strictly a Namecoin-qt build, NOT namecoin/namecoind? Can I trick it to run using namecoin -d without the X config setting? The package contains both namecoind and the gui (qt) version, which is installed as "namecoin". If you want ...
by pmc
Sun Jan 05, 2014 2:15 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

I can reproduce the error by unsetting the DISPLAY environment variable. I have no idea why this isn't set in your shell. As I said before, this is a problem with your environment not with the application.

Have you tried starting namecoin using the dash or whatever desktop menu you are using?
by pmc
Wed Jan 01, 2014 4:10 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

You had expressed interest in getting older builds to work as well. I thought you would be interested. Well... the build environments for Ubuntu-12.x on OBS don't include libboost. That means I'd have to build my own version of libboost just for these build environments. OTOH, the next Ubuntu LTS v...
by pmc
Tue Dec 31, 2013 8:31 pm
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

echo "deb http://download.opensuse.org/repositories/home:/p_conrad:/coins/xUbuntu_13.04/ ./" >/etc/apt/sources.list.d/obs-pconrad-coins.list The "echo" command returns a permissions error, even with sudo correcting `xUbuntu_13.04/ ./" >/ etc/apt/` -> `xUbuntu_13.04/ ./" > / etc/apt/` (although I'm ...
by pmc
Mon Dec 30, 2013 9:41 am
Forum: Tools, GUI & other softwares
Topic: Automated Build
Replies: 55
Views: 42655

Re: Automated Build

The Debian/Ubuntu repo layout on OBS is a little unusual. Apparently apt-add-repository modifies the source line.

Try this instead:

Code: Select all

echo "deb http://download.opensuse.org/repositories/home:/p_conrad:/coins/xUbuntu_13.04/ ./" >/etc/apt/sources.list.d/obs-pconrad-coins.list