Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux ./build.sh inari尝试为inari设备构建Firefox操作系统失败_Linux_Firefox_Ubuntu_Firefox Os - Fatal编程技术网

Linux ./build.sh inari尝试为inari设备构建Firefox操作系统失败

Linux ./build.sh inari尝试为inari设备构建Firefox操作系统失败,linux,firefox,ubuntu,firefox-os,Linux,Firefox,Ubuntu,Firefox Os,我正试图在Ubuntu 12.04 64(4Gb内存,30GB自由空间,GCC-4.8.1和g++4.8.1)上构建firefox操作系统,严格遵循开发者的所有步骤。mozilla和真实情况是,它不起作用,在最后一步,我需要社区的帮助,当我的inari设备以开发模式连接且从adb设备可见时。/build.sh inari向我发出以下错误: Blob setup script has changed, re-running Pulling files from **../../../backup

我正试图在Ubuntu 12.04 64(4Gb内存,30GB自由空间,GCC-4.8.1和g++4.8.1)上构建firefox操作系统,严格遵循开发者的所有步骤。mozilla和真实情况是,它不起作用,在最后一步,我需要社区的帮助,当我的inari设备以开发模式连接且从adb设备可见时。/build.sh inari向我发出以下错误:

Blob setup script has changed, re-running  Pulling files from
**../../../backup-inari**  cat: **../../../backup-inari/system/build.prop**: No such file or directory  Found firmware with build ID Pulling "`libOmxAacDec.so`"  cp: cannot stat    
**../../../backup-inari/system/lib/libOmxAacDec.so'**: No such file or directory Failed to pull `libOmxAacDec.so`. Giving up.

Build failed!

Build with `|./build.sh -j1|` for better messages
如果所有其他操作都失败,请使用
|rm-rf objdir gecko |
对gecko进行重击,并使用
| rm-rf out |
对其他操作进行重击


我也尝试过做这个rm的东西,从一开始就使用./config.sh,结果相同

这个错误似乎是因为您的版本与构建器期望的版本不同。或者您没有设备的root访问权限

这是因为这个错误:


请报告一下,我可以看一下。告诉您要编译的分支和任何其他相关信息。

当您在终端中键入
adb root
时,它会显示什么?