This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by OpenSSH configure Portable, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/openssh-9.0_p1-r4 --htmldir=/usr/share/doc/openssh-9.0_p1-r4/html --libdir=/usr/lib64 '--with-ldflags=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -flto=16' --disable-strip --with-pid-dir=/run --sysconfdir=/etc/ssh --libexecdir=/usr/lib64/misc --datadir=/usr/share/openssh --with-privsep-path=/var/empty --with-privsep-user=sshd --without-audit --without-kerberos5 --without-ldns --without-libedit --with-pam --with-pie --without-selinux --without-security-key-builtin --with-openssl --with-ssl-engine --with-hardening ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 6.0.0-rc5-tip+ uname -s = Linux uname -v = #3306 SMP PREEMPT Sun Sep 18 20:28:12 BST 2022 /usr/bin/uname -p = AMD Ryzen 9 5900HX with Radeon Graphics /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/portage/python3.10/ebuild-helpers/xattr/ PATH: /usr/lib/portage/python3.10/ebuild-helpers/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ PATH: /opt/bin/ PATH: /usr/lib/llvm/15/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2494: loading site script /usr/share/config.site | #!/bin/sh | # Copyright 2009-2014 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | # provided by crossdev | SITEDIR="/usr/share/crossdev/include/site" | | # user override | ETC_SITEDIR="/etc/crossdev/include/site" | | config_site_arch() { | local host="${CHOST%%-*}" | | case ${host} in | arm*b*) host=armeb ;; | arm*) host=arm ;; | mips*l*) host=mipsel ;; | mips*) host=mips ;; | esac | | echo "${host}" | } | | config_site_names() { | local site_arch="$(config_site_arch)" | local sites="" | local x | | case ${CHOST} in | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; | mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | esac | | case ${CHOST} in | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; | esac | | for x in ${sites} ${CHOST}; do | [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" | [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then | sites="$(config_site_names)" | if [ -n "${sites}" ] ; then | for site in ${sites}; do | echo "${0##*/}: loading site script ${site}" | . "${site}" | done | fi | unset site sites | fi configure:2853: looking for aux files: install-sh config.guess config.sub configure:2866: trying ./ configure:2877: ./install-sh found configure:2895: ./config.guess found configure:2895: ./config.sub found configure:3036: checking for x86_64-pc-linux-gnu-cc configure:3057: found /usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-cc configure:3068: result: x86_64-pc-linux-gnu-cc configure:3148: checking for C compiler version configure:3157: x86_64-pc-linux-gnu-cc --version >&5 clang version 15.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin configure:3168: $? = 0 configure:3157: x86_64-pc-linux-gnu-cc -v >&5 clang version 15.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0 Candidate multilib: .;@m64 Candidate multilib: 32;@m32 Selected multilib: .;@m64 configure:3168: $? = 0 configure:3157: x86_64-pc-linux-gnu-cc -V >&5 clang-15: error: argument to '-V' is missing (expected 1 value) clang-15: error: no input files configure:3168: $? = 1 configure:3157: x86_64-pc-linux-gnu-cc -qversion >&5 clang-15: error: unknown argument '-qversion'; did you mean '--version'? clang-15: error: no input files configure:3168: $? = 1 configure:3157: x86_64-pc-linux-gnu-cc -version >&5 clang-15: error: unknown argument '-version'; did you mean '--version'? clang-15: error: no input files configure:3168: $? = 1 configure:3188: checking whether the C compiler works configure:3210: x86_64-pc-linux-gnu-cc -O3 -march=native -pipe -flto=16 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -flto=16 conftest.c >&5 clang-15: error: unsupported argument '16' to option '-flto=' configure:3214: $? = 1 configure:3254: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "OpenSSH" | #define PACKAGE_TARNAME "openssh" | #define PACKAGE_VERSION "Portable" | #define PACKAGE_STRING "OpenSSH Portable" | #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:3259: error: in `/var/tmp/portage/net-misc/openssh-9.0_p1-r4/work/openssh-9.0p1': configure:3261: error: C compiler cannot create executables See `config.log' for more details ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O3 -march=native -pipe -flto=16' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -flto=16' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_prog_CC=x86_64-pc-linux-gnu-cc ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='' AWK='' CAT='' CC='x86_64-pc-linux-gnu-cc' CFLAGS='-O3 -march=native -pipe -flto=16' CFLAGS_NOPIE='' CPP='' CPPFLAGS='' DEFS='' DEPEND='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' GREP='' GROFF='' GSSLIBS='' INSTALL_DATA='' INSTALL_PROGRAM='' INSTALL_SCRIPT='' K5LIBS='' KILL='' KRB5CONF='' LD='' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -flto=16' LDFLAGS_NOPIE='' LDNSCONFIG='' LIBEDIT='' LIBFIDO2='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKE_PACKAGE_SUPPORTED='' MANDOC='' MANFMT='' MANTYPE='' MKDIR_P='' NROFF='' OBJEXT='' PACKAGE_BUGREPORT='openssh-unix-dev@mindrot.org' PACKAGE_NAME='OpenSSH' PACKAGE_STRING='OpenSSH Portable' PACKAGE_TARNAME='openssh' PACKAGE_URL='' PACKAGE_VERSION='Portable' PATH_GROUPADD_PROG='' PATH_PASSWD_PROG='' PATH_SEPARATOR=':' PATH_USERADD_PROG='' PICFLAG='' PKGCONFIG='' PRIVSEP_PATH='' RANLIB='' SED='' SH='' SHELL='/bin/sh' SK_DUMMY_LIBRARY='' SSHDLIBS='' SSH_PRIVSEP_USER='' STARTUP_SCRIPT_SHELL='' STRIP_OPT='' TEST_MALLOC_OPTIONS='' TEST_MINUS_S_SH='' TEST_SHELL='' TEST_SSH_IPV6='' TEST_SSH_UTF8='' UNSUPPORTED_ALGORITHMS='' XAUTH_PATH='' ac_ct_AR='' ac_ct_CC='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='' build_os='' build_vendor='' datadir='/usr/share/openssh' datarootdir='${prefix}/share' docdir='/usr/share/doc/openssh-9.0_p1-r4' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='' host_os='' host_vendor='' htmldir='/usr/share/doc/openssh-9.0_p1-r4/html' includedir='${prefix}/include' infodir='/usr/share/info' libdir='/usr/lib64' libexecdir='/usr/lib64/misc' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mansubdir='' oldincludedir='/usr/include' pdfdir='${docdir}' piddir='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc/ssh' target_alias='' user_path='' xauth_path='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "OpenSSH" #define PACKAGE_TARNAME "openssh" #define PACKAGE_VERSION "Portable" #define PACKAGE_STRING "OpenSSH Portable" #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" #define PACKAGE_URL "" configure: exit 77