Replies: 3 comments 2 replies
-
you never give up 😄, thats awesome. |
Beta Was this translation helpful? Give feedback.
-
I'd like to ask politely, have you checked ztnet on FreeBSD?... ;) |
Beta Was this translation helpful? Give feedback.
-
Meanwhile... During my fight, I found some tip here. I changed line in I really don't know what differences are between @next-swc and @next-swc-wasm editions, but forcing Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi @sinamics
Well, a lot of fighting behind me...
Finally the Prisma was upgraded to version 5.8.0 with FreeBSD 14 support. In the
ztnet
folder I had to upgradeprisma
to the newest version from5.6.0
to5.8.0
issuing these 2 commands:After that I can go further, but... I covered another problem with @next/swc-freebsd-x64...
Looking here https://www.npmjs.com/package/@next/swc-freebsd-x64?activeTab=versions we have quite outdated 13.2.4 version, since ztnet providing 14.0.3... This is not available to download, so I think we have to consider to do some condition(s).
Building problems occur on FreeBSD 14, but I've just created VM with older FreeBSD 13.2 to check this out, and problem is the same...
After some investigations I've changed line in
package.json
andpackage-lock.json
files form"next": "14.0.3",
to
"next": "13.2.4",
The older version was downloaded, but it fails with segmentation fault:
Could you please check if
ztnet
is building correctly in your virtual environment?...Thanks!
Beta Was this translation helpful? Give feedback.
All reactions