Build failed in Jenkins: FreeBSD_HEAD #1900

From: <jenkins-admin_at_freebsd.org>
Date: Sun, 23 Nov 2014 22:05:06 +0000 (GMT)
See <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1900/changes>

Changes:

[joel] Misc mdoc fixes:

- Remove superfluous paragraph macros.
- Remove/fix empty or incorrect macros.
- Sort sections into conventional order.
- Terminate quoted strings properly.
- Remove EOL whitespace.

[ian] Consider the negation operator (!) to be a word even if it is not followed
by whitespace.  This allows "optional !foo" which is what most programmers
are naturally going to tend to do as opposed to "optional ! foo".

[glebius] \n at end of panicstr is redundant.

Submitted by:	alc

[dim] Fix the following -Werror warning from clang 3.5.0, while building the
ath kernel module:

sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2642:7: error: taking the absolute value of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
                if (abs(lp[0] * EEP_SCALE - target) < EEP_DELTA) {
                    ^
sys/dev/ath/ah_osdep.h:74:18: note: expanded from macro 'abs'
#define abs(_a)         __builtin_abs(_a)
                        ^
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2642:7: note: remove the call to '__builtin_abs' since unsigned values cannot be negative
sys/dev/ath/ah_osdep.h:74:18: note: expanded from macro 'abs'
#define abs(_a)         __builtin_abs(_a)
                        ^
1 error generated.

This warning occurs because both lp[0] and target are unsigned, so the
subtraction expression is also unsigned, and calling abs() is a no-op.

However, the intention was to look at the absolute difference between
the two unsigned quantities.  Introduce a small static function to
clarify what we're doing, and call that instead.

Reviewed by:	adrian
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D1212

------------------------------------------
[...truncated 91672 lines...]
--- asn1_HDB_Ext_PKINIT_hash.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_PKINIT_hash.c -o asn1_HDB_Ext_PKINIT_hash.o
--- asn1_HDB_Ext_PKINIT_hash.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_PKINIT_hash.c -o asn1_HDB_Ext_PKINIT_hash.So
--- asn1_HDB_Ext_Constrained_delegation_acl.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_Constrained_delegation_acl.c -o asn1_HDB_Ext_Constrained_delegation_acl.o
--- asn1_HDB_Ext_Constrained_delegation_acl.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_Constrained_delegation_acl.c -o asn1_HDB_Ext_Constrained_delegation_acl.So
--- asn1_HDB_Ext_Lan_Manager_OWF.o ---
--- asn1_HDB_Ext_Lan_Manager_OWF.So ---
--- asn1_HDB_Ext_Lan_Manager_OWF.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_Lan_Manager_OWF.c -o asn1_HDB_Ext_Lan_Manager_OWF.o
--- asn1_HDB_Ext_Lan_Manager_OWF.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_Lan_Manager_OWF.c -o asn1_HDB_Ext_Lan_Manager_OWF.So
--- asn1_HDB_Ext_Password.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_Password.c -o asn1_HDB_Ext_Password.o
--- asn1_HDB_Ext_Password.So ---
--- asn1_HDB_Ext_Aliases.o ---
--- asn1_HDB_Ext_Password.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_Password.c -o asn1_HDB_Ext_Password.So
--- asn1_HDB_Ext_Aliases.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_Aliases.c -o asn1_HDB_Ext_Aliases.o
--- asn1_HDB_Ext_Aliases.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_Ext_Aliases.c -o asn1_HDB_Ext_Aliases.So
--- asn1_HDB_extension.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_extension.c -o asn1_HDB_extension.o
--- asn1_HDB_extension.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_extension.c -o asn1_HDB_extension.So
--- asn1_HDB_extensions.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_extensions.c -o asn1_HDB_extensions.o
--- asn1_HDB_extensions.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_HDB_extensions.c -o asn1_HDB_extensions.So
--- asn1_hdb_entry.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_hdb_entry.c -o asn1_hdb_entry.o
--- asn1_hdb_entry.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_hdb_entry.c -o asn1_hdb_entry.So
--- secure/lib/libssh__L ---
echo libssh.so.5: /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libldns/libldns.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libgssapi.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libkrb5.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libhx509.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libasn1.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libcom_err.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libmd.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libroken.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libcrypto.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libcrypt.a> /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libz.a> >> .depend
--- kerberos5/lib/libhdb__L ---
--- asn1_hdb_entry_alias.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_hdb_entry_alias.c -o asn1_hdb_entry_alias.o
--- asn1_hdb_entry_alias.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_hdb_entry_alias.c -o asn1_hdb_entry_alias.So
--- secure/lib/libssh__L ---
--- authfd.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/authfd.c> -o authfd.So
--- authfile.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/authfile.c> -o authfile.So
--- kerberos5/lib/libhdb__L ---
--- asn1_hdb_keyset.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_hdb_keyset.c -o asn1_hdb_keyset.o
--- asn1_hdb_keyset.So ---
cc  -fpic -DPIC  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/asn1>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/roken> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/sqlite>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/krb5>  -I.  -DHDB_DB_DIR="\"/var/heimdal\"" -DHAVE_CONFIG_H -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../include> -std=gnu99 -fstack-protector   -Qunused-arguments -c asn1_hdb_keyset.c -o asn1_hdb_keyset.So
--- secure/lib/libssh__L ---
--- bufaux.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/bufaux.c> -o bufaux.So
--- kerberos5/lib/libhdb__L ---
--- libhdb.a ---
building static hdb library
--- libhdb.so.11 ---
building shared library libhdb.so.11
--- libhdb.a ---
ranlib -D libhdb.a
--- secure/lib/libssh__L ---
--- bufbn.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/bufbn.c> -o bufbn.So
--- buffer.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/buffer.c> -o buffer.So
--- canohost.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/canohost.c> -o canohost.So
--- channels.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/channels.c> -o channels.So
--- kerberos5/lib/libhdb__L ---
--- _libinstall ---
sh <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tools/install.sh> -C -o root -g wheel -m 444   libhdb.a /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib>
sh <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tools/install.sh> -s -o root -g wheel -m 444     libhdb.so.11 /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib>
sh <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tools/install.sh> -l s libhdb.so.11 /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/lib/libhdb.so>
--- _INCSINS ---
sh <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tools/install.sh> -C -o root -g wheel -m 444  <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb/hdb-protos.h> <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/kerberos5/lib/libhdb/../../../crypto/heimdal/lib/hdb/hdb.h> hdb_asn1.h hdb_err.h /usr/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/tmp/usr/include>
--- secure/lib/libssh__L ---
--- cipher.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/cipher.c> -o cipher.So
--- cipher-aes.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/cipher-aes.c> -o cipher-aes.So
--- cipher-bf1.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/cipher-bf1.c> -o cipher-bf1.So
--- cipher-ctr.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/cipher-ctr.c> -o cipher-ctr.So
--- cipher-3des1.So ---
--- cleanup.So ---
--- cipher-3des1.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/cipher-3des1.c> -o cipher-3des1.So
--- cleanup.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/cleanup.c> -o cleanup.So
--- compat.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/compat.c> -o compat.So
--- compress.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/compress.c> -o compress.So
--- crc32.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/crc32.c> -o crc32.So
--- deattack.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/deattack.c> -o deattack.So
--- fatal.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/fatal.c> -o fatal.So
--- hostfile.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/hostfile.c> -o hostfile.So
--- log.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/log.c> -o log.So
--- match.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/match.c> -o match.So
--- md-sha256.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/md-sha256.c> -o md-sha256.So
--- moduli.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/moduli.c> -o moduli.So
--- nchan.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/nchan.c> -o nchan.So
--- packet.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/packet.c> -o packet.So
--- readpass.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/readpass.c> -o readpass.So
--- rsa.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/rsa.c> -o rsa.So
--- ttymodes.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/ttymodes.c> -o ttymodes.So
--- xmalloc.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/xmalloc.c> -o xmalloc.So
--- addrmatch.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/addrmatch.c> -o addrmatch.So
--- atomicio.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/atomicio.c> -o atomicio.So
--- key.So ---
--- dispatch.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/dispatch.c> -o dispatch.So
--- key.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/key.c> -o key.So
--- kex.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kex.c> -o kex.So
--- mac.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/mac.c> -o mac.So
--- uidswap.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/uidswap.c> -o uidswap.So
--- uuencode.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/uuencode.c> -o uuencode.So
--- misc.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/misc.c> -o misc.So
--- monitor_fdpass.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/monitor_fdpass.c> -o monitor_fdpass.So
--- rijndael.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/rijndael.c> -o rijndael.So
--- ssh-dss.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/ssh-dss.c> -o ssh-dss.So
--- ssh-ecdsa.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/ssh-ecdsa.c> -o ssh-ecdsa.So
--- ssh-rsa.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/ssh-rsa.c> -o ssh-rsa.So
--- dh.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/dh.c> -o dh.So
--- kexdh.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kexdh.c> -o kexdh.So
--- kexgex.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kexgex.c> -o kexgex.So
--- kexdhc.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kexdhc.c> -o kexdhc.So
--- kexgexc.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kexgexc.c> -o kexgexc.So
--- bufec.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/bufec.c> -o bufec.So
--- kexecdh.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kexecdh.c> -o kexecdh.So
--- kexecdhc.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kexecdhc.c> -o kexecdhc.So
--- msg.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/msg.c> -o msg.So
--- progressmeter.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/progressmeter.c> -o progressmeter.So
--- dns.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/dns.c> -o dns.So
--- entropy.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/entropy.c> -o entropy.So
--- umac.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/umac.c> -o umac.So
--- umac128.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/umac128.c> -o umac128.So
--- ssh-pkcs11.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/ssh-pkcs11.c> -o ssh-pkcs11.So
--- krl.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/krl.c> -o krl.So
--- smult_curve25519_ref.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/smult_curve25519_ref.c> -o smult_curve25519_ref.So
--- kexc25519.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kexc25519.c> -o kexc25519.So
--- kexc25519c.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/kexc25519c.c> -o kexc25519c.So
--- poly1305.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/poly1305.c> -o poly1305.So
--- chacha.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/chacha.c> -o chacha.So
--- cipher-chachapoly.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/cipher-chachapoly.c> -o cipher-chachapoly.So
--- ssh-ed25519.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/ssh-ed25519.c> -o ssh-ed25519.So
--- digest-openssl.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/digest-openssl.c> -o digest-openssl.So
--- hmac.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/hmac.c> -o hmac.So
--- sc25519.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/sc25519.c> -o sc25519.So
--- ge25519.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/ge25519.c> -o ge25519.So
--- fe25519.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/fe25519.c> -o fe25519.So
--- ed25519.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/ed25519.c> -o ed25519.So
--- verify.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/verify.c> -o verify.So
--- hash.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/hash.c> -o hash.So
--- blocks.So ---
cc  -fpic -DPIC  -O2 -pipe   -DHAVE_LDNS=1 -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../contrib/ldns> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh> -include ssh_namespace.h -include krb5_config.h -std=gnu99 -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh/../../../crypto/openssh/blocks.c> -o blocks.So
--- bcrypt_pbkdf.So ---
Cannot open "/lib/libedit.so.7"
*** [bcrypt_pbkdf.So] Error code 1

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libssh>
A failure has been detected in another branch of the parallel make

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
*** [libraries] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
1 error

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
*** [_libraries] Error code 2

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
1 error

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
*** [buildworld] Error code 2

make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
1 error

make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>
Build step 'Execute shell' marked build as failure
Received on Sun Nov 23 2014 - 21:05:09 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:54 UTC