VOOZH about

URL: https://bugs.amule.org/view.php?id=1808

⇱ 0001808: Compilation error Ubuntu 20.04 - aMule Bug Tracker


Anonymous | Login | Signup for a new account2026-06-29 03:29 CEST👁 RSS
My View | View Issues | Change Log | Roadmap

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

 Relationships