Closed
Description
(Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.)
What are the steps to reproduce this issue?
1.nic.pl
2.13
3.make
4.make package
What happens?
dm.pl: building package com.li.firstproject:iphoneos-arm' in
./packages/com.li.firstproject_0.0.1-1+debug_iphoneos-arm.deb'
open2: exec of lzma -c6 failed at /Users/lidongxi/theos/bin/dm.pl line 113.
make: *** [internal-package] Error 2
What versions of software are you using?
Operating System: …
mac 10.13.6
Activity
kirb commentedon Oct 28, 2018
Strange. What is the output of
which lzma
? If you runlzma
, what do you see? If it works, it should be “lzma: Compressed data cannot be written to a terminal
”.MangoSeries commentedon Nov 26, 2018
vim /Users/xxx/theos/makefiles/package/deb.mk
then change _THEOS_PLATFORM_DPKG_DEB_COMPRESSION ?= lzma to _THEOS_PLATFORM_DPKG_DEB_COMPRESSION ?= gzip at line 6.
uroboro commentedon Nov 26, 2018
We'd rather you didn't edit or suggest editing Theos' files.
kirb commentedon Nov 26, 2018
Closing due to lack of response.
kevinpiac commentedon Jul 26, 2019
I had the same issue and running
brew install xz
worked for me.