opnfv compilation error 5-fuel-ui gulp

来源:互联网 发布:埃微智能手环 知乎 编辑:程序博客网 时间:2024/06/07 01:40

错误:

+ cd /tmp/BUILD/fuel-ui-9.0.0

+ /tmp/BUILD/fuel-ui-9.0.0/node_modules/.bin/gulp build --static-dir=compressed_static
(node:30557) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
[20:51:51] Using gulpfile /tmp/BUILD/fuel-ui-9.0.0/gulpfile.js
[20:51:51] Starting 'build'...
(node:30557) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
/var/tmp/rpm-tmp.z9SJK8: line 29: 30557 Killed                  /tmp/BUILD/fuel-ui-9.0.0/node_modules/.bin/gulp build --static-dir=compressed_static
error: Bad exit status from /var/tmp/rpm-tmp.z9SJK8 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.z9SJK8 (%build)
make: *** [/tmp/fuel-main/build/packages/rpm/fuel-ui.done] Error 1

root@7fdaf40bf331:/tmp/fuel-main#

原因:

可能是下载不到对应nodejs的 grace-js有关,但这只是个warning,npm其他部分也没有下载全。

单独编译fuel-main时候没有这个问题

解决方法:

cd /tmp/fuel-main/

rm /tmp/fuel-main/build/packages/rpm/fuel-ui.done

make iso

0 0
原创粉丝点击