aMule Forum
English => aMule News => Topic started by: deltaHF on December 22, 2004, 02:43:27 AM
-
Hi,
here it is, aMule 2.0.0rc8 - the last RC version :D
(http://www.amule.org/amule/images/softpedia_free_award_f.gif) (http://www.softpedia.com/progClean/aMule-rc-Clean-15802.html)
Download (rpm, *.gz,*.bz2):
http://www.amule.org/files/files.php?cat=15
UHU Linux 1.1 pack - for the first time:
http://www.amule.org/files/download.php?file=49
23.12.2004 - NEW UPDATED RPM for SuSE 9.0 & 9.1 and Mandrake 10.0 (4mdk) & 10.1 (5mdk) - please redownload when you have the previous one!
24.12.2004 - Added NetBSD tarball - fixed compilation problems (thx to CosmicDJ)
25.12.2004 - Added FC1/2 & RH9 rpms
27.12.2004 - Added MDK 10.1 & 10.0 rpms pack, based on the stable version of wxWidgets (2.4.2) - please read the README file you will find in!
02.01.2005 - Added SuSE 9.2 x86_64 rpms (aMule-2.0.0rc8, wxGTK & wxBase 2.4.2)
06.01.2005 - Added debian SID pack (aMule+utils)
Compilation/installation problems:
http://forum.amule.org/board.php?boardid=66
The changelog:
Version 2.0.0rc8 - The "last rc" version.
----------
2004-12-21
Baz:
- Fix for server stats for users/files not being updated correctly.
- Fix for ERROR and WARNING server messages not being shown.
- Fixed server / transfers window splitters not being loaded/saved correctly.
- Fixed categories on search dialog not being refreshed on category name change.
deltaHF:
- Show comments for shared files
Hetfield:
- Some fix in new Tray system and desktopMode bypass
Jacobo221:
- Added option to select the max and min size-type in advanced
searches.
- When "Extended Parameters" in Search tab is not selected,
defaults are used.
- Now "Auto-update serverlist at startup" checks if there's a
serverlist to avoid annoying messages at startup.
- "Clear completed downloads" is now disabled while no
completed downloads are listed.
- Context menu for download items only enables relevant
information now.
- Context menu little optimization (removed an unuseful loop)
and Open File fix.
- Added bitmap button wich pops-up the last status log line
(useful when it doesn't fit the window).
- Merged Preview and Open File and enabled Open File.
- New Port column in Servers tab (splitting IP column).
- Moved "Always filter bad IPs" from Server to Security
in Preferences.
- Changed "Preference" in servers tab as suggested by Sir and
"IP" to "Address" since that's more accurate (could be DNS).
- Optimizations in the RLE code.
- Based on kry's patch, also darken paused files' progress
bar.
- Translations updates.
- Fixed: Servers priority now working. (reported by Sir)
- Fixed: Now all unset Server Priorities are set to normal.
(reported by plaenky)
- Fixed: Sorting Servers by priority works now.
- Fixed: Setting "A4AF to others" works now.
- Fixed: Server names sorting now differences between names
and IPs.
- Fixed: Last byte is now drawn in bar progress.
- Fixed: Stop button now working after second global search
and another hidden bug in global searches' progress bar.
(reported by ecforum)
[/list]
ken_aMule:
- Fixed ipfilter on big endian archs.
- Fixed several wxWidget's bugs that were creating serious memleaks on Mac
Kry:
===============::MULTIPLATFORM::===============
- When a socket connection error like WOULD_BLOCK happens, aMule retries
the connection to avoid just-once errors
- Stopped files are now darker than non-sources ones.
- AICH e-links working now, with masterhash and with hashset
- Proper handling of removing -fomit-frame-pointer flag that worls on all platforms.
- Initial support for wx-compliant systray. Will be ready for 2.0.0 final release.
- aMule no longer crashes on opening a non-existing folder. CDirIterator is safe now.
- Fixed crash on app close - never call a pure virtual function from a destructor.
- Moved the init/close code of aMule to where they belong: destructor/constructor.
- Much more debug info available to debug packets (packet dump and others)
- Major network improvements:
* Improved the socket processing on CPU usage and performance.
* Coded the functions handling the network string/bytes conversion of ips and
hostnames and the generic hostname solving thread, non dependant from host's
socket implementation. Less CPU and more reliable on both cases.
- Crash fixed on wrong arguments for wxString::Format
- New option on right click on downloading or search files for showing eserver's stats for
that filehash. Needs browser correctly configured on preferences.
- Implemented messages filtering, from know clients/bogus clients/by words.
- Fixed hashing files changing display status.
- Fixed crash where transferwnd and clientlistctrl could be accessed before created.
- Listen socket on accepting connection no longer uses a blocking socket (CPU improvement).
- Not linking anymore to gtk libs if not needed.
- "GTK: Not Detected" is now either "Not Detected" or "Not Used" to avoid confusion.
- Fix for crashing on 'OK' button on preferences.
- Fix for preferences window being unreachable if aMule is minimized while showing it.
- Fix for crash on HTTP dialog if StopAnimation() was not called on destructor.
- Fixed crash when shutdown and preferences window open.
- Implemented OS_Info tag. Broke it 400 times, and fixed it 401 times, so working.
- Implemented statistics tree for OS_Info tag.
- Fixed several memory corruption issued caused by icons with wrong size.
- Fixed several memory corruption bugs on amule init/close.
- When aMule crashes, it not longer fails saving:
* Preferences (Saved on 'OK')
* Categories (Saved on changes)
* Total upload / download bytes (saved while running).
- Fixed crash on OP_MULTIPACKETANSWER
- Sent wxInt and wxUInt classes usage down the drain for the standard int / uint
- Implemented "Share hidden files" checkbox.
- Immplemented the CT_EMULECOMPAT_OPTIONS new tag.
Right now only OS info support capabilities.
- Implemented new short tags style for server and client interchange of info.
Fixes not being able to browse eMule >=0.42x shared files.
- Fixed aMule daemon compilation to use wxBase headers and libraries.
This fixes amuled not compiling on wxBase only-boxes, thus making it kinnda pointless.
- Fixed AMD64 and GCC4.0 compilation/run, closes debian bug #285110
- Fixed some performance issues on Log text controls.
- Fixed long browsers requests on WebSocket. Buffer is now enlarged accordingly.
- Fixed timeout on webserver socket being... 10 minutes!!!
- Fixed several 100% cpu errors on WebSocket.
- Fixed our source exchange implementation that was... uh... wrong.
- Fixed stats tree on webserver.
- Misc. work on ECv2 implementation of messages.
- aMule can send now RGB encoded images via ECv2
- Webserber can read ECv2 Image tags via the new CDynPngImage class.
- eMule+ is now recognised under compatible client tag 0x05
- Unicode fixes on webserver.
- Got rid of almost all wxString::GetData()
- Major CPU improvements on WebServer.cpp
- otherfunctions.* is now clean from aMule specific stuff. Can be used anywhere.
- otherfunctions now have a namespace (surprinsigly named 'otherfunctions')
- Changed wxFileStreamInput -> wxFile (less class overhead).
- Several speed fixes on Stats code.
- Fixed possible crash on search thread creation + verbose on error.
- Fixed aMule crashing when local search is not returning and we click stop
or start another search.
- Fixed severeral endianess bugs.
- General rewrite of UDP Socket
* Received packets when app is not ready are now discarded.
* Small fix preventing memleaks and some strange asserts
* Fixed a severe memleak if 2 UDP packets are send at the same time, before the
first one finishes.
* Fixed the host solving fail not cleaning the data (another severe memleak)
* Fixed sending wrong data to wrong servers and thus not being replied.
* Fixed some server udp packets never reaching destination.
- Unicode fixes (char*/wxString issues)
- General cleaning, bugfixing and documenting.
- Added files:
StringFunctions.(h/cpp)
NetworkFunctions.(h/cpp)
==================::MAC::===================
- Fixed server connection crashes related to accepting a connection from a being
destroyed socket. Probably fixes also some random BSD/Linux crashes on conection.
- Got rid of all includes, improved compilation speed greatly.
- Fixed stats color boxes
- Fixed servers saving, not anymore stored wrong internaly.
- Coded Mac packager script for releases with included libcurl and wxWidgets.
- Included Mac aMule.app bundle on sources.
- Fixed sharing /Volumes and other special folders.
- Fixed crash on server.met download
permats:
- FIXED: Preferences -> Security -> Permissions wasn't being
correctly saved for directories.
[/list]
phoenix:
- Lots of unicode fixes.
- Added readline and history support to amuleweb/amulecmd text
clients.
- Added template loading capability to amuleweb with the new
command line parameter -t.
- Changed m4/readline.m4 so that readline libs are only used
when needed, i.e., no longer append readline libs to LIBS,
use READLINE_LIBS instead.
- Fixed crash in aMule when amuleweb tried to get transfers
tab and aMule had never connected to a server before.
- New backtrace output with demangled function names, file
names and line numbers, when possible.
- Initial (not functional yet) SOCKS5 proxy support.
- Initial (not functional yet) SOCKS4 proxy support.
- Initial (not functional yet) HTTP proxy support.
- Updated some tests in configure.in.
- Fixed a problem with _() usage. Static string initialization
must be done with wxTRANSLATE, and wxGetTranslation() must
be explicitly called in code instead of _().
- Fixed a bug in WebServer.cpp:CWebServer::GetStatusBox():
return value was missing end tags.
- Changed back to macro the inline function version of
unicode2char() when using UNICODE. Unfortunately, when the
fucntion returns, the string object gets out of scope, so we
stick to the macro version for now.
[/list]
lfroen:
- Moving amuleweb to EC version 2.0
- Fixes on amuleweb socket code
- Added generated png images to amuleweb
- Added RLE encoder for gap and parts status to EC
- Fixes in amule daemon
Madcat:
- Added support for detecting HydraNode clients.
GonoszTopi:
- Initial work on EC protocol version 2.0.
- Fixed a crash on broken language files (.po)
- Some GUI cosmetics.
- Lots of i18n fixes.
- As a side effect, fixed the "Any" search in webserver.
- Fixed webserver connection with empty passwords. :)
- Fixed webserver connection with guest account.
- Added "add " command to amulecmd.
- Tracked down and killed a number of hidden bugs.
- Added commands to change/monitor bandwidth settings to
amulecmd.
- Made wxTRANSLATE actually work.
- Fixed graphs in webserver. Also added the missing back.gif file.
- Fixed buffer overflow problem in ed2k link handler.
- Stats bug fixed.
wizeman:
- Helped finding the code snippet where WebSocket was failing on request.
- Fixed 'Safe Max connections' code. It's safer to use it now, and it works.
- Fixed bug where amule would start consuming 100% cpu when it received a
corrupted EC packet.
- Fixed webserver, it wouldn't close connection when it received a POST request.
- Fixed webserver crash: added mutex to make variable wcThreads thread-safe.
- Fixed webserver <-> amule communication corruption when the webserver
received simultaneous requests. The problem was that all webserver threads
were using the same socket for sending/receiving EC packets to/from amule
without synchronization.
[/list]
Xaignar:
- Added the new casting macros to otherfunctions.
- Added a helper-function to CMuleListCtrl for use in the Sorter functions.
- Fixed the priority-column on Server List.
- Added the handling of friends to ECv2 implementation.
- Merged CUploadListCtrl and CQueueListCtrl on CClientListCtrl.
- Added the posibility to see a list of all existing clients.
- Fixed aMule dialog not always being unfrozen upon restoring it from tray.
- Some changes to the overhead calculation functions.
- Slight improvement of the GetScore function CPU usage.
- Replaced "theApp.glob_prefs->" with the new usage "thePrefs::"
- Fixed the MyTimer class behind GetTickCount returning random values on close.
- Fixed two crashes on ClientList.
- Fixed compilation for solaris on several places.
- Make sure that clients cant just crash us by sending a aich-request for an invalid hash.
- Fixed a couple of sub-menues.
- Removed the leech-mod checks, they were getted outdated anyway
- Fixed open sockets count.
- Avoid re-layouting the entire dlg when updating some labels.
- Small fix to CMuleNoteBook.
- Adding a missing event-handler en shared files tab.
- Changed the primary hashing thread to do both MD4 and AICH hashing for non-part files.
This cut down hashing of ~2.8gb of data from ~12:40 minutes to ~7 minutes on tests.
- Adding checks against the user sharing the following dirs: Home-dir, .aMule, Temp-dir.
Sharing home is allowed but results in a warning.
- Fixed the Upload-parts drawing.
- Fixed sorting by filename on the Uploading list.
- Fixed crash on server list auto-update. Removes the possibility of overrunning a array.
- Optimization of UpdatePartsInfo, which now no longer needs to traverse the parts-info
arrays of each source for that file.
- Fixed the redraw problems where some things wouldn't be erased on list controls.
- Code cleaning, documenting and rewrite.
Special Thanks To:
Ateo: (US english / en_US)
biger [HUN]: (Hungarian / hu_HU)
experience.chris: (German / de_DE)
GhePeU: (Italian / it_IT)
Gusar: (Slovenian / sl_SL)
ilbuio: (Italian / it_IT)
KamiKazeNH: (Brazilian / pt_BR)
mad_soft: (Spanish / es_ES)
nbfnw: (Chinese / zh_CH)
Ogon: (Polish / pl_PL)
piarres: (Basque / es_EU)
pukyxd: (Catalan / es_CA)
Supersnail (Dutch / nl_NL)
Typhon: (Slovenian / sl_SL)
alehack, alus,
boutros, fossybaer,
Frankk, han,
junaru, sebaX,
skolnick, sLiCeR\,
Vollstrecker, volpop,
{xmb}
- Bug and feature reporters:
Banerjee, chisky2003,
Danny, ecforum,
fctk, Gnucco,
hades, jaguarwan,
jolupa, juanii,
kdka, kno,
m2kio, MichaelLong,
Pableron, pi-c,
plaenky, realcruncher,
Sir, Sniffer,
sosonok, |Syrius|,
xplode_me
#amule irc.freenode.net
wiki http://wiki.amule.org
forums http://forum.amule.org
bugtracker http://bugs.amule.org
Welcome our new aMule team members:
lionel77, ken_aMule, nachbarnebenan & one2one
have fun and merry x-mas ;)
aMule Team
-
Nice to see this!!!
But...I was just wondering if there are many differences between RC8 and CVS 20041221? since I just downloaded and installed this CVS version.
Thanks for any help.
-
Hmm...Just wanted to add a nice Merry XMAS to you all, and a happy new year!! and also thanks for including me in the list of contributors. I'm pretty proud of being considered as such for a project like amule.
Best Regards.
Skolnick.
-
Originally posted by skolnick
But...I was just wondering if there are many differences between RC8 and CVS 20041221?
not really.. so keep the cvs running ;)
-
MDK 10.1 packages? :__
-
Damn. You guys have worked your asses off between releases. Thanks!!!
Running rc8 as of now compiled against gtk2 & wxGTK 2.4.2. Seems to be working normal as usual. :)
-
Originally posted by Targaryen
MDK 10.1 packages? :__
in some hours.. tomorrow.. in some days.. <- when our packager is ready ;)
be patient plz
-
Slackware 10 packages availible : English | aMule Help | aMule slackware 10 packages (http://forum.amule.org/thread.php?goto=lastpost&threadid=4019&sid=)
-
I will realease MDK packages this night, i m still at work now, be patient :)
Thepolish
-
just a question: does amuled compile and work with wx* 2.4 or does it require wx* 2.5.3?
-
2.5.3
Will never work with 2.4.x there's no way we can get it to work, it's lib's fault.
-
thank you
here (http://bugs.gentoo.org/show_bug.cgi?id=71108) and as attachment you can find a gentoo ebuild for rc8
-
@GhePeU:
Which TV show/movie is your avatar from? I swear I've seen it before, just can't remember where ?(
Thanks.
-
Do the evolution, Pearl Jam's video produced with Todd McFarlane (Spawn)
-
Working fine in MDK 10.1. Only problem was the need for wxGTK 2.5.3 to compile (some problem with the one packaged by Mandrake?).
About "AICH e-links working now, with masterhash and with hashset"...with RC7 AICH was only usable if you found a trustable quantity of masterhashes from other clients?? That explains why I never saw it used :p
-
Hi,
WARNING !!! UPDATES WITH RC8 LAST FIXES
Mandrake 10.1 rpm released:
http://download.berlios.de/amule/Mandrake-10.1-aMule-2.0.0rc8-5mdk-wx2.5.3-unicoded-rpm-pack.tgz
Mandrake 10.0 rpm released:
http://download.berlios.de/amule/Mandrake-10.0-aMule-2.0.0rc8-4mdk-wx2.5.3-unicoded-rpm-pack.tgz
Mandrake compilation WARNING: If you compile yourself, to have configure detecting well readline library, u must have installed libreadline4-devel AND libncurses5-devel. Only readline will not work !
Thepolish
-
so I will wait for a x86_64 rpm build... seems compiling under suse 9.2 64 bit is a kind of tricky...
-
Originally posted by thepolish
Hi,
Mandrake 10.1 rpm released:
http://download.berlios.de/amule/Mandrake-10.1-aMule-2.0.0rc8-2mdk-wx2.5.3-unicoded-rpm-pack.tgz
Mandrake 10.0 rpm released:
http://download.berlios.de/amule/Mandrake-10.0-aMule-2.0.0rc8-3mdk-wx2.5.3-unicoded-rpm-pack.tgz
Mandrake compilation WARNING: If you compile yourself, to have configure detecting well readline library, u must have installed libreadline4-devel AND libncurses5-devel. Only readline will not work !
Thepolish
Installed & working like a charm! thx!
EDIT: Not as good.....there are some bugs in systray (systray message popup and systray right-click menu appears in black)
-
EDIT: Not as good.....there are some bugs in systray (systray message popup and systray right-click menu appears in black)
Yes... systray was compiled with utf8 option and this appears to not as good as it should be...
Thepolish
-
Originally posted by thepolish
EDIT: Not as good.....there are some bugs in systray (systray message popup and systray right-click menu appears in black)
Yes... systray was compiled with utf8 option and this appears to not as good as it should be...
Thepolish
Does it means a new package soon? :D
-
thepolish,
There was a bug in UTF-8 systray code, reported by littletux and fixed by GonoszTopi, just after rc8 release. Should be working now.
Efe, if you want you can build a new package from current cvs, noone has touched it yet.
Cheers!
-
works well on FreeBSD 5.3, no problems with configure/gmake.
but now, all my credits have gone...have to download with 13Kb/s, before is were 60 KB/s....maybe in some days it'll be normal ;)
-
Hi,
While I'm deeply gratified to be credited in the ChangeLog (under "ken_aMule", my IRC nickname), I can't take credit for things I had no hand in. Only the first item under my name is actually mine. The other items should properly be credited to someone else.
Thanks, though! And congratulations to the aMule development team for this major new release!
-
Hi,
Packages for Mdk updated with last fixes (included utf8 systray). Now on berlios, (see links in my above post) and will be added on amule dl page tomorrow by Delta.
Thepolish
-
Originally posted by thepolish
and will be added on amule dl page tomorrow by Delta.
done
-
Originally posted by thepolish
Hi,
Packages for Mdk updated with last fixes (included utf8 systray). Now on berlios, (see links in my above post) and will be added on amule dl page tomorrow by Delta.
Thepolish
Installed & working perfectly. Systray bug fixed. Thx!
-
It seems that the new 5mdk package still have the 'weird characters' issue in amuleweb search queries (bug described here: http://bugs.amule.org/view.php?id=238).
It is reported to be fixed. Any chance that the Mandrake RPMs will be updated?
By the way, congratulations for the great work on RC8 and happy Xmas! :P
-
heh, hey ..
if we update everyday the packges, then there will be no need to release 2.0 final anymore ;)
just be patient, 2.0 final will be out soon
cheers
-
Yes, why not making new packages for every distro everyday? ;)
-
Just what could be possible is automated rpm build from cvs everyday :)
Thepolish
-
efe, what about non-unicode rpms for mdk ?
-
A little question...will Kad be in 2.0 final? :D
-
A little reply... No!
Unicode network and Kad will be AFTER 2.0.0 final (and anyway I'm working at both right now)
-
Hi to all !
I want a debian (deb) package for the amule rc8.
anyone has a link?
Thanks
-
if its not on debian yet, then we don't have it too :/
http://packages.debian.org/unstable/x11/amule <- once the page says 1.2.6+rc8 you should try apt-get
cheers
-
Thanks deltaHF
-
Greetings!
Good job for rc8, ppl!
But it looks like there is a nasty bug. I installed rc8-4 for Mdk 10 rpm. It crashes after a day or so without any error message. This behavior is repeatable as it keeps on crashing after a day of execution. I cannot tell the cause ?(
Btw, I didn’t have this problem with rc7… With previous rc8 (without the fix for utf8), it was crashing like in 10 mins. So rc8-4 runs longer :)
Is there a way to get more information about the crash?
Anyway, have a great Christmas there :)
PS:
The OS is Mdk 10 with libxwgtk installed from aMule rpm package.
-
hi indian,
it could be a wxgtk 2.5.3 problem. i dunno if you want to recompile wxgtk and amule yourself using a stable wxgtk version - but it might help you ;)
cheers
-
Hi,
Concerning rc8 rpm on Mdk 10.0, i ve no crash with it:
aMule 2.0.0rc8 has been running for 1 D 00 h
Fox is on Razorback 2 [195.245.244.243:4661] with HighID
Sharing: 76 file(s), Clients on queue: 2889
I had no prob with previous rpm version...
So, i think it is a problem related to your specific installation :)
Thepolish
-
Originally posted by thepolish
So, i think it is a problem related to your specific installation :)
Thepolish
yes, and thats why we should provide amule rpms for wx 2.4.2 too ;) :P
-
Just be sure to use the wx rpm provided in the pack, and have all other from mandrake previously desinstalled :)
Thepolish
-
Greetings...
well, i uninstalled rc7 rpm first, then installed rc8 using aMule rpm. i didn't really touch wx as it didn't change from rc7, and rc7 was stable to run for 4-5 days. But rc8 crashes after a day *always* (I saw 1D 5H once). Unfortunately these crashes are leaving the files in an unstable state.
Btw, is there any info about how to compile wx2.5.3 (all necessary packages ..etc). I remember reading somewhere not to use the packages supplied by Mdk...
-
indian, if u want smth stable then u better get wxgtk and wxbase 2.4.2 ;)
http://www.amule.org/wiki/index.php/Compilation_Installation
just drop the crypto++ compilation, not needed anymore
cheers
-
Originally posted by indian
Greetings...
Btw, is there any info about how to compile wx2.5.3 (all necessary packages ..etc). I remember reading somewhere not to use the packages supplied by Mdk...
Yes, DONT USE MANDRAKE WX BUT THE ONE SUPPLIED IN THE PACK !!!
Thats why there is a pack, btw
And desinstall previously all mandrake wx packages
And it will be stable... :]
aMule 2.0.0rc8 has been running for 1 D 12 h
Sharing: 87 file(s), Clients on queue: 3000
Thepolish
-
hi ppl,
just added MDK 10.1 rpm pack based on wx2.4.2 -> http://www.amule.org/files/details.php?file=54
take a look in the readme file
MDK 10 rpm will follow tomorrow ;)
thx thepolish :)
-
Originally posted by thepolish
Originally posted by indian
Greetings...
Btw, is there any info about how to compile wx2.5.3 (all necessary packages ..etc). I remember reading somewhere not to use the packages supplied by Mdk...
Yes, DONT USE MANDRAKE WX BUT THE ONE SUPPLIED IN THE PACK !!!
Yup, as I said before, I uninstalled original Mdk wx packages.
I will give 2.4.2 a shot tonight and let you know
-
indian, http://www.amule.org/files/details.php?file=55
-
Originally posted by deltaHF
indian, http://www.amule.org/files/details.php?file=55
Tnx, guys!!! :D
I just installed wx2.4.2. I'll let you know how it goes...
Greetings!
-
Hi, everybody
i've just installed Mandrake-10.1-aMule-2.0.0rc8-6mdk-wx2.4.2-ansi-rpm-pack
it works fine, the webserver is fast, and the search page works (unreable answers with Mandrake-10.1-aMule-2.0.0rc8-5mdk-wx2.5.3-unicoded-rpm-pack)
So the Xmas gift is very very cool, thanks a lot, I will donate soon (after donae for the indian victims).
In my opinion, the next step is Kadmelia.
See ya.
-
anything new about some suse 9.2 x86_64 packages for rc8?
-
if my vmware trial v5 beta1 would work half as good as amule I could build some rpms...
thing is it only emulates 32b instead of 64b on my amd64 maschine ....
and I run gentoo so I can only build suse rpms in vmware...
have you tryed compile yourself?
stefanero
-
I tried but it seems to be a kind of funny with wx compiling rc8 under suse 64bit...
and I don't have the time to solve the problems suse the makes at the moment
-
Hey guys,
I cannot compile amule rc8 on gentoo here... :(
I've wxGTK 2.5.1 and it worked fine until rc8. It seems that 2.5.3 or 2.4.x is needed. Is that correct?
If so it would be better to downgrade, right?
BTW, here's my error/output:
!!! set-wxconfig: Error: Can't find normal or debug version:
!!! set-wxconfig: /usr/bin/wxgtk-2.4-config not found
!!! set-wxconfig: /usr/bin/wxgtkd-2.4-config not found
!!! You need to emerge wxGTK with -no_wxgtk1 in your USE
Any suggestion to do it without downgrade?
regards...
-
http://bugs.gentoo.org/show_bug.cgi?id=71108
-
debian SID pack added (see dl page) :)
-
>> I want a debian (deb) package for the amule rc8.
> http://packages.debian.org/unstable/x11/amule <- once the page says 1.2.6+rc8 you should try apt-get
why is version 2.0.0rc8 hidden in a package called 1.2.6+rc8 ?
who is making the debian package ?
kind regards philippe landau
-
Hi philippe!
The point is if the package were called amule-2.0.0rc8 and then one day amule-2.0.0 (aka "final") is released, chances are that apt-get wouldn't recognize amule-2.0.0 as the newer package... Thats why the Debian Maintainer responsible for amule (in fact i have no idea who it is, but if you do a 'apt-cache show amule' you should be able to find out) decided to use this a little odd numbering...
I have to admit that I tripped over this the first time I installed amule on debian, too, but as we are nearing the end of the rc-series this irritation should be over soon (TM). :))
-
The irritation goes on. Then it will be on 2.1rcsomething, I think.
-
Hmm, somehow I have a feeling it won't happen again, at least not as excessive as it did with 2.0.0...
But we will see... :)