View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001808aMuleMessagespublic2020-04-12 19:442020-05-03 09:47
Reportervoein 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version2.3.3 
Summary0001808: Compilation error Ubuntu 20.04
DescriptionThis patch on the latest tarball fixes compilation errors.

271c271
< bfd_vma vma = bfd_get_section_vma(abfd, section);
---
> bfd_vma vma = bfd_section_vma( section);
278c278
< bfd_size_type size = bfd_section_size(abfd, section);
---
> bfd_size_type size = bfd_section_size( section);


However, amule GUI still hangs for me.
TagsNo tags attached.
Fixed in Revision11038
Operating SystemLinux
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2020-04-12 19:44 voein New Issue
2020-05-03 09:47 GonoszTopi Fixed in Revision => 11038
2020-05-03 09:47 GonoszTopi Status new => resolved
2020-05-03 09:47 GonoszTopi Resolution open => fixed
2020-05-03 09:47 GonoszTopi Platform l =>
2020-05-03 09:47 GonoszTopi Fixed in Version => 2.3.3


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker