Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 599552 Details for
Bug 702958
dev-libs/fribidi-1.0.7 - configure: error: C compiler cannot create executables
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 12.82 KB, created by
Anton Bolshakov
on 2019-12-15 02:01:28 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Anton Bolshakov
Created:
2019-12-15 02:01:28 UTC
Size:
12.82 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 GNU FriBidi configure 1.0.7, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/dev-libs/fribidi-1.0.7/work/fribidi-1.0.7/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/fribidi-1.0.7 --htmldir=/usr/share/doc/fribidi-1.0.7/html --with-sysroot=/ --libdir=/usr/lib32 --enable-shared --disable-static --disable-debug > >## --------- ## >## Platform. ## >## --------- ## > >hostname = pt >uname -m = x86_64 >uname -r = 5.3.13-pentoo >uname -s = Linux >uname -v = #1 SMP PREEMPT Wed Nov 27 15:54:56 +08 2019 > >/usr/bin/uname -p = Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz >/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.6/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.6/ebuild-helpers >PATH: /usr/lib/llvm/8/bin >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2340: 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:2487: checking for a BSD-compatible install >configure:2555: result: /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >configure:2566: checking whether build environment is sane >configure:2621: result: yes >configure:2772: checking for a thread-safe mkdir -p >configure:2811: result: /bin/mkdir -p >configure:2818: checking for gawk >configure:2834: found /usr/bin/gawk >configure:2845: result: gawk >configure:2856: checking whether make sets $(MAKE) >configure:2878: result: yes >configure:2907: checking whether make supports nested variables >configure:2924: result: yes >configure:3052: checking whether make supports nested variables >configure:3069: result: yes >configure:3085: checking whether make supports the include directive >configure:3100: make -f confmf.GNU && cat confinc.out >this is the am__doit target >configure:3103: $? = 0 >configure:3122: result: yes (GNU style) >configure:3152: checking for i686-pc-linux-gnu-gcc >configure:3179: result: x86_64-pc-linux-gnu-gcc -m32 >configure:3448: checking for C compiler version >configure:3457: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo Hardened 9.2.0-r2 p3) 9.2.0 >Copyright (C) 2019 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:3468: $? = 0 >configure:3457: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /data/notmpfs/portage/sys-devel/gcc-9.2.0-r2/work/gcc-9.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/9.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 9.2.0-r2 p3' --enable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp >Thread model: posix >gcc version 9.2.0 (Gentoo Hardened 9.2.0-r2 p3) >configure:3468: $? = 0 >configure:3457: x86_64-pc-linux-gnu-gcc -m32 -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3468: $? = 1 >configure:3457: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3468: $? = 1 >configure:3488: checking whether the C compiler works >configure:3510: x86_64-pc-linux-gnu-gcc -m32 -march=native -O2 -pipe -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find Scrt1.o: No such file or directory >/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find crti.o: No such file or directory >collect2: error: ld returned 1 exit status >configure:3514: $? = 1 >configure:3552: result: no >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU FriBidi" >| #define PACKAGE_TARNAME "fribidi" >| #define PACKAGE_VERSION "1.0.7" >| #define PACKAGE_STRING "GNU FriBidi 1.0.7" >| #define PACKAGE_BUGREPORT "https://github.com/fribidi/fribidi/issues/new" >| #define PACKAGE_URL "http://fribidi.org/" >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3557: error: in `/var/tmp/portage/dev-libs/fribidi-1.0.7/work/fribidi-1.0.7-abi_x86_32.x86': >configure:3559: error: C compiler cannot create executables >See `config.log' for more details > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_env_CC_set=set >ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe -frecord-gcc-switches' >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,--defsym=__gentoo_check_ldflags__=0' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set=set >ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib32/pkgconfig >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/share/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_path_install='/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_prog_make_make_set=yes >am_cv_make_support_nested_variables=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/dev-libs/fribidi-1.0.7/work/fribidi-1.0.7/missing aclocal-1.16' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='' >AUTOCONF='${SHELL} /var/tmp/portage/dev-libs/fribidi-1.0.7/work/fribidi-1.0.7/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/dev-libs/fribidi-1.0.7/work/fribidi-1.0.7/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/dev-libs/fribidi-1.0.7/work/fribidi-1.0.7/missing automake-1.16' >AWK='gawk' >BUILD_EXEEXT='' >BUILD_OBJEXT='' >CC='x86_64-pc-linux-gnu-gcc -m32' >CCDEPMODE='' >CC_FOR_BUILD='' >CFLAGS='-march=native -O2 -pipe -frecord-gcc-switches' >CFLAGS_FOR_BUILD='' >CPP='' >CPPFLAGS='' >CPPFLAGS_FOR_BUILD='' >CPP_FOR_BUILD='' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DLLTOOL='' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='' >EXEEXT='' >FGREP='' >FRIBIDI_BINARY_AGE='' >FRIBIDI_INTERFACE_AGE='' >FRIBIDI_INTERFACE_VERSION='' >FRIBIDI_MAJOR_VERSION='' >FRIBIDI_MICRO_VERSION='' >FRIBIDI_MINOR_VERSION='' >FRIBIDI_MSVC_BUILD_PLACEHOLDER='' >FRIBIDI_VERSION='' >GREP='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LD='x86_64-pc-linux-gnu-ld -m elf_i386' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' >LDFLAGS_FOR_BUILD='' >LIBOBJS='' >LIBS='' >LIBTOOL='' >LIPO='' >LN_S='' >LTLIBOBJS='' >LT_CURRENT_MINUS_AGE='' >LT_SYS_LIBRARY_PATH='' >LT_VERSION_INFO='' >MAKEINFO='${SHELL} /var/tmp/portage/dev-libs/fribidi-1.0.7/work/fribidi-1.0.7/missing makeinfo' >MANIFEST_TOOL='' >MKDIR_P='/bin/mkdir -p' >NM='' >NMEDIT='' >OBJDUMP='' >OBJEXT='' >OS_WIN32_FALSE='' >OS_WIN32_TRUE='' >OTOOL64='' >OTOOL='' >PACKAGE='fribidi' >PACKAGE_BUGREPORT='https://github.com/fribidi/fribidi/issues/new' >PACKAGE_NAME='GNU FriBidi' >PACKAGE_STRING='GNU FriBidi 1.0.7' >PACKAGE_TARNAME='fribidi' >PACKAGE_URL='http://fribidi.org/' >PACKAGE_VERSION='1.0.7' >PATH_SEPARATOR=':' >PKG_CONFIG='' >PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig' >PKG_CONFIG_PATH='/usr/share/pkgconfig' >PLATFORM_WIN32_FALSE='' >PLATFORM_WIN32_TRUE='' >RANLIB='' >SED='' >SET_MAKE='' >SHELL='/bin/sh' >SIZEOF_INT='' >STRIP='' >VERSION='1.0.7' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CC_FOR_BUILD='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='' >build_os='' >build_vendor='' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/fribidi-1.0.7' >dvidir='${docdir}' >exec_prefix='NONE' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='' >host_os='' >host_vendor='' >htmldir='/usr/share/doc/fribidi-1.0.7/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/dev-libs/fribidi-1.0.7/work/fribidi-1.0.7/install-sh' >libdir='/usr/lib32' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "GNU FriBidi" >#define PACKAGE_TARNAME "fribidi" >#define PACKAGE_VERSION "1.0.7" >#define PACKAGE_STRING "GNU FriBidi 1.0.7" >#define PACKAGE_BUGREPORT "https://github.com/fribidi/fribidi/issues/new" >#define PACKAGE_URL "http://fribidi.org/" > >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 702958
: 599552