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

updated v20.12.2 #346

Merged
merged 6 commits into from
Apr 26, 2024
Merged

updated v20.12.2 #346

merged 6 commits into from
Apr 26, 2024

Conversation

tsibley
Copy link
Contributor

@tsibley tsibley commented Apr 19, 2024

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@tsibley
Copy link
Contributor Author

tsibley commented Apr 19, 2024

@conda-forge-admin, please rerender

README.md Outdated
@@ -1,7 +1,7 @@
About nodejs-feedstock
======================

Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/nodejs-feedstock/blob/main/LICENSE.txt)
Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/conda-forge-nodejs-feedstock/blob/main/LICENSE.txt)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This automated change and the others in this file look bogus to me…

@tsibley
Copy link
Contributor Author

tsibley commented Apr 22, 2024

The build issue appears to be nodejs/node#52223.


2024-04-21T18:48:51.4260783Z [1540/1845] CC obj/deps/cares/src/lib/cares.ares_rand.o
2024-04-21T18:48:51.4265141Z FAILED: obj/deps/cares/src/lib/cares.ares_rand.o 
2024-04-21T18:48:51.4270891Z $BUILD_PREFIX/bin/x86_64-conda-linux-gnu-cc -MMD -MF obj/deps/cares/src/lib/cares.ares_rand.o.d -D_GLIBCXX_USE_CXX11_ABI=1 -DNODE_OPENSSL_CONF_NAME=nodejs_conf -DICU_NO_USER_DATA_OVERRIDE -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_FORMAT_MACROS -DCARES_STATICLIB -DHAVE_CONFIG_H -I$PREFIX/include -I../../deps/cares/include -I../../deps/cares/config/linux -pthread -Wall -Wextra -Wno-unused-parameter -fPIC -g -pedantic -Wall -Wextra -Wno-unused-parameter --std=gnu11 -m64 -O3 -fno-omit-frame-pointer -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem $PREFIX/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/nodejs-20.12.2 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix  -c ../../deps/cares/src/lib/ares_rand.c -o obj/deps/cares/src/lib/cares.ares_rand.o
2024-04-21T18:48:51.4273971Z ../../deps/cares/src/lib/ares_rand.c:39:12: fatal error: sys/random.h: No such file or directory
2024-04-21T18:48:51.4274414Z    39 | #  include <sys/random.h>
2024-04-21T18:48:51.4274708Z       |            ^~~~~~~~~~~~~~
2024-04-21T18:48:51.4274987Z compilation terminated.
2024-04-21T18:48:51.5356835Z [1541/1845] CC obj/deps/cares/src/lib/cares.ares_search.o
2024-04-21T18:48:51.5357453Z ninja: build stopped: subcommand failed.
2024-04-21T18:48:52.6258357Z Traceback (most recent call last):
2024-04-21T18:48:52.6259678Z   File "/opt/conda/bin/conda-build", line 11, in <module>
2024-04-21T18:48:52.6269327Z     sys.exit(execute())
2024-04-21T18:48:52.6270196Z   File "/opt/conda/lib/python3.10/site-packages/conda_build/cli/main_build.py", line 581, in execute
2024-04-21T18:48:52.6290413Z     api.build(
2024-04-21T18:48:52.6291128Z   File "/opt/conda/lib/python3.10/site-packages/conda_build/api.py", line 250, in build
2024-04-21T18:48:52.6299910Z     return build_tree(
2024-04-21T18:48:52.6300578Z   File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3762, in build_tree
2024-04-21T18:48:52.6344171Z     packages_from_this = build(
2024-04-21T18:48:52.6344928Z   File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2634, in build
2024-04-21T18:48:52.6351459Z     utils.check_call_env(
2024-04-21T18:48:52.6352113Z   File "/opt/conda/lib/python3.10/site-packages/conda_build/utils.py", line 408, in check_call_env
2024-04-21T18:48:52.6363705Z     return _func_defaulting_env_to_os_environ("call", *popenargs, **kwargs)
2024-04-21T18:48:52.6364568Z   File "/opt/conda/lib/python3.10/site-packages/conda_build/utils.py", line 384, in _func_defaulting_env_to_os_environ
2024-04-21T18:48:52.6365004Z     raise subprocess.CalledProcessError(proc.returncode, _args)
2024-04-21T18:48:52.6365848Z subprocess.CalledProcessError: Command '['/bin/bash', '-o', 'errexit', '/home/conda/feedstock_root/build_artifacts/nodejs_1713718716765/work/conda_build.sh']' returned non-zero exit status 1.

@xhochy xhochy merged commit a235951 into conda-forge:main Apr 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants