Make install命令提示错误 tar: unrecognized option `--warning=no-timestamp'

执行make install命令提示错误
tar: unrecognized option --warning=no-timestamp' Try tar --help’ or `tar --usage’ for more information.
dpkg-deb: error: tar subprocess returned error exit status 64
dpkg: error processing archive /tmp/_theos_install.deb (–install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
/tmp/_theos_install.deb
make: *** [internal-install] Error 1
我看我ios里面的/bin下面的tar版本如下
iPhone:/bin root# ./tar --version
tar (GNU tar) 1.30
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

感觉版本不老啊 。。怎么还会这个错误呢。求解

研究了半天。。我不用make命令。在ios上面执行dpkg -i /tmp/test.deb 可以安装成功。
但是如果在mac 用远程ssh命令去安装 怎么都是失败比如
ssh -p 2222 root@127.0.0.1 “/usr/bin/dpkg -i /tmp/test.deb” 失败
在ios上创建了脚本sh文件 里面就一句代码 dpkg -i /tmp/test.deb 然后远程启动这个脚本
ssh -p 2222 root@127.0.0.1 “/usr/bin/dpkg -i /tmp/install.sh” 失败
然后自己写了一个可执行文件InstallDeb 用远程ssh命令启动这个进程 失败 。。启动这个进程然后用这个进程再启动另外个进程安装 失败 。
只要是ssh过去的 怎么都是失败。。搞不懂 。。但是在ios上手工打命令就成功。。一般这种情况是什么问题

最近遇到同样的问题,之前使用设备一直可以,最后安装了不兼容的simulatetouch,导致设备异常重启后,重新越狱后就这样了,不过先ssh到设备后,在dpkg -i安装deb是可以正常用的。如果在工程中make package install直接编译后直接通过usb安装就这样报错了,还未找到原因

问题已解决,跟设备的ssh服务是dropbear还是OpenSSH提供的有关,使用dropbear提供的服务就无法正常!
使用 ### checkra1n 0.12.0 beta 这个版本重新越狱下就好了,不要使用最新的0.12.1,使用0.12.1这个版本越狱,ssh服务是用dropbear提供的,0.12.0的是openssh

我研究了下 是tweak出了问题 。我一上来就要装几个tweak。。apple file xxxx 。还有applist 还有个什么免签名什么的 。大概就这几个 。。装了就要出错。。。。我后来重新刷机 。。一上来就装个ssh。。直接make install是可以成功的 。。。现在没敢乱装这些tweak了 。