You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
make: Entering directory '/u/mm/p/node-v6.14.4-os390-s390x/bin/node_modules/ref/build'
CXX(target) Release/obj.target/binding/src/binding.o
error: CNJ5200 The option "-fno-omit-frame-pointer" is not supported.
error: CNJ5200 The option "-fno-omit-frame-pointer" is not supported.
../src/binding_temp.cc:325:42: warning: data argument not used by format string [-Wformat-extra-args]
snprintf(strbuf, 128, "\x25" PRId64, val);
~~~~~~~~~~~~~ ^
../src/binding_temp.cc:412:42: warning: data argument not used by format string [-Wformat-extra-args]
snprintf(strbuf, 128, "\x25" PRIu64, val);
~~~~~~~~~~~~~ ^
../src/binding_temp.cc:640:8: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::Newv8::String("\x65\x6e\x64\x69\x61\x6e\x6e\x65\x73\x73").ToLocalChecked(), Nan::Newv8::String(CheckEndia...
^
../../nan/nan_maybe_43_inl_temp.h:130:35: note: 'ForceSet' has been explicitly marked deprecated here
NAN_DEPRECATED inline Maybe ForceSet(
^
../src/binding_temp.cc:641:8: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::Newv8::String("\x4e\x55\x4c\x4c").ToLocalChecked(), WrapNullPointer(), static_cast(ReadO...
^
../../nan/nan_maybe_43_inl_temp.h:130:35: note: 'ForceSet' has been explicitly marked deprecated here
NAN_DEPRECATED inline Maybe ForceSet(
^
4 warnings and 1 error generated.
Error while processing ../src/binding_temp.cc.
CNJ0793(I) Compilation failed for file ../src/binding_temp.cc. Object file not created.
binding.target.mk:88: recipe for target 'Release/obj.target/binding/src/binding.o' failed
make: *** [Release/obj.target/binding/src/binding.o] Error 12
make: Leaving directory '/u/mm/p/node-v6.14.4-os390-s390x/bin/node_modules/ref/build'
The text was updated successfully, but these errors were encountered:
@mmueller-sag : Did you install a different version of npm or node-gyp? I suspect that the option error is related to using a node-gyp level that is not "zOS" aware.
Can you confirm with the specific versions of npm and/or node-gyp you are currently using?
When trying to install package 'ffi' the package 'ref' comes as a prerequisite.
Is this some problem of the z/OS runtime? How can it be fixed?
Here is the more detailed output
make: Entering directory '/u/mm/p/node-v6.14.4-os390-s390x/bin/node_modules/ref/build'
CXX(target) Release/obj.target/binding/src/binding.o
error: CNJ5200 The option "-fno-omit-frame-pointer" is not supported.
error: CNJ5200 The option "-fno-omit-frame-pointer" is not supported.
../src/binding_temp.cc:325:42: warning: data argument not used by format string [-Wformat-extra-args]
snprintf(strbuf, 128, "\x25" PRId64, val);
~~~~~~~~~~~~~ ^
../src/binding_temp.cc:412:42: warning: data argument not used by format string [-Wformat-extra-args]
snprintf(strbuf, 128, "\x25" PRIu64, val);
~~~~~~~~~~~~~ ^
../src/binding_temp.cc:640:8: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::Newv8::String("\x65\x6e\x64\x69\x61\x6e\x6e\x65\x73\x73").ToLocalChecked(), Nan::Newv8::String(CheckEndia...
^
../../nan/nan_maybe_43_inl_temp.h:130:35: note: 'ForceSet' has been explicitly marked deprecated here
NAN_DEPRECATED inline Maybe ForceSet(
^
../src/binding_temp.cc:641:8: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::Newv8::String("\x4e\x55\x4c\x4c").ToLocalChecked(), WrapNullPointer(), static_cast(ReadO...
^
../../nan/nan_maybe_43_inl_temp.h:130:35: note: 'ForceSet' has been explicitly marked deprecated here
NAN_DEPRECATED inline Maybe ForceSet(
^
4 warnings and 1 error generated.
Error while processing ../src/binding_temp.cc.
CNJ0793(I) Compilation failed for file ../src/binding_temp.cc. Object file not created.
binding.target.mk:88: recipe for target 'Release/obj.target/binding/src/binding.o' failed
make: *** [Release/obj.target/binding/src/binding.o] Error 12
make: Leaving directory '/u/mm/p/node-v6.14.4-os390-s390x/bin/node_modules/ref/build'
The text was updated successfully, but these errors were encountered: