[MacPorts] #51856: upx port doesn't include LZMA support
#51856: upx port doesn't include LZMA support ----------------------+-------------------------------- Reporter: neil@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: MacPorts Future Component: ports | Version: 2.3.4 Keywords: upx lzma | Port: upx ----------------------+-------------------------------- I'm guessing this is a dependency change and build switch? $ upx -d foo.exe Ultimate Packer for eXecutables Copyright (C) 1996 - 2013 UPX 3.09 Markus Oberhumer, Laszlo Molnar & John Reiser Feb 18th 2013 File size Ratio Format Name -------------------- ------ ----------- ----------- Assertion failed: (0 && "Internal error - LZMA not compiled in"), function isValidCompressionMethod, file packer_c.cpp, line 43. Abort trap: 6 -- Ticket URL: <https://trac.macports.org/ticket/51856> MacPorts <https://www.macports.org/> Ports system for OS X
#51856: upx port doesn't include LZMA support --------------------------+---------------------------- Reporter: neil@… | Owner: cedric.luthi@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: upx | --------------------------+---------------------------- Changes (by ryandesign@…): * cc: neil@… (removed) * owner: macports-tickets@… => cedric.luthi@… * milestone: MacPorts Future => * keywords: upx lzma => * type: request => enhancement Old description:
I'm guessing this is a dependency change and build switch?
$ upx -d foo.exe Ultimate Packer for eXecutables Copyright (C) 1996 - 2013 UPX 3.09 Markus Oberhumer, Laszlo Molnar & John Reiser Feb 18th 2013
File size Ratio Format Name -------------------- ------ ----------- ----------- Assertion failed: (0 && "Internal error - LZMA not compiled in"), function isValidCompressionMethod, file packer_c.cpp, line 43. Abort trap: 6
New description: I'm guessing this is a dependency change and build switch? {{{ $ upx -d foo.exe Ultimate Packer for eXecutables Copyright (C) 1996 - 2013 UPX 3.09 Markus Oberhumer, Laszlo Molnar & John Reiser Feb 18th 2013 File size Ratio Format Name -------------------- ------ ----------- ----------- Assertion failed: (0 && "Internal error - LZMA not compiled in"), function isValidCompressionMethod, file packer_c.cpp, line 43. Abort trap: 6 }}} -- Comment: According to `port variants upx`, the port has an +lzma variant. Did you try installing with that? {{{ sudo port install upx +lzma }}} If use of lzma is common, maybe that should be made a default variant, or the variant removed and the functionality always turned on. -- Ticket URL: <https://trac.macports.org/ticket/51856#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#51856: upx port doesn't include LZMA support --------------------------+---------------------------- Reporter: neil@… | Owner: cedric.luthi@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: upx | --------------------------+---------------------------- Comment (by neil@…): Replying to [comment:2 ryandesign@…]:
According to `port variants upx`, the port has an +lzma variant. Did you try installing with that?
I didn't. I didn't realise there was a variant available.
{{{ sudo port install upx +lzma }}}
If use of lzma is common, maybe that should be made a default variant, or the variant removed and the functionality always turned on.
I can't speak about whether it's common or not. I needed to unpack a upx- packed windows EXE file. It failed with the error I gave. -- Ticket URL: <https://trac.macports.org/ticket/51856#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts