node-argon2
node-argon2 copied to clipboard
Don't soppurt AIX
Welcome to the issues section if it's your first time!
Before creating an issue, please be sure to:
- [x] Checkout to the latest version, including submodules
- [x] Try to find an isolated way to reproduce the behavior
- [x] Fill in all the blanks in the most specific way you can
Steps to reproduce
- Login to AIX 7.1 system
- Install all dependencies as
npm install --verbose
Expected behaviour
All dependencies can be installed successfully
Actual behaviour
g++-11 -shared -Wl,-bimport:/home/showcase/local/include/node/node.exp -pthread -Wl,-bbigtoc -maix64 -Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/gcc/powerpc-ibm-aix7.3.0.0/11/pthread/ppc64:/opt/freeware/lib/gcc/powerpc-ibm-aix7.2.0.0/11/pthread/ppc64:/opt/freeware/lib/pthread/ppc64 -Wl,--gc-sections -o Release/obj.target/argon2.node Release/obj.target/argon2/argon2.o Release/obj.target/argon2.a
ld: 0706-012 The -- flag is not recognized.
ld: 0706-012 The -g flag is not recognized.
ld: 0706-012 The -c flag is not recognized.
ld: 0706-012 The -- flag is not recognized.
collect2: error: ld returned 255 exit status
gmake: *** [argon2.target.mk:172: Release/obj.target/argon2.node] Error 1
gmake: Leaving directory '/home/showcase/node-argon2-master/build'
gyp ERR! build error
gyp ERR! stack Error: `gmake` failed with exit code: 2
gyp ERR! stack at ChildProcess.<anonymous> (/home/showcase/node-argon2-master/node_modules/node-gyp/lib/build.js:216:23)
gyp ERR! System AIX 7.1
gyp ERR! command "/home/sidev1/local/bin/node" "/home/showcase/node-argon2-master/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/showcase/node-argon2-master
gyp ERR! node -v v20.18.0
gyp ERR! node-gyp -v v10.2.0
gyp ERR! not ok
Environment
Operating system: AIX 7.1 AIX hostname 1 7 00**********00
Node version: v20.18.0
Compiler version: gcc-11
g++-11