I've inherited a new project and am trying to build it with jbake.
> jbake -b
JBake v2.6.7 (2021-05-14 21:54:29[GMT+01:00]) [
http://jbake.org]
09:20:59.619 INFO org.jbake.app.Oven - Baking has started...
09:20:59.642 INFO c.o.common.jna.ONative - Default limit of open files (512) will be used.
09:20:59.705 INFO c.o.common.jna.ONative - 34359738368 B/32768 MB/32 GB of physical memory were detected on machine
09:20:59.705 INFO c.o.common.jna.ONative - Detected memory limit for current process is 34359738368 B/32768 MB/32 GB
09:20:59.706 INFO c.o.o.c.e.OMemoryAndLocalPaginatedEnginesInitializer - JVM can use maximum 8192MB of heap memory
09:20:59.706 INFO c.o.o.c.e.OMemoryAndLocalPaginatedEnginesInitializer - Because OrientDB is running outside a container 12% of memory will be left unallocated according to the setting 'memory.leftToOS' not taking into account heap memory
09:20:59.706 INFO com.orientechnologies - OrientDB auto-config DISKCACHE=20,643MB (heap=8,192MB os=32,768MB)
09:20:59.706 INFO c.o.o.c.e.l.OEngineLocalPaginated - System is started under an effective user : `howard.lewisship`
09:20:59.706 INFO c.o.o.c.e.l.OEngineLocalPaginated - Allocation of 313773 pages.
09:20:59.721 ERROR jbake - An unexpected error occurred: Can't load library: /var/folders/yg/vytvxpw500520vzjlc899dlm0000gn/T/jna-1278838233/jna8632858448320220075.tmp
I've looked at that directory, /var/folders/yg/vytvxpw500520vzjlc899dlm0000gn/T/jna-1278838233, and it's empty.
I suspect that there may be a dependency on Intel architecture here.