aMule Forum

English => Distro-Specific Packages => Packages for development versions => Topic started by: Vollstrecker on April 12, 2005, 12:18:55 PM

Title: CVS Debian Packages are available
Post by: Vollstrecker on April 12, 2005, 12:18:55 PM
Hi,
After a long period of testing I can now say that the deb Packages of the CVS Snapshots are now available. And get updated every morning between 8am and 1pm.

This is for Debian testing / unstable only! Users of Debian stable: THIS DOESN'T WORK FOR YOU!

If you want to just use the packages, put this line to your sources.list:

Code: [Select]
deb [URL]http://www.vollstreckernet.de/debian/[/URL]  testing amule wxIf you want to compile the snaps for your own, you have two options.

You can get the fixed wx packages by adding

Code: [Select]
deb [URL]http://www.vollstreckernet.de/debian/[/URL] testing wx to your sources.list and get and compile aMule for your own. Or can can add a second line to get the pkg's source and create your own debs. For the last option you need the wx line above plus:

Code: [Select]
deb-src [URL]http://www.vollstreckernet.de/debian/[/URL] testing amuleAll pkg's should work on sid, too. My provider doesn't allow me to create symlinks, so I only setup the testing dir.

Special thanks go to:

Jacobo for his auto upload scripts.

Holo, Jacobo, pe7er and freisprech for testing the pkg's.

If you experience problems with the rep or the pkg's itself, please report them to amule@vollstreckernet.de
Title: RE: Debian Packages are aviable
Post by: goose on April 12, 2005, 12:38:55 PM
Hi,

Drum roll ....

I must have to say that i really appreciate all of your work guys ! It's really amazing to have a updated amule debian package every morning :-)

Keep on rocking !

Sebastian
Title: RE: Debian Packages are aviable
Post by: goose on April 12, 2005, 01:22:25 PM
Hi,

Just want to inform you that the new CVS Debian Package from today is running well on my SID since installation, which was about 1 hour ago :-)

Sebastian
Title: RE: Debian Packages are aviable
Post by: goose on April 12, 2005, 01:38:56 PM
Hi,

Are there some plans to include amuled in the debian package ?

Greetings

Sebastian
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 12, 2005, 02:06:20 PM
By now we have:

amule
amulewebdlg
amule-cas
amule-wxcas
amule-common
amule-xas
amuled
amule-remote-gui
amule-utils
amuleweb

The amule-utils will get split next.
In the amule-common pkg are the webserver files.
Title: Well Done!!
Post by: aldebaran on April 14, 2005, 07:25:55 PM
Great aMule Team!!
I was trying to compile CVS version under Debian but with no success.
I long awaited these daily .deb snapshots, and since I'm having no problems with them I'm very enthusiastic.
Thanks a lot for your efforts!!
Title: Re: CVS Debian Packages are available
Post by: Jacobo221 on April 14, 2005, 10:08:58 PM
great job vollstrecker ;)
Title: Re: CVS Debian Packages are available
Post by: RRT4 on April 14, 2005, 11:03:20 PM
is it possible to gain compatibility with kubuntu/ubuntu hoary?

'apt-get install amule' gives:

Dipende: libcurl3 (>= 7.13.1-1) ma 7.12.3-2ubuntu3 sta per essere installato
Dipende: libidn11 (>= 0.5.13) ma 0.5.2-3 sta per essere installato
E: Pacchetto non integro

so something  as:
Depends: libcurl3 (>= 7.13.1-1) but 7.12.3-2ubuntu3 is going to be installed
Depends: libidn11 (>= 0.5.13) but 0.5.2-3 is going to be installed
E: Broken package

however there are not issues compiling cvs version on ubuntu, but apt-getting it would be just faster
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 14, 2005, 11:24:24 PM
I talked about that problem two weeks ago in #ubuntu-motu. The prob is, that dep's are set automatically, so I have no influence on that. Sadly libcurl3 got updated after the ubuntu freeze, so that ubuntu stayed at the old version. I think they said, the release is planned for the 7th, so maybe you'll get the new version in a few days.
The only thing you can do for now is using deb-src. The Build-Depend is set to libcurl3-dev without any version.
Title: Re: CVS Debian Packages are available
Post by: RRT4 on April 14, 2005, 11:42:55 PM
tnx for the quick response, as i said, i have not trouble to compile cvs version (with all the related tools) from the daily .tar.bz2 and to create the .deb package with checkinstall, it takes not more than 15/20 minutes on athlon 2200mhz
however, tnx again, i'll wait for the incoming update
Title: Re: CVS Debian Packages are available
Post by: Anne Onyme on April 15, 2005, 08:39:57 PM
hi,

Many thanks ! It's great to have binaries of fresh CVS !

I have also made my own package using checkinstall but against the stable version of wx. But it seems there is a problem wich have been solved with gives better connectivity with other client (related to the slow download on OS X). And i have now a very polished mule using GTK 2 !

 :D  :baby:

Thanks again, bye bye

PS : CPU consumsion is very low. Wonderfull, keep it this way !
Title: Re: CVS Debian Packages are available
Post by: rwabel on April 20, 2005, 05:22:43 PM
thanks a lot for the fresh amule deb's. That's really great.
Sorry, but I didn't understand it completely about the amuled and amuleweb stuff.
Is it possible with these deb files to turn on the webserver to be able to use amule remotely?
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 20, 2005, 06:32:32 PM
If you have a running amule or amuled, you can use remote gui for accessing them from another PC, or you can start amuleweb or amulewebdlg and use amule with your webbrowser.
Title: Re: CVS Debian Packages are available
Post by: rwabel on April 20, 2005, 08:39:49 PM
wow, so cool!

thanks a lot, no more selfcompiling and tinkering
Title: Re: CVS Debian Packages are available
Post by: RRT4 on April 21, 2005, 08:22:41 PM
Quote
Originally posted by Vollstrecker
I talked about that problem two weeks ago in #ubuntu-motu. The prob is, that dep's are set automatically, so I have no influence on that. Sadly libcurl3 got updated after the ubuntu freeze, so that ubuntu stayed at the old version. I think they said, the release is planned for the 7th, so maybe you'll get the new version in a few days.
The only thing you can do for now is using deb-src. The Build-Depend is set to libcurl3-dev without any version.

i updated to kubuntu 'breezy' (development version)
your packages install and work well
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 21, 2005, 08:53:04 PM
Nice to hear
Title: wxWidgets 2.6
Post by: Anne Onyme on April 23, 2005, 12:53:12 PM
wxWidgets 2.6 is out. Will this help realase aMule 2.0.0 ?
Title: Re: CVS Debian Packages are available
Post by: Xaignar on April 23, 2005, 10:32:26 PM
It wont help anything, it was simply something we required be released before 2.0.0 could be released, so we could ensure that the final release would work with wx2.6.0, as it also gave us some time for shaking out the last issues. Atm, all that we are waiting for is getting a few final issues fixed.
Title: Re: CVS Debian Packages are available
Post by: Anne Onyme on April 25, 2005, 12:41:20 AM
Thanks Xaignar.
Title: Re: CVS Debian Packages are available
Post by: reeky on April 25, 2005, 12:54:48 AM
just a question:
will wx rpm on the amule site be updated from 2.4 to 2.6 (unicoded?) for 2.0 final?

