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

upstream: non-icu builds fail with v6.2.0 #41

Closed
imyller opened this issue May 19, 2016 · 0 comments
Closed

upstream: non-icu builds fail with v6.2.0 #41

imyller opened this issue May 19, 2016 · 0 comments

Comments

@imyller
Copy link
Owner

imyller commented May 19, 2016

Building with default configuration --with-intl=none (a non-icu build) fails with v6.2.0 due to upstream bug ( PR nodejs/node#6820 ).

This is a known issue and will either need to be patched in meta-nodejs for v6.2.0 or fixed later upstream releases.

Build errors:

| ../src/node_config.cc: In function 'void node::InitConfig(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Context>)':
| ../src/node_config.cc:24:31: error: 'env' was not declared in this scope
|      target->DefineOwnProperty(env->context(),                                 \
|                                ^
| ../src/node_config.cc:46:5: note: in expansion of macro 'READONLY_BOOLEAN_PROPERTY'
|      READONLY_BOOLEAN_PROPERTY("preserveSymlinks");
|      ^
| ../src/node_config.cc:26:50: error: 'True' was not declared in this scope
|                                True(env->isolate()), ReadOnly).FromJust();     \
|                                                   ^
| ../src/node_config.cc:46:5: note: in expansion of macro 'READONLY_BOOLEAN_PROPERTY'
|      READONLY_BOOLEAN_PROPERTY("preserveSymlinks");
|      ^
| ../src/node_config.cc:26:50: note: suggested alternative:
|                                True(env->isolate()), ReadOnly).FromJust();     \
|                                                   ^
| ../src/node_config.cc:46:5: note: in expansion of macro 'READONLY_BOOLEAN_PROPERTY'
|      READONLY_BOOLEAN_PROPERTY("preserveSymlinks");
|      ^
| In file included from ../src/node.h:42:0,
|                  from ../src/node_config.cc:1:
| ../deps/v8/include/v8.h:8346:16: note:   'v8::True'
|  Local<Boolean> True(Isolate* isolate) {
|                 ^
| make[1]: *** [/oe/aeos-krogoth/build/tmp-aeos-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/nodejs/6.2.0-r1.4/node-v6.2.0/out/Release/obj.target/node/src/node_config.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant