Mac OS:10.12.3
iOS 10.0.2(已越狱)
利用USB连接手机.试过将dpkg降级
$brew remove dpkg
$HOMEBREW_NO_AUTO_UPDATE=1
$brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/7a4dabfc1a2acd9f01a1670fde4f0094c4fb6ffa/Formula/dpkg.rb
$brew pin dpkg
不知道有没有降级成功 最后显示
/usr/local/Cellar/dpkg/1.18.10: 261 files, 5.3MB
也试过修改/opt/theos/makefiles/package/ 下的
deb.mk 有人说过了…试了.但是一样报错…这个问题困扰了很久…
我觉得原因找到了…可能dpkg 降级成功了
…然后之前看了帖子 关于编译打包的一个警告
我就改过来了!!
然后悲剧了!!报错!!
然后这几天一直没有进展…又有开发任务…通宵两次…也没解决…最后!! 今晚饿得不行!!我想弄不出来就不吃东西!!! 结果食物的力量!让我想起! 这个错 是不是我修改过 xz造成的!! 也许降级成功了.xz就找不到了… 最后将xz原封不动 改为lzma 再make install !! 手机重启!搞定!!!
香菇~~~ 不说了! 今晚宵夜!!
改成gzip
gzip?? 我改回了lzma 求解.这两个有什么区别么?
不是明写着 xz no such file or directory
是的.没法用xz解包…找不到… 但你说的gzip是指什么?
iPhone:~ root# gzip --help
Usage: gzip [OPTION]... [FILE]...
Compress or uncompress FILEs (by default, compress FILES in-place).
Mandatory arguments to long options are mandatory for short options too.
-c, --stdout write on standard output, keep original files unchanged
-d, --decompress decompress
-f, --force force overwrite of output file and compress links
-h, --help give this help
-k, --keep keep (don't delete) input files
-l, --list list compressed file contents
-L, --license display software license
-n, --no-name do not save or restore the original name and time stamp
-N, --name save or restore the original name and time stamp
-q, --quiet suppress all warnings
-r, --recursive operate recursively on directories
-S, --suffix=SUF use suffix SUF on compressed files
-t, --test test compressed file integrity
-v, --verbose verbose mode
-V, --version display version number
-1, --fast compress faster
-9, --best compress better
With no FILE, or when FILE is -, read standard input.
Report bugs to <bug-gzip@gnu.org>.