Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
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
|
DetailsDescription: 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
Saturday, 17 June 2023, 13:11 GMT
Reason for closing: Fixed

Thanks for reporting!