There is an updated pull request by nathanblair against master on the void-packages repository https://github.com/nathanblair/void-packages master https://github.com/void-linux/void-packages/pull/21341 New Package: nodejs-static-v14.0.0 Added statically-compiled nodejs (v14.0.0) This is mostly a copy-job from current `nodejs`, with shared dependencies removed and the `--fully-static` configure flag set on nodejs This was done to circumvent some of the blocking dependency upgrades preventing `node` being upgraded past v13.2.0 (namely `icu`). This could be a decent starting point for the `nodejs-lts`/`nodejs-lts-14`, or just as a decent `static`ally compiled nodejs alternative. - Still includes `npm` - Likely will only be available on `musl` as the libc from it can be statically linked, unless I'm misunderstanding something All other nodejs configure flags are left as default for v14.0.0 Can't build on arm* - I'm using a 64-bit machine arm64 isn't working either - getting this error when executing `./xbps-src -a aarch64 pkg nodejs-static` `ERROR: cross-aarch64-linux-gnu-0.33_2: cannot be built, it's currently broken;` NOTE: This is my first contribution to the package repo. I apologize in advance if I missed anything in the CONTRIBUTING form about not submitting `static` binaries or missed a licensing issue somewhere. I was able to install it to my machine and ran a quick `node` testing suite I had handy; it did execute beautifully (`node` v14.0.0+ adds support for optional chaining and null coalescing so I was able to remove the `--harmony` flag I had to have set previously with `node v13.2.0`). [ci skip] A patch file from https://github.com/void-linux/void-packages/pull/21341.patch is attached