-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gzweb7 Build Fails: node-gyp error #84
Comments
The unofficial gzweb7 tag is tracking the default branch for gzweb, so Its not too surprising that the master might diverge from building on previous releases. That said, gzweb8 still seem to be building fine as of 3 days ago, and nothing recent has been committed to it. If you find a resolution for older build, I can try and re enable the building the the older v7 tag. |
we've been making a few changes recently to the default branch of gzweb. It now builds against the version of nodejs that comes with xenial so it fails here on trustry. I worked around it by installing a more recent version nodejs. Tested with this patch:
Note that by defailt we no longer build thumbnails so the deploy process should complete fast. I can create a pull request if that helps |
Looks like it's working, thanks! I think a PR would be a good idea for future users. |
Is this still an issue now that gazebo7 dockerfiles build from xenial, and no longer trusty? |
I think it should work now and we no longer need pull request #87 |
Hi,
I'm trying to build the gzweb7 docker, but it fails with the following output:
I can also provide the full output if desired.
It appears to have to do with the version of node-gyp used, see this node-gyp issue. I suspect that this has ties to this issue reported on gzweb.
The text was updated successfully, but these errors were encountered: