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

Linux Build Error: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp #175

Closed
stamoun opened this issue Jan 22, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@stamoun
Copy link
Collaborator

stamoun commented Jan 22, 2022

See this message

@stamoun stamoun added the bug Something isn't working label Jan 22, 2022
@stamoun
Copy link
Collaborator Author

stamoun commented Feb 26, 2022

Darkuss — 01/22/2022
i'm getting this error while building lofi, but openssl_fips is not even in binding.gyp
...
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.'
gyp info spawn args ]
gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: gyp failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/node-gyp/lib/configure.js:259:16)
gyp ERR! stack at ChildProcess.emit (node:events:390:28)
gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
gyp ERR! System Linux 5.15.13-arch1-1
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--target=4.0.1" "--arch=x64" "--dist-url=https://atom.io/download/electron"
gyp ERR! cwd /home/delta/Documents/Github/lofi
gyp ERR! node -v v17.3.0
gyp ERR! node-gyp -v v8.4.1
gyp ERR! not ok
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@stamoun
Copy link
Collaborator Author

stamoun commented Feb 26, 2022

Might be fixed with commit 76c346c

@stamoun
Copy link
Collaborator Author

stamoun commented Feb 28, 2022

Fixed in 1.6.1

@stamoun stamoun closed this as completed Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant