redpill-tool-chain icon indicating copy to clipboard operation
redpill-tool-chain copied to clipboard

我在运行 auto的时候 出现这个错误 我很无奈

Open wincol1151 opened this issue 3 years ago • 9 comments

Using user_config.json: { "extra_cmdline": { "pid": "0x0951", "vid": "0x1666", "sn": "1230ODN025150", "mac1": "001132EA9282"

}, "synoinfo": {}, "ramdisk_copy": {}, "extensions": [] } ############################################# ./helper.sh [#] Checking runtime for required tools... [OK] [#] Verifying /opt/redpill-load/cache/ds3617xs_42661.pat file... [OK] [#] File /opt/redpill-load/cache/ds3617xs_42661.pat, Decryption required [#] Test encryption pat results 1

[#] Unpacking /opt/redpill-load/cache/extract.tar.gz file to /tmp/synoesp... [OK] [#] Unpacking /tmp/synoesp/rd.gz file to /tmp/extract... [OK] [#] Use syno_extract_system_patch extract PAT... /usr/local/bin/syno_extract_system_patch: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.25' not found (required by /usr/local/bin/syno_extract_system_patch) /usr/local/bin/syno_extract_system_patch: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.25' not found (required by /usr/local/lib/libsodium.so) [ERR] [#] Repacking /tmp/repack.tar.gz file form /tmp/pat/... [ERR] [!] Failed to unpack tar

/bin/tar: /tmp/pat/: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now

*** Process will exit *** Makefile:30: recipe for target 'build_redpill_load' failed make: *** [build_redpill_load] Error 1

以上是我在运行 auto 命令时出现的问题 我现在 GLIBC_版本是2.31 不知道现在该如何解决 挺困惑的

wincol1151 avatar May 31 '22 02:05 wincol1151

补充: 编译的版本 ds3617xs-7.1-42661

wincol1151 avatar May 31 '22 02:05 wincol1151

cc https://github.com/tossp/redpill-tool-chain/blob/0bbb54a2b56e2f277aeab7b31ffd508c400a808f/.github/workflows/test.yml#L137-L144

tossp avatar May 31 '22 04:05 tossp

好的 多谢了

wincol1151 avatar May 31 '22 06:05 wincol1151

好的 多谢了

老兄,解决了吗?

leavr avatar Jun 02 '22 02:06 leavr

好的 多谢了

老兄,解决了吗?

没有 我猜还是编译环境没弄好 最后 不弄了 改成在线编译了 非常好用 现在3615 7.1 已经成功在vm 和威联通的虚拟机跑起来了 等最后在实体机在试试 大神的工具非常好用

wincol1151 avatar Jun 03 '22 15:06 wincol1151

同样的错误,编译的版本也是ds3617xs-7.1-42661,求解,作者回复一个cc是什么意思?完全不懂啊。。。

ghost avatar Jun 12 '22 18:06 ghost

同样的错误,编译的版本也是ds3617xs-7.1-42661,求解,作者回复一个cc是什么意思?完全不懂啊。。。

本地编译问题太多了,建议还是使用github的云编译算了

leavr avatar Jun 14 '22 02:06 leavr

建议云编译 嗖嗖快

xu373297464 avatar Jun 24 '22 04:06 xu373297464

同样的错误,编译的版本也是ds3617xs-7.1-42661,求解,作者回复一个cc是什么意思?完全不懂啊。。。

tossp的意思是如果是ds361....42661的版本,就要把global_config.json文件中的debian:8-slim这个老版本的docker镜像改为debian:10-slim,用新版本先去build和pat,然后再改回debian:8-slim去build

924060929 avatar Jul 04 '22 17:07 924060929