Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90267 Details for
Bug 138186
x11-libs/libX11-1.0.2 failed to build, "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), 9.95 KB, created by
Rickard Närström
on 2006-06-27 04:59:31 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Rickard Närström
Created:
2006-06-27 04:59:31 UTC
Size:
9.95 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 libX11 configure 1.0.2, which was >generated by GNU Autoconf 2.59. Invocation command line was > > $ ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr --datadir=/usr/share --disable-ipv6 --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu > >## --------- ## >## Platform. ## >## --------- ## > >hostname = workstation >uname -m = x86_64 >uname -r = 2.6.16-ck11 >uname -s = Linux >uname -v = #1 Fri May 26 08:43:58 CEST 2006 > >/usr/bin/uname -p = AMD Athlon(tm) 64 Processor 3000+ >/bin/uname -X = unknown > >/bin/arch = x86_64 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/ccache/bin >PATH: /usr/local/sbin >PATH: /sbin >PATH: /usr/sbin >PATH: /usr/lib/portage/bin >PATH: /usr/local/bin >PATH: /bin >PATH: /usr/bin >PATH: /opt/bin >PATH: /opt/blackdown-jdk-1.4.2.03/bin >PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin >PATH: /usr/kde/3.5/sbin >PATH: /usr/kde/3.5/bin >PATH: /usr/qt/3/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1632: checking for a BSD-compatible install >configure:1687: result: /bin/install -c >configure:1698: checking whether build environment is sane >configure:1741: result: yes >configure:1806: checking for gawk >configure:1822: found /bin/gawk >configure:1832: result: gawk >configure:1842: checking whether make sets $(MAKE) >configure:1862: result: yes >configure:2031: checking whether to enable maintainer-specific portions of Makefiles >configure:2040: result: no >configure:2140: checking build system type >configure:2158: result: x86_64-pc-linux-gnu >configure:2166: checking host system type >configure:2180: result: x86_64-pc-linux-gnu >configure:2200: checking for style of include used by make >configure:2228: result: GNU >configure:2261: checking for x86_64-pc-linux-gnu-gcc >configure:2277: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:2287: result: x86_64-pc-linux-gnu-gcc >configure:2569: checking for C compiler version >configure:2572: x86_64-pc-linux-gnu-gcc --version </dev/null >&5 >x86_64-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1) >Copyright (C) 2006 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:2575: $? = 0 >configure:2577: x86_64-pc-linux-gnu-gcc -v </dev/null >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.1 (Gentoo 4.1.1) >configure:2580: $? = 0 >configure:2582: x86_64-pc-linux-gnu-gcc -V </dev/null >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:2585: $? = 1 >configure:2608: checking for C compiler default output file name >configure:2611: x86_64-pc-linux-gnu-gcc -O2 -marck=k8 -pipe -fomit-frame-pointer conftest.c >&5 >cc1: error: unrecognized command line option "-marck=k8" >configure:2614: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "libX11" >| #define PACKAGE_TARNAME "libX11" >| #define PACKAGE_VERSION "1.0.2" >| #define PACKAGE_STRING "libX11 1.0.2" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" >| #define PACKAGE "libX11" >| #define VERSION "1.0.2" >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:2653: error: C compiler cannot create executables >See `config.log' for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_build_alias=x86_64-pc-linux-gnu >ac_cv_env_BIGFONT_CFLAGS_set= >ac_cv_env_BIGFONT_CFLAGS_value= >ac_cv_env_BIGFONT_LIBS_set= >ac_cv_env_BIGFONT_LIBS_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value=' -O2 -marck=k8 -pipe -fomit-frame-pointer' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value=' -O2 -marck=k8 -pipe -fomit-frame-pointer' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_F77_set= >ac_cv_env_F77_value= >ac_cv_env_FFLAGS_set= >ac_cv_env_FFLAGS_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_X11_CFLAGS_set= >ac_cv_env_X11_CFLAGS_value= >ac_cv_env_X11_LIBS_set= >ac_cv_env_X11_LIBS_value= >ac_cv_env_XDMCP_CFLAGS_set= >ac_cv_env_XDMCP_CFLAGS_value= >ac_cv_env_XDMCP_LIBS_set= >ac_cv_env_XDMCP_LIBS_value= >ac_cv_env_XKBPROTO_CFLAGS_set= >ac_cv_env_XKBPROTO_CFLAGS_value= >ac_cv_env_XKBPROTO_LIBS_set= >ac_cv_env_XKBPROTO_LIBS_value= >ac_cv_env_XPROTO_CFLAGS_set= >ac_cv_env_XPROTO_CFLAGS_value= >ac_cv_env_XPROTO_LIBS_set= >ac_cv_env_XPROTO_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_host=x86_64-pc-linux-gnu >ac_cv_host_alias=x86_64-pc-linux-gnu >ac_cv_path_install='/bin/install -c' >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_make_make_set=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/libX11-1.0.2/work/libX11-1.0.2/missing --run aclocal-1.9' >ADMIN_MAN_DIR='' >ADMIN_MAN_SUFFIX='' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='${SHELL} /var/tmp/portage/libX11-1.0.2/work/libX11-1.0.2/missing --run tar' >APP_MAN_DIR='' >APP_MAN_SUFFIX='' >AR='' >AUTOCONF='${SHELL} /var/tmp/portage/libX11-1.0.2/work/libX11-1.0.2/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/libX11-1.0.2/work/libX11-1.0.2/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/libX11-1.0.2/work/libX11-1.0.2/missing --run automake-1.9' >AWK='gawk' >BIGFONT_CFLAGS='' >BIGFONT_LIBS='' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='' >CFLAGS=' -O2 -marck=k8 -pipe -fomit-frame-pointer' >CPP='' >CPPFLAGS='' >CXX='' >CXXCPP='' >CXXDEPMODE='' >CXXFLAGS=' -O2 -marck=k8 -pipe -fomit-frame-pointer' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DRIVER_MAN_DIR='' >DRIVER_MAN_SUFFIX='' >ECHO='echo' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='' >EXEEXT='' >F77='' >FFLAGS='' >FILE_MAN_DIR='' >FILE_MAN_SUFFIX='' >I18N_MODULE_LIBS='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' >KEYSYMDEF='' >LDFLAGS='' >LIBOBJS='' >LIBS='' >LIBTOOL='' >LIB_MAN_DIR='' >LIB_MAN_SUFFIX='' >LN_S='' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /var/tmp/portage/libX11-1.0.2/work/libX11-1.0.2/missing --run makeinfo' >MALLOC_ZERO_CFLAGS='' >MANPAGES_FALSE='' >MANPAGES_TRUE='' >MISC_MAN_DIR='' >MISC_MAN_SUFFIX='' >OBJEXT='' >OS2_FALSE='' >OS2_TRUE='' >PACKAGE='libX11' >PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' >PACKAGE_NAME='libX11' >PACKAGE_STRING='libX11 1.0.2' >PACKAGE_TARNAME='libX11' >PACKAGE_VERSION='1.0.2' >PATH_SEPARATOR=':' >PKG_CONFIG='' >RANLIB='' >RAWCPP='' >RAWCPPFLAGS='' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >THRSTUBS_FALSE='' >THRSTUBS_TRUE='' >UDC_FALSE='' >UDC_TRUE='' >VERSION='1.0.2' >WCHAR32='' >X11_CFLAGS='' >X11_DATADIR='' >X11_LIBDIR='' >X11_LIBS='' >X11_LOCALEDATADIR='' >X11_LOCALELIBDIR='' >XCMS_FALSE='' >XCMS_TRUE='' >XDMCP_CFLAGS='' >XDMCP_LIBS='' >XERRORDB='' >XKBPROTO_CFLAGS='' >XKBPROTO_LIBS='' >XKBPROTO_REQUIRES='' >XKB_FALSE='' >XKB_TRUE='' >XKEYSYMDB='' >XLIB_LOADABLE_I18N_FALSE='' >XLIB_LOADABLE_I18N_TRUE='' >XLOCALEDIR='' >XLOCALELIBDIR='' >XLOCALE_FALSE='' >XLOCALE_TRUE='' >XMALLOC_ZERO_CFLAGS='' >XPROTO_CFLAGS='' >XPROTO_LIBS='' >XTHREADLIB='' >XTHREADS='' >XTHREAD_CFLAGS='' >XTMALLOC_ZERO_CFLAGS='' >XUSE_MTSAFE_API='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_F77='' >ac_ct_RANLIB='' >ac_ct_STRIP='' >ac_pt_PKG_CONFIG='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='' >am__include='include' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >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' >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' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='/var/tmp/portage/libX11-1.0.2/work/libX11-1.0.2/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='mkdir -p --' >oldincludedir='/usr/include' >prefix='/usr' >program_transform_name='s,x,x,' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE "libX11" >#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" >#define PACKAGE_NAME "libX11" >#define PACKAGE_STRING "libX11 1.0.2" >#define PACKAGE_TARNAME "libX11" >#define PACKAGE_VERSION "1.0.2" >#define VERSION "1.0.2" > >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 138186
: 90267