FS#30018 - [milkytracker] 0.90.85-4: stripping breaks decompression modules

Attached to Project: Community Packages
Opened by Ondřej Hošek (RavuAlHemio) - Friday, 25 May 2012, 23:17 GMT
Last edited by Alexander F. Rødseth (xyproto) - Saturday, 26 May 2012, 10:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Since the option "strip" is not explicitly deactivated in the milkytracker PKGBUILD, the rather zealous strip program removes the symbols used to make sure that various MilkyTracker decompression modules, among them .umx, are initialized. This robs MilkyTracker of the ability to load specific file formats.

Steps to reproduce:
1. Attempt to open a .umx file in MilkyTracker. It fails.
2. Rebuild MilkyTracker without stripping the binary.
3. Attempt to open a .umx file in MilkyTracker. It should succeed.

To fix, edit PKGBUILD "options" entry:
options=('docs' '!strip')
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Saturday, 26 May 2012, 10:40 GMT
Reason for closing:  Fixed
Comment by Alexander F. Rødseth (xyproto) - Saturday, 26 May 2012, 07:33 GMT
Thanks for reporting! Will fix.
Comment by Alexander F. Rødseth (xyproto) - Saturday, 26 May 2012, 07:44 GMT
The updated package will appear in [community] shortly.

Loading...