Pages:
Author

Topic: not oficial bitcoin apps debian/ubuntu packages ... - page 3. (Read 28320 times)

newbie
Activity: 40
Merit: 0

Hi,

Thank's @adv, can you test again ?, i think this is fixed Smiley.

source.list
Code:
Debian Lenny:

deb http://deb.tuxsoul.com lenny main contrib non-free
deb-src http://deb.tuxsoul.com lenny main contrib non-free

Sorry my english is bad.
Greeting's.
adv
full member
Activity: 168
Merit: 100
I think problem with repo files or some ACL's on Tuxsoul server. Maybe information about this error useful for him.
P.S.
You think is offtopic?
Oh sorry I hadn't pay enough attention.  Indeed deb.tuxsoul.com is the repo from the author of the first post of this thread.  My bad.
My mistake too. I should express the thought more precisely... :^)
legendary
Activity: 1288
Merit: 1080
I think problem with repo files or some ACL's on Tuxsoul server. Maybe information about this error useful for him.

P.S.
You think is offtopic?

Oh sorry I hadn't pay enough attention.  Indeed deb.tuxsoul.com is the repo from the author of the first post of this thread.  My bad.
adv
full member
Activity: 168
Merit: 100
hum, I'm sorry but what is this the output of ?
aptitude update
yeah that's what I thought.
You have a pb with your repository.  Anyway it's not related to bitcoin at all.
I think problem with repo files or some ACL's on Tuxsoul server. Maybe information about this error useful for him.

P.S.
You think is offtopic?
legendary
Activity: 1288
Merit: 1080
hum, I'm sorry but what is this the output of ?
aptitude update

yeah that's what I thought.

You have a pb with your repository.  Anyway it's not related to bitcoin at all.
adv
full member
Activity: 168
Merit: 100
hum, I'm sorry but what is this the output of ?
aptitude update
legendary
Activity: 1288
Merit: 1080
Err http://deb.tuxsoul.com testing/main Sources
  404  Not Found [IP: 199.27.135.101 80]
Hit http://localhost unstable/contrib i386 Packages
Err http://deb.tuxsoul.com testing/contrib Sources
  404  Not Found [IP: 199.27.135.101 80]
Err http://deb.tuxsoul.com testing/non-free Sources
  404  Not Found [IP: 199.27.135.101 80]
Hit http://localhost experimental/main i386 Packages
Err http://deb.tuxsoul.com testing/main i386 Packages
  404  Not Found [IP: 199.27.135.101 80]
Err http://deb.tuxsoul.com testing/contrib i386 Packages
  404  Not Found [IP: 199.27.135.101 80]
Err http://deb.tuxsoul.com testing/non-free i386 Packages
  404  Not Found [IP: 199.27.135.101 80]
Hit http://deb.tuxsoul.com stable/main Sources
Hit http://deb.tuxsoul.com stable/contrib Sources
Hit http://deb.tuxsoul.com stable/non-free Sources
Hit http://deb.tuxsoul.com stable/main i386 Packages
Hit http://deb.tuxsoul.com stable/contrib i386 Packages
Hit http://deb.tuxsoul.com stable/non-free i386 Packages
And from stable repo come only php4-eaccelerator.
[/quote]

hum, I'm sorry but what is this the output of ?
adv
full member
Activity: 168
Merit: 100
Quote
Err http://deb.tuxsoul.com testing/main Sources
  404  Not Found [IP: 199.27.135.101 80]
Hit http://localhost unstable/contrib i386 Packages
Err http://deb.tuxsoul.com testing/contrib Sources
  404  Not Found [IP: 199.27.135.101 80]
Err http://deb.tuxsoul.com testing/non-free Sources
  404  Not Found [IP: 199.27.135.101 80]
Hit http://localhost experimental/main i386 Packages
Err http://deb.tuxsoul.com testing/main i386 Packages
  404  Not Found [IP: 199.27.135.101 80]
Err http://deb.tuxsoul.com testing/contrib i386 Packages
  404  Not Found [IP: 199.27.135.101 80]
Err http://deb.tuxsoul.com testing/non-free i386 Packages
  404  Not Found [IP: 199.27.135.101 80]
Hit http://deb.tuxsoul.com stable/main Sources
Hit http://deb.tuxsoul.com stable/contrib Sources
Hit http://deb.tuxsoul.com stable/non-free Sources
Hit http://deb.tuxsoul.com stable/main i386 Packages
Hit http://deb.tuxsoul.com stable/contrib i386 Packages
Hit http://deb.tuxsoul.com stable/non-free i386 Packages
And from stable repo come only php4-eaccelerator.
legendary
Activity: 1288
Merit: 1080
Hi,

I like bitcoin, but i don't like install apps using "make install" in my debian box, in the last weeks, i worked to create debian/ubuntu packages, for easy install and fast update (maybe).


Good.  There is a official packaging in progress for debian :  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578157

But it's progressing very slowly.  Hopefully you could help.
newbie
Activity: 40
Merit: 0
hi,

i like bitcoin, but i don't like install apps using "make install" in my debian box, in the last weeks, i worked to create debian/ubuntu packages, for easy install and fast update (maybe).

packages:

  • bitcoin-daemon
             
    • web: http://www.bitcoin.org
    • git: https://github.com/tuxsoul/bitcoin
    • debian: lenny-backports, squeeze :: (only i386)
    • ubuntu: lucid, maverick :: (amd64, i386)
    • status: ready for test
    • binary: bitcoind
    • manpage: yes (bitcoind, bitcoin.conf), you can build using "a2x"
    • need:
      • better short and full description
      • check manpage (bitcoind and bitcoin.conf)
    • missing: bitcoin gui, only is the daemon
    • include: bitcoin white paper, example bitcoin.conf file





repository's:

For ubuntu, you can test using my launchpad repository here:
https://launchpad.net/~tuxsoul/+archive/ppa

For debian, only have my own repository (but i need update and fix some errors)


example source.list:
Code:
deb http://deb.tuxsoul.com distro main contrib non-free
deb-src http://deb.tuxsoul.com distro main contrib non-free

example backport source.list:
Code:
deb http://deb.tuxsoul.com distro-backports main contrib non-free
deb-src http://deb.tuxsoul.com distro-backports main contrib non-free

*for debian backports, you need add the oficial debian backports repository, please visit:
http://backports.debian.org/Instructions/

where distro is: etch, lenny and squezee (coming soon).

TODO:

  • create packages [ubuntu (lucid, maverick), debian]
  • create git repositorys (http://github.com/tuxsoul)
  • create debian amd64 packages


You can:

  • test the packages
  • submit your feedbacks
  • spread the voice
  • tell me what other app do you like to package

Support:


i'm a newbie, but, i like learn  Wink
sorry my english is bad  Sad.

saludos.
Pages:
Jump to: