未实名验证无访问或操作权限
返回上一页不能发帖过快!
返回上一页上传文件错误!
返回上一页1#
已知:
root@ubuntu:/home/suo/hm/mhget# perl -v
This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-gnu-thread-multi
(with 60 registered patches, see perl -V for more detail)
执行:
root@ubuntu:/home/suo/hm/mhget# python3 mhget.py hi_a55_mhconf.json
debconf: unable to initialize frontend: Nointeractive
debconf: (Can't locate Debconf/FrontEnd/Nointeractive.pm in @INC (you may need to install the Debconf::FrontEnd::Nointeractive module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 18) line 2.)
debconf: falling back to frontend: Noninteractive
sh: repo: command not found
Traceback (most recent call last):
File "mhget.py", line 104, in
download_code(conf['repo'])
File "mhget.py", line 50, in download_code
exec_cmd('cd src && ' + repo_init)
File "mhget.py", line 15, in exec_cmd
raise Exception('Run command `' + cmd + '` failed with ' + str(ret))
Exception: Run command `cd src && repo init -u https://gitee.com/mhbase/manifest -b MHBase-3.1-Std-MR2-Release -m default.xml --no-repo-verify` failed with 32512
希望能解答,谢谢!