Closed ahesford closed 2 years ago
Note: this segfault also affects xpra
when trying to connect to a remote session with, e.g.,
xpra start ssh:remote-hostname --exit-with-children --start-child xterm
because xpra
tries to use lz4
compression. I believe this can be worked around in xpra
by disabling lz4
compression using the --compressors=lzo,zlib
argument or the compressors
configuration option.
Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.
System
xuname:
package:
python3-lz4-3.1.3_1
Expected behavior
Running
xbps-src check python3-lz4
in anx86_64-musl
masterdir should succeed.Actual behavior
As run:
Adding
make_check_args="-v"
:Steps to reproduce the behavior
@ericonr, if you're bored and looking for something to think about. Alpine is no help because their version of
py3-lz4
is much older.