thanx
bye
Title: Re: CVS Debian Packages are available
Post by: Xaignar on April 25, 2005, 01:35:35 AM
Most likely (unless we forget it :P).
Title: Re: CVS Debian Packages are available
Post by: reeky on April 25, 2005, 10:04:34 AM
good ;)
thanx
Title: Don't forget to apt pin
Post by: Attila on April 28, 2005, 07:04:44 PM
Hi Vollstrecker,
Thanks a lot for the hard work. I just install the latest debian package and it works right out of the box. Great job. Just a reminder to Debian Sarge users (2.6.8) that you need to apt pin the libc6-dev 2.3.2.ds1-21 which is only in unstable (I had ds1-20 tracking Sarge). You need to install that first before the amule package. No big deal, this is just a reminder to people.
Cheers,
Jonathan
Title: correction
Post by: Attila on April 28, 2005, 07:07:08 PM
8o Whoops cut & pasted the wrong package. I meant libc6 2.3.2.ds1-21 Aptitude decided I also wanted the package mentioned in the previous post.
sorry about that.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 28, 2005, 08:37:59 PM
You don't have to install anything, except that what I provide. All other dependencies a well satisfied with Sarge.
Title: Re: CVS Debian Packages are available
Post by: Attila on April 28, 2005, 09:08:23 PM
Hi Vollstecker,
Sorry to disagree but I'm speaking from experience.  Here's the aptitude output.
Attila:/home/jdkaye# aptitude install amule
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
E: Unable to correct problems, you have held broken packages.
E: Unable to correct dependencies, some packages cannot be installed
E: Unable to resolve some dependencies!
Some packages had unmet dependencies.  This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following packages have unmet dependencies:
  amule: Depends: libc6 (>= 2.3.2.ds1-21) but 2.3.2.ds1-20 is installed.
========================================
I checked both with aptitude and on the debian website. The latest version of libc6 for testing is  2.3.2.ds1-20. I apt-pinned unstable for ds1-21 from unstable and the installation went fine after that. I'm not complaining only trying to save you some trouble.
Cheers,
Jonathan
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 28, 2005, 09:58:58 PM
I don't know where you get your packages from, but I have the following:

werner@Werner1:/$ apt-cache show amule
Package: amule
Version: 2.0.0-rc8+CVS20050428-1
Priority: optional
Section: web
Maintainer: Vollstrecker
Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libglib2.0-0 (>= 2.6.0), libgtk2.0-0 (>= 2.6.0),libstdc++5 (>= 1:3.3.4-1), libwxgtk2.5.3 (>= 2.5.3.2), libx11-6 | xlibs (>> 4.1.0), zlib1g (>= 1:1.2.1)

Recommends: amule-utils, amule-cas, amule-wxcas
Suggests: amule-xas
Architecture: i386
Filename: dists/testing/amule/binary-i386/amule_2.0.0-rc8+CVS20050428-1_i386.deb
Size: 2059568
Installed-Size: 6076
MD5sum: be9d67bb46eaabda89e38aab2176709d
Description: aNOTHER eMule P2P Client
 aMule stand for another eMule file-sharing program, it is also
 another fork of the xMule project. It connects to eDonkey2000
 network, supports Linux, *BSD and MacOS X platforms, and has
 a new vision of the GUI

werner@Werner1:/$

Your aptitude is complaining about broken held packages. What packages does it mean?

P.S. I just saw you OS-Line: What is debian sarge 2.6?
Title: Re: CVS Debian Packages are available
Post by: Attila on April 28, 2005, 10:10:41 PM
Hi Werner,
The amule package is yours:
=================================
jdkaye@Attila:~$ aptitude show amule
Package: amule
State: installed
Automatically installed: no
Version: 2.0.0-rc8+CVS20050428-1
Priority: optional
Section: web
Maintainer: Vollstrecker
Uncompressed Size: 6222k
Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libglib2.0-0 (>=
         2.6.0), libgtk2.0-0 (>= 2.6.0), libstdc++5 (>= 1:3.3.4-1),
         libwxgtk2.5.3 (>= 2.5.3.2), libx11-6 | xlibs (> 4.1.0), zlib1g (>=
         1:1.2.1)
Recommends: amule-utils, amule-cas, amule-wxcas
Suggests: amule-xas
Description: aNOTHER eMule P2P Client
 aMule stand for another eMule file-sharing program, it is also another fork of
 the xMule project. It connects to eDonkey2000 network, supports Linux, *BSD
 and MacOS X platforms, and has a new vision of the GUI
===========================================================
AFAIK the only package that was broken was the amule one from  you. I update/upgraded today and there were no broken packages and there are none now. In general my sources.list is set for the Portuguese debian mirror plus the usual mplayer sources, etc. Nothing usual there. My libc6 is this
Package libc6

    * unstable (base): GNU C Library: Shared libraries and Timezone data
      2.3.2.ds1-21: arm hppa i386 m68k mips mipsel powerpc s390 sparc
Which one are you using?
Cheers,
Jonathan
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 28, 2005, 10:22:18 PM
The dependencies are set automatically while building the pkg's. The debhelper just does a ldd for each binary, and looks in dpkg's database in which package the lib is. So you can see what I use, if you read the Depends: Line. I copy it from your post:

Depends: libc6 (>= 2.3.2.ds1-4)

I can't see anything that ends with -ds21, and I'm building on a almost pure Sarge. (only marillat and bunkus for mplayer and matroska support).
Title: Sarge, really ?
Post by: Anne Onyme on April 28, 2005, 10:39:24 PM
Hi,

I'm using sarge too, i had a check and the command "apt-cache show libc6" gived me the 2.3.2.ds1-20 as a version number.
I just made my usual "apt-get update; apt-get upgrade" and i received this :

Réception de : 2 http://ftp.fr.debian.org testing/main libc6-dev 2.3.2.ds1-21 [2533kB]
Réception de : 10 http://ftp.fr.debian.org testing/main libc6 2.3.2.ds1-21 [4901kB]

It's from testing ! libc6 2.3.2.ds1-21 is in Sarge !

Your package should work, anyway.

Regards
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 28, 2005, 10:44:43 PM
I just updated now. ds21 came today.
Title: one of life's (debian's) mysteries
Post by: Attila on April 29, 2005, 11:46:26 AM
Hi Anne & Werner,
I guess I was a day too early on the libc6 thing but I don't understand why you could load/create your package with ds-20 and my aptitude whinged about that and demanded ds-21 which then satisfied it. The ds designation doesn't appear in the aptitude show command but it does show up on the debian site in the description of the package. As Schiller or Molière said, "all's well that ends well"  :D
Cheers,
Jonathan
Title: Re: CVS Debian Packages are available
Post by: guest on May 06, 2005, 05:29:00 PM
Quote
Originally posted by Vollstrecker
I just updated now. ds21 came today.

Hi Vollstrecker,

what about an update of the packages with the new 2.0 ??

reganrds
guest
Title: Re: CVS Debian Packages are available
Post by: thedude0001 on May 06, 2005, 06:17:08 PM
Uh, I think you're missing the point here  ;)

Vollstrecker provides daily updated packages based on our daily CVS snapshots. amule 2.0.0 is similar to the cvs snapshot from the day of it's release, since then there have already been some changes to cvs, so todays snapshot is 2.0.0 + changes...

If you are talking about regular 2.0.0 debian packages: they will be done soon, only our packager is somewhat MIA...
Title: Re: CVS Debian Packages are available
Post by: guest on May 06, 2005, 07:15:52 PM
Good hint,

I really didnt understand this way of packaging :rolleyes:

Thanks to developers and Vollstrecker :baby:
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 07, 2005, 02:42:14 PM
Atm there are the Snaps from release day aviable. I adjusted the version to 2.0.0rel+CVS, but I forgot to adjust the upload script. I hope that I find this afternoon the time to adjust this, so tomorrow come new Snaps. From there on daily as usual.
Title: Re: CVS Debian Packages are available
Post by: siox on May 14, 2005, 09:51:06 AM
there's some problem on the server, http://www.vollstreckernet.de/debian/dists/testing/amule/binary-i386/Packages is 0bytes long so apt won't see any package.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 14, 2005, 10:46:44 AM
I think I said it somewhere else. The autobuild-process is broken somewhere, but today is my marriage, so I didn't had the time to fix it. Monday or Thuesday I think I have the time.
Title: Re: CVS Debian Packages are available
Post by: Any_Key on May 14, 2005, 01:06:21 PM
Quote
Originally posted by Vollstrecker
I think I said it somewhere else. The autobuild-process is broken somewhere, but today is my marriage, so I didn't had the time to fix it. Monday or Thuesday I think I have the time.
Bless You :-) Have a VERY nice day
Title: Re: CVS Debian Packages are available
Post by: rwabel on May 18, 2005, 11:20:31 AM
@vollstrecker

would it be possible for you to make new deb files from the new amule version or newest cvs, where the cpu bug is fixed. I would really appreciate that.

thanks a lot for the hard work
Title: Re: CVS Debian Packages are available
Post by: Matze on May 25, 2005, 10:17:07 PM
Hilfe, warum findet Synaptic die CVS von amule, amuled und amuleweb nicht mehr? Ich musste mein System (Ubuntu) leider neu aufsetzen und hab so leider die rc8 Installation verloren!

Brauch ich noch nen anderen Eintrag als:
deb http://www.vollstreckernet.de/debian/ testing amule wx
in der sources.list?

Bitte helft mir....

Danke,
Gruß,
Matze
Title: Re: CVS Debian Packages are available
Post by: Matze on May 26, 2005, 05:49:01 PM
OK, maybe i should try it in english ;-)
My question was, why Synaptics in Ubuntu doesn't find the aMule CVS packages anymore? I also need amuled & amuleweb...
Must i add another source to sources.list except the
deb http://www.vollstreckernet.de/debian/ testing wx amule
source?
Any advice would be very nice :-)
Thx,
Matze
Title: Re: CVS Debian Packages are available
Post by: Jacobo221 on May 26, 2005, 06:39:40 PM
Matze: Vollstrecker's repository has been down for few weeks now. He is too busy to mend it, but it should be fixed in some days/weeks from now, so dont' worry ;)
Title: Re: CVS Debian Packages are available
Post by: Matze on May 26, 2005, 07:41:14 PM
Ah, ok...
Then i have to wait :-(
Thanks for your "hint" anyway :-)
Title: Re: CVS Debian Packages are available
Post by: Jacobo221 on May 26, 2005, 09:19:00 PM
;)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 27, 2005, 12:47:51 AM
I decided now, to build them by hand till the other stiff is fixed. So 20050527 will be aviable during the day. atm there are 3 ppl trying to fix this problem.
Title: Re: CVS Debian Packages are available
Post by: Matze on May 27, 2005, 09:37:14 AM
... And then they will be available again through Synaptics?
That would be great...again the question:
deb http://www.vollsreckernet.de/debian testing wx amule
is everything i have to add in sources.list?!
Title: Re: CVS Debian Packages are available
Post by: Jacobo221 on May 27, 2005, 10:01:26 AM
yes
Title: Re: CVS Debian Packages are available
Post by: Matze on May 27, 2005, 10:19:11 AM
Then i'll have to try that later this day after work ;-)
Title: Re: CVS Debian Packages are available
Post by: Matze on May 27, 2005, 01:10:11 PM
It still doesn't work :-(
Or do I something wrong?!
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 27, 2005, 03:51:10 PM
Try again later (8pm or so). I just added a package for chicane and xas, cas and wxcas manpages. Unfortunately I had a Syntax-Error, so I had to restart (now the 3rd time).
I hope tomorrow I can do that earlier.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 27, 2005, 05:57:13 PM
Now the new pkg's are aviable.
Title: Re: CVS Debian Packages are available
Post by: Matze on May 27, 2005, 06:17:27 PM
My Synaptics still doesn't find them :-(
What the f*** do i wrong...?
Can you tell me again what sources i have to add to synaptics pkg's management please?
Sorry for my questions, but i'm still a linux noob :-/

EDIT:
I found them :-D Yeah, thank you man!!!
Title: Re: CVS Debian Packages are available
Post by: Matze on May 27, 2005, 06:40:13 PM
Argh...now i got a new problem:
libc6-2.3.2.dsl-21 isn't available for Ubuntu!!!!
Is there any possibility to get the old rc8-version of amule & co.????
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 27, 2005, 07:17:19 PM
Try to get the version from sarge. dpkg -i is your friend.
Title: Re: CVS Debian Packages are available
Post by: Matze on May 27, 2005, 07:53:09 PM
Hm...und wo bekomm ich das her?
Kann ich des dann einfach drüberinstallieren?
Title: Re: CVS Debian Packages are available
Post by: deltaHF on May 27, 2005, 08:02:38 PM
well, maybe u didn't notice but it's an english forum
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 27, 2005, 08:08:21 PM
packages.debian.org search libc6 download with all depencies. dpkg -i *.deb and you're done.
Maybe it's enough to update to a developer Version of ubuntu if such exists.
Title: Re: CVS Debian Packages are available
Post by: Matze on May 27, 2005, 08:34:00 PM
@DeltaHF:
Sorry for that...i simply was to lazy and my english isn't so good ;-)

@Vollstrecker:
OK, i'll try that!! Thanks again for your advice....
I think, i compile it from a CVS from hirnriss.net and ask for the right libc6 in an Ubuntu forum....i'll post my results here if you are interested in...
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 28, 2005, 01:41:44 AM
You can justuse the source pkg. Builddepend is only libc6 without any version.
Title: Re: CVS Debian Packages are available
Post by: rwabel on May 28, 2005, 05:16:49 PM
thanks vollstrecker for the new version.

but however I still get the 100% cpu ressource problem. Has your version the ressource bug still init or do I've another problem on my system that amule uses 100% cpu
Title: Re: CVS Debian Packages are available
Post by: thedude0001 on May 28, 2005, 05:51:58 PM
These are CVS packages, so the bug that lead to 2.0.1 is fixed here, but we have some problems with mem corruption on CVS right now that we don't have on 2.0.1...
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 28, 2005, 10:20:15 PM
I love it when somebody speaks about "My version". I don't know anything about most Bugs. I not even a programmer, the time I coded C was about two years ago. I just package the great work of the team.
Also I have nothiung to do with the pkg's in the orig rep's.
Title: Re: CVS Debian Packages are available
Post by: rwabel on May 30, 2005, 01:32:11 AM
@thedude0001: thanks for the information.

@Vollstrecker: didn't know that, sorry :-) but anyway thanks for the packaging
Title: Re: CVS Debian Packages are available
Post by: thedude0001 on June 29, 2005, 12:42:44 AM
Vollstrecker:
I had a 24h nightmare to get wxgtk-2.6.1 packaged / backported for Debian SARGE. You still use those buggy 2.5.3 debian packages, so if you are interested in my work to build wxgtk-2.6 for testing (and your cvs packages) get in touch with me, best on IRC. They might not be beautiful but they work :)
Title: Re: CVS Debian Packages are available
Post by: stefanero on June 29, 2005, 06:29:39 AM
^^sounds very good,
since 2.5.3 what vollstrecker uses is also not in the repro so should not matter which one to use...

