conda-forge / nodejs-feedstock

A conda-smithy repository for nodejs.
BSD 3-Clause "New" or "Revised" License
5 stars 37 forks source link

updated v20.12.2 #346

Closed tsibley closed 6 months ago

tsibley commented 7 months ago

Checklist

conda-forge-webservices[bot] commented 7 months ago

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 commented 7 months ago

@conda-forge-admin, please rerender

tsibley commented 6 months ago

The build issue appears to be https://github.com/nodejs/node/issues/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.