Open duwudi opened 3 years ago
hmm the output does not show the compilation error. Someone suggested this fix for focal: https://github.com/osrf/gzweb/issues/184#issuecomment-704398535. It's partially applied in the 1.4.1 branch. You can try also the sed
cmd in deploy.sh and see if that makes any difference.
Hello everyone,
I have the same problem. I looked for solution from branch 1.4 to 2.0.0. Last time I checked it on 1.4.0 and added this lines of code: https://github.com/eurogroep/gzweb/commit/696148dc49b8a0ebd54d749c2e1a0d28189de120
I got this:
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/administrator/gzweb/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
gyp ERR! System Linux 5.8.0-44-generic
gyp ERR! command "/home/administrator/.nvm/versions/node/v14.16.0/bin/node" "/home/administrator/gzweb/node_modules/.bin/node-gyp" "build" "-d"
gyp ERR! cwd /home/administrator/gzweb/gzbridge
gyp ERR! node -v v14.16.0
gyp ERR! node-gyp -v v7.1.2
gyp ERR! not ok
There are node-gyp build errors, exiting.
I also checked this: https://github.com/Intelligent-Quads/iq_tutorials/blob/master/docs/gzweb_install.md
But there is no branch fix_build_gz11
My system: Ubuntu 20.04 Gazebo11 Node 14.16.0
the changes in fix_build_gz11
branch have been merged in to gzweb_1.4
branch. https://github.com/osrf/gzweb/pull/194
You can try the gzweb_1.4
branch instead.
Like I wrote from 1.4 to 2.0.0 it doesn't work. Also on branch gzweb_1.4
, still the same.
can you try with node v12?
Followed these instructions exactly and get the following error when running
npm run deploy --- -m
My system setup: Ubuntu 20.04 LTS (inside multipass) Gazebo 9 (as per instructions) Node 6 (as per instructions)
What can I do to resolve this?