and using 2.6.1 should save us finally some trouble with debian and especially webserver
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on June 29, 2005, 10:40:56 AM
I take a look at them. I contact you on IRC later.
But I think to be sure the update works well, I put aome conflicts in there, and set version to 2.5.99 or so.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on June 30, 2005, 12:33:36 PM
Seems like we don't meet on IRC. If you are there, I am not, and if I am there you are not. Can you send them via e-mail to me?
Title: Re: CVS Debian Packages are available
Post by: thedude0001 on July 02, 2005, 07:31:57 AM
Uhm, sorry, RL kept me a little busy lately ;) I uploaded the debian/ directory to some webspace, I'll send you the link via PM...
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on July 02, 2005, 10:32:17 AM
For what Source is that?
Title: Re: CVS Debian Packages are available
Post by: thedude0001 on July 02, 2005, 12:13:51 PM
I used wxgtk-2.6.1.tar.gz (better use a .gz, there seems to be some oddity when handling bz2...)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on July 05, 2005, 03:49:34 PM
Ok, wx-2.6 is now uploaded for testing/Etch. I added a package called wx-2.6-remove, that lets you remove all pkg's if any problems occur, when installing the new version of wx when they occur in official repositories. It is wx-2.6.1, but I set the version in the pkg's to 2.6.0. I hope that will make updating to official easier.
Now wx is aviable as deb-src, too.
Tomorrows build will use wx-2.6, so you can remove the 2.5 stuff by typing as root:

apt-get remove --purge libwxgtk2.5-dbg libwxgtk2.5-dev libwxgtk2.5.3-python libwxgtk2.5.3 wx2.5-common wx2.5-doc wx2.5-examples wx2.5-headers wx2.5-i18n wxpython2.5.3

I don't think that anything else will need that version.

When this update is finished, I begin to bring the pkg's for Sarge up. I letv you know when this is finished.
Title: Re: CVS Debian Packages are available
Post by: Carcass on September 04, 2005, 01:11:05 PM
Scuse me but reading the 3d I understand that I put only this line to my sources.list

Quote
deb http://www.vollstreckernet.de/debian/ testing amule wx

but I have ever this problem......

Quote
amule:
  Dipende: libc6 (>=2.3.5-1) ma 2.3.2.ds1-20ubuntu14 verrà installato
  Dipende: libgcc1 (>=1:4.0.0-9) ma 1:4.0.0-7ubuntu6~5.04ubp1 verrà installato
  Dipende: libstdc++6 (>=4.0.1) ma 4.0.0-7ubuntu6~5.04ubp1 verrà installato
 Dipende: libwxgtk2.6-0 ma non sta per essere installato

 X( :]
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on September 04, 2005, 03:35:45 PM
And what don't you understand. Ubuntu has too old packages. They are made for Debian testing.
Title: Re: CVS Debian Packages are available
Post by: Carcass on September 04, 2005, 03:51:44 PM
to the core iou tell me that i can't install cvs because it required for example libwxgtk 2.6 (that is for Debian testing) and my ubuntu have max libxxx2.4 it's so??????

Give me a reason........... :( :)
Title: Re: CVS Debian Packages are available
Post by: thedude0001 on September 04, 2005, 04:01:26 PM
You can definitely install a CVS version, you'll just have to compile it yourself, you can not use Vollstrecker's packages.

Compare it to spare parts in a car: You can't put an air filter of a Mercedes Actros in a SLK, even if both wear the atsr and are built in the same place ;)
Title: Re: CVS Debian Packages are available
Post by: Carcass on September 04, 2005, 04:19:14 PM
have you reason.........and then of this what do you thnk about?

http://ubuntuforums.org/showthread.php?t=22725&highlight=cvs+amule

 :)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on September 04, 2005, 04:41:18 PM
As you can see in your Error-message, the System where the pkg's are build on, has  libc6 (2.3.5-1), libgcc1 (4.0.0-9),
 libstdc++6 (4.0.1) and libwxgtk2.6-0 installed.
Your Sytem has libc6 (2.3.2.ds1-20ubuntu14), libgcc1 (4.0.0-7ubuntu6~5.04ubp1)  and
libstdc++6 (4.0.0-7ubuntu6~5.04ubp1) installed, and thiese versions are lower than the ones on the build-system, so the dependencies are not satisfied.You can't install my libwxgtk2.6-0 for the same reason.

Are that enough reasons for you. If not, I just can give you the best reason: These packages are for DEBIAN TESTING, and you use UBUNTU HORAY (I think this is the version?). Can you see what I mean?
Title: Re: CVS Debian Packages are available
Post by: Carcass on September 04, 2005, 04:46:51 PM
Ok I understand what you say......anyway you do a nice work for maule.....

I 'll open a post for hoary, of course.....

Thanks
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on September 04, 2005, 04:57:24 PM
It would be enough, if you give a machine to build on. A cronjob, some space (for wx and amule) and the possibiltiy to fetch it all from there, and you'll get pkg's for Hoary.
Title: Sarge package
Post by: jere666 on September 26, 2005, 02:21:11 PM
Would it be possible to know how is going the packaging for Debian Sarge ?

As more and more people migrate to Kad network, it is each day a little less easy to find sources and download quickly with the old 2.0.3 amule version.

It would be great to have either one of amuleweb or php, or amule working with Kad under Debian stable.

Thanks in advance.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on September 26, 2005, 04:33:35 PM
I think you will get Kad, when the new version get's released, and thedude packages the release.
Title: Re: CVS Debian Packages are available
Post by: drizzt on October 17, 2005, 02:17:08 PM
Sorry but I didn't read all the nine pages.

For Ubuntu users: you need to download some packages from packages.debian.org to solve amule CVS dependencies.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on October 22, 2005, 10:03:22 PM
Today I removed the wx-2.6 backport from my rep. It's in etch since a long time and everyone should have it. Make sure you removed it from your sources.list. The only valid entry for now is:

deb http://www.vollstreckernet.de/debian/ testing amule

The rep is now gpg-signed. To avoid warnings while updating you should do:

gpg --keyserver wwwkeys.eu.pgp.net --recv 50D0AE60
gpg -a --export 50D0AE60 > /tmp/key
apt-key add /tmp/key

Have fun and report bugs or wishes or anything you want related to the pkg's (not the source itself)

Btw. I'm always looking for machines to build on. Sid, Sarge and ubuntu.
Title: Re: CVS Debian Packages are available
Post by: Uwe on November 27, 2005, 04:19:02 AM
hi, a little bug-report: the conflicts-field for the amuled-package has a typo in your control file:

Conflicts: amule-deamon (<< ${Source-Version})
should better be:
Conflicts: amule-daemon (<< ${Source-Version})

;)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on November 27, 2005, 05:37:44 AM
fixed
Title: FTBFS in clean pbuilder chroot
Post by: Uwe on December 03, 2005, 01:36:31 PM
Hi, the package fails to build because of the missing build-dependencies on bison and flex... the configure-script does not complain about this, but that bug is already mentioned here (http://thread.php?threadid=8271&sid=)...

adding bison and flex to Build-Depends in debian/control fixes this issue
Title: Re: CVS Debian Packages are available
Post by: Uwe on December 03, 2005, 02:49:47 PM
one more thing... is there a specific reason why using the embedded version of libcrypto++? if not, I'd suggest using the version provided by debian like it is already done in the official distribution...

I attached a patch which makes the changes that are necessary for using the external lib. It also includes the fixed build-depends and a little bit more prettier configure-command ;)
Title: Re: CVS Debian Packages are available
Post by: Kry on December 03, 2005, 03:20:20 PM
Our internal crypto has bugfixes.
Title: Re: CVS Debian Packages are available
Post by: RRT4 on December 04, 2005, 06:18:05 PM
amulecmd in debian packages has this issue (libreadline5-dev missing before compilation), so commands history is not available
http://forum.amule.org/thread.php?threadid=8151&sid=&hilight=history
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on December 05, 2005, 08:30:36 AM
Thanks Uwe, this patch is really nice. I'll implement it when I come home today, so this morning there will be the old version again.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on December 06, 2005, 12:26:19 PM
RR4t: Does it work now?
Title: Re: CVS Debian Packages are available
Post by: RRT4 on December 06, 2005, 02:02:59 PM
yes, it is working now

tnx
Title: Re: CVS Debian Packages are available
Post by: 1Carlos on December 06, 2005, 09:31:01 PM
Quote
Originally posted by RRT4
yes, it is working now

tnx

No, it doesn't work. Now i can't install the deb on my unstable.
In Sid there isn't libcrypto++5.2c2 (there is only for AMD64), so i have to change the packet by hand.
Anyway, good job.

Please sorry my bad English.
Title: Re: CVS Debian Packages are available
Post by: Kry on December 06, 2005, 09:34:34 PM
I warn people again that you might fail secure ident with other clients when not using our internal libcrypto.
Title: Re: CVS Debian Packages are available
Post by: Uwe on December 06, 2005, 09:58:09 PM
could you please tell us what bugs you mean so we can proof whether these bugs are fixed in official cryptolib or even in debian?

@1Carlos: in unstable there is now libcrypto++5.2c2a because of another abi transition... you could rebuild the package for unstable because the packages from vollstrecker.net are for etch (where libcrypto++5.2c2a has not entered yet - and will not for at least a couple of days...)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on December 06, 2005, 11:08:26 PM
I think I've read something about the libcrypto Bug in debians BTS, but I don't know if they just know it, or fixed it.
@Kry have you thought about giving the libcrypto fix in amule to the devs of libcrypto?
Title: Re: CVS Debian Packages are available
Post by: Carcass on December 08, 2005, 04:21:36 AM
Hi guys at this our in Italy 4.36 AM  :O I have finded the reason  because amule don't installe d on my debian sid............libcrypto.

Now I have downloaded the patch but I don't know how use it............

To the core how I can installed my amule cvs on debian sid.............???????

Thanks for the patient.  :O

Good Nigth
Title: Re: CVS Debian Packages are available
Post by: Jacobo221 on December 08, 2005, 04:31:40 AM
> Kry: I warn people again that you might fail secure ident with other clients when not using our internal libcrypto.

well, that's horrible news, since official Debian amule package switched to libcrypto months ago:
http://packages.debian.org/unstable/x11/amule
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323010

are you saying all those ppl may be failing at SUI?
Title: Re: CVS Debian Packages are available
Post by: Xaignar on December 08, 2005, 04:26:57 PM
The problem is that the optimization flags very easily cause errors when doing various operations with CryptoPP. The included unit-tests catch this in my experience, but I cant say if Debian/Ubuntu are running them (Gentoo luckily started doing it with 5.2.x) ...
Title: Re: CVS Debian Packages are available
Post by: Uwe on December 08, 2005, 05:05:21 PM
so again the question, are the crypto++ developers aware of this bug, is it fixed already or is there a bug-report or something where we can track the current status?
Title: Re: CVS Debian Packages are available
Post by: Carcass on December 08, 2005, 05:06:21 PM
I resolve put in the libs download from web  :)
Title: Re: CVS Debian Packages are available
Post by: Uwe on December 08, 2005, 05:41:07 PM
for all the sid users I rebuilt the package for current sid... haven't testet it but it should work :)

Code: [Select]
deb http://uwe.ktv-zone.de/debian/amule-sid/ ./
I will not update these packages as regularly as vollstrecker but at least one or two times a week or when there was an important change in amule or vollstrecker's package...
Title: Re: CVS Debian Packages are available
Post by: Uwe on December 12, 2005, 05:05:50 AM
I did some more work on the packages

* split i18n-files into seperate packages for each language
* fixed debian/rules to use files in debian/tmp for mv's instead of source-files where possible

When applying the patch you should set the conflics-fields in the i18n-packages to the current version (making << ${Source-Version} shouldn't be necessary), else there might be some upgrade-problems because of file conflicts between amule-i18n-* and old amule packages.

The next points on plan are:
* fully migrate to dh_install
* split of arch-depending and arch-independing packages (amule-i18n-* should better be arch-indep)
* spend some time with the cryptopp-bug and whether it is fixed in debian
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on December 13, 2005, 08:29:53 PM
Maybe you should think about email the patches, so its easier it discuss them (maybe in german if I interpret your name correctly).

First: Why do amule and amuled depend on the en_gb pkg, but remote-gui depends on en_us?

Second: On Webservertemplatepkg's you removed the rm.....*Makefile* line, which causes that the Makefiles would jump into them.

Third: I have choosen the << ${Source-Version}  Variant, because so it's not possible to use todays build with some yesterdays files. It could happen that some strings in the po's change. It could work woth the old files, but the translation wouldn't be found and displayed.
Title: CryptoPP-Bug
Post by: Uwe on December 16, 2005, 05:42:47 PM
I searched a bit in the debian bug archive of the libcrypto++-packages and I found a bug, which perhaps could be the one you told us about... (except that it seems to only affect 64bit architectures): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=244892;archive=yes

I ran "cryptest v" on my maschine and the result was "All tests passed!" (full log attached). This test is also run from the build-scripts everytime the package is built:
Code: [Select]
# Build and run the test suite
build: config-stamp build-stamp
build-stamp: patch-stamp
        $(MAKE)
        ./cryptestcwd v
        touch $@
So I think the bug should be fixed in Debian.

UPDATE: Now I also ran all the TestVectors provided by the package and the only error I have found was when doing the testvector for Camellia:
Code: [Select]
uwe@harry:~$ cryptest tv /usr/share/crypto++/TestVectors/camellia.txt

Testing SymmetricCipher algorithm Camellia/ECB.
cryptest: misc.h:672: T CryptoPP::GetWord(bool, CryptoPP::ByteOrder, const byte*) [with T = CryptoPP::word64]: Assertion `IsAligned(block)' failed.
Abgebrochen
But as in src/CryptoPP.h it is said, that only RSA and MD4 are used, I don't think this Camellia-thing is affecting amule.
Title: Re: CVS Debian Packages are available
Post by: Arien on December 20, 2005, 08:39:28 AM
Just reporting:

Is there any problem with the repository?
I have found 20051220 CVS release, but apt couldn't find any 2.0.3+CVS20051220-1_i386.deb package...

Thanks!

Edit:

Ok, forget it, it's working now... sorry.
Title: Re: CVS Debian Packages are available
Post by: morph on January 08, 2006, 06:12:14 PM
Vollstrecker, I would be so a problem to modify debian/control so that Depends: has "libcrypto++5.2c2 | libcrypto++5.2c2a" instead of only "libcrypto++5.2c2" ? This will allow sid users to use your package without breaking release fror testing.

Uwe seems no more to updates his packages, so I'm stuck to CVS20051207 , and i find no other sid package version.

I you provide debian source packages I could do it myself every time, but I think this modification is issue-free even for you.

Let me know what you think about it.

Best Regards.
Title: Re: CVS Debian Packages are available
Post by: Uwe on January 08, 2006, 07:03:32 PM
sorry for not updating... i will make a package in one or two hours...

the dependencies can't be changed that way because the c2 and c2a packages aren't binary compatible beause of ABI-changes...
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on January 08, 2006, 07:52:36 PM
Unfortuanatly is Uwe right, and I'm full of work with preparing the pkg's for stable. When this is done I start applying Uwes patches and then: Let's see.
Title: Re: CVS Debian Packages are available
Post by: Uwe on January 08, 2006, 08:48:55 PM
the topical packages are rebuilt for sid and uploaded
Title: Re: CVS Debian Packages are available
Post by: Arokh on January 11, 2006, 12:40:45 AM
after doing apt-get update followed by an apt-get dist-upgrade today I can't start amuled anymore.

This is the error message I get:
Code: [Select]
# amuled -f
amuled: Symbol `_ZTV16wxDatagramSocket' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV14wxSocketServer' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV13wxSocketEvent' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV8wxObject' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV16wxZipInputStream' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV7wxEvent' has different size in shared object, consider re-linking
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Abgebrochen

did I install a wrong package?
Title: Re: CVS Debian Packages are available
Post by: Gerd78 on January 11, 2006, 01:30:52 AM
Quote
Originally posted by Arokh
did I install a wrong package?
Yes, you installed a wxWidgets package that was compiled with GCC 3.2 or 3.3 and an aMule package that was compiled with GCC 3.4 or 4.0. These don't work together, it's exactly the ABI change that Uwe talked about. Please install both from the same origin.
Title: Re: CVS Debian Packages are available
Post by: Arokh on January 11, 2006, 02:03:17 AM
ok, I wasn't sure if it was the same error that Uwe explained above. In that case I'll wait untill Vollstrecker has updated his repository.

thanks for the quick answer  :)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on January 11, 2006, 08:21:07 AM
Before some errors occur. I couldn't finish the update of libcrypt++ this morning, so maybe the script doesn't builöd the pkg's, or they are unusable today.
Title: Re: CVS Debian Packages are available
Post by: Uwe on January 11, 2006, 02:01:59 PM
ahh I see libcrypto++5.2c2a has finally hit testing so I will stop building extra packages for sid as it is not necessary any more. :)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on January 11, 2006, 04:18:32 PM
Jep, now it works again.
Title: Re: CVS Debian Packages are available
Post by: morph on January 12, 2006, 07:14:01 PM
Ya, finally I can stay in sync with CVS again (an support backtraces if needed...)

