本番小狗牙 2023-01-05 06:57 采纳率: 50%
浏览 67

cannot stat 't-de.gmo': No such file or directory

xshell****VMware17
cannot stat 't-de.gmo': No such file or directory
是在利用xshell编译系统的时候makefile出的问题
网上能用到的方法都试过了 但是还是不行
所示的文件都是直接从GitHub上克隆下来的 因此也不知道要怎么修改makefile里面的内容

img

rm -f de.gmo && : -c --statistics --verbose -o de.gmo de.po
mv: cannot stat 't-de.gmo': No such file or directory
Makefile:158: recipe for target 'de.gmo' failed
make[6]: *** [de.gmo] Error 1
make[6]: Leaving directory '/root/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/po'
Makefile:195: recipe for target 'stamp-po' failed
make[5]: *** [stamp-po] Error 2
make[5]: Leaving directory '/root/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/po'
Makefile:614: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/root/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
Makefile:481: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/root/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
Makefile:27: recipe for target 'build_xz' failed
make[2]: *** [build_xz] Error 2
make[2]: Leaving directory '/root/padavan-ng/trunk/tools/mksquashfs_xz'
Makefile:20: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/root/padavan-ng/trunk/tools'
Makefile:150: recipe for target 'tools' failed
make: *** [tools] Error 2


更新:很多人让我make clean一下
然后重新编译
之后出现了别的错误 也一直无法修改

Makefile:19: recipe for target 'configure' failed
make[3]: *** [configure] Error 2
make[3]: Leaving directory '/root/padavan-ng/trunk/user/ipset'
Makefile:12: recipe for target 'config_test' failed
make[2]: *** [config_test] Error 2
make[2]: Leaving directory '/root/padavan-ng/trunk/user/ipset'
Makefile:177: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/root/padavan-ng/trunk/user'
Makefile:171: recipe for target 'user_only' failed
make: *** [user_only] Error 2


展开全部

  • 写回答

1条回答 默认 最新

  • JarodYv 人工智能领域优质创作者 2023-01-05 08:15
    关注

    这个错误消息通常表示系统无法找到指定的文件。在这种情况下,文件名是"t-de.gmo"。这个文件可能已经被删除或者移动到了其他位置,所以系统找不到它。

    如果你想解决这个问题,可以尝试检查系统中是否有这个文件,如果没有,可以尝试重新安装相关的软件包或者恢复这个文件。如果你找到了这个文件,可以尝试检查你正在使用的命令或程序是否正确,或者尝试使用绝对路径来指定文件位置。

    评论
    编辑
    预览

    报告相同问题?

    问题事件

    • 修改了问题 1月5日
    • 修改了问题 1月5日
    • 创建了问题 1月5日
    手机看
    程序员都在用的中文IT技术交流社区

    程序员都在用的中文IT技术交流社区

    专业的中文 IT 技术社区,与千万技术人共成长

    专业的中文 IT 技术社区,与千万技术人共成长

    关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

    关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

    客服 返回
    顶部