Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2016 00:11:24 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        jhibbits@FreeBSD.org, marius@FreeBSD.org, bdrewery@FreeBSD.org,  jilles@FreeBSD.org, asomers@FreeBSD.org, jenkins-admin@FreeBSD.org,  freebsd-arm@FreeBSD.org
Subject:   FreeBSD_HEAD_arm64 - Build #2167 - Still Failing
Message-ID:  <1876642927.9.1453248685529.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <1899947381.5.1453241492016.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <1899947381.5.1453241492016.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #2167 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2167/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2167/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2167/console

Change summaries:

294363 by jhibbits:
Revert a printf change from r294307.

Caused build failures with MPC85XX.

Pointy-hat to:	jhibbits

294362 by marius:
Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnation
to actually wait until the TX FIFOs of UARTs have be drained before
returning. This is done by bringing the equivalent of the TS_BUSY flag
found in the previous implementation back in an ABI-preserving way.
Reported and tested by: Patrick Powell

Most likely, drivers for USB-serial-adapters likewise incorporating
TX FIFOs as well as other terminal devices that buffer output in some
form should also provide implementations of tsw_busy.

MFC after:	3 days

294361 by bdrewery:
FAST_DEPEND: Fix improperly depending all .So objects on all headers.

This was a regression in r290629, which was revealed partly in r294360.
Once 'make depend' has ran it will generate all headers already.  Thus
even with FAST_DEPEND lacking proper dependencies before building, it
will not have any missing headers.  Once objects are compiled the depend
files will be generated with proper dependencies.

Sponsored by:	EMC / Isilon Storage Division

294360 by bdrewery:
Revert r294352.

Further research showed it was the wrong fix and revealed a bigger
problem with the goal of skipping 'make depend'.

294358 by asomers:
Quell harmless CID about unchecked return value in nvlist_get_guids.

The return value doesn't need to be checked, because nvlist_get_guid's
callers check the returned values of the guids.

Coverity CID:	1341869
MFC after:	1 week
X-MFC-With:	292066
Sponsored by:	Spectra Logic Corp

294357 by bdrewery:
Allow specifying an alternative LD_LIBRARY_PATH for the ldd(1) lookup.

This is needed to be able to run check-links.sh against a "sysrooted"
binary while ensuring that the ldd(1) call done on the host uses the
host libc.  It is not possible to set LD_LIBRARY_PATH before calling
check-links.sh as then the "sysrooted" libc would be incorrectly used.

A LD_PRELOAD=libc.so is used to ldd(1) as it needs to use the host libc
to run.  ldd(1) is a simple wrapper around execve(2) and dlopen(2) with
env LD_TRACE_LOADED_OBJECTS set.  Due to the dlopen(2) restriction on
shared library tracing ldd(1) is still required for this lookup.

Sponsored by:	EMC / Isilon Storage Division

294356 by bdrewery:
Add some documentation.

Sponsored by:	EMC / Isilon Storage Division

294355 by bdrewery:
Validate that the file exists rather than obscure 'Not an elf file' error.

Sponsored by:	EMC / Isilon Storage Division

294354 by bdrewery:
bsd.subdir.mk: Allow easier modification of [STANDALONE_]SUBDIR_TARGETS.

This reworks r289254 and removes ALL_SUBDIR_TARGETS.

Because there is an include guard in this file there is no need for
LOCAL_ or ?= on SUBDIR_TARGETS or STANDALONE_SUBDIR_TARGETS.  These can
just be set via src.conf.  By the time bsd.subdir.mk is included it will
just append the values to the existing value and work fine.  This allows
a consistent way to append to these variables without introducing a
LOCAL_ var for STANDALONE_SUBDIR_TARGETS or renaming the historical
SUBDIR_TARGETS.

Sponsored by:	EMC / Isilon Storage Division

294353 by bdrewery:
installconfig is PARALLEL_SUBDIR safe.

Sponsored by:	EMC / Isilon Storage Division

294352 by bdrewery:
FAST_DEPEND: Add header dependency missed in r290629.

Sponsored by:	EMC / Isilon Storage Division

