MidnightBSD Magus

devel/jna

Java access to native shared libraries

Flavor Version Run OSVersion Arch License Restricted Status
5.10.0 637 4.0 i386 Apache-2.0 lgpl2.1 0 fail

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
m4032 info 2026-05-11 16:02:27.83329 Test Started
m4032 fail 2026-05-11 16:04:15.007601 make build returned non-zero: 1
m4032 fail 2026-05-11 16:04:15.074449 Test complete.

Log

===>  Building for jna-5.10.0
Buildfile: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build.xml

-enable-native:

-prepare-anttools:

default:
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/ant-tools
    [javac] Compiling 8 source files to /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/ant-tools
    [javac] Note: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/ELFAnalyser.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

-dynamic-properties:
     [copy] Copying 1 file to /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build
     [copy] Copying 1 file to /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build
     [copy] Copying 1 file to /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build
     [copy] Copying 1 file to /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/headers
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/classes
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/test-classes
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/reports
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/doc
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/aar
     [echo] Java version 17.0.4, compatibility: 9, ant: 17
     [echo] JNA version 5.10.0, native 6.1.2, android 5100099
     [echo] OpenJDK Server VM (OpenJDK BSD Porting Team, 17.0.4+8-1)
     [echo] java.home=/usr/local/openjdk17
     [echo] java.library.path=/usr/java/packages/lib/i386:/usr/lib:/usr/local/lib
     [echo] os.prefix=midnightbsd-x86
     [echo] os.name=MidnightBSD
     [echo] os.arch=i386 (little)
     [echo] build=build
     [echo] build.native=/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86
     [echo] build.headers=/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/headers
     [echo] build.aar=/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/aar

-setup:

compile:
    [mkdir] Created dir: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/jna-src/com/sun/jna
     [copy] Copying 1 file to /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/jna-src/com/sun/jna
    [javac] Compiling 1 source file to /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/classes
    [javac] warning: [options] system modules path not set in conjunction with -source 9
    [javac] 1 warning
    [javac] Compiling 62 source files to /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/classes
    [javac] warning: [options] system modules path not set in conjunction with -source 9
    [javac] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/Memory.java:310: warning: [deprecation] finalize() in Object has been deprecated
    [javac]     protected void finalize() {
    [javac]                    ^
    [javac] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/CallbackReference.java:436: warning: [deprecation] finalize() in Object has been deprecated
    [javac]     protected void finalize() {
    [javac]                    ^
    [javac] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/CallbackReference.java:544: warning: [deprecation] isAccessible() in AccessibleObject has been deprecated
    [javac]             if (!callbackMethod.isAccessible()) {
    [javac]                                ^
    [javac] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/Native.java:264: warning: [deprecation] finalize() in Object has been deprecated
    [javac]         protected void finalize() throws Throwable {
    [javac]                        ^
    [javac] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/Native.java:266: warning: [deprecation] finalize() in Object has been deprecated
    [javac]             super.finalize();
    [javac]                  ^
    [javac] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/Native.java:1282: warning: [removal] AccessController in java.security has been deprecated and marked for removal
    [javac]             Method m = AccessController.doPrivileged(new PrivilegedAction() {
    [javac]                        ^
    [javac] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/Native.java:1530: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
    [javac]         Class[] context = new SecurityManager() {
    [javac]                                  ^
    [javac] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/src/com/sun/jna/NativeLibrary.java:655: warning: [deprecation] finalize() in Object has been deprecated
    [javac]     protected void finalize() {
    [javac]                    ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 9 warnings

javah:
[propertyfile] Creating new property file: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/headers/jni.properties

-native-api-check:

:rsrc:

rsrc:

-prepare-native:

native:
     [exec] Generating configure
     [exec] autoreconf2.72: export WARNINGS=
     [exec] autoreconf2.72: Entering directory '.'
     [exec] autoreconf2.72: configure.ac: not using Gettext
     [exec] autoreconf2.72: running: aclocal -I m4
     [exec] autoreconf2.72: configure.ac: tracing
     [exec] autoreconf2.72: running: libtoolize --copy
     [exec] libtoolize: putting auxiliary files in '.'.
     [exec] libtoolize: copying file './ltmain.sh'
     [exec] libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
     [exec] libtoolize: copying file 'm4/libtool.m4'
     [exec] libtoolize: copying file 'm4/ltoptions.m4'
     [exec] libtoolize: copying file 'm4/ltsugar.m4'
     [exec] libtoolize: copying file 'm4/ltversion.m4'
     [exec] libtoolize: copying file 'm4/lt~obsolete.m4'
     [exec] autoreconf2.72: configure.ac: not using Intltool
     [exec] autoreconf2.72: configure.ac: not using Gtkdoc
     [exec] autoreconf2.72: running: aclocal -I m4
     [exec] autoreconf2.72: running: /usr/local/bin/autoconf2.72
     [exec] configure.ac:8: warning: The macro 'AC_CANONICAL_SYSTEM' is obsolete.
     [exec] configure.ac:8: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
     [exec] configure.ac:8: the top level
     [exec] configure.ac:41: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
     [exec] configure.ac:41: You should run autoupdate.
     [exec] m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
     [exec] configure.ac:41: the top level
     [exec] configure.ac:74: warning: The macro 'AC_TRY_COMPILE' is obsolete.
     [exec] configure.ac:74: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
     [exec] ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
     [exec] ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
     [exec] acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...
     [exec] configure.ac:74: the top level
     [exec] configure.ac:91: warning: The macro 'AC_HEADER_STDC' is obsolete.
     [exec] configure.ac:91: You should run autoupdate.
     [exec] ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
     [exec] configure.ac:91: the top level
     [exec] configure.ac:118: warning: The macro 'AC_TRY_COMPILE' is obsolete.
     [exec] configure.ac:118: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
     [exec] ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
     [exec] ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
     [exec] m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from...
     [exec] configure.ac:118: the top level
     [exec] configure.ac:122: warning: The macro 'AC_TRY_LINK' is obsolete.
     [exec] configure.ac:122: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
     [exec] lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
     [exec] ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
     [exec] ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
     [exec] configure.ac:122: the top level
     [exec] configure.ac:138: warning: The macro 'AC_TRY_COMPILE' is obsolete.
     [exec] configure.ac:138: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
     [exec] ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
     [exec] ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
     [exec] configure.ac:138: the top level
     [exec] configure.ac:185: warning: The macro 'AC_TRY_COMPILE' is obsolete.
     [exec] configure.ac:185: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
     [exec] lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
     [exec] ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
     [exec] ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
     [exec] configure.ac:185: the top level
     [exec] configure.ac:310: warning: The macro 'AC_HELP_STRING' is obsolete.
     [exec] configure.ac:310: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
     [exec] configure.ac:310: the top level
     [exec] configure.ac:418: warning: The macro 'AC_HELP_STRING' is obsolete.
     [exec] configure.ac:418: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
     [exec] acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
     [exec] configure.ac:418: the top level
     [exec] configure.ac:418: warning: The macro 'AC_PROG_LD' is obsolete.
     [exec] configure.ac:418: You should run autoupdate.
     [exec] m4/libtool.m4:3350: AC_PROG_LD is expanded from...
     [exec] acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...
     [exec] acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
     [exec] configure.ac:418: the top level
     [exec] configure.ac:418: warning: The macro 'AC_TRY_RUN' is obsolete.
     [exec] configure.ac:418: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
     [exec] acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from...
     [exec] acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
     [exec] configure.ac:418: the top level
     [exec] configure.ac:418: warning: The macro 'AC_TRY_LINK' is obsolete.
     [exec] configure.ac:418: You should run autoupdate.
     [exec] ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
     [exec] acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from...
     [exec] configure.ac:418: the top level
     [exec] autoreconf2.72: running: /usr/local/bin/autoheader2.72
     [exec] autoreconf2.72: running: automake --add-missing --copy --no-force
     [exec] configure.ac:31: installing './compile'
     [exec] configure.ac:19: installing './install-sh'
     [exec] configure.ac:19: installing './missing'
     [exec] Makefile.am: installing './depcomp'
     [exec] doc/Makefile.am:3: installing 'doc/mdate-sh'
     [exec] doc/Makefile.am:3: installing 'doc/texinfo.tex'
     [exec] autoreconf2.72: Leaving directory '.'
     [exec] Configuring libffi (i386)
     [exec] checking build system type... i386-unknown-midnightbsd4.0.4
     [exec] checking host system type... i386-unknown-midnightbsd4.0.4
     [exec] checking target system type... i386-unknown-midnightbsd4.0.4
     [exec] checking for gsed... sed
     [exec] checking for a BSD-compatible install... /usr/bin/install -c
     [exec] checking whether sleep supports fractional seconds... yes
     [exec] checking filesystem timestamp resolution... 2
     [exec] checking whether build environment is sane... yes
     [exec] checking for a race-free mkdir -p... mkdir -p
     [exec] checking for gawk... no
     [exec] checking for mawk... no
     [exec] checking for nawk... nawk
     [exec] checking whether make sets $(MAKE)... yes
     [exec] checking whether make supports nested variables... yes
     [exec] checking xargs -n works... yes
     [exec] checking for gcc... cc
     [exec] checking whether the C compiler works... yes
     [exec] checking for C compiler default output file name... a.out
     [exec] checking for suffix of executables... 
     [exec] checking whether we are cross compiling... no
     [exec] checking for suffix of object files... o
     [exec] checking whether the compiler supports GNU C... yes
     [exec] checking whether cc accepts -g... yes
     [exec] checking for cc option to enable C11 features... none needed
     [exec] checking whether cc understands -c and -o together... yes
     [exec] checking whether make supports the include directive... yes (GNU style)
     [exec] checking dependency style of cc... gcc3
     [exec] checking whether the compiler supports GNU C++... yes
     [exec] checking whether c++ accepts -g... yes
     [exec] checking for c++ option to enable C++11 features... none needed
     [exec] checking dependency style of c++... gcc3
     [exec] checking dependency style of cc... gcc3
     [exec] checking how to print strings... printf
     [exec] checking for a sed that does not truncate output... /usr/bin/sed
     [exec] checking for grep that handles long lines and -e... /usr/bin/grep
     [exec] checking for egrep... /usr/bin/grep -E
     [exec] checking for fgrep... /usr/bin/grep -F
     [exec] checking for ld used by cc... /usr/bin/ld
     [exec] checking if the linker (/usr/bin/ld) is GNU ld... yes
     [exec] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
     [exec] checking the name lister (/usr/bin/nm) interface... BSD nm
     [exec] checking whether ln -s works... yes
     [exec] checking the maximum length of command line arguments... 196608
     [exec] checking how to convert i386-unknown-midnightbsd4.0.4 file names to i386-unknown-midnightbsd4.0.4 format... func_convert_file_noop
     [exec] checking how to convert i386-unknown-midnightbsd4.0.4 file names to toolchain format... func_convert_file_noop
     [exec] checking for /usr/bin/ld option to reload object files... -r
     [exec] checking for file... file
     [exec] checking for objdump... objdump
     [exec] checking how to recognize dependent libraries... pass_all
     [exec] checking for dlltool... no
     [exec] checking how to associate runtime and link libraries... printf %s\n
     [exec] checking for ar... ar
     [exec] checking for archiver @FILE support... no
     [exec] checking for strip... strip
     [exec] checking for ranlib... ranlib
     [exec] checking command to parse /usr/bin/nm output from cc object... ok
     [exec] checking for sysroot... no
     [exec] checking for a working dd... /bin/dd
     [exec] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
     [exec] checking for mt... mt
     [exec] checking if mt is a manifest tool... no
     [exec] checking for stdio.h... yes
     [exec] checking for stdlib.h... yes
     [exec] checking for string.h... yes
     [exec] checking for inttypes.h... yes
     [exec] checking for stdint.h... yes
     [exec] checking for strings.h... yes
     [exec] checking for sys/stat.h... yes
     [exec] checking for sys/types.h... yes
     [exec] checking for unistd.h... yes
     [exec] checking for dlfcn.h... yes
     [exec] checking for objdir... .libs
     [exec] checking if cc supports -fno-rtti -fno-exceptions... yes
     [exec] checking for cc option to produce PIC... -fPIC -DPIC
     [exec] checking if cc PIC flag -fPIC -DPIC works... yes
     [exec] checking if cc static flag -static works... yes
     [exec] checking if cc supports -c -o file.o... yes
     [exec] checking if cc supports -c -o file.o... (cached) yes
     [exec] checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
     [exec] checking dynamic linker characteristics... midnightbsd4.0.4 ld.so
     [exec] checking how to hardcode library paths into programs... immediate
     [exec] checking whether stripping libraries is possible... no
     [exec] checking if libtool supports shared libraries... yes
     [exec] checking whether to build shared libraries... no
     [exec] checking whether to build static libraries... yes
     [exec] checking how to run the C++ preprocessor... c++ -E
     [exec] checking for ld used by c++... /usr/bin/ld
     [exec] checking if the linker (/usr/bin/ld) is GNU ld... yes
     [exec] checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
     [exec] checking for c++ option to produce PIC... -fPIC -DPIC
     [exec] checking if c++ PIC flag -fPIC -DPIC works... yes
     [exec] checking if c++ static flag -static works... yes
     [exec] checking if c++ supports -c -o file.o... yes
     [exec] checking if c++ supports -c -o file.o... (cached) yes
     [exec] checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
     [exec] checking dynamic linker characteristics... midnightbsd4.0.4 ld.so
     [exec] checking how to hardcode library paths into programs... immediate
     [exec] checking for readelf... readelf
     [exec] checking size of size_t... 4
     [exec] checking for C compiler vendor... clang
     [exec] checking whether C compiler accepts -O2 -fno-omit-frame-pointer -fno-strict-aliasing ... yes
     [exec] checking CFLAGS for maximum warnings... -Wall
     [exec] checking whether to enable maintainer-specific portions of Makefiles... no
     [exec] checking for sys/memfd.h... no
     [exec] checking for memfd_create... yes
     [exec] checking for sys/mman.h... yes
     [exec] checking for mmap... yes
     [exec] checking for mkostemp... yes
     [exec] checking for mkstemp... yes
     [exec] checking for sys/mman.h... (cached) yes
     [exec] checking for mmap... (cached) yes
     [exec] checking whether read-only mmap of a plain file works... yes
     [exec] checking whether mmap from /dev/zero works... yes
     [exec] checking for MAP_ANON(YMOUS)... yes
     [exec] checking whether mmap with MAP_ANON(YMOUS) works... yes
     [exec] checking for egrep... (cached) /usr/bin/grep -E
     [exec] checking for memcpy... yes
     [exec] checking for size_t... yes
     [exec] checking for working alloca.h... no
     [exec] checking for alloca... yes
     [exec] checking size of double... 8
     [exec] checking size of long double... 12
     [exec] checking whether byte ordering is bigendian... no
     [exec] checking assembler .cfi pseudo-op support... yes
     [exec] checking assembler supports pc related relocs... yes
     [exec] checking whether compiler supports pointer authentication... no
     [exec] checking for _ prefix in compiled symbols... no
     [exec] checking whether C compiler accepts -fno-lto... yes
     [exec] checking whether .eh_frame section should be read-only... yes
     [exec] checking for __attribute__((visibility("hidden")))... yes
     [exec] cc: error: unsupported option '-print-multi-os-directory'
     [exec] cc: error: no input files
     [exec] checking for ld used by cc... (cached) /usr/bin/ld
     [exec] checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
     [exec] configure: versioning on shared library symbols is no
     [exec] checking that generated files are newer than configure... done
     [exec] configure: creating ./config.status
     [exec] config.status: creating include/Makefile
     [exec] config.status: creating include/ffi.h
     [exec] config.status: creating Makefile
     [exec] config.status: creating testsuite/Makefile
     [exec] config.status: creating man/Makefile
     [exec] config.status: creating doc/Makefile
     [exec] config.status: creating libffi.pc
     [exec] config.status: creating fficonfig.h
     [exec] config.status: executing buildir commands
     [exec] config.status: skipping top_srcdir/Makefile - not created
     [exec] config.status: executing depfiles commands
     [exec] config.status: executing libtool commands
     [exec] config.status: executing include commands
     [exec] config.status: executing src commands
     [exec] gmake -C /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi
     [exec] gmake[1]: Entering directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi'
     [exec] gmake  all-recursive
     [exec] gmake[2]: Entering directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi'
     [exec] Making all in include
     [exec] gmake[3]: Entering directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/include'
     [exec] gmake[3]: Nothing to be done for 'all'.
     [exec] gmake[3]: Leaving directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/include'
     [exec] Making all in testsuite
     [exec] gmake[3]: Entering directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/testsuite'
     [exec] gmake[3]: Nothing to be done for 'all'.
     [exec] gmake[3]: Leaving directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/testsuite'
     [exec] Making all in man
     [exec] gmake[3]: Entering directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/man'
     [exec] gmake[3]: Nothing to be done for 'all'.
     [exec] gmake[3]: Leaving directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/man'
     [exec] Making all in doc
     [exec] gmake[3]: Entering directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/doc'
     [exec] restore=: && backupdir=".am$$" && \
     [exec] am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc && \
     [exec] rm -rf $backupdir && mkdir $backupdir && \
     [exec] if (/bin/sh '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/missing' makeinfo --version) >/dev/null 2>&1; then \
     [exec]   for f in /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc/libffi.info /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc/libffi.info-[0-9] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc/libffi.info-[0-9][0-9] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc/libffi.i[0-9] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc/libffi.i[0-9][0-9]; do \
     [exec]     if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
     [exec]   done; \
     [exec] else :; fi && \
     [exec] cd "$am__cwd"; \
     [exec] if /bin/sh '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/missing' makeinfo   -I /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc \
     [exec]  -o /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc/libffi.info /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc/libffi.texi; \
     [exec] then \
     [exec]   rc=0; \
     [exec]   CDPATH="${ZSH_VERSION+.}:" && cd /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc; \
     [exec] else \
     [exec]   rc=$?; \
     [exec]   CDPATH="${ZSH_VERSION+.}:" && cd /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc && \
     [exec]   $restore $backupdir/* `echo ".//magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/doc/libffi.info" | sed 's|[^/]*$||'`; \
     [exec] fi; \
     [exec] rm -rf $backupdir; exit $rc
     [exec] gmake[3]: Leaving directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/doc'
     [exec] gmake[3]: Entering directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi'
     [exec] depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
     [exec] /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi  -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/prep_cif.c &&\
     [exec] mv -f $depbase.Tpo $depbase.Plo
     [exec] libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/prep_cif.c  -fPIC -DPIC -o src/prep_cif.o
     [exec] depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
     [exec] /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi  -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/types.c &&\
     [exec] mv -f $depbase.Tpo $depbase.Plo
     [exec] libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/types.c  -fPIC -DPIC -o src/types.o
     [exec] depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
     [exec] /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi  -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/raw_api.c &&\
     [exec] mv -f $depbase.Tpo $depbase.Plo
     [exec] libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/raw_api.c  -fPIC -DPIC -o src/raw_api.o
     [exec] depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
     [exec] /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi  -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/java_raw_api.c &&\
     [exec] mv -f $depbase.Tpo $depbase.Plo
     [exec] libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/java_raw_api.c  -fPIC -DPIC -o src/java_raw_api.o
     [exec] depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
     [exec] /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi  -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/closures.c &&\
     [exec] mv -f $depbase.Tpo $depbase.Plo
     [exec] libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/closures.c  -fPIC -DPIC -o src/closures.o
     [exec] In file included from /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/closures.c:544:
     [exec] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/dlmalloc.c:3385:7: warning: variable 'nfences' set but not used [-Wunused-but-set-variable]
     [exec]  3385 |   int nfences = 0;
     [exec]       |       ^
     [exec] depbase=`echo src/tramp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
     [exec] /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi  -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions -MT src/tramp.lo -MD -MP -MF $depbase.Tpo -c -o src/tramp.lo /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/tramp.c &&\
     [exec] mv -f $depbase.Tpo $depbase.Plo
     [exec] 1 warning generated.
     [exec] libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -fexceptions -MT src/tramp.lo -MD -MP -MF src/.deps/tramp.Tpo -c /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/tramp.c  -fPIC -DPIC -o src/tramp.o
     [exec] depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
     [exec] /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi  -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/x86/ffi.c &&\
     [exec] mv -f $depbase.Tpo $depbase.Plo
     [exec] libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/x86/ffi.c  -fPIC -DPIC -o src/x86/ffi.o
     [exec] /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/x86/ffi.c:615:1: warning: unused label 'out' [-Wunused-label]
     [exec]   615 | out:
     [exec]       | ^~~~
     [exec] 1 warning generated.
     [exec] depbase=`echo src/x86/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
     [exec] /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi  -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -MT src/x86/sysv.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/sysv.lo /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/x86/sysv.S &&\
     [exec] mv -f $depbase.Tpo $depbase.Plo
     [exec] libtool: compile:  cc -DHAVE_CONFIG_H -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -I. -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/include -Iinclude -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src -O2 -fno-omit-frame-pointer -fno-strict-aliasing -MT src/x86/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/src/x86/sysv.S  -fPIC -DPIC -o src/x86/sysv.o
     [exec] /bin/sh ./libtool  --tag=CC   --mode=link cc  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions   -o libffi_convenience.la  src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/tramp.lo   src/x86/ffi.lo src/x86/sysv.lo 
     [exec] libtool: link: ar cr .libs/libffi_convenience.a  src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/tramp.o src/x86/ffi.o src/x86/sysv.o
     [exec] libtool: link: ranlib .libs/libffi_convenience.a
     [exec] libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
     [exec] /bin/sh ./libtool  --tag=CC   --mode=link cc  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -Wall -fexceptions -no-undefined -version-info `grep -v '^#' /magus/work/usr/mports/devel/jna/work/jna-5.10.0/native/libffi/libtool-version`     -o libffi.la -rpath /usr/local/lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/tramp.lo  src/x86/ffi.lo src/x86/sysv.lo 
     [exec] libtool: link: ar cr .libs/libffi.a  src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/tramp.o src/x86/ffi.o src/x86/sysv.o
     [exec] libtool: link: ranlib .libs/libffi.a
     [exec] libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
     [exec] gmake[3]: Leaving directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi'
     [exec] gmake[2]: Leaving directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi'
     [exec] gmake[1]: Leaving directory '/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi'
     [exec] cc -W -Wall -Wno-unused -Wno-parentheses -fPIC  -O2 -fno-omit-frame-pointer -fno-strict-aliasing  -D_REENTRANT -DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING -I"/usr/local/openjdk17/include" -I"/usr/local/openjdk17/include/midnightbsd" -I"/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/headers" -I/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/libffi/include -I/usr/local/include -DJNA_JNI_VERSION='"6.1.2"' -DCHECKSUM='"147a998f0cbc89681a1ae6c0dd121629"' -Wno-unused-variable -c dispatch.c -o /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/dispatch.o
     [exec] In file included from dispatch.c:30:
     [exec] In file included from ./dispatch.h:30:
     [exec] In file included from /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/headers/com_sun_jna_Function.h:2:
     [exec] /usr/local/openjdk17/include/jni.h:45:10: fatal error: 'jni_md.h' file not found
     [exec]    45 | #include "jni_md.h"
     [exec]       |          ^~~~~~~~~~
     [exec] 1 error generated.
     [exec] gmake: *** [Makefile:469: /magus/work/usr/mports/devel/jna/work/jna-5.10.0/build/native-midnightbsd-x86/dispatch.o] Error 1

BUILD FAILED
/magus/work/usr/mports/devel/jna/work/jna-5.10.0/build.xml:1125: exec returned: 2

Total time: 30 seconds
*** Error code 1

Stop.
make: stopped in /usr/mports/devel/jna

Links

Depends On

Depend Of

Categories

CVEs

  • Loading CVE information...

LLM Analysis