Thanks for your work, Vollstrecker!
Title: another mismatch ?
Post by: Frisco on January 17, 2006, 04:09:47 PM
Hello,  

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

in my sources.list, which worked fine for a long time - but updating today gives me:

frisco@linux:/var/www/papaya$ amuled &
[1] 2275
frisco@linux:/var/www/papaya$ Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4).

[1]+  Abgebrochen             amuled


I updated to 2.1.0+CVS20060116-1, not sure what the last version was, but it shouldn't been too old.

Is the problem in the binaries or do I have to change s.th.?

Thanks for helping,
Frisco
Title: same with 2.1.0+CVS20060117-1
Post by: Frisco on January 17, 2006, 04:19:18 PM
I've just seen that 2.1.0+CVS20060117-1 is in vollstreckers repository, but it makes no difference to me, same errors :(

André
Title: Re: CVS Debian Packages are available
Post by: Uwe 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=
Title: Re: CVS Debian Packages are available
Post by: Frisco 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
Title: Re: CVS Debian Packages are available
Post by: Gerd78 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.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker 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.
Title: solved it
Post by: Frisco 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!
Title: RE: solved it
Post by: Vollstrecker 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.
Title: Re: CVS Debian Packages are available
Post by: Phlogiston 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...
Title: Re: CVS Debian Packages are available
Post by: wuischke 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.
Title: Re: CVS Debian Packages are available
Post by: Phlogiston 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
Title: Re: CVS Debian Packages are available
Post by: Phlogiston 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.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker 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.
Title: Re: CVS Debian Packages are available
Post by: frankenbenni 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  :(
Title: Re: CVS Debian Packages are available
Post by: smo on March 05, 2006, 04:45:30 PM
Nice idea, frankenbenni! So, what does Vollstrecker think about this? And what about the admins?

smo
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker 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.
Title: Re: CVS Debian Packages are available
Post by: frankenbenni on March 12, 2006, 11:53:12 AM
keep us updated when there is news  ;)
Title: Re: CVS Debian Packages are available
Post by: Phlogiston on March 19, 2006, 09:24:41 AM
The situation now is the following:

Code: [Select]
Fehl [URL]http://www.vollstreckernet.de[/URL] testing/amule amule-remote-gui 2.1.0+CVS20060318-1
  Fehler beim Lesen vom Server: Das entfernte Ende hat die Verbindung geschlossen
Fehl [URL]http://www.vollstreckernet.de[/URL] testing/amule amule-utils 2.1.0+CVS20060318-1
  404 Not Found
Konnte [URL]http://www.vollstreckernet.de/debian/dists/testing/amule/binary-i386/amule-remote-gui_2.1.0+CVS20060318-1_i386.deb[/URL] nicht holen  Fehler beim Lesen vom Server: Das entfernte Ende hat die Verbindung geschlossen

Thats the problem of the server isn't it? Or do I need to change my sources.list?
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on March 19, 2006, 10:04:33 PM
No, that's a problem of my scripts. I don't know why, but one or two times a month they just stop uploading before the last pgk is uploaded. I start the cronjob now one hour later for testing, maybe that helps, so upload for stable begins at ~8:20 and upload for testing ~10:20.
As it seems now, I have a job in middle of May, then the first thing on my list is a dedicated server which should solve all problems I have now.
Title: Re: CVS Debian Packages are available
Post by: Phlogiston on March 20, 2006, 12:55:54 PM
So this means your server is dying? Probably someone else could mirror the files...
Because the speed is sooo sloooow  :]
Title: Re: CVS Debian Packages are available
Post by: frankenbenni on March 28, 2006, 09:40:15 PM
any news on this topic?  :]
Title: Re: CVS Debian Packages are available
Post by: morph on April 09, 2006, 12:47:26 AM
guys, there is any news about moving Vollstrekernet packages to amule servers?