294351 by bdrewery:
FAST_DEPEND: Still use if filemon is not used.

If filemon is used then there is no need to generate dependency files during
compilation as the .meta files will achieve the same result.

This is a temporary solution until FAST_DEPEND is default.  Once that is
default there will be an option to disable dependency generation entirely
as it is only useful if an incremental build is planned, thus META_MODE+filemon
can enable that option to short-circuit all FAST_DEPEND-related logic.

Sponsored by:	EMC / Isilon Storage Division

294350 by bdrewery:
META_MODE: Ensure bmake does not use filemon if it is not loaded.

Sponsored by:	EMC / Isilon Storage Division

294349 by bdrewery:
Define .MAKE.MODE to normal to avoid the need for :U later.

Sponsored by:	EMC / Isilon Storage Division

294348 by jilles:
sh: Simplify some code related to positional parameters.

294347 by asomers:
Fix usr.bin.truncate.truncate_test.bad_truncate with ZFS /tmp.

The bad_truncate test sets the uimmutable flag to produce an error in
truncate, but that flag isn't supported by ZFS.  If /tmp is on a ZFS
filesystem, the test will fail.  Change it to use readonly permissions and
an unpriveleged user instead.

Reviewed by:	jilles
MFC after:	1 week
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D4862



The end of the build log:

