Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 267609 Details for
Bug 361027
dev-util/cppunit fails with error: /usr/include/features.h:356:25: fatal error: sys/cdefs.h: No such file or directory
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.48 KB, created by
Chris
on 2011-03-29 01:27:21 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Chris
Created:
2011-03-29 01:27:21 UTC
Size:
9.48 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 configure, which was >generated by GNU Autoconf 2.68. 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 --libdir=/usr/lib64 --disable-doxygen --disable-dot --htmldir=/usr/share/doc/cppunit-1.12.1/html > >## --------- ## >## Platform. ## >## --------- ## > >hostname = Gentoo-11 >uname -m = x86_64 >uname -r = 2.6.37-gentoo-r2 >uname -s = Linux >uname -v = #1 SMP Sun Mar 6 08:55:13 UTC 2011 > >/usr/bin/uname -p = AMD Athlon(tm) Processor TF-20 >/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/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.5.2 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2513: checking for a BSD-compatible install >configure:2581: result: /usr/bin/install -c >configure:2592: checking whether build environment is sane >configure:2642: result: yes >configure:2783: checking for a thread-safe mkdir -p >configure:2822: result: /bin/mkdir -p >configure:2835: checking for gawk >configure:2851: found /usr/bin/gawk >configure:2862: result: gawk >configure:2873: checking whether make sets $(MAKE) >configure:2895: result: yes >configure:2980: checking whether make sets $(MAKE) >configure:3002: result: yes >configure:3026: checking for x86_64-pc-linux-gnu-gcc >configure:3042: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3053: result: x86_64-pc-linux-gnu-gcc >configure:3322: checking for C compiler version >configure:3331: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.5.2 p1.0, pie-0.4.5) 4.5.2 >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:3342: $? = 0 >configure:3331: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.5.2/work/gcc-4.5.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.2 p1.0, pie-0.4.5' >Thread model: posix >gcc version 4.5.2 (Gentoo 4.5.2 p1.0, pie-0.4.5) >configure:3342: $? = 0 >configure:3331: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:3342: $? = 1 >configure:3331: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' >x86_64-pc-linux-gnu-gcc: no input files >configure:3342: $? = 1 >configure:3362: checking whether the C compiler works >configure:3384: x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3388: $? = 0 >configure:3436: result: yes >configure:3439: checking for C compiler default output file name >configure:3441: result: a.out >configure:3447: checking for suffix of executables >configure:3454: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3458: $? = 0 >configure:3480: result: >configure:3502: checking whether we are cross compiling >configure:3510: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >In file included from /usr/include/stdio.h:28:0, > from conftest.c:11: >/usr/include/features.h:356:25: fatal error: sys/cdefs.h: No such file or directory >compilation terminated. >configure:3514: $? = 1 >configure:3521: ./conftest >./configure: line 3523: ./conftest: No such file or directory >configure:3525: $? = 127 >configure:3532: error: in `/var/tmp/portage/dev-util/cppunit-1.12.1/work/cppunit-1.12.1': >configure:3534: error: cannot run C compiled programs. >If you meant to cross compile, use `--host'. >See `config.log' for more details > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe' >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 -pipe' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >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_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_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >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/dev-util/cppunit-1.12.1/work/cppunit-1.12.1/config/missing --run aclocal-1.11' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='' >AMTAR='${SHELL} /var/tmp/portage/dev-util/cppunit-1.12.1/work/cppunit-1.12.1/config/missing --run tar' >AR='' >AS='' >AUTOCONF='${SHELL} /var/tmp/portage/dev-util/cppunit-1.12.1/work/cppunit-1.12.1/config/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/dev-util/cppunit-1.12.1/work/cppunit-1.12.1/config/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/dev-util/cppunit-1.12.1/work/cppunit-1.12.1/config/missing --run automake-1.11' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='' >CFLAGS='-O2 -pipe' >CPP='' >CPPFLAGS='' >CPPUNIT_BINARY_AGE='0' >CPPUNIT_INTERFACE_AGE='0' >CPPUNIT_MAJOR_VERSION='1' >CPPUNIT_MICRO_VERSION='1' >CPPUNIT_MINOR_VERSION='12' >CPPUNIT_VERSION='1.12.1' >CXX='' >CXXCPP='' >CXXDEPMODE='' >CXXFLAGS='-O2 -pipe' >CYGPATH_W='echo' >DEFS='' >DEPDIR='' >DLLTOOL='' >DOC_FALSE='' >DOC_TRUE='' >DOT='' >DOXYGEN='' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='' >EXEEXT='' >FGREP='' >GREP='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LD='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBADD_DL='' >LIBOBJS='' >LIBS='' >LIBTOOL='' >LIPO='' >LN_S='' >LTLIBOBJS='' >LT_AGE='0' >LT_CURRENT='1' >LT_RELEASE='1.12' >LT_REVISION='0' >MAKEINFO='${SHELL} /var/tmp/portage/dev-util/cppunit-1.12.1/work/cppunit-1.12.1/config/missing --run makeinfo' >MANIFEST_TOOL='' >MKDIR_P='/bin/mkdir -p' >NM='' >NMEDIT='' >OBJDUMP='' >OBJEXT='' >OTOOL64='' >OTOOL='' >PACKAGE='cppunit' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >RANLIB='' >SED='' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >VERSION='1.12.1' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='' >am__include='' >am__isrc='' >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='' >build_os='' >build_vendor='' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE}' >dvidir='${docdir}' >enable_dot='no' >enable_html_docs='' >enable_latex_docs='' >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/cppunit-1.12.1/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/dev-util/cppunit-1.12.1/work/cppunit-1.12.1/config/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/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 "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define PACKAGE "cppunit" >#define VERSION "1.12.1" > >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 361027
: 267609 |
267611
|
267613