Skip to content
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

Build failure thanks to web ui merge #6356

Closed
Tracked by #7067
srh opened this issue May 10, 2017 · 1 comment
Closed
Tracked by #7067

Build failure thanks to web ui merge #6356

srh opened this issue May 10, 2017 · 1 comment
Milestone

Comments

@srh
Copy link
Contributor

srh commented May 10, 2017

I get this as a result of the recent web ui merge in #6344.

   [607/616] COFFEE build/drivers/javascript/coffee/util.js
    [608/616] CP ./build/packages/js
    [609/616] CP build/packages/js/node_modules/bluebird
    [610/616] BROWSERIFY build/drivers/javascript/rethinkdb.js
    [611/616] CP build/web_assets/rethinkdb.js
    [612/616] COFFEE build/web_assets/cluster.js
    [613/616] LESSC build/web_assets/cluster.css
/usr/bin/env: node: No such file or directory

Full error log: ./build/web_assets_js.log
admin/build.mk:27: recipe for target 'build/web_assets/cluster.js' failed
make[1]: *** [build/web_assets/cluster.js] Error 1
/usr/bin/env: node: No such file or directory

Full error log: ./build/web_assets_css.log
admin/build.mk:31: recipe for target 'build/web_assets/cluster.css' failed
make[1]: *** [build/web_assets/cluster.css] Error 1
make[1]: Target 'default-goal' not remade because of errors.
Makefile:52: recipe for target 'make' failed
make: *** [make] Error 2

On Debian Jessie with ./configure --allow-fetch CXX=clang++

@srh srh added this to the 2.5 milestone May 10, 2017
@AtnNn
Copy link
Member

AtnNn commented May 10, 2017

Sorry about that. I'll fix that soon. Meanwhile I think adding build/external/node_6.10.0/bin to your path might help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants