Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52032 - mldonkey-2.5.21-r2.ebuild (update)
Summary: mldonkey-2.5.21-r2.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL: http://www.8ung.at/spiralvoice/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 12:32 UTC by teedog
Modified: 2004-06-18 07:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mldonkey-2.5.21-r2.ebuild (mldonkey-2.5.21-r2.ebuild,2.64 KB, text/plain)
2004-05-25 12:33 UTC, teedog
Details
mldonkey-2.5.21-r2.ebuild (mldonkey-2.5.21-r2.ebuild,2.64 KB, text/plain)
2004-05-26 11:23 UTC, teedog
Details
mldonkey-2.5.21-r2.ebuild (mldonkey-2.5.21-r2.ebuild,2.74 KB, text/plain)
2004-05-30 13:06 UTC, teedog
Details
mldonkey-2.5.21-r2.ebuild (mldonkey-2.5.21-r2.ebuild,3.00 KB, text/plain)
2004-05-30 23:39 UTC, teedog
Details
mldonkey-2.5.21-r2.ebuild (mldonkey-2.5.21-r2.ebuild,3.00 KB, text/plain)
2004-06-02 16:39 UTC, teedog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teedog 2004-05-25 12:32:52 UTC
This ebuild updates the patched MLDonkey 2.5.21 from patchpack C to patchpack E.  Significant bugfixes include the Bittorrent commit and autosharing bugs.  See http://www.8ung.at/spiralvoice/ for more details for the patches.

Reproducible: Always
Steps to Reproduce:
Comment 1 teedog 2004-05-25 12:33:40 UTC
Created attachment 32017 [details]
mldonkey-2.5.21-r2.ebuild

Only changed patch_pack21c to patch_pack21e.
Comment 2 teedog 2004-05-26 11:22:02 UTC
Unfortunately the update isn't as simple as I thought.  I get compile errors which people on the MLDonkey forum said can be solved if I install Ocaml 3.07.  Unfortunately, I still failed to compile successfully with Ocaml 3.07.  Hopefully others will have better luck.
Comment 3 teedog 2004-05-26 11:23:11 UTC
Created attachment 32088 [details]
mldonkey-2.5.21-r2.ebuild

Changed the Ocaml dependency from 3.06 to 3.07.
Comment 4 Jon Hood (RETIRED) gentoo-dev 2004-05-28 14:02:30 UTC
Yes, I have looked at this update and have also failed to successfully compile it; I'll work on it a little more later, but if someone else could figure out where the hickup is, lemme know.
Comment 5 teedog 2004-05-30 13:06:26 UTC
Created attachment 32333 [details]
mldonkey-2.5.21-r2.ebuild

I have successfully compiled MLDonkey 2.5.21e with this working ebuild.  I
added the line
export OCAMLRUNPARAM="l=256M"
as instructed on http://8ung.at/spiralvoice/ and all is well now.
Comment 6 teedog 2004-05-30 23:39:15 UTC
Created attachment 32367 [details]
mldonkey-2.5.21-r2.ebuild

Added bug warning from
http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/mldonkey/mldonkey/distrib/ChangeLog?rev=HEAD

einfo "Note: Download speed is limited to 0.5*max_hard_download_rate."
einfo "Double your max d/l rate setting until this bug is fixed."

My 2.5.21e installation using this ebuild has been running for 6 hours with no
problems.
Comment 7 teedog 2004-06-02 16:39:44 UTC
Created attachment 32552 [details]
mldonkey-2.5.21-r2.ebuild

Updated the patchpack to version f.  No other changes.
Comment 8 Jon Hood (RETIRED) gentoo-dev 2004-06-02 19:52:10 UTC
Are you able to successfully compile patch_packf?

ocamlopt.opt -inline 10    -I src/utils/cdk  -I src/daemon/chat  -I src/utils/lib  -I src/utils/net  -I tools  -I src/daemon/common  -I src/daemon/driver  -I src/utils/mp3tagui  -I src/config/unix  -I src/gtk/newgui  -I src/gtk/gui2  -I src/gtk/configwin  -I src/gtk/okey  -I src/gtk/gpattern  -I icons/tux  -I +lablgtk  -I src/gtk/progress  -I src/im  -I src/im/yahoo  -I src/im/irc  -I src/networks/gnutella  -I src/networks/gnutella2  -I src/networks/fasttrack  -I src/networks/fileTP  -I src/networks/bittorrent  -I src/networks/donkey -I +camlp4 -pp "camlp4o ./tools/pa_log.cmo q_MLast.cmo -VINFO" -c icons/tux/complex_search_xpm.ml
File "icons/tux/splash_screen_xpm.ml", line 3904, characters 14-15:
Uncaught exception: Stack_overflow
Preprocessor error
make: *** [icons/tux/splash_screen_xpm.cmx] Error 2
make: *** Waiting for unfinished jobs....
Comment 9 teedog 2004-06-02 20:52:49 UTC
Yeh, I emerged the ebuild I uploaded just fine.  Did your error come from compiling the newest ebuild or compiling manually?
Comment 10 teedog 2004-06-02 20:54:11 UTC
By the way, my CFlags are as follows:
-O2 -march=pentium3 -pipe
Comment 11 Jon Hood (RETIRED) gentoo-dev 2004-06-18 07:22:42 UTC
update now in portage, thanks!