FS#78459 - [upx] Error in version string

Attached to Project: Community Packages
Opened by Jesus Eguiluz (Gsus) - Tuesday, 09 May 2023, 18:51 GMT
Last edited by Alexander F. Rødseth (xyproto) - Saturday, 17 June 2023, 13:11 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: upx show version string has "v4.0.2" but in the original binary the string version is "4.0.2"

the problem is the pyinstaller fails with the extra "v" en the version string.

----->(pyinstaller log)
221 INFO: An exception occurred when testing for UPX:
221 INFO: ValueError("invalid literal for int() with base 10: 'v4'")
221 INFO: UPX is not available.
----->

Additional info:
* package version(s) 4.0.2-1

Steps to reproduce:

install the package upx (sudo pacman -S upx)
run upx --version
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Saturday, 17 June 2023, 13:11 GMT
Reason for closing:  Fixed
Comment by Alexander F. Rødseth (xyproto) - Saturday, 17 June 2023, 13:11 GMT
Thanks for reporting!

Loading...