Page MenuHomeSolus

Rebuild amule against wxwidgets2.8 series
ClosedPublic

Authored by euoar on May 28 2017, 3:43 PM.
Tags
None
Referenced Files
F11066637: D242.diff
Fri, Aug 11, 6:28 PM
F11053878: D242.diff
Fri, Aug 11, 12:10 AM
F10994846: D242.id512.diff
Wed, Jul 26, 1:04 AM
F10936366: D242.id.diff
Thu, Jul 13, 2:34 AM
F10758287: D242.id512.diff
May 17 2023, 2:28 PM
Subscribers
None

Details

Summary

This fixes T1802. See T1802 for more details.
Amule is for many users unusable because of a bug affecting memory use.
Building it against wxwidgets2.8 solves the problem with no detected side effects.
Both wxwidgets series are supported by the amule project.

Test Plan
  • I built and installed the package
  • Sent it for testing to two users affected by the memory bug
  • After more than 14 hours, amule keeps running without issues

Diff Detail

Repository
R355 amule
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ikey requested changes to this revision.May 28 2017, 7:00 PM

Only a minor change to make :D

package.yml
17

Please convert this to:

%autogen --with-wx-config=wx-config-2.8

This revision now requires changes to proceed.May 28 2017, 7:00 PM
package.yml
17

Hi Ikey :). Tried that before, but it wouldn't build, as then the option --with-wx-config=wx-config-2.8 doesn't get passed to configure, failing to compile.

This revision is now accepted and ready to land.May 28 2017, 7:45 PM
This revision was automatically updated to reflect the committed changes.

The reason I said to switch the autogen and didn't ask is because I'd already tested it and knew it to work :P R355:e9c520ffba46e7220f1a8cbffa483e6a6ad5c293

Argh.. Now I won't be able to stop until I understand why it fails for me XD