aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Deb install problem libwxgtk2.4  (Read 8192 times)

acidjazz

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Deb install problem libwxgtk2.4
« on: July 22, 2005, 05:15:42 PM »

I had to remove aMule the other day because of an untimely lockup. Now I'm trying to reinstall aMule using the apt package system.

apt-get install amule

The problem is that libwxgtk2.4(>= 2.4.3.1) is no longer available from the unstable branch anymore so amule won't install.

I went to packages.debian.org and tried to download libwxgtk2.4(>= 2.4.3.1) for a manual install, but the page shows that amule depends on these files but that they are not available. The page can be found here Amule on Debian's Website

Does anyone know how I can get amule reinstalled?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Deb install problem libwxgtk2.4
« Reply #1 on: July 22, 2005, 06:16:12 PM »

heho

well aslong as debian has not solved there problems you can use a different repro
in this thread --> http://forum.amule.org/thread.php?threadid=6581

at teh end there is a post from thedude0001, he has also stable aMule-2.0.3 pkg which work on stable/testing/sid

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

acidjazz

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: Deb install problem libwxgtk2.4
« Reply #2 on: July 22, 2005, 07:34:42 PM »

Thanks alot. I'll give it a shot.
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Deb install problem libwxgtk2.4
« Reply #3 on: July 22, 2005, 10:28:43 PM »

If it's an up-to-date ustable my packages won't work, they're a backport for Sarge and used to work on Sid / Etch, but don't do so anymore.

Regarding the official Debian packages: I have no idea what the wx maintainer was thinking to kick wx 2.4 out of unstable in the middle of the now running C++ ABI change. If wx2.6 enters unstable some time soon this might make his life a little easier, but it leads to problems like your one. One thing you can do is download the wx 2.4 packages from testing, they should work just fine in your unstable...
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

acidjazz

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: Deb install problem libwxgtk2.4
« Reply #4 on: July 22, 2005, 11:08:42 PM »

I tried downloading the wx from testing and it caused a dependancy problem with amule 2.0.3. I found an old version of amule 2.0.0 and am running it now. But i hate to use this version because of the bug fixes that have been added since.  

I agree that removing wxgtk from unstable was a crack brained idea. I hope they resolve it asap. I'm going to email the guy to see what's up.

Thanks for help
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Deb install problem libwxgtk2.4
« Reply #5 on: July 23, 2005, 03:24:46 AM »

I guess the idea was "not having to do the C++ transition with wx 2.4 and instead bringing in 2x 2.6 after the transition is done" which is (in my opinion and from the view of a Debian Developer) a good idea.
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Deb install problem libwxgtk2.4
« Reply #6 on: July 23, 2005, 06:19:22 AM »

2.6 packages are already on experimental, will enter testing soon. So, next step is telling the amule mantainer to update amule package.


Now THAT might be an oddesy.
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Deb install problem libwxgtk2.4
« Reply #7 on: July 23, 2005, 03:18:52 PM »

In testing we have to wait for them. From experimental they go first to unstable, and I'm sure they find some bugs.
Logged
Homefucking is killing prostitution

acidjazz

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: Deb install problem libwxgtk2.4
« Reply #8 on: July 24, 2005, 04:45:39 PM »

Quote
Originally posted by thedude0001
I guess the idea was "not having to do the C++ transition with wx 2.4 and instead bringing in 2x 2.6 after the transition is done" which is (in my opinion and from the view of a Debian Developer) a good idea.

The idea behind not having to do extra work is usually a good idea, but since the package was available when amule 2.0.3 first came out, doesn't it seem logical to keep the packages that it depends on available until an actual replacement is posted?

If you don't feel like answering that's ok, because I understand your original point.

Another question, If I download the source for wx 2.6 and make a deb package out of it, shouldn't I be able to install 2.0.3 again or will I just be causing more problems?

Thanks for all the help.
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Deb install problem libwxgtk2.4
« Reply #9 on: July 24, 2005, 09:46:05 PM »

Well, after all there is a reason why Debian unstable is called unstable. Most of the time it works just fine, but we're in the middle of a very big change which breaks a lot of things for some time, so maybe the dev thought "It can't hurt too much to break another thing for a little while" ;)
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Deb install problem libwxgtk2.4
« Reply #10 on: July 24, 2005, 10:33:45 PM »

You need to compile amule with wx2.6 when you want to use that. Or just try my pkg's. Would be nice to know if they work on unstable, too.
Logged
Homefucking is killing prostitution

Chadda

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
Re: Deb install problem libwxgtk2.4
« Reply #11 on: July 29, 2005, 08:05:51 PM »

Vollstrecker, your packages work nice with unstable, altought I'm getting an error here while unpacking wxcas

dpkg: error processing /var/cache/apt/archives/amule-wxcas_2.0.3+CVS20050729-1_i386.deb (--unpack):
 trying to overwrite directory `/usr/share/applications' in package xfce4-iconbox with nondirectory
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Deb install problem libwxgtk2.4
« Reply #12 on: July 29, 2005, 08:44:20 PM »

Jep, a typo yesterday. Already fixed for tomorrow.
Logged
Homefucking is killing prostitution

czadman

  • Guest
RE: Deb install problem libwxgtk2.4
« Reply #13 on: July 30, 2005, 02:44:48 PM »

Quote
Originally posted by acidjazz
I went to packages.debian.org and tried to download libwxgtk2.4(>= 2.4.3.1) for a manual install, but the page shows that amule depends on these files but that they are not available. The page can be found here Amule on Debian's Website

Does anyone know how I can get amule reinstalled?

Hi.

Don't always belive what mentioned page tells you. Page tells you the same what tells file "packages.gz" your apt-get. Just look directly into ftp directory and figure out pesonally whether is there requested package in ftp drietory. I checked this and found there package you need (http://ftp.us.debian.org/debian/pool/main/w/wxwindows2.4/libwxgtk2.4_2.4.3.1_i386.deb)
For other architectures also.

This way I solved many dependecy problems in my sid.

Cheers
Logged

acidjazz

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
RE: Deb install problem libwxgtk2.4
« Reply #14 on: August 01, 2005, 07:39:50 AM »

Thanks czadman, that is exactly what I needed.
Logged