Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246452 Details for
Bug 334225
cross-i686-pc-linux-gnu/glibc - conftest.c:1: error: CPU you selected does not support x86-64 instruction set
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build-default-i686-pc-linux-gnu-nptl/config.log
config.log (text/plain), 10.78 KB, created by
Piotr Karbowski (RETIRED)
on 2010-09-08 12:39:34 UTC
(
hide
)
Description:
build-default-i686-pc-linux-gnu-nptl/config.log
Filename:
MIME Type:
Creator:
Piotr Karbowski (RETIRED)
Created:
2010-09-08 12:39:34 UTC
Size:
10.78 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 C Library configure (see version.h), which was >generated by GNU Autoconf 2.63. Invocation command line was > > $ /root/tmp/cross/i686-pc-linux-gnu/portage/cross-i686-pc-linux-gnu/glibc-2.10.1-r1/work/glibc-2.10.1/configure --disable-stackguard-randomization --enable-old-ssp-compat --enable-omitfp --enable-add-ons=nptl,c_stubs,libidn,ports --enable-kernel=2.6.9 --without-selinux --without-cvs --enable-bind-now --build=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu --disable-profile --without-gd --with-headers=/usr/i686-pc-linux-gnu/usr/include --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib/misc/glibc > >## --------- ## >## Platform. ## >## --------- ## > >hostname = ragnarok >uname -m = x86_64 >uname -r = 2.6.35-ragnarok2+ >uname -s = Linux >uname -v = #9 SMP Tue Sep 7 14:13:15 CEST 2010 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz >/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/ccache/bin >PATH: /usr/lib64/portage/bin/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/x86_64-pc-linux-gnu/gcc-bin/4.4.3 >PATH: /usr/kde/3.5/sbin >PATH: /usr/kde/3.5/bin >PATH: /usr/qt/3/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1864: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2022: checking for i686-pc-linux-gnu-gcc >configure:2049: result: x86_64-pc-linux-gnu-gcc >configure:2321: checking for C compiler version >configure:2329: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.4.3 p1.0) 4.4.3 >Copyright (C) 2010 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:2333: $? = 0 >configure:2340: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /root/tmp/portage/sys-devel/gcc-4.4.3/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/python --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3 p1.0' >Thread model: posix >gcc version 4.4.3 (Gentoo 4.4.3 p1.0) >configure:2344: $? = 0 >configure:2351: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:2355: $? = 1 >configure:2359: checking for suffix of object files >configure:2385: x86_64-pc-linux-gnu-gcc -c -march=i686 -pipe -O2 -fno-strict-aliasing -U_FORTIFY_SOURCE -U_FORTIFY_SOURCE -U_FORTIFY_SOURCE conftest.c >&5 >conftest.c:1: error: CPU you selected does not support x86-64 instruction set >configure:2389: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "GNU C Library" >| #define PACKAGE_TARNAME "c-library" >| #define PACKAGE_VERSION "(see version.h)" >| #define PACKAGE_STRING "GNU C Library (see version.h)" >| #define PACKAGE_BUGREPORT "glibc" >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:2403: error: in `/root/tmp/cross/i686-pc-linux-gnu/portage/cross-i686-pc-linux-gnu/glibc-2.10.1-r1/work/build-default-i686-pc-linux-gnu-nptl': >configure:2406: error: cannot compute suffix of object files: cannot compile >See `config.log' for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set=set >ac_cv_env_CC_value=x86_64-pc-linux-gnu-gcc >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value=' -march=i686 -pipe -O2 -fno-strict-aliasing' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value='-U_FORTIFY_SOURCE -U_FORTIFY_SOURCE -U_FORTIFY_SOURCE' >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-pipe -O2 -fno-strict-aliasing' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed' >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=i686-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_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_setgrent_void=yes >ac_cv_func_strnlen_working=yes >ac_cv_header_pwd_h=yes >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >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 >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >libc_cv_c_cleanup=yes >libc_cv_forced_unwind=yes >libc_cv_slibdir=/lib >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='' >AS='' >ASFLAGS_config='' >AUTOCONF='' >AWK='' >BASH_SHELL='' >BISON='' >BUILD_CC='' >CC='x86_64-pc-linux-gnu-gcc' >CFLAGS=' -march=i686 -pipe -O2 -fno-strict-aliasing' >CPP='' >CPPFLAGS='-U_FORTIFY_SOURCE -U_FORTIFY_SOURCE -U_FORTIFY_SOURCE' >CXX='' >CXXFLAGS='-pipe -O2 -fno-strict-aliasing' >CXX_SYSINCLUDES='' >DEFINES='' >DEFS='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='' >GREP='' >INSTALL_DATA='' >INSTALL_INFO='' >INSTALL_PROGRAM='' >INSTALL_SCRIPT='' >KSH='' >LD='' >LDFLAGS='-Wl,-O1 -Wl,--sort-common -Wl,--as-needed' >LIBGD='' >LIBOBJS='' >LIBS='' >LN_S='' >LTLIBOBJS='' >MAKE='' >MAKEINFO='' >MIG='' >MSGFMT='' >OBJDUMP='' >OBJEXT='' >PACKAGE_BUGREPORT='glibc' >PACKAGE_NAME='GNU C Library' >PACKAGE_STRING='GNU C Library (see version.h)' >PACKAGE_TARNAME='c-library' >PACKAGE_VERSION='(see version.h)' >PATH_SEPARATOR=':' >PERL='' >PWD_P='' >RANLIB='' >RELEASE='' >SED='' >SHELL='/bin/bash' >SYSINCLUDES='' >VERSION='' >VERSIONING='' >ac_ct_CC='' >ac_ct_CXX='' >add_on_subdirs='' >add_ons='' >all_warnings='' >base_machine='' >bindir='${exec_prefix}/bin' >bindnow='' >bounded='' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='' >build_os='' >build_vendor='' >cross_compiling='yes' >datadir='${datarootdir}' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >elf='' >enable_check_abi='' >exceptions='' >exec_prefix='NONE' >experimental_malloc='' >fno_unit_at_a_time='' >force_install='' >have_libaudit='' >have_libcap='' >have_selinux='' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='' >host_os='' >host_vendor='' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >ldd_rewrite_script='' >libc_cv_Bgroup='' >libc_cv_as_needed='' >libc_cv_cc_submachine='' >libc_cv_cc_with_libunwind='' >libc_cv_cpp_asm_debuginfo='' >libc_cv_forced_unwind='yes' >libc_cv_fpie='' >libc_cv_gcc_static_libgcc='' >libc_cv_gcc_unwind_find_fde='' >libc_cv_gnu89_inline='' >libc_cv_hashstyle='' >libc_cv_have_bash2='' >libc_cv_have_initfini='' >libc_cv_have_ksh='' >libc_cv_libgcc_s_suffix='' >libc_cv_localedir='' >libc_cv_nss_crypt='' >libc_cv_pic_default='' >libc_cv_rootsbindir='' >libc_cv_slibdir='/lib' >libc_cv_ssp='' >libc_cv_sysconfdir='' >libc_cv_z_combreloc='' >libc_cv_z_execstack='' >libdir='/usr/lib' >libexecdir='/usr/lib/misc/glibc' >localedir='${datarootdir}/locale' >localstatedir='${prefix}/var' >mach_interface_list='' >mandir='/usr/share/man' >multi_arch='' >no_whole_archive='' >nopic_initfini='' >old_glibc_headers='' >oldest_abi='' >oldincludedir='/usr/include' >omitfp='' >pdfdir='${docdir}' >prefix='/usr' >profile='' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >shared='' >sharedstatedir='${prefix}/com' >sizeof_long_double='' >static='' >static_nss='' >subdirs='' >submachine='' >sysconfdir='${prefix}/etc' >sysdeps_add_ons='' >sysnames='' >target_alias='' >uname_release='' >uname_sysname='' >uname_version='' >use_ldconfig='' >with_cvs='no' >with_fp='' >xcoff='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "GNU C Library" >#define PACKAGE_TARNAME "c-library" >#define PACKAGE_VERSION "(see version.h)" >#define PACKAGE_STRING "GNU C Library (see version.h)" >#define PACKAGE_BUGREPORT "glibc" > >configure: exit 1
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 334225
:
244381
|
244383
| 246452