-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Build: --fully-static
is broken with 23.5.0
#56347
Comments
Cc @nodejs/build |
Can you post the full output of a clean build? I think you've omitted the actual error; I only see warnings, not compile errors. |
I will early next year |
This is a bigger chunk of the logs:
|
FYI I can reproduce this with either GCC 12 or 13 on Ubuntu 24.04. Seems to have been caused by the update to sqlite in #56178 since I can get past the failure if I revert that change. |
For posterity:
It's the 'shared_library' test added to node.gyp in commit 5c2f599. Adding |
This commit updates the sqlite compiled tests to be structured like other compiled tests. Refs: nodejs#56347
Version
23.5.0
Platform
Subsystem
No response
What steps will reproduce the bug?
./configure --fully-static --enable-static make "-j4"
How often does it reproduce? Is there a required condition?
No, it just fails for that version, other versions are still fine.
What is the expected behavior? Why is that the expected behavior?
It should successfully build a node binary.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: