Created
February 17, 2019 19:26
-
-
Save Nek-/26d98c103684a2b2f46d40145bc0eea1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn install v1.13.0 | |
info No lockfile found. | |
[1/4] Resolving packages... | |
[2/4] Fetching packages... | |
[3/4] Linking dependencies... | |
[4/4] Building fresh packages... | |
error /home/nek/Programmation/Web/JS/Applications/ScoringlineKurentoServer/node_modules/kurento-jsonrpc/node_modules/utf-8-validate: Command failed. | |
Exit code: 1 | |
Command: node-gyp rebuild | |
Arguments: | |
Directory: /home/nek/Programmation/Web/JS/Applications/ScoringlineKurentoServer/node_modules/kurento-jsonrpc/node_modules/utf-8-validate | |
Output: | |
gyp info it worked if it ends with ok | |
gyp info using [email protected] | |
gyp info using [email protected] | linux | x64 | |
gyp info spawn /usr/bin/python2 | |
gyp info spawn args [ '/usr/lib/node_modules/npm/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/nek/Programmation/Web/JS/Applications/ScoringlineKurentoServer/node_modules/kurento-jsonrpc/node_modules/utf-8-validate/build/config.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/home/nek/.node-gyp/10.15.1/include/node/common.gypi', | |
gyp info spawn args '-Dlibrary=shared_library', | |
gyp info spawn args '-Dvisibility=default', | |
gyp info spawn args '-Dnode_root_dir=/home/nek/.node-gyp/10.15.1', | |
gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp', | |
gyp info spawn args '-Dnode_lib_file=/home/nek/.node-gyp/10.15.1/<(target_arch)/node.lib', | |
gyp info spawn args '-Dmodule_root_dir=/home/nek/Programmation/Web/JS/Applications/ScoringlineKurentoServer/node_modules/kurento-jsonrpc/node_modules/utf-8-validate', | |
gyp info spawn args '-Dnode_engine=v8', | |
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=.' ] | |
gyp info spawn make | |
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] | |
make : on entre dans le répertoire « /home/nek/Programmation/Web/JS/Applications/ScoringlineKurentoServer/node_modules/kurento-jsonrpc/node_modules/utf-8-validate/build » | |
CXX(target) Release/obj.target/validation/src/validation.o | |
In file included from ../../nan/nan.h:190:0, | |
from ../src/validation.cc:15: | |
../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’: | |
../../nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’ | |
return obj->ForceSet(GetCurrentContext(), key, value, attribs); | |
^~~~~~~~ | |
In file included from ../src/validation.cc:15:0: | |
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’: | |
../../nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] | |
v8::Isolate::GetCurrent(), target, func, argc, argv); | |
^ | |
In file included from ../src/validation.cc:8:0: | |
/home/nek/.node-gyp/10.15.1/include/node/node.h:177:50: note: declared here | |
NODE_EXTERN v8::Local<v8::Value> MakeCallback( | |
^ | |
/home/nek/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’ | |
__attribute__((deprecated(message))) declarator | |
^~~~~~~~~~ | |
In file included from ../src/validation.cc:15:0: | |
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’: | |
../../nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] | |
v8::Isolate::GetCurrent(), target, symbol, argc, argv); | |
^ | |
In file included from ../src/validation.cc:8:0: | |
/home/nek/.node-gyp/10.15.1/include/node/node.h:170:50: note: declared here | |
NODE_EXTERN v8::Local<v8::Value> MakeCallback( | |
^ | |
/home/nek/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’ | |
__attribute__((deprecated(message))) declarator | |
^~~~~~~~~~ | |
In file included from ../src/validation.cc:15:0: | |
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’: | |
../../nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] | |
v8::Isolate::GetCurrent(), target, method, argc, argv); | |
^ | |
In file included from ../src/validation.cc:8:0: | |
/home/nek/.node-gyp/10.15.1/include/node/node.h:163:50: note: declared here | |
NODE_EXTERN v8::Local<v8::Value> MakeCallback( | |
^ | |
/home/nek/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’ | |
__attribute__((deprecated(message))) declarator | |
^~~~~~~~~~ | |
In file included from ../src/validation.cc:15:0: | |
../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’: | |
../../nan/nan.h:1453:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] | |
)); | |
^ | |
In file included from ../src/validation.cc:8:0: | |
/home/nek/.node-gyp/10.15.1/include/node/node.h:177:50: note: declared here | |
NODE_EXTERN v8::Local<v8::Value> MakeCallback( | |
^ | |
/home/nek/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’ | |
__attribute__((deprecated(message))) declarator | |
^~~~~~~~~~ | |
../src/validation.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Validation::IsValidUTF8(Nan::NAN_METHOD_ARGS_TYPE)’: | |
../src/validation.cc:131:50: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] | |
Local<Object> buffer_obj = info[0]->ToObject(); | |
^ | |
In file included from ../src/validation.cc:7:0: | |
/home/nek/.node-gyp/10.15.1/include/node/v8.h:10046:15: note: declared here | |
Local<Object> Value::ToObject() const { | |
^~~~~ | |
../src/validation.cc: In function ‘int is_valid_utf8(size_t, char*)’: | |
../src/validation.cc:81:47: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 5 : ch += (uint8_t) value[i++]; ch <<= 6; | |
~~~^~~~~ | |
../src/validation.cc:82:7: note: here | |
case 4 : ch += (uint8_t) value[i++]; ch <<= 6; | |
^~~~ | |
../src/validation.cc:82:47: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 4 : ch += (uint8_t) value[i++]; ch <<= 6; | |
~~~^~~~~ | |
../src/validation.cc:83:7: note: here | |
case 3 : ch += (uint8_t) value[i++]; ch <<= 6; | |
^~~~ | |
../src/validation.cc:83:47: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 3 : ch += (uint8_t) value[i++]; ch <<= 6; | |
~~~^~~~~ | |
../src/validation.cc:84:7: note: here | |
case 2 : ch += (uint8_t) value[i++]; ch <<= 6; | |
^~~~ | |
../src/validation.cc:84:47: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 2 : ch += (uint8_t) value[i++]; ch <<= 6; | |
~~~^~~~~ | |
../src/validation.cc:85:7: note: here | |
case 1 : ch += (uint8_t) value[i++]; ch <<= 6; | |
^~~~ | |
../src/validation.cc:85:47: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 1 : ch += (uint8_t) value[i++]; ch <<= 6; | |
~~~^~~~~ | |
../src/validation.cc:86:7: note: here | |
case 0 : ch += (uint8_t) value[i]; | |
^~~~ | |
../src/validation.cc: In function ‘int isLegalUTF8(const uint8_t*, int)’: | |
../src/validation.cc:51:13: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0; | |
^~ | |
../src/validation.cc:52:5: note: here | |
case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0; | |
^~~~ | |
../src/validation.cc:52:13: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0; | |
^~ | |
../src/validation.cc:53:5: note: here | |
case 2: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0; | |
^~~~ | |
../src/validation.cc:59:20: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 0xF4: if (a > 0x8F) return 0; | |
^~ | |
../src/validation.cc:62:5: note: here | |
case 1: if (*source >= 0x80 && *source < 0xC2) return 0; | |
^~~~ | |
validation.target.mk:102: recipe for target 'Release/obj.target/validation/src/validation.o' failed | |
make : on quitte le répertoire « /home/nek/Programmation/Web/JS/Applications/ScoringlineKurentoServer/node_modules/kurento-jsonrpc/node_modules/utf-8-validate/build » | |
make: *** [Release/obj.target/validation/src/validation.o] Error 1 | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23) | |
gyp ERR! stack at ChildProcess.emit (events.js:189:13) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12) | |
gyp ERR! System Linux 4.15.0-34-generic | |
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /home/nek/Programmation/Web/JS/Applications/ScoringlineKurentoServer/node_modules/kurento-jsonrpc/node_modules/utf-8-validate | |
gyp ERR! node -v v10.15.1 | |
gyp ERR! node-gyp -v v3.8.0 | |
gyp ERR! not ok | |
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment