(ONIE)stg:在Ubuntu终端中找不到命令和错误127

时间:2015-07-13 19:14:52

标签: linux git ubuntu makefile

我试图遵循这个指南:https://github.com/opencomputeproject/onie/blob/master/machine/kvm_x86_64/INSTALL但是已经卡住了。

在这一行:stg: command not found,我在尝试应用补丁时获得{{1}}。我在make命令上得到错误127。这是输出:

Error

我安装了g ++和git。我做错了什么?

3 个答案:

答案 0 :(得分:2)

来自ONIE项目wiki Building ONIE

  

对于基于Debian的系统,存在一个Makefile目标,用于在构建计算机上安装所需的包。 ONIE项目将为当前稳定版本的Debian维护此目标。此目标需要使用sudo(8),因为程序包安装需要root权限:

$ cd build-config
$ sudo apt-get update
$ sudo apt-get install build-essential
$ make debian-prepare-build-host

答案 1 :(得分:1)

我是在Ubuntu Desktop 15.04上构建的。对于其他任何尝试构建ONIE虚拟机的人,请先安装这些软件包:

<强>包

您可以使用sudo apt-get install <package>安装大部分内容。您现在应该可以关注ONIE guide并进行设置。感谢EtanReisner的所有帮助!

答案 2 :(得分:0)

在Ubuntu上,通过以下方式安装stg软件包,

sudo apt-get install stgit

错误stg:找不到命令应该得到解决。