Re: Help with porting Node.js 20 to OpenBSD 7.7

2025-05-28 Thread Martin Ivanov
Yes, that worked, thank you all so much for your helpfulness! Von meinem iPhone gesendet > Am 28.05.2025 um 08:32 schrieb Volker Schlecht : > > On 2025-05-28 01:41, Martin Ivanov wrote: >> Hello Stuart, >> thank you very much for your helpfulness. I followed your instructions and >> came >> qu

Re: Help with porting Node.js 20 to OpenBSD 7.7

2025-05-27 Thread Volker Schlecht
On 2025-05-28 01:41, Martin Ivanov wrote: Hello Stuart, thank you very much for your helpfulness. I followed your instructions and came quite a step forward. But now I am stuck at the following error:   cc -o /usr/obj/ports/node-20.18.2/node-v20.18.2/out/Release/obj.target/ openssl-cli/deps/op

Re: Help with porting Node.js 20 to OpenBSD 7.7

2025-05-27 Thread Martin Ivanov
Hello Stuart, thank you very much for your helpfulness. I followed your instructions and came quite a step forward. But now I am stuck at the following error: ld.lld: error: stray --end-group c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [overlapped-ch

Re: Help with porting Node.js 20 to OpenBSD 7.7

2025-05-27 Thread Stuart Henderson
If you need the older version I would get a CVS checkout of the OPENBSD_7_7 ports tree (see the faq), then cd /usr/ports/lang cp -r node node20 cd node20 cvs up -r OPENBSD_7_6 -Pd make prepare FETCH_PACKAGES= make package (or e.g. "make package MAKE_JOBS=4" to use multiple cores to speed up the b

Re: Help with porting Node.js 20 to OpenBSD 7.7

2025-05-25 Thread openbsd-ports
On 5/25/25 11:29 AM, Martin Ivanov wrote: Before I spend too much time trying to patch things manually, I wanted to ask: - Is there any known reason Node.js 20 was dropped from the 7.7 ports? It wasn't. We maintain one version of lang/node in ports, and that version was upgraded to 22.x -