I successfully step through the installation of gazebojs. However when I tried to run the test described on the official website I got
$ node
var gazebojs = require("gazebojs")
Segmentation fault (core dumped)
I'm not sure what can be the problem in this case.
The installation message contains several warnings but didn't break the compilation process
$ npm install gazebojs || echo "Installation failed!"
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future
versions of Node.js
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
> gazebojs@7.0.2 install /home/zisu/node_modules/gazebojs> node-gyp rebuild
make: Entering directory '/home/usr/node_modules/gazebojs/build'
CXX(target) Release/obj.target/gazebo/GZPubSub.o
CXX(target) Release/obj.target/gazebo/PubSub.o
CXX(target) Release/obj.target/gazebo/GazeboPubSub.o
CXX(target) Release/obj.target/gazebo/json2pb.o
CXX(target) Release/obj.target/gazebo/ConfigLoader.o
CXX(target) Release/obj.target/gazebo/OgreMaterialParser.o
SOLINK_MODULE(target) Release/obj.target/gazebo.node
COPY Release/gazebo.node
make: Leaving directory '/home/usr/node_modules/gazebojs/build'
usr@1.0.0 /home/usr└── gazebojs@7.0.2 extraneous
npm WARN usr@1.0.0 No description
npm WARN usr@1.0.0 No repository field.
Any feedback would be appreciated.
↧