I have to really thanks the huge & good work Vollstreckernet is doing to provide us everyday the dayly CVS snapshot debian packaged, but his server is really slow...  :( those are really big pkgs, for example to update all my stack I need to download > 20mb of files, that sometimes lead to > 2h of download time... that's too much!

Please, let us know if (and when/or how) this situation could be solved

Thanks very much
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 28, 2006, 02:51:16 PM
Still no news, moving the rep is still a little problem. But to show that there is something moving: I submitted the first version of a patch. After the weekend I think I can finish it. When this is done, I can easiely split off the languages to separate packages, and the amount of tranferred data will reduce dramatically.
After that, I try to package wx-2.6.3 because the debian-BTS suggests that this version won't come to official debian  in the near future. This can only  be done, when this new version doesn't break existing packages, so give me a little time to test that all, and maybe find a way to work together with thedude. The current crashes shouldn't happen with the new version of wx.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 03, 2006, 12:40:12 AM
News, I have uploaded the new wx-pkg's, so I hope the crashes are gone for now. The line line is:

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

or

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

or any combination you want.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 05, 2006, 03:27:34 PM
Big changes happen. To not  confuse you all at tommorows update, here the actual changelog:

  * Renamed package amuled to amule-daemon to be compatible to the official deb
    thanks to Jacobo221 for the hint.
  * Split off all languages to separate pkg's. Thanks to Uwe for initial work.
  * Cleaned up TODO-Debian
  * Moved complete to dh_install *
  * Removed usr/share and usr/share/pixmaps from debian/amule.dirs
  * Moved /usr/share/doc/amule/TODO and /usr/share/doc/amule/TODO to amule-common *
  * Split alc, alcc and amulecmd to separate pkg's
  * Set conflicts and replaces for full compatiblity with official debs
  * Set Depends for amule-theme-default, amule-theme-chicane and amule-theme-php-default
    on amuleweb, because without that they are useless
  * Made amule-utils a meta pkg for compatiblity with official debs
  * Moved amule-utils.README.Debian to amule-cas.README.Debian, because that's what it is
  * Removed amulecmdDLG from menu
  * Created amule-utils-gui meta-pkg for compatiblity with official debs.

The packages in the repository from tomorrow on are:

 amule
 amule-utils
 amule-utils-gui
 amule-ed2k
 amule-cas
 amule-wxcas
 amule-xas
 amule-common
 amule-theme-default
 amule-theme-php-default
 amule-theme-chicane
 amuleweb
 amule-remote-gui
 amule-daemon
 amule-alc
 amule-alcc
 amule-cmd
 amule-i18n-ar
 amule-i18n-bg
 amule-i18n-ca
 amule-i18n-da
 amule-i18n-de
 amule-i18n-en-gb
 amule-i18n-en-us
 amule-i18n-es
 amule-i18n-es-mx
 amule-i18n-et-ee
 amule-i18n-eu
 amule-i18n-fi
 amule-i18n-fr
 amule-i18n-gl
 amule-i18n-hr
 amule-i18n-hu
 amule-i18n-it-ch
 amule-i18n-it
 amule-i18n-ko-kr
 amule-i18n-nl
 amule-i18n-pl
 amule-i18n-pt-br
 amule-i18n-pt-pt
 amule-i18n-ru
 amule-i18n-sl
 amule-i18n-zh-cn
 amule-i18n-zh-tw

For the packages for stable, this apllies aswell.
Title: Re: CVS Debian Packages are available
Post by: frankenbenni on May 06, 2006, 11:46:16 AM
thanks, cool something's happening, finally  8)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 08, 2006, 02:01:28 AM
Jep benni. And much more is happen. I splitted the debugging symbols to separate pkg's:

amule-dbg
 amule-ed2k-dbg
 amule-cas-dbg
 amule-wxcas-dbg
 amuleweb-dbg
 amule-remote-gui-dbg
 amule-daemon-dbg
 amule-alc-dbg
 amule-alcc-dbg
 amule-cmd-dbg

Contain them for the pkg their name suggests.
Title: Re: CVS Debian Packages are available
Post by: compartir_es_amar on May 08, 2006, 10:42:57 PM
I'm running CVS20060508-1 version and when I try to install amuleweb Synaptic warns me that this package has unresolvable dependencies:

amule-web-templates (= 2.1.1+CVS20060508-1)

I've look for this pkg and I couldn't find it. What am I doing wrong?

Thanks in advance
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 08, 2006, 11:04:07 PM
Nothing, my fault. amule-web-templates is a virtual package provided by amule-theme-chicane, amule-the-default and amule-theme-php-default. Unfortunately  versioned dependencies on virtual packages aren't allowed. I thought I fixed this yesterday, but now it's fixed for tomorrow.
Title: Re: CVS Debian Packages are available
Post by: compartir_es_amar on May 09, 2006, 10:39:47 PM
I have now installed amuleweb without any problem.

Thanks Vollstrecker for your work
Title: Re: CVS Debian Packages are available
Post by: frankenbenni on May 11, 2006, 04:08:16 PM
thanks great work vollstrecker.
have there been changes on the server as well? download speeds are fast as lightening  8)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 11, 2006, 06:33:56 PM
I just said, that I change to ISP if they can't get that to work.
Title: Re: CVS Debian Packages are available
Post by: Uwe on May 17, 2006, 12:37:24 AM
Hi Vollstrecker, I just noticed that since a couple of days you forget to upload the *diff.gz file of your package source so I can't rebuild the package... as I changed to the AMD64-port I have to build it for myself... and now my current version is from the middle of april and I think it's time for my monthly amule-upgrade :D
Title: Re: CVS Debian Packages are available
Post by: Phlogiston on May 18, 2006, 09:51:05 AM
Quote
Originally posted by Vollstrecker
Big changes happen. To not  confuse you all at tommorows update, here the actual changelog:

  * [...]

For the packages for stable, this apllies aswell.

Wow, this rocks... thanks a lot and the server is fast...  :D
Title: Re: CVS Debian Packages are available
Post by: drizzt on May 20, 2006, 07:05:44 PM
Hi, your packages are working also on Ubuntu but you should correct dependency entries adding an "OR", for example "libcrypto++5.2" on Ubuntu Dapper is "libcrypto++5.2c2a".

If you need help tell me and I give you more information but I think it's the only difference between the two distros.

Many thanks,

drizzt
Title: Re: CVS Debian Packages are available
Post by: Gerd78 on May 20, 2006, 07:12:37 PM
Quote
Originally posted by drizzt
Hi, your packages are working also on Ubuntu but you should correct dependency entries adding an "OR", for example "libcrypto++5.2" on Ubuntu Dapper is "libcrypto++5.2c2a".
Please read the previous postings concerning this issue.
Quote
Originally posted by drizzt
If you need help tell me and I give you more information but I think it's the only difference between the two distros.
No, libcrypto++5.2 is not the same as libcrypto++5.2c2a. There's a reason for this naming difference. In short, it's because the libraries are not compatible, so the dependencies should not be handled as if they were. It's a feature, not a bug, that you can't mix the packages.
Title: Re: CVS Debian Packages are available
Post by: drizzt on May 20, 2006, 10:43:23 PM
I'm sorry but I don't know exactly the differences between the two libraries, I just know that I'm using the aMule deb on Ubuntu Dapper after I modified the dependency lines.
Title: Re: CVS Debian Packages are available
Post by: Gerd78 on May 21, 2006, 12:56:04 AM
Quote
Originally posted by drizzt
I'm sorry but I don't know exactly the differences between the two libraries, [...]
That's why there is a forum search.
Quote
Originally posted by drizzt
[...], I just know that I'm using the aMule deb on Ubuntu Dapper after I modified the dependency lines.
It's pure coincidence that it works so far. libcrypto++5.2 and libcrypto++5.2c2a have a different ABI due to the g++ version used to build them, and there will be problems sooner or later.

More information:

http://lists.debian.org/debian-release/2005/04/msg00146.html
https://wiki.ubuntu.com/BreezyToolchainTransition
Title: Re: CVS Debian Packages are available
Post by: Uwe on May 22, 2006, 08:13:31 PM
Hi,

another small bug report... The i18n-packages depend on "amule-remote-gui | amule-wxcas" but I don't think there is a reason for that. So I suppose that the comma behind amule-alc should have been a pipe ;)

btw thanks for uploading the source-diff again :)
Title: Re: CVS Debian Packages are available
Post by: wuischke on June 01, 2006, 11:16:57 PM
Hi Vollstrecker!

Since you wrote something about templates for amuleweb and dependencies above, I ask myself whether you removed any dependencies for a template when one installs amuleweb at all.
There was a Spanish user who had some problems with your packages and a missing emule.tmpl-file, because he didn't install any templates even though he did install amuleweb.

