Robotics StackExchange | Archived questions

install gzweb trouble (wiki update request)

Hi,

we had following problem when I ran

./deploy.sh -m local

, stack over flow tole me to remove ubuntu installed gyp and it works, so I want to update wiki pages, but I have trouble on creating account, so I posted here to share information.

-- Build files have been written to: /home/k-okada/catkin_ws/ws_tork/gzweb-1.1.0/build
gyp info it worked if it ends with ok
gyp info using node-gyp@1.0.2
gyp info using node@0.10.25 | linux | x64
gyp info spawn python
gyp info spawn args [ '/usr/local/lib/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/home/k-okada/catkin_ws/ws_tork/gzweb-1.1.0/gzbridge/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/usr/local/lib/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/home/k-okada/.node-gyp/0.10.25/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/home/k-okada/.node-gyp/0.10.25',
gyp info spawn args   '-Dmodule_root_dir=/home/k-okada/catkin_ws/ws_tork/gzweb-1.1.0/gzbridge',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.' ]
Usage: gyp_main.py [options ...] [build_file ...]

gyp_main.py: error: no such option: --no-parallel
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/node-gyp/lib/configure.js:343:16)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Linux 3.16.0-28-generic
gyp ERR! command "node" "/usr/local/bin/node-gyp" "configure"
gyp ERR! cwd /home/k-okada/catkin_ws/ws_tork/gzweb-1.1.0/gzbridge
gyp ERR! node -v v0.10.25
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok 
gyp info it worked if it ends with ok
gyp info using node-gyp@1.0.2
gyp info using node@0.10.25 | linux | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Debug', '-C', 'build' ]
make: Entering directory `/home/k-okada/catkin_ws/ws_tork/gzweb-1.1.0/gzbridge/build'
make: *** No targets specified and no makefile found.  Stop.
make: Leaving directory `/home/k-okada/catkin_ws/ws_tork/gzweb-1.1.0/gzbridge/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Linux 3.16.0-28-generic
gyp ERR! command "node" "/usr/local/bin/node-gyp" "build" "-d"
gyp ERR! cwd /home/k-okada/catkin_ws/ws_tork/gzweb-1.1.0/gzbridge
gyp ERR! node -v v0.10.25
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok 

Asked by Kei Okada on 2014-12-31 20:13:39 UTC

Comments

I also had to (cd gzweb-1.1.0/http/client/assets; cp -r /usr/share/gazebo-2.2/media/ ./) to display textures

Asked by Kei Okada on 2014-12-31 21:10:46 UTC

hi, thanks for the feedback. We'll be migrating and updating the gzweb wiki soon. Feel free to ticket any issues on the gzweb bitbucket issue tracker.

Asked by iche033 on 2015-01-05 15:50:37 UTC

While GMail didn't work for me either, yahoo.com account lets me log in.

Asked by IsaacS on 2015-01-13 12:24:26 UTC

Answers

There are updated installation instructions on the new Gzweb page:

http://gazebosim.org/gzweb

If you find issues with the instructions, you can ticket them on the Gzweb issue tracker, or just ask here.

Asked by chapulina on 2015-01-30 13:18:10 UTC

Comments