[...truncated 39703 lines...]
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_getschedparam.c -o thr_getschedparam.So
--- lib/libpam__L ---
--- passwdqc_check.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc   -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_passwdqc/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc/passwdqc_check.c -o passwdqc_check.o
--- lib/ncurses/ncurses__L ---
--- lib_beep.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_beep.c -o lib_beep.So
--- lib/libthr__L ---
--- thr_getthreadid_np.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_getthreadid_np.c -o thr_getthreadid_np.So
--- lib/ncurses/ncurses__L ---
--- lib_bkgd.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_bkgd.c -o lib_bkgd.o
--- lib/libthr__L ---
--- thr_info.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_info.c -o thr_info.So
--- lib/libpam__L ---
--- passwdqc_random.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc   -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_passwdqc/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc/passwdqc_random.c -o passwdqc_random.o
--- lib/ncurses/ncurses__L ---
--- lib_bkgd.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_bkgd.c -o lib_bkgd.So
--- lib/libpam__L ---
--- wordset_4k.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc   -I/usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_passwdqc/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_passwdqc/../../../../contrib/pam_modules/pam_passwdqc/wordset_4k.c -o wordset_4k.o
--- lib/libthr__L ---
--- thr_init.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_init.c -o thr_init.So
--- lib/libpam__L ---
--- libpam_passwdqc.a ---
building static pam_passwdqc library
/usr/local/aarch64-freebsd/bin/ar -crD libpam_passwdqc.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder pam_passwdqc.o passwdqc_check.o passwdqc_random.o wordset_4k.o  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libpam_passwdqc.a
===> lib/libpam/modules/pam_permit (all)
--- pam_permit.o ---
--- lib/ncurses/ncurses__L ---
--- lib_box.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_box.c -o lib_box.o
--- lib/libpam__L ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe   -I/usr/src/lib/libpam/modules/pam_permit/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_permit/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_permit/pam_permit.c -o pam_permit.o
--- libpam_permit.a ---
building static pam_permit library
/usr/local/aarch64-freebsd/bin/ar -crD libpam_permit.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder pam_permit.o  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libpam_permit.a
===> lib/libpam/modules/pam_radius (all)
--- lib/libthr__L ---
--- thr_join.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_join.c -o thr_join.So
--- lib/libpam__L ---
--- pam_radius.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe   -I/usr/src/lib/libpam/modules/pam_radius/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_radius/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_radius/pam_radius.c -o pam_radius.o
--- lib/ncurses/ncurses__L ---
--- lib_box.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_box.c -o lib_box.So
--- lib_chgat.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_chgat.c -o lib_chgat.o
--- lib/libpam__L ---
--- libpam_radius.a ---
building static pam_radius library
/usr/local/aarch64-freebsd/bin/ar -crD libpam_radius.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder pam_radius.o  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libpam_radius.a
===> lib/libpam/modules/pam_rhosts (all)
--- lib/libthr__L ---
--- thr_list.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_list.c -o thr_list.So
--- lib/libpam__L ---
--- pam_rhosts.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe   -I/usr/src/lib/libpam/modules/pam_rhosts/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_rhosts/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_rhosts/pam_rhosts.c -o pam_rhosts.o
--- libpam_rhosts.a ---
building static pam_rhosts library
/usr/local/aarch64-freebsd/bin/ar -crD libpam_rhosts.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder pam_rhosts.o  | tsort -q` 
--- lib/ncurses/ncurses__L ---
--- lib_chgat.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_chgat.c -o lib_chgat.So
--- lib/libpam__L ---
/usr/local/aarch64-freebsd/bin/ranlib -D libpam_rhosts.a
===> lib/libpam/modules/pam_rootok (all)
--- pam_rootok.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe   -I/usr/src/lib/libpam/modules/pam_rootok/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_rootok/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_rootok/pam_rootok.c -o pam_rootok.o
--- libpam_rootok.a ---
building static pam_rootok library
/usr/local/aarch64-freebsd/bin/ar -crD libpam_rootok.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder pam_rootok.o  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libpam_rootok.a
===> lib/libpam/modules/pam_securetty (all)
--- lib/ncurses/ncurses__L ---
--- lib_clear.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_clear.c -o lib_clear.o
--- lib/libpam__L ---
--- pam_securetty.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe   -I/usr/src/lib/libpam/modules/pam_securetty/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_securetty/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_securetty/pam_securetty.c -o pam_securetty.o
--- libpam_securetty.a ---
building static pam_securetty library
/usr/local/aarch64-freebsd/bin/ar -crD libpam_securetty.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder pam_securetty.o  | tsort -q` 
--- lib/ncurses/ncurses__L ---
--- lib_clear.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_clear.c -o lib_clear.So
--- lib/libpam__L ---
/usr/local/aarch64-freebsd/bin/ranlib -D libpam_securetty.a
===> lib/libpam/modules/pam_self (all)
--- lib/libthr__L ---
--- thr_kern.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_kern.c -o thr_kern.So
--- lib/libpam__L ---
--- pam_self.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe   -I/usr/src/lib/libpam/modules/pam_self/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_self/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_self/pam_self.c -o pam_self.o
--- lib/ncurses/ncurses__L ---
--- lib_clearok.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_clearok.c -o lib_clearok.o
--- lib/libpam__L ---
--- libpam_self.a ---
building static pam_self library
/usr/local/aarch64-freebsd/bin/ar -crD libpam_self.a `NM='/usr/local/aarch64-freebsd/bin/nm' NMFLAGS='' lorder pam_self.o  | tsort -q` 
/usr/local/aarch64-freebsd/bin/ranlib -D libpam_self.a
===> lib/libpam/modules/pam_ssh (all)
--- lib/ncurses/ncursesw__L ---
--- expanded.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -D_XOPEN_SOURCE_EXTENDED -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c expanded.c -o expanded.o
--- lib/libpam__L ---
--- pam_ssh.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -DOPENPAM_STATIC_MODULES -O2 -pipe -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh -include ssh_namespace.h   -I/usr/src/lib/libpam/modules/pam_ssh/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_ssh/../../libpam -DOPENPAM_DEBUG -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c -o pam_ssh.o
--- lib/ncurses/ncurses__L ---
--- lib_clearok.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_clearok.c -o lib_clearok.So
--- lib/libthr__L ---
--- thr_kill.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_kill.c -o thr_kill.So
--- lib/ncurses/ncursesw__L ---
--- expanded.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -D_XOPEN_SOURCE_EXTENDED -DENABLE_WIDEC -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncursesw -I/usr/src/lib/ncurses/ncursesw/../ncurses -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c expanded.c -o expanded.So
--- lib/ncurses/ncurses__L ---
--- lib_clrbot.o ---
cc -B/usr/local/aarch64-freebsd/bin/  -O2 -pipe   -I. -I/usr/obj/arm64.aarch64/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../ncurses -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_clrbot.c -o lib_clrbot.o
--- lib/libpam__L ---
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:324:2: error: use of undeclared identifier 'AuthenticationConnection'
        AuthenticationConnection *ac;
        ^
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:324:28: error: use of undeclared identifier 'ac'
        AuthenticationConnection *ac;
                                  ^
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:339:12: error: implicit declaration of function 'ssh_get_authentication_connection' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        if ((ac = ssh_get_authentication_connection()) == NULL) {
                  ^
--- lib/libthr__L ---
--- thr_main_np.So ---
cc -B/usr/local/aarch64-freebsd/bin/ -fpic -DPIC -g -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/aarch64/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/aarch64 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-arguments -c /usr/src/lib/libthr/thread/thr_main_np.c -o thr_main_np.So
--- lib/libpam__L ---
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:339:7: error: use of undeclared identifier 'ac'
        if ((ac = ssh_get_authentication_connection()) == NULL) {
             ^
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:350:25: error: use of undeclared identifier 'ac'
                        if (ssh_add_identity(ac, psk->key, psk->comment))
                                             ^
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:66:31: note: expanded from macro 'ssh_add_identity'
        ssh_add_identity_constrained(auth, key, comment, 0, 0)
                                     ^
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:363:6: error: use of undeclared identifier 'ac'
        if (ac != NULL)
            ^
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:364:3: error: implicit declaration of function 'ssh_close_authentication_connection' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                ssh_close_authentication_connection(ac);
                ^
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:364:3: note: did you mean 'ssh_get_authentication_connection'?
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:339:12: note: 'ssh_get_authentication_connection' declared here
        if ((ac = ssh_get_authentication_connection()) == NULL) {
                  ^
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:364:39: error: use of undeclared identifier 'ac'
                ssh_close_authentication_connection(ac);
                                                    ^
8 errors generated.
*** [pam_ssh.o] Error code 1

make[6]: stopped in /usr/src/lib/libpam/modules/pam_ssh
1 error

make[6]: stopped in /usr/src/lib/libpam/modules/pam_ssh
*** [all] Error code 2

make[5]: stopped in /usr/src/lib/libpam/modules
1 error

make[5]: stopped in /usr/src/lib/libpam/modules
*** [all] Error code 2

make[4]: stopped in /usr/src/lib/libpam
1 error

make[4]: stopped in /usr/src/lib/libpam
*** [lib/libpam__L] Error code 2

make[3]: stopped in /usr/src
--- lib/ncurses/ncursesw__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/lib/ncurses/ncursesw
*** [lib/ncurses/ncursesw__L] Error code 2

make[3]: stopped in /usr/src
--- lib/ncurses/ncurses__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/lib/ncurses/ncurses
*** [lib/ncurses/ncurses__L] Error code 2

make[3]: stopped in /usr/src
--- lib/libthr__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/lib/libthr
*** [lib/libthr__L] Error code 2

make[3]: stopped in /usr/src
4 errors

make[3]: stopped in /usr/src
*** [libraries] Error code 2

make[2]: stopped in /usr/src
1 error

make[2]: stopped in /usr/src
*** [_libraries] Error code 2

make[1]: stopped in /usr/src
1 error

make[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src
Build step 'Execute shell' marked build as failure
[PostBuildScript] - Execution post build scripts.
[FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson6683501181844113705.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_HEAD_arm64'
+ echo 'clean up jail FreeBSD_HEAD_arm64'
clean up jail FreeBSD_HEAD_arm64
+ sudo jail -r FreeBSD_HEAD_arm64
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias
+ sudo umount FreeBSD_HEAD_arm64/usr/src
+ sudo umount FreeBSD_HEAD_arm64/dev
+ sudo rm -fr FreeBSD_HEAD_arm64
+ true
+ sudo chflags -R noschg FreeBSD_HEAD_arm64
+ sudo rm -fr FreeBSD_HEAD_arm64
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1876642927.9.1453248685529.JavaMail.jenkins>