aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 ... 7 8 [9] 10 11 ... 13

Author Topic: CVS Debian Packages are available  (Read 375710 times)

Uwe

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: CVS Debian Packages are available
« Reply #120 on: January 17, 2006, 04:28:45 PM »

the same error as above... the wx-libs are compiled with gcc-3.3 and amule with 3.4/4.0 so both aren't binary compatible... the amule-cvs packages are for testing and therefor can't be used with Debian sarge... you should use the packages for sarge: http://forum.amule.org/thread.php?threadid=8723&sid=
Logged

Frisco

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 38
Re: CVS Debian Packages are available
« Reply #121 on: January 17, 2006, 04:58:20 PM »

But I don't run sarge, is more of a mix from sarge and stable - couldn't I update the wx-libs to testing? Which debs should I install then?

Thanks for helping,
Frisco

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: CVS Debian Packages are available
« Reply #122 on: January 17, 2006, 05:04:26 PM »

Quote
Originally posted by Frisco
But I don't run sarge, is more of a mix from sarge and stable
This is exactly the problem, you cannot do that without troubles because both are compiled with different GCC versions that produce incompatible code from C++ sources. This will of course hit an application like aMule which is implemented in C++ and depends on one or two (wx and cryptopp) external C++ libraries. Try to make a decision which distro to use.
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: CVS Debian Packages are available
« Reply #123 on: January 17, 2006, 05:41:54 PM »

If you have the debian reps for testing in your sources.list, they should update automatically. But you can just try to get back to a clean stable and wait till I finished the work on the debs for stable. Atm I'm running the last test on them.
Logged
Homefucking is killing prostitution

Frisco

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 38
solved it
« Reply #124 on: January 17, 2006, 10:21:58 PM »

Well, thanks for helping, I did it know. I first had to remove all amule*, *wx* and the libcrypto-package, reinstallation with -t testing for all packages went easy then. In case someone else has problems like me choosing the right packages from different possible sources, here is my configuration:

/etc/apt/sources.list:
deb http://www.vollstreckernet.de/debian/  testing amule
deb http://www.vollstreckernet.de/debian/  stable wx

root@linux:/etc/postgresql/7.4/main# dpkg -l amule* *wx* *crypto*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                       Version                    Description
+++-==========================-==========================-====================================================================
rc  amule                      2.1.0-1                    aNOTHER eMule P2P Client (monolithic client)
ii  amule-cas                  2.1.0+CVS20060117-1        reporting module for amule
pn  amule-common                                   (no description available)
pn  amule-console-utils                             (no description available)
pn  amule-daemon                                   (no description available)
pn  amule-gui-utils                                 (no description available)
pn  amule-remote-gui                               (no description available)
ii  amule-theme-chicane        2.1.0+CVS20060117-1        a new template set for the webserver
ii  amule-theme-default        2.1.0+CVS20060117-1        the default template for the webserver
ii  amule-theme-php-default    2.1.0+CVS20060117-1        the default template for the webserver
pn  amule-utils                                     (no description available)
un  amule-web-templates                             (no description available)
rc  amule-wxcas                2.1.0+CVS20060117-1        reporting module for amule (graphical)
rc  amule-wxcas                2.1.0+CVS20060117-1        reporting module for amule (graphical)
ii  amule-xas                  2.1.0+CVS20060117-1        amule statistics for xchat
ii  amuled                     2.1.0+CVS20060117-1        the amule daemon
ii  amuleweb                   2.1.0+CVS20060117-1        the webserver for amule
un  libcrypto++5.2                                 (no description available)
rc  libcrypto++5.2c2           5.2.1c2-8                  General purpose cryptographic shared library
ii  libcrypto++5.2c2a          5.2.1c2a-2                 General purpose cryptographic shared library
ii  libgnucrypto-java          2.0.1-4                    full-featured cryptographic library in Java
ii  libwxbase2.4               2.4.3.1                    wxBase library (runtime) - non-GUI support classes of wxWindows tool
rc  libwxbase2.6               2.6.2-3                    wxBase library (runtime) - non-GUI support classes of wxWindows tool
rc  libwxgtk2.4                2.4.3.1                    wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
ii  libwxgtk2.4-1              2.4.4.1.1                  wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
un  libwxgtk2.4c2                                   (no description available)
in  libwxgtk2.5.3                                   (no description available)
rc  libwxgtk2.6                2.6.2-3                    wxwidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
ii  libwxgtk2.6-0              2.6.1.2                    wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
un  wxgtk2.1                                       (no description available)
root@linux:/etc/postgresql/7.4/main#

Frisco

P.S.: And btw, nice new look! Keep on going, I really appreciate your work _and_ help very much!

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
RE: solved it
« Reply #125 on: January 18, 2006, 06:13:05 AM »

Quote
Originally posted by Frisco
/etc/apt/sources.list:
deb http://www.vollstreckernet.de/debian/  testing amule
deb http://www.vollstreckernet.de/debian/  stable wx

You shouldn't have the scecond line in there, wx isn't compiled with gcc 4.0. The Script runs now, and for a first test you all stable users can put this in you sources.list:

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

I make a separate post when I see that the scripts run the same way as espexted when they are called from a cronjob.
Logged
Homefucking is killing prostitution

Phlogiston

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 40
Re: CVS Debian Packages are available
« Reply #126 on: January 26, 2006, 06:58:26 PM »

hmm what about that funny error?

This binary requires you to use the flag --I-am-scared-of-no-dangerous-code and only if you're very sure of it.

And amule does not start...
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: CVS Debian Packages are available
« Reply #127 on: January 26, 2006, 07:04:08 PM »

You have to type:
Code: [Select]
amule --I-am-scared-of-no-dangerous-codein order to start aMule.
CVS may be broken atm, thus you have to confirm, that you REALLY want to live with the possibility to mess your downloads up.
Logged

Phlogiston

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 40
Re: CVS Debian Packages are available
« Reply #128 on: January 26, 2006, 07:21:44 PM »

ahh I thought it was a configure flag, but although not sure if I shall use it...  :D
Logged

Phlogiston

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 40
Re: CVS Debian Packages are available
« Reply #129 on: January 26, 2006, 07:24:01 PM »

somehting else:

W: There are no public key available for the following key IDs:
010908312D230C5F

The commands in the wiki do not help.
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: CVS Debian Packages are available
« Reply #130 on: January 29, 2006, 01:03:58 PM »

Sure, if you import my key, that doesn't affect this one, because this one isn't mine.
Logged
Homefucking is killing prostitution

frankenbenni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 23
Re: CVS Debian Packages are available
« Reply #131 on: March 04, 2006, 07:41:51 PM »

now that the amule team has a new server, is it possible that the amule team hosts vollstrecker's cvs debs?
because vollstrecker's server is a bit slow for weeks yet  :(
Logged

smo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
Re: CVS Debian Packages are available
« Reply #132 on: March 05, 2006, 04:45:30 PM »

Nice idea, frankenbenni! So, what does Vollstrecker think about this? And what about the admins?

smo
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: CVS Debian Packages are available
« Reply #133 on: March 05, 2006, 05:16:31 PM »

Kry and I said we talk about that when the server is up, so I think we will talk about that soon.
Logged
Homefucking is killing prostitution

frankenbenni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 23
Re: CVS Debian Packages are available
« Reply #134 on: March 12, 2006, 11:53:12 AM »

keep us updated when there is news  ;)
Logged
Pages: 1 ... 7 8 [9] 10 11 ... 13