Skip to content

Conversation

@hqzing
Copy link
Contributor

@hqzing hqzing commented Jan 6, 2026

During my build of Node.js, the linker (lld) threw the following error:

error: unsupported linker arg: /root/node-v24.12.0/out/Release/obj.target/deps/openssl/libopenssl.a

After investigation, I found that a comma was misplaced inside the quotes. It should be outside the string to correctly separate the list elements. This PR corrects the syntax.

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/gyp

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. labels Jan 6, 2026
@hqzing
Copy link
Contributor Author

hqzing commented Jan 6, 2026

By the way, my compiler version is LLVM 20.1.2.

@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Jan 6, 2026
carloselgari95-gif referenced this pull request Jan 6, 2026
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
Co-Authored-By: RafaelGSS <rafael.nunu@hotmail.com>
PR-URL: #59778
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants