Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 828239 Details for
Bug 880137
dev-lang/python: wrong --host for cross compilation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log with no clfags
config.log (text/x-log), 18.36 KB, created by
Janpieter Sollie
on 2022-11-07 08:39:55 UTC
(
hide
)
Description:
config.log with no clfags
Filename:
MIME Type:
Creator:
Janpieter Sollie
Created:
2022-11-07 08:39:55 UTC
Size:
18.36 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by python configure 3.9, which was >generated by GNU Autoconf 2.71. Invocation command line was > > $ /usr/aarch64-unknown-linux-gnu/tmp/portage/dev-lang/python-3.9.15_p2/work/Python-3.9.15/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=aarch64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/python-3.9.15_p2 --htmldir=/usr/share/doc/python-3.9.15_p2/html --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu ac_cv_header_stropts_h=no --enable-shared --enable-ipv6 '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' --with-computed-gotos --with-dbmliborder= --with-libc= --enable-loadable-sqlite-extensions --without-ensurepip --with-system-expat --with-system-ffi --with-wheel-pkg-dir=/usr/lib/python/ensurepip --with-lto --enable-optimizations --without-lto --disable-optimizations > >## --------- ## >## Platform. ## >## --------- ## > >hostname = linuxserver >uname -m = x86_64 >uname -r = 6.0.6release+ >uname -s = Linux >uname -v = #5 SMP Sun Oct 30 09:16:12 CET 2022 > >/usr/bin/uname -p = AMD Ryzen Threadripper 2950X 16-Core Processor >/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/aarch64-unknown-linux-gnu/tmp/portage/dev-lang/python-3.9.15_p2/work/python-3.9.15_p2-x86_64-pc-linux-gnu/ >PATH: /usr/lib/portage/python3.9/ebuild-helpers/xattr/ >PATH: /usr/lib/portage/python3.9/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/ >PATH: /usr/lib/llvm/14/bin/ >PATH: /usr/lib/llvm/9/bin/ > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2620: 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:2982: looking for aux files: install-sh config.guess config.sub >configure:2995: trying /usr/aarch64-unknown-linux-gnu/tmp/portage/dev-lang/python-3.9.15_p2/work/Python-3.9.15/ >configure:3006: /usr/aarch64-unknown-linux-gnu/tmp/portage/dev-lang/python-3.9.15_p2/work/Python-3.9.15/install-sh found >configure:3024: /usr/aarch64-unknown-linux-gnu/tmp/portage/dev-lang/python-3.9.15_p2/work/Python-3.9.15/config.guess found >configure:3024: /usr/aarch64-unknown-linux-gnu/tmp/portage/dev-lang/python-3.9.15_p2/work/Python-3.9.15/config.sub found >configure:3228: checking build system type >configure:3243: result: x86_64-pc-linux-gnu >configure:3263: checking host system type >configure:3277: result: x86_64-pc-linux-gnu >configure:3307: checking for python3.9 >configure:3328: found /usr/bin/python3.9 >configure:3339: result: python3.9 >configure:3433: checking for --enable-universalsdk >configure:3481: result: no >configure:3505: checking for --with-universal-archs >configure:3521: result: no >configure:3677: checking MACHDEP >configure:3728: result: "linux" >configure:3991: checking for x86_64-pc-linux-gnu-gcc >configure:4023: result: aarch64-unknown-linux-gnu-gcc >configure:4421: checking for C compiler version >configure:4430: aarch64-unknown-linux-gnu-gcc --version >&5 >aarch64-unknown-linux-gnu-gcc (Gentoo 12.2.0 p1) 12.2.0 >Copyright (C) 2022 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:4441: $? = 0 >configure:4430: aarch64-unknown-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=aarch64-unknown-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/aarch64-unknown-linux-gnu/12.2.0/lto-wrapper >Target: aarch64-unknown-linux-gnu >Configured with: /var/tmp/portage/cross-aarch64-unknown-linux-gnu/gcc-12.2.0/work/gcc-12.2.0/configure --host=x86_64-pc-linux-gnu --target=aarch64-unknown-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/aarch64-unknown-linux-gnu/gcc-bin/12.2.0 --includedir=/usr/lib/gcc/aarch64-unknown-linux-gnu/12.2.0/include --datadir=/usr/share/gcc-data/aarch64-unknown-linux-gnu/12.2.0 --mandir=/usr/share/gcc-data/aarch64-unknown-linux-gnu/12.2.0/man --infodir=/usr/share/gcc-data/aarch64-unknown-linux-gnu/12.2.0/info --with-gxx-include-dir=/usr/lib/gcc/aarch64-unknown-linux-gnu/12.2.0/include/g++-v12 --with-python-dir=/share/gcc-data/aarch64-unknown-linux-gnu/12.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.0 p1' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-poison-system-directories --with-sysroot=/usr/aarch64-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-fixed-point --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --disable-libsanitizer --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 12.2.0 (Gentoo 12.2.0 p1) >configure:4441: $? = 0 >configure:4430: aarch64-unknown-linux-gnu-gcc -V >&5 >aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option '-V' >aarch64-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4441: $? = 1 >configure:4430: aarch64-unknown-linux-gnu-gcc -qversion >&5 >aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >aarch64-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4441: $? = 1 >configure:4430: aarch64-unknown-linux-gnu-gcc -version >&5 >aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option '-version' >aarch64-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4441: $? = 1 >configure:4461: checking whether the C compiler works >configure:4483: aarch64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4487: $? = 0 >configure:4537: result: yes >configure:4540: checking for C compiler default output file name >configure:4542: result: a.out >configure:4548: checking for suffix of executables >configure:4555: aarch64-unknown-linux-gnu-gcc -o conftest -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4559: $? = 0 >configure:4582: result: >configure:4604: checking whether we are cross compiling >configure:4612: aarch64-unknown-linux-gnu-gcc -o conftest -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4616: $? = 0 >configure:4623: ./conftest >/usr/aarch64-unknown-linux-gnu/tmp/portage/dev-lang/python-3.9.15_p2/work/Python-3.9.15/configure: line 4625: ./conftest: cannot execute binary file: Exec format error >configure:4627: $? = 126 >configure:4634: error: in `/usr/aarch64-unknown-linux-gnu/tmp/portage/dev-lang/python-3.9.15_p2/work/python-3.9.15_p2-x86_64-pc-linux-gnu': >configure:4636: error: cannot run C compiled programs. >If you meant to cross compile, use `--host'. >See `config.log' for more details > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_alignof_CORBA_boolean=1 >ac_cv_alignof_CORBA_char=1 >ac_cv_alignof_CORBA_double=8 >ac_cv_alignof_CORBA_float=4 >ac_cv_alignof_CORBA_long=4 >ac_cv_alignof_CORBA_long_double=8 >ac_cv_alignof_CORBA_long_long=8 >ac_cv_alignof_CORBA_octet=1 >ac_cv_alignof_CORBA_pointer=4 >ac_cv_alignof_CORBA_short=2 >ac_cv_alignof_CORBA_struct=1 >ac_cv_alignof_CORBA_wchar=2 >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_env_CC_set=set >ac_cv_env_CC_value=aarch64-unknown-linux-gnu-gcc >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value=' ' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value=' ' >ac_cv_env_CPP_set=set >ac_cv_env_CPP_value='aarch64-unknown-linux-gnu-gcc -E' >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_MACHDEP_set= >ac_cv_env_MACHDEP_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/aarch64-unknown-linux-gnu/usr/lib/pkgconfig/ >ac_cv_env_PKG_CONFIG_set=set >ac_cv_env_PKG_CONFIG_value=x86_64-pc-linux-gnu-pkg-config >ac_cv_env_PROFILE_TASK_set=set >ac_cv_env_PROFILE_TASK_value='-m test -j32 --pgo-extended -x test_gdb -u-network -x test_asyncio -x test_httpservers -x test_logging -x test_multiprocessing_fork -x test_socket -x test_xmlrpc' >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_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_ptc=no >ac_cv_file__dev_ptmx=yes >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_mmap_fixed_mapped=yes >ac_cv_func_posix_getgrgid_r=yes >ac_cv_func_posix_getpwnam_r=yes >ac_cv_func_posix_getpwuid_r=yes >ac_cv_func_printf_unix98=yes >ac_cv_func_realloc_0_nonnull=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setpgrp_void=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_vsnprintf_c99=yes >ac_cv_func_wait3_rusage=yes >ac_cv_have_abstract_sockets=yes >ac_cv_header_bluetooth_bluetooth_h=no >ac_cv_header_pwd_h=yes >ac_cv_header_stropts_h=no >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_linux_vers=2 >ac_cv_prog_CC=aarch64-unknown-linux-gnu-gcc >ac_cv_prog_PYTHON_FOR_REGEN=python3.9 >ac_cv_va_copy=yes >bash_cv_job_control_missing=present >bash_cv_sys_named_pipes=present >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >gl_cv_func_wcwidth_works=yes >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_long_long_format=ll >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >lf_cv_sane_realloc=yes >libIDL_cv_long_long_format=ll >screen_cv_sys_bcopy_overlap=no >screen_cv_sys_fifo_broken_impl=yes >screen_cv_sys_fifo_usable=yes >screen_cv_sys_memcpy_overlap=no >screen_cv_sys_memmove_overlap=no >screen_cv_sys_select_broken_retval=no >screen_cv_sys_sockets_nofs=no >screen_cv_sys_sockets_usable=yes >screen_cv_sys_terminfo_used=yes >sudo_cv_func_unsetenv_void=no >sudo_cv_uid_t_len=10 >td_cv_buggygetaddrinfo=no >vim_cv_getcwd_broken=no >vim_cv_memmove_handles_overlap=yes >vim_cv_stat_ignores_slash=yes >vim_cv_terminfo=yes >vim_cv_toupper_broken=no >vim_cv_tty_group=world >vim_cv_tty_mode=0666 >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ABIFLAGS='' >ALT_SOABI='' >AR='x86_64-pc-linux-gnu-ar' >ARCH_RUN_32BIT='' >ARFLAGS='' >BASECFLAGS='' >BASECPPFLAGS='-IObjects -IInclude -IPython' >BINLIBDEST='' >BLDLIBRARY='' >BLDSHARED='' >BUILDEXEEXT='' >CC='aarch64-unknown-linux-gnu-gcc' >CCSHARED='' >CFLAGS=' ' >CFLAGSFORSHARED='' >CFLAGS_ALIASING='' >CFLAGS_NODIST='' >CONFIGURE_MACOSX_DEPLOYMENT_TARGET='' >CONFIG_ARGS=' '\''--prefix=/usr'\'' '\''--host=aarch64-unknown-linux-gnu'\'' '\''--mandir=/usr/share/man'\'' '\''--infodir=/usr/share/info'\'' '\''--datadir=/usr/share'\'' '\''--sysconfdir=/etc'\'' '\''--localstatedir=/var/lib'\'' '\''--docdir=/usr/share/doc/python-3.9.15_p2'\'' '\''--htmldir=/usr/share/doc/python-3.9.15_p2/html'\'' '\''--libdir=/usr/lib64'\'' '\''--build=x86_64-pc-linux-gnu'\'' '\''--host=x86_64-pc-linux-gnu'\'' '\''ac_cv_header_stropts_h=no'\'' '\''--enable-shared'\'' '\''--enable-ipv6'\'' '\''--infodir=${prefix}/share/info'\'' '\''--mandir=${prefix}/share/man'\'' '\''--with-computed-gotos'\'' '\''--with-dbmliborder='\'' '\''--with-libc='\'' '\''--enable-loadable-sqlite-extensions'\'' '\''--without-ensurepip'\'' '\''--with-system-expat'\'' '\''--with-system-ffi'\'' '\''--with-wheel-pkg-dir=/usr/lib/python/ensurepip'\'' '\''--with-lto'\'' '\''--enable-optimizations'\'' '\''--without-lto'\'' '\''--disable-optimizations'\'' '\''build_alias=x86_64-pc-linux-gnu'\'' '\''host_alias=x86_64-pc-linux-gnu'\'' '\''CC=aarch64-unknown-linux-gnu-gcc'\'' '\''CFLAGS= '\'' '\''LDFLAGS=-Wl,-O1 -Wl,--as-needed'\'' '\''CPPFLAGS= '\'' '\''CPP=aarch64-unknown-linux-gnu-gcc -E'\'' '\''PROFILE_TASK=-m test -j32 --pgo-extended -x test_gdb -u-network -x test_asyncio -x test_httpservers -x test_logging -x test_multiprocessing_fork -x test_socket -x test_xmlrpc'\'' '\''PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config'\'' '\''PKG_CONFIG_PATH=/usr/aarch64-unknown-linux-gnu/usr/lib/pkgconfig/'\''' >CPP='aarch64-unknown-linux-gnu-gcc -E' >CPPFLAGS=' ' >CXX='x86_64-pc-linux-gnu-g++' >DEFS='' >DEF_MAKE_ALL_RULE='' >DEF_MAKE_RULE='' >DFLAGS='' >DLINCLDIR='' >DLLLIBRARY='' >DTRACE='' >DTRACE_HEADERS='' >DTRACE_OBJS='' >DYNLOADFILE='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='' >ENSUREPIP='' >EXEEXT='' >EXPORTSFROM='' >EXPORTSYMS='' >EXPORT_MACOSX_DEPLOYMENT_TARGET='#' >EXT_SUFFIX='' >FRAMEWORKALTINSTALLFIRST='' >FRAMEWORKALTINSTALLLAST='' >FRAMEWORKINSTALLAPPSPREFIX='' >FRAMEWORKINSTALLFIRST='' >FRAMEWORKINSTALLLAST='' >FRAMEWORKPYTHONW='' >FRAMEWORKUNIXTOOLSPREFIX='/usr' >GITBRANCH='' >GITTAG='' >GITVERSION='' >GNULD='' >GREP='' >HAS_GIT='no-repository' >HAVE_GETHOSTBYNAME='' >HAVE_GETHOSTBYNAME_R='' >HAVE_GETHOSTBYNAME_R_3_ARG='' >HAVE_GETHOSTBYNAME_R_5_ARG='' >HAVE_GETHOSTBYNAME_R_6_ARG='' >INSTALL_DATA='' >INSTALL_PROGRAM='' >INSTALL_SCRIPT='' >INSTSONAME='' >LDCXXSHARED='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LDFLAGS_NODIST='' >LDLIBRARY='' >LDLIBRARYDIR='' >LDSHARED='' >LDVERSION='' >LIBC='' >LIBFFI_INCLUDEDIR='' >LIBM='' >LIBOBJS='' >LIBPL='' >LIBPYTHON='' >LIBRARY='' >LIBS='' >LIBTOOL_CRUFT='' >LINKCC='' >LINKFORSHARED='' >LIPO_32BIT_FLAGS='' >LIPO_INTEL64_FLAGS='' >LLVM_AR='' >LLVM_AR_FOUND='' >LLVM_PROFDATA='' >LLVM_PROF_ERR='' >LLVM_PROF_FILE='' >LLVM_PROF_FOUND='' >LLVM_PROF_MERGER='' >LN='' >LTLIBOBJS='' >MACHDEP='linux' >MACHDEP_OBJS='' >MAINCC='' >MKDIR_P='' >MULTIARCH='' >MULTIARCH_CPPFLAGS='' >NO_AS_NEEDED='' >OBJEXT='' >OPENSSL_INCLUDES='' >OPENSSL_LDFLAGS='' >OPENSSL_LIBS='' >OPT='' >OTHER_LIBTOOL_OPT='' >PACKAGE_BUGREPORT='https://bugs.python.org/' >PACKAGE_NAME='python' >PACKAGE_STRING='python 3.9' >PACKAGE_TARNAME='python' >PACKAGE_URL='' >PACKAGE_VERSION='3.9' >PATH_SEPARATOR=':' >PGO_PROF_GEN_FLAG='' >PGO_PROF_USE_FLAG='' >PKG_CONFIG='x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/aarch64-unknown-linux-gnu/usr/lib/pkgconfig/' >PLATFORM_TRIPLET='' >PLATLIBDIR='' >PROFILE_TASK='-m test -j32 --pgo-extended -x test_gdb -u-network -x test_asyncio -x test_httpservers -x test_logging -x test_multiprocessing_fork -x test_socket -x test_xmlrpc' >PY3LIBRARY='' >PYTHONFRAMEWORK='' >PYTHONFRAMEWORKDIR='no-framework' >PYTHONFRAMEWORKIDENTIFIER='org.python.python' >PYTHONFRAMEWORKINSTALLDIR='' >PYTHONFRAMEWORKPREFIX='' >PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E' >PYTHON_FOR_REGEN='python3.9' >PY_ENABLE_SHARED='' >READELF='x86_64-pc-linux-gnu-readelf' >RUNSHARED='' >SED='' >SHELL='/bin/sh' >SHLIBS='' >SHLIB_SUFFIX='' >SOABI='' >SOVERSION='1.0' >SRCDIRS='' >TCLTK_INCLUDES='' >TCLTK_LIBS='' >THREADHEADERS='' >TRUE='' >TZPATH='' >UNIVERSALSDK='' >UNIVERSAL_ARCH_FLAGS='' >VERSION='3.9' >WHEEL_PKG_DIR='' >_PYTHON_HOST_PLATFORM='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_READELF='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/python-3.9.15_p2' >dvidir='${docdir}' >exec_prefix='NONE' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/python-3.9.15_p2/html' >includedir='${prefix}/include' >infodir='${prefix}/share/info' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='${prefix}/share/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define _GNU_SOURCE 1 >#define _NETBSD_SOURCE 1 >#define __BSD_VISIBLE 1 >#define _DARWIN_C_SOURCE 1 >#define _PYTHONFRAMEWORK "" >#define _XOPEN_SOURCE 700 >#define _XOPEN_SOURCE_EXTENDED 1 >#define _POSIX_C_SOURCE 200809L > >configure: exit 77
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 880137
:
828215
|
828217
|
828219
|
828225
| 828239