aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 ... 10 11 [12] 13

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

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: CVS Debian Packages are available
« Reply #165 on: June 23, 2006, 12:31:18 PM »

Key
I don't get any error.  AfaIk stable has no such file, and for testing I just tested and it worked. If I'm wrong, please tell me the error and you sources.list-entry.

WX
Not only the packages, the whole repo,  because wx is at 2.6.3 in official repo. I keep the wx with an empty Packages.gz, because noone has to change the entry for having uptodate wx. If testing has an actual version, it's empty, and if unstable get's a newer one, this one get's in the wx-dir in my repo.
Logged
Homefucking is killing prostitution

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: CVS Debian Packages are available
« Reply #166 on: June 23, 2006, 12:40:49 PM »

I use Ubuntu and just needed your sources. (You'll soon read why. ;)) I didn't know about wx being in testing, thus I thought it's not supposed to be this way.

That's the message after apt-get update:
Code: [Select]
W: GPG error: [URL]http://www.vollstreckernet.de[/URL] testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D63913EF50D0AE60
/etc/apt/sources.list:
Code: [Select]
tux@xubuntu:~$ cat /etc/apt/sources.list | grep vollstrecker
deb-src [URL]http://www.vollstreckernet.de/debian/[/URL] testing amule wx
Logged

frankenbenni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 23
Re: CVS Debian Packages are available
« Reply #167 on: June 23, 2006, 12:55:09 PM »

try this
Code: [Select]
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys KEY
gpg --export KEY > /etc/apt/SERVER.key
apt-key add /etc/apt/SERVER.key
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: CVS Debian Packages are available
« Reply #168 on: June 23, 2006, 01:14:53 PM »

Thank you, it works now just fine.
Logged

Phlogiston

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 40
Re: CVS Debian Packages are available
« Reply #169 on: August 14, 2006, 03:33:14 PM »

Could anyone tell me the configure options used for build these packages?

Thanks
Logged

Uwe

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: CVS Debian Packages are available
« Reply #170 on: August 14, 2006, 08:17:28 PM »

this is from debian/rules from version amule-2.1.3+CVS20060725...

CFLAGS="$(CFLAGS)" ./configure\
                --host=$(DEB_HOST_GNU_TYPE)\
                --build=$(DEB_BUILD_GNU_TYPE)\
                --prefix=/usr\
                --mandir=\$${prefix}/share/man\
                --infodir=\$${prefix}/share/info\
                --enable-amulecmd\
                --enable-debug\
                --enable-systray\
                --with-ccache\
                --enable-webserver\
                --enable-kad-compile\
                --enable-utf8-systray\
                --enable-cas\
                --enable-wxcas\
                --enable-alc\
                --enable-alcc\
                --disable-optimise\
                --enable-amule-gui\
                --enable-amule-daemon\
                --disable-embedded-crypto
« Last Edit: August 14, 2006, 08:18:30 PM by Uwe »
Logged

morph

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 213
    • http://matrixhasu.altervista.org/
Re: CVS Debian Packages are available
« Reply #171 on: September 06, 2006, 09:59:12 PM »

Does someone know if Vollstrecker is on holiday or if something else has happened to his repository? His usual daily CVS packages are still at 2006-08-16
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: CVS Debian Packages are available
« Reply #172 on: September 06, 2006, 11:54:48 PM »

Nice timing, the first question where I am, comes when I just get back.
No, I would be happy about some holidays, bit in fact I made a bad mistake, and had to reinstall the whole buildmachine. Now I have a working internet connection again, but the upload-script still needs to be written. I hope I can get it to work again this week, but maybe I don't find the time before monday.
Logged
Homefucking is killing prostitution

luquino

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 124
Re: CVS Debian Packages are available
« Reply #173 on: September 27, 2006, 09:13:50 PM »

Great, finally I found a deb packages of wxwidgets to instal on my UBUNTU DAPPER.
I just added the follow line to my sources.list file:

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

and synaptic found it immediately.
Installing the package I got an error, but probably it was because I upgraded from 2.6.1 to 2.6.3 so it is better to uninstall previous versions of wxwidgets and then install the new version.

Thanks a lot.
Logged

Edoudou

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: CVS Debian Packages are available
« Reply #174 on: November 11, 2006, 11:42:20 AM »

Thanks to Vollstrecker for their packages, to allow us to have a amule CVS version easily.

Amule crash lots of time on my computer, that is why I decided to lauch debugger tools to see why provoke their crash. I found some of they're crash is due to read files at /usr/include/wx-2.6/wx/, example :
Code: [Select]
(gdb) file /usr/bin/amule
(gdb) run --i-would-marry-my-mule
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1229670720 (LWP 22220)]
Initialising aMule
Checking if there is an instance already running...

...

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1229670720 (LWP 22220)]
0x08085da5 in wxStringBase::size (this=0xa5e586c) at /usr/include/wx-2.6/wx/string.h:367
367 /usr/include/wx-2.6/wx/string.h: No such file or directory.
in /usr/include/wx-2.6/wx/string.h
(gdb)
If this header file need to amule or the debugger I don't know, the fact of I don't install wx-header because dependency of amule CVS mustn't  it make this error. I have install the package named wx2.6-headers, and I think my amule crash a little bit less now.
« Last Edit: November 11, 2006, 11:44:29 AM by Edoudou »
Logged
Sorry for my poor english, I'm french !

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: CVS Debian Packages are available
« Reply #175 on: November 11, 2006, 11:49:22 AM »

The debugger shows you the function where it crashes and the header file where this function can be found. The programm itself can't use this header, becuse it isn't compiled.
Logged
Homefucking is killing prostitution

Karhandras

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 47
Re: CVS Debian Packages are available
« Reply #176 on: December 08, 2006, 02:49:19 PM »

Hi Vollstrecker,
I just installed today's CVS by your stable repository, but i get this error when trying to start aMule:
Code: [Select]
utente-web@black:~$ /usr/bin/amule
/usr/bin/amule: relocation error: /usr/bin/amule: symbol _ZTI12wxEvtHandler, version WXU_2.6 not defined in file libwx_gtk2u_core-2.6.so.0 with link time reference

I serched around the forum and some solution tells to recompile wxGTK and aMule... but actually I don't compile the, so i tryed to reinstall the latest wersion of wxGTK (2.6.3.2.1.5 now) but nothing changes :/

any suggestion?

Thanks
Logged

Vollstrecker

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

Unfortunately not. In fact I don't use stable, but maybe the wx in testing has changed since I uploaded the stable one. Will check this tommorow and see if I update wx again.
Logged
Homefucking is killing prostitution

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: CVS Debian Packages are available
« Reply #178 on: December 12, 2006, 03:20:18 PM »

Kahandras: There is no newer Version in official. Does it keep Crashing?
Logged
Homefucking is killing prostitution

Karhandras

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 47
Re: CVS Debian Packages are available
« Reply #179 on: December 17, 2006, 09:51:46 AM »

I just tried it... it says the same thing...

anyway as an old gentoo user I installed png develop ans gd develop and compiled it myself  :]

I even tried to uninstall wx and reinstall it, but then i had some problem with apt, and lost a half day solving it, so at last I just think it's a difference in the version of some package.
Logged
Pages: 1 ... 10 11 [12] 13