I'm honest - I don't have a clue about how to create good dependencies for debs. But is there any way to include a template as dependency for amuleweb in order to be able to be able to use it?

Would be great if you could take a look again, my (rather foolish) solution would be to include the standard template within the amuleweb package.

Thanks in advance
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on June 02, 2006, 12:11:29 AM
As I can see here, amuleweb depends on amule-web-templates which is a virtual pkg provided by each template, so you have to install at least one template. The point I have to get is that you can install a template which is not the default-template, and in that case you have to specify which template to use, or no template is found.
The reason why the templates for themselfes depend on amuleweb is simple. Without it the would be useless.
I hope I managed to get my thoghts to an understandable form. If not feel free to ask again.
Title: Re: CVS Debian Packages are available
Post by: wuischke on June 02, 2006, 07:59:01 AM
I can follow your thoughts, but I've another question:
What happens when one executes apt-get install amuleweb? Would this require to manually install a template before? Or does apt just choose any random of this packages to fulfill the dependencies?
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on June 02, 2006, 01:46:43 PM
I can't test that here, because I have installed all pkg's, but it should say that it can't be installed, because it depends on amuleweb-template which is not going to be installed, and then print a list of  pkg's that provide amuleweb-template. So you should only be able to install amuleweb with a line like: apt-get install amuleweb .
Title: Re: CVS Debian Packages are available
Post by: bouba_diop on June 03, 2006, 07:18:41 PM
Thanks Vollstrecker for the GREAT works! :). Thanks a lot!

p.s.
muahahahh "--only-chuck-norris-would-stop-me" :D
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on June 15, 2006, 12:54:56 PM
Only to let you know. The "Couldn't verify  signature" error comes, because I did an almost complete rewrite of the upload-scripts, and can't find out why  Release.gpg isn't uploaded. If someone with good bash-knowloedge want to try, I'm aviable here, via email or irc.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on June 18, 2006, 06:00:14 PM
I switched now to a lftp-based solution. manually started it works fine. Let's hope, tomorrow if started from cron it does the same.

I also log everything that might be intressting and you have a live view on status:

Stable-Build_process: http://www.ccc-hanau.de/~vollstrecker//amule-cvs-build-log
Testing-Build_process: http://vollstreckernet.dyndns.org/amule-cvs-testing-build.log
Upload: http://vollstreckernet.dyndns.org/amule-cvs-upload.log
Title: Re: CVS Debian Packages are available
Post by: wuischke on June 23, 2006, 09:48:41 AM
There's still the missing key error message, in case you don't know.

And the Packages-files for wx are empty.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker 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.
Title: Re: CVS Debian Packages are available
Post by: wuischke 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
Title: Re: CVS Debian Packages are available
Post by: frankenbenni 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
Title: Re: CVS Debian Packages are available
Post by: wuischke on June 23, 2006, 01:14:53 PM
Thank you, it works now just fine.
Title: Re: CVS Debian Packages are available
Post by: Phlogiston on August 14, 2006, 03:33:14 PM
Could anyone tell me the configure options used for build these packages?

Thanks
Title: Re: CVS Debian Packages are available
Post by: Uwe 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
Title: Re: CVS Debian Packages are available
Post by: morph 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
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker 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.
Title: Re: CVS Debian Packages are available
Post by: luquino 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.
Title: Re: CVS Debian Packages are available
Post by: Edoudou 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.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker 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.
Title: Re: CVS Debian Packages are available
Post by: Karhandras 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
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker 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.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on December 12, 2006, 03:20:18 PM
Kahandras: There is no newer Version in official. Does it keep Crashing?
Title: Re: CVS Debian Packages are available
Post by: Karhandras 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.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on May 01, 2007, 11:51:39 AM
wx-2.8 added to testing repo.
Title: Re: CVS Debian Packages are available
Post by: Lk2 on December 22, 2007, 03:59:04 PM
Thanks for your work Vollstrecker. You have a mail with a bug I have found related to amule-daemon start.

(something about --test option in start-stop-daemon and -- -d to make amuled run in full-daemon mode ;))
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on December 22, 2007, 04:18:17 PM
I've got the mail, but I there is only a startup-script in the packages from the official repo's, Mine don't have such a thing included atm.
Title: Re: CVS Debian Packages are available
Post by: zeno78200 on April 25, 2008, 11:17:11 AM
Hi,

i noticed that in the last few days there aren't updated packages in the rep of Vollstrecker.. the last updated file is 16.04.2008... is this normal or is there something wrong?
Thanks, zeno
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on April 26, 2008, 04:47:51 PM
Thanks for reporting. Testing and stable came out of sync. The script tried to upload todays version for testing, but yesterdays version for stable. Tommorrow it should work like expected.
Title: Re: CVS Debian Packages are available
Post by: maxione on October 25, 2008, 09:23:19 AM
Why amule SVN is not updated anymore ?
Last update is 2.2.2+SVN20081004-1.

My apt sources.list contains:
deb http://www.vollstreckernet.de/debian/ stable amule wx upnp

and it worked fine until 04-10-2008.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on October 25, 2008, 02:50:05 PM
Maybe, because atm there are no new tarballs.
Title: Re: CVS Debian Packages are available
Post by: maxione on October 25, 2008, 06:05:09 PM
Good to know  ;D
Title: Re: CVS Debian Packages are available
Post by: ralse on October 30, 2008, 05:29:09 AM
Didn't support powerpc ?

apt-get update shows

W: Failed to fetch『http://www.vollstreckernet.de/debian/dists/testing/Release』file。Unable to find expected entry  wx/binary-powerpc/Packages in Meta-index file (malformed Release file?)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on October 31, 2008, 02:35:26 PM
No machine to build on. You want to donate a machine where I can run my script and fetch the results?
Title: Re: CVS Debian Packages are available
Post by: GonoszTopi on November 01, 2008, 12:22:22 AM
No machine to build on.
Cross-compile?
Virtual Machine?
 ;)
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on November 01, 2008, 04:39:36 PM
Sure. But why. I started this, because I wanted /needed it. And I need testing/x86/32bit. I donated some space and traffic to let people use what I did for my own. That's open source, guy. Someone does something for himself and let others use it. Then someone asked for a release for stable/x86/32bit. He found a machine for it, and I donated some work and knowledge and came where I am now. Everyone can build the pkg's by himself. I do it on my machine, and if someone gives me the possibillity to build on his, he'll get pkg's for that. I can't setup a vm for everthing a user wishes. For this there are much to many possible combination in the debian universe. I couöd now start with crosscompile for powerpc, but what distro. I start testing, they ask for stable, I start both they ask for arm. When everthing is compiled it has to be uploaded, and this should happen before the next tarball comes. Besides this, I sometimes want to use my pc for other things, too. So my point: I get access to a machine, I'll build for the machine with this flavour of debian. No Access, no pkg's from my site.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on July 09, 2009, 08:39:47 AM
wx repo updated to 2.8.10.1, so wx in the sources.list line is now needed for install. Again. For everyone who has  to add it now, leave it in there, if a proper wx-version arrives in debian, the repo will be empty and you get a newer one from there if needed again.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on August 09, 2011, 11:03:08 PM
wx upated to 2.8.12 for testing.
Title: Re: CVS Debian Packages are available
Post by: Vollstrecker on August 30, 2011, 01:36:20 PM
Stable has 2.8.12 now, too. Next step: rc2