-
Notifications
You must be signed in to change notification settings - Fork 54
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 v20.12.0 missing/failed #126
Comments
File presence. Best regards |
Build failures:
Something changed with a cares upgrade I guess and these recipes need dependencies included on their Dockerfiles. The out of space is a bit of a concern though. Anyone want to help figure this all out? Not sure I can afford the time. @nodejs/build has anyone got some hints and anyone want to help add dependencies here? |
Refs: nodejs/node#52223 If compiling against an older glibc you may be able to get going by commenting out the |
$ ssh unofficial-builds df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.9G 0 7.9G 0% /dev
tmpfs 1.6G 972K 1.6G 1% /run
/dev/vda1 97G 89G 8.7G 92% /
tmpfs 7.9G 0 7.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
/dev/vda15 105M 7.6M 97M 8% /boot/efi
/dev/sda 992G 69G 874G 8% /mnt/unofficial_builds
/dev/loop0 41M 41M 0 100% /snap/snapd/20671
/dev/loop1 64M 64M 0 100% /snap/core20/2182
/dev/loop2 46M 46M 0 100% /snap/certbot/3643
/dev/loop3 40M 40M 0 100% /snap/snapd/21184
tmpfs 1.6G 0 1.6G 0% /run/user/0
$ ssh unofficial-builds df -h /tmp
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 97G 89G 8.7G 92% /
$ |
OK, I guess the glibc needs to be bumped in some of these Dockerfiles and x64-glibc-217 needs some other creative solution or be killed. I don't have time for this right now, so unless someone else does, this is going to have to sit broken until I magically end up with the time and interest. Sorry folks, "unofficial" for a reason. |
I'm fixing this for x64-glibc-217- PR: #127 |
Could someone please help with "node-v20.12.1-linux-armv6l". Tried to update on my old Homebridge installation on a RaspPi 1 an saw that this is not available. |
Thanks for the fix @scosol! I was just starting to dig into this problem, and then was scratching my head wondering why this successfully built for me locally but didn't build here. ;) |
We have more there now but there's work to do. https://unofficial-builds.nodejs.org/logs/202404060520-v20.12.0/ The debug builds are still failing with out-of-space errors, I think because they use so much space in the container itself which is using root which doesn't have as much space to offer. usdt build fails because apparently there's no dtrace to configure, was it removed at some point? And dist-indexer is still failing. Either I have the npm exec command wrong or still have a too-old npm installed in there. Will have to look at this later when I have time. Tho I wouldn't mind input on the failing builds and I think x86 is not included, is it buildable still? I can't keep track. |
Yes, in Node.js 19 via nodejs/node#43652. |
I think the command order is just incorrect. At least on npm 10.5.0 ( I didn't see NPM version in the linked build logs) , you have to do |
I believe that this is the correct assessment: nodejs/node#43652 (comment) |
@AppleTechy you mean v20.12.1? I don't see a v21.12.1. I'll trigger builds now, keep an eye on that directory |
re dist-indexer, I think the problem is that I was doing I'm still trying to adapt from |
https://unofficial-builds.nodejs.org/download/release/v20.12.1/ now has the same files as v20.12.0, and an x86 too as a bonus. https://unofficial-builds.nodejs.org/download/release/index.tab also updated, so dist-indexer obviously working properly now. |
I'm not sure if someone has noticed, so I'm creating an issue for this.
The folder for version 20.12.0 is available in the download folder, but it's empty.
Looking at the build logs, the build failed around not finding sys/random.h
Can someone address this so that we can get the most recent version?
Thanks
The text was updated successfully, but these errors were encountered: