aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: Debian Stable  (Read 39606 times)

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1546
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Debian Stable
« Reply #15 on: August 12, 2008, 03:43:12 PM »

From the wiki article:

gpg --keyserver wwwkeys.eu.pgp.net --recv 50D0AE60
gpg -a --export 50D0AE60 > /tmp/key
apt-key add /tmp/key (requires superuser privileges)

For the bfd thing:

What gives "dpkg -L binutils | grep libbfd"
Logged
Homefucking is killing prostitution

Ran

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Debian Stable
« Reply #16 on: August 12, 2008, 09:41:11 PM »

dpkg -L binutils | grep libbfd gives:
/usr/lib/libbfd-2.18.0.20080103.so

As I try to run aMule the following error arises:
/usr/bin/amule: error while loading shared libraries: libbfd-2.17.so: cannot open shared object file: No such file or directory

I tried
ln -s /usr/lib/libbfd-2.18.0.20080103.so /usr/lib/libbfd-2.17.so
and it seems to work well...

Any better workaround?
« Last Edit: August 12, 2008, 10:53:38 PM by Ran »
Logged

marcpalaus

  • Guest
Re: Debian Stable
« Reply #17 on: August 12, 2008, 11:55:08 PM »

You have upnp appended to your sources.list line?
It was my mistake, sorry and thank you!
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1546
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Debian Stable
« Reply #18 on: August 13, 2008, 09:13:51 AM »

Yes ran, there is. Use the testing repo which expects bfd in the version you have.
Logged
Homefucking is killing prostitution

deivid

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: Debian Stable
« Reply #19 on: August 13, 2008, 10:17:58 AM »

packages for ubuntu can already be found on getdeb...

By the way, the new version works great!! Good job!
Logged

Ran

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Debian Stable
« Reply #20 on: August 13, 2008, 03:10:26 PM »

On getdeb I just found  amule  and  amule-common.

getdeb doesn't supply amuled, amuleweb, etc., or I am missing something?
Logged

deivid

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: Debian Stable
« Reply #21 on: August 14, 2008, 11:49:05 AM »

You're right
Logged

Karlston

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Debian Stable
« Reply #22 on: August 15, 2008, 02:11:23 AM »

OK... am trying to compile aMule 2.2.2 under Ubuntu 7.10 and I'm getting close.  :)

Had to install g++ and gettext, not mentioned as needed in "HowTo compile In Debian/ubuntu". I know the g++ compiler is needed, but for non developers, they would have no clue what to do.

Anyway, the problem I'm having is trying to get a version of libupnp >= 1.6.6 from vollstrecker's repository.  When I "Reload" Synaptic Package Manager I get...

http://www.vollstreckernet.de/debian/dists/stable/Release: Unable to find expected entry amule-stable/binary-amd64/Packages in Meta-index file (malformed Release file?)

I notice that vollstrecker's /debian/dists/stableContents-i386.gz is NOT a gzip file, it's readable in text editor. Is that the problem?
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1546
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Debian Stable
« Reply #23 on: August 15, 2008, 05:02:58 AM »

There is an implicit build-dep on build-essential, which depends on g++ and others. At least there was when I created the rules, I have to check that.

I'm sure you get this error message. When you point your browser at this URL, you'll see that there are only pkg's for i386, not for 64 bit. If you use there source-repo, you should be able to create the needed libupnp.

Which text editor did you use? When I point konqueror at the contents.gz, it just asks me if I want to save it or open it with ark. And file is sure that it's a gzipped file. Just the Release-file is text-only.
Logged
Homefucking is killing prostitution

Deckard76

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Debian Stable
« Reply #24 on: November 08, 2008, 10:48:03 AM »

Nice work Vollstrecker! Mantaining a repo is really really nice ;)

A question: when I update my package list including your repo, I receive a warning:

GPG error:  http://www.vollstreckernet.de/debian/ stable Release: NO_PUBKEY

It's a problem for u correct this? I think, having a verified public key is more secure and formally correct ;)

Hi!


The stable version is updated

deb http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp

wx is needed for wx-2.8, you can omit it, if you have it already from somewhere else

upnp is needed for libupnp 1.6.6, you can omit it, if you have it already from somewhere else

For both optional parameters is said, if it's not needed anaymore, becuase the official repo includes it, they will just get an empty index. So if you leave them in the sources.list, you'll get the updated versions when they are needed by amule and didn't reach stable.

For sure, you can get the sources for selfcompile the usual way via:

deb-src http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp

You can combine those two possibilities to get just what you want.
Logged

Deckard76

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Debian Stable
« Reply #25 on: November 08, 2008, 11:00:19 AM »

Nice work Vollstrecker! Mantaining a repo is really really nice ;)

A question: when I update my package list including your repo, I receive a warning:

GPG error:  http://www.vollstreckernet.de/debian/ stable Release: NO_PUBKEY

It's a problem for u correct this? I think, having a verified public key is more secure and formally correct ;)

Hi!

Ok solved, I readed better all the posts :P
Logged

epic

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: Debian Stable
« Reply #26 on: December 13, 2008, 07:41:06 AM »

Hello, found litle error while install, (debian etch)
I used:   
Quote
deb http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp
then installed amule:
Quote
[INSTALA, DEPENDENCIAS] amule
[INSTALA, DEPENDENCIAS] amule-alcc
[INSTALA, DEPENDENCIAS] amule-cas
[INSTALA, DEPENDENCIAS] amule-cmd
[INSTALA, DEPENDENCIAS] amule-common
[INSTALA, DEPENDENCIAS] amule-utils
[INSTALA, DEPENDENCIAS] amule-wxcas
[INSTALA, DEPENDENCIAS] libcrypto++5.2c2a
[INSTALA, DEPENDENCIAS] libgd2-xpm
[INSTALA, DEPENDENCIAS] libgeoip1
[INSTALA, DEPENDENCIAS] libupnp3
[INSTALA, DEPENDENCIAS] libwxbase2.8-0
[INSTALA, DEPENDENCIAS] libwxgtk2.8-0
[INSTALA] amule-i18n-es
[INSTALA] amule-skin-xfce
tryed to run
Quote
$ amule
amule: error while loading shared libraries: libbfd-2.17.so: cannot open shared
looking the lib
Quote
/usr/lib# ls libbfd*
libbfd-2.18.0.20080103.so
created a link to have a temporal solution
Quote
/usr/lib# ln -s libbfd-2.18.0.20080103.so libbfd-2.17.so

I hope this may be some help for packager or other users

Thanks for de .deb Vollstrecker   ;)
« Last Edit: December 13, 2008, 07:45:35 AM by epic »
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1546
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Debian Stable
« Reply #27 on: December 13, 2008, 02:00:11 PM »

This shouldn't happen at all. Anyway, I'm rewriting thje build scripts atm and hope to provide new updates this week.
Logged
Homefucking is killing prostitution
Pages: 1 [2]