一个关于dpkg的问题 很有趣 很有挑战性

需求: make install 出现问题。需要解决
问题详情如下:
Preparing to unpack /tmp/_theos_install.deb …
Unpacking test (0.0.1-1+debug) …
dpkg-deb (subprocess): unable to execute decompressing archive member (xz): No such file or directory
dpkg-deb (subprocess): subprocess decompressing archive member returned error exit status 2
dpkg-deb: error: subprocess returned error exit status 2
dpkg: error processing archive /tmp/_theos_install.deb (–install):
subprocess dpkg-deb --fsys-tarfile returned error exit status 2
Errors were encountered while processing:
/tmp/_theos_install.deb
make: *** [internal-install] Error 1
操作步骤: 上网搜到 修改deb.mk 里默认的xz为lamz或者gzip 都尝试了不可以 又根据搜索到的进行降级处理就是下边的命令:
brew remove dpkg
HOMEBREW_NO_AUTO_UPDATE=1
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/7a4dabfc1a2acd9f01a1670fde4f0094c4fb6ffa/Formula/dpkg.rb
brew pin dpkg
但还是不行,另外我再重新安装dpkg的时候
出现如下警告

————————————————
求解决方案

在线等,期待上神出现,上仙也可以

https://stackoverflow.com/questions/30548371/homebrew-dpkg-is-not-configured-to-install-software

看一下这个 也是这样

难道都是这样嘛