>>> Building on localhost under lang/hashlink BDEPENDS = [devel/libuv;audio/libvorbis;devel/gmake;security/polarssl;devel/sdl2;graphics/jpeg;databases/sqlite3;graphics/png;audio/openal] DIST = [lang/hashlink:HaxeFoundation-hashlink-8bc5f8f0d21c38805ca3457e5298a27d96c396ad.tar.gz] FULLPKGNAME = hashlink-1.14pl1p0 RDEPENDS = [security/polarssl;devel/sdl2;graphics/jpeg;devel/libuv;audio/libvorbis;databases/sqlite3;graphics/png;audio/openal] (Junk lock obtained for localhost at 1716958823.02) >>> Running depends in lang/hashlink at 1716958823.10 last junk was in textproc/apertium-anaphora /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 jpeg-3.0.2v0 libuv-1.48.0 libvorbis-1.3.7 mbedtls-2.28.0p0 openal-1.23.1v0 png-1.6.43 sdl2-2.30.0p1 sqlite3-3.44.2 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 jpeg-3.0.2v0 libuv-1.48.0 libvorbis-1.3.7 mbedtls-2.28.0p0 openal-1.23.1v0 png-1.6.43 sdl2-2.30.0p1 sqlite3-3.44.2 /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 jpeg-3.0.2v0 libuv-1.48.0 libvorbis-1.3.7 mbedtls-2.28.0p0 openal-1.23.1v0 png-1.6.43 sdl2-2.30.0p1 sqlite3-3.44.2 New and changed readme(s): /usr/local/share/doc/pkg-readmes/sdl2 >>> Running show-prepare-results in lang/hashlink at 1716958866.29 ===> lang/hashlink ===> Building from scratch hashlink-1.14pl1p0 ===> hashlink-1.14pl1p0 depends on: gmake-* -> gmake-4.4.1 ===> hashlink-1.14pl1p0 depends on: libvorbis-* -> libvorbis-1.3.7 ===> hashlink-1.14pl1p0 depends on: openal-* -> openal-1.23.1v0 ===> hashlink-1.14pl1p0 depends on: sqlite3-* -> sqlite3-3.44.2 ===> hashlink-1.14pl1p0 depends on: libuv-* -> libuv-1.48.0 ===> hashlink-1.14pl1p0 depends on: sdl2-* -> sdl2-2.30.0p1 ===> hashlink-1.14pl1p0 depends on: jpeg-* -> jpeg-3.0.2v0 ===> hashlink-1.14pl1p0 depends on: png-* -> png-1.6.43 ===> hashlink-1.14pl1p0 depends on: mbedtls-* -> mbedtls-2.28.0p0 ===> Verifying specs: GL SDL2 c m mbedcrypto mbedtls mbedx509 openal png pthread sqlite3 turbojpeg uv vorbisfile z ===> found GL.19.1 SDL2.0.15 c.100.0 m.10.1 mbedcrypto.5.0 mbedtls.7.0 mbedx509.3.2 openal.5.0 png.18.0 pthread.27.1 sqlite3.37.26 turbojpeg.0.2 uv.4.2 vorbisfile.6.0 z.7.0 gmake-4.4.1 jpeg-3.0.2v0 libuv-1.48.0 libvorbis-1.3.7 mbedtls-2.28.0p0 openal-1.23.1v0 png-1.6.43 sdl2-2.30.0p1 sqlite3-3.44.2 (Junk lock released for localhost at 1716958877.57) distfiles size=4624250 >>> Running patch in lang/hashlink at 1716958877.65 ===> lang/hashlink ===> Checking files for hashlink-1.14pl1p0 `/usr/ports/distfiles/HaxeFoundation-hashlink-8bc5f8f0d21c38805ca3457e5298a27d96c396ad.tar.gz' is up to date. >> (SHA256) HaxeFoundation-hashlink-8bc5f8f0d21c38805ca3457e5298a27d96c396ad.tar.gz: OK ===> Extracting for hashlink-1.14pl1p0 rm -rf /usr/obj/ports/hashlink-1.14pl1/hashlink-8bc5f8f0d21c38805ca3457e5298a27d96c396ad/include/{fmt,turbojpeg} ===> Patching for hashlink-1.14pl1p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |remove -m$(ARCH) |add versioning to libhl |{CFLAGS} -> (CFLAGS) to not get picked up by SUBST_CMD |remove Linux's 32-/64-bit detection |remove Darwin detection in install target (breaks 'make fake') |build libhl_module.so and install hl/hl_module.h and hl/opcodes.h |install headers (and hlc_main.c) in include/hl/ | |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 39. Hunk #3 succeeded at 75. Hunk #4 succeeded at 142. Hunk #5 succeeded at 160. Hunk #6 succeeded at 180. Hunk #7 succeeded at 283. done ===> Applying OpenBSD patch patch-libs_mysql_socket_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix ifdef's | |Index: libs/mysql/socket.c |--- libs/mysql/socket.c.orig |+++ libs/mysql/socket.c -------------------------- Patching file libs/mysql/socket.c using Plan A... Hunk #1 succeeded at 74. Hunk #2 succeeded at 121. done ===> Applying OpenBSD patch patch-libs_uv_uv_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |add resolve function from https://github.com/motion-twin |commit 61be4ae30e52a5ffcfa9212b9b81d4e06225c2ea | |Index: libs/uv/uv.c |--- libs/uv/uv.c.orig |+++ libs/uv/uv.c -------------------------- Patching file libs/uv/uv.c using Plan A... Hunk #1 succeeded at 96. done ===> Applying OpenBSD patch patch-src_module_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |ignore non-matching function signature | |Index: src/module.c |--- src/module.c.orig |+++ src/module.c -------------------------- Patching file src/module.c using Plan A... Hunk #1 succeeded at 570. done ===> Applying OpenBSD patch patch-src_std_socket_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |add OpenBSD to ifdef | |Index: src/std/socket.c |--- src/std/socket.c.orig |+++ src/std/socket.c -------------------------- Patching file src/std/socket.c using Plan A... Hunk #1 succeeded at 199. Hunk #2 succeeded at 226. done ===> Applying OpenBSD patch patch-src_std_string_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |work around when nullptr is passed to hl_ucs2length() |(can enable printing by uncommenting) | |Index: src/std/string.c |--- src/std/string.c.orig |+++ src/std/string.c -------------------------- Patching file src/std/string.c using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 78. done ===> Applying OpenBSD patch patch-src_std_thread_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |enable hl_thread_id for OpenBSD using getthrid(2) |pthread_setname_np -> pthread_set_name_np | |Index: src/std/thread.c |--- src/std/thread.c.orig |+++ src/std/thread.c -------------------------- Patching file src/std/thread.c using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 816. Hunk #3 succeeded at 952. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in lang/hashlink at 1716958891.63 ===> lang/hashlink ===> Generating configure for hashlink-1.14pl1p0 /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DCFLAGS=-O2\ -pipe\ \ -DLIBhl_VERSION=2.1 -DLIBhl_module_VERSION=0.0 -DARCH=armv7 -DBASE_PKGPATH=lang/hashlink -DFLAVOR_EXT= -DFULLPKGNAME=hashlink-1.14pl1p0 -DHOMEPAGE=https://hashlink.haxe.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=arm -DMAINTAINER=Thomas\ Frohwein\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=hashlink -i -B /usr/obj/ports/hashlink-1.14pl1 /usr/obj/ports/hashlink-1.14pl1/hashlink-8bc5f8f0d21c38805ca3457e5298a27d96c396ad/Makefile ===> Configuring for hashlink-1.14pl1p0 >>> Running build in lang/hashlink at 1716958893.20 ===> lang/hashlink ===> Building for hashlink-1.14pl1p0 gmake: ./hl: No such file or directory cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_auto_possess.o -c include/pcre/pcre2_auto_possess.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_chartables.o -c include/pcre/pcre2_chartables.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_compile.o -c include/pcre/pcre2_compile.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_config.o -c include/pcre/pcre2_config.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_context.o -c include/pcre/pcre2_context.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_convert.o -c include/pcre/pcre2_convert.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_dfa_match.o -c include/pcre/pcre2_dfa_match.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_error.o -c include/pcre/pcre2_error.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_extuni.o -c include/pcre/pcre2_extuni.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_find_bracket.o -c include/pcre/pcre2_find_bracket.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_jit_compile.o -c include/pcre/pcre2_jit_compile.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_maketables.o -c include/pcre/pcre2_maketables.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_match_data.o -c include/pcre/pcre2_match_data.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_match.o -c include/pcre/pcre2_match.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_newline.o -c include/pcre/pcre2_newline.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_ord2utf.o -c include/pcre/pcre2_ord2utf.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_pattern_info.o -c include/pcre/pcre2_pattern_info.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_script_run.o -c include/pcre/pcre2_script_run.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_serialize.o -c include/pcre/pcre2_serialize.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_string_utils.o -c include/pcre/pcre2_string_utils.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_study.o -c include/pcre/pcre2_study.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_substitute.o -c include/pcre/pcre2_substitute.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_substring.o -c include/pcre/pcre2_substring.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_tables.o -c include/pcre/pcre2_tables.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_ucd.o -c include/pcre/pcre2_ucd.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_valid_utf.o -c include/pcre/pcre2_valid_utf.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o include/pcre/pcre2_xclass.o -c include/pcre/pcre2_xclass.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/gc.o -c src/gc.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/array.o -c src/std/array.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/buffer.o -c src/std/buffer.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/bytes.o -c src/std/bytes.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/cast.o -c src/std/cast.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/date.o -c src/std/date.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/error.o -c src/std/error.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/debug.o -c src/std/debug.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/file.o -c src/std/file.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/fun.o -c src/std/fun.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/maps.o -c src/std/maps.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/math.o -c src/std/math.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/obj.o -c src/std/obj.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/random.o -c src/std/random.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/regexp.o -c src/std/regexp.c -I include/pcre -D HAVE_CONFIG_H -D PCRE2_CODE_UNIT_WIDTH=16 cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/socket.o -c src/std/socket.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/string.o -c src/std/string.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/sys.o -c src/std/sys.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/types.o -c src/std/types.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/ucs2.o -c src/std/ucs2.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/thread.o -c src/std/thread.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/process.o -c src/std/process.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/std/track.o -c src/std/track.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o libhl.so.2.1 -L/usr/local/lib -L/usr/X11R6/lib -shared include/pcre/pcre2_auto_possess.o include/pcre/pcre2_chartables.o include/pcre/pcre2_compile.o include/pcre/pcre2_config.o include/pcre/pcre2_context.o include/pcre/pcre2_convert.o include/pcre/pcre2_dfa_match.o include/pcre/pcre2_error.o include/pcre/pcre2_extuni.o include/pcre/pcre2_find_bracket.o include/pcre/pcre2_jit_compile.o include/pcre/pcre2_maketables.o include/pcre/pcre2_match_data.o include/pcre/pcre2_match.o include/pcre/pcre2_newline.o include/pcre/pcre2_ord2utf.o include/pcre/pcre2_pattern_info.o include/pcre/pcre2_script_run.o include/pcre/pcre2_serialize.o include/pcre/pcre2_string_utils.o include/pcre/pcre2_study.o include/pcre/pcre2_substitute.o include/pcre/pcre2_substring.o include/pcre/pcre2_tables.o include/pcre/pcre2_ucd.o include/pcre/pcre2_valid_utf.o include/pcre/pcre2_xclass.o src/gc.o src/std/array.o src/std/buffer.o src/std/bytes.o src/std/cast.o src/std/date.o src/std/error.o src/std/debug.o src/std/file.o src/std/fun.o src/std/maps.o src/std/math.o src/std/obj.o src/std/random.o src/std/regexp.o src/std/socket.o src/std/string.o src/std/sys.o src/std/types.o src/std/ucs2.o src/std/thread.o src/std/process.o src/std/track.o -lpthread -lm cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/code.o -c src/code.c cc -O2 -pipe -I src -I/usr/local/include -I/usr/X11R6/include -std=c11 -D LIBHL_EXPORTS -fPIC -pthread -fno-omit-frame-pointer -o src/jit.o -c src/jit.c src/jit.c:29:3: error: "JIT does not support ARM processors, only x86 and x86-64 are supported, please use HashLink/C native compilation instead" # error "JIT does not support ARM processors, only x86 and x86-64 are supported, please use HashLink/C native compilation instead" ^ 1 error generated. gmake: *** [Makefile:286: src/jit.o] Error 1 *** Error 2 in lang/hashlink (/usr/ports/infrastructure/mk/bsd.port.mk:3061 '/usr/obj/ports/hashlink-1.14pl1/.build_done': @cd /usr/obj/port...) *** Error 2 in lang/hashlink (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=hashlink-1.14pl1p0; export _LOCKS_HELD=" hashlin...) ===> Exiting lang/hashlink with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Running clean in lang/hashlink at 1716959118.31 ===> lang/hashlink ===> Cleaning for hashlink-1.14pl1p0 >>> Ended at 1716959119.04 max_stuck=15.50/depends=43.10/show-prepare-results=11.44/patch=13.98/configure=1.57/build=225.12/clean=0.79 Error: job failed with 512 on localhost at 1716959119