From e8ec7aa8e38a93f5b034ac74cebce5de23710317 Mon Sep 17 00:00:00 2001 From: hongbotian Date: Mon, 30 Nov 2015 01:45:08 -0500 Subject: upload http JIRA: BOTTLENECK-10 Change-Id: I7598427ff904df438ce77c2819ee48ac75ffa8da Signed-off-by: hongbotian --- rubbos/app/httpd-2.0.64/srclib/pcre/config.log | 455 +++++++++++++++++++++++++ 1 file changed, 455 insertions(+) create mode 100644 rubbos/app/httpd-2.0.64/srclib/pcre/config.log (limited to 'rubbos/app/httpd-2.0.64/srclib/pcre/config.log') diff --git a/rubbos/app/httpd-2.0.64/srclib/pcre/config.log b/rubbos/app/httpd-2.0.64/srclib/pcre/config.log new file mode 100644 index 00000000..7f015a2e --- /dev/null +++ b/rubbos/app/httpd-2.0.64/srclib/pcre/config.log @@ -0,0 +1,455 @@ +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.63. Invocation command line was + + $ /bottlenecks/rubbos/app/httpd-2.0.64/srclib/pcre/configure --disable-option-checking --prefix=/bottlenecks/rubbos/app/apache2 --enable-module=so --enable-so --with-mpm=worker --cache-file=/dev/null --srcdir=/bottlenecks/rubbos/app/httpd-2.0.64/srclib/pcre --prefix=/bottlenecks/rubbos/app/apache2 --exec-prefix=/bottlenecks/rubbos/app/apache2 --libdir=${prefix}/lib --includedir=/bottlenecks/rubbos/app/apache2/include --bindir=${prefix}/bin + +## --------- ## +## Platform. ## +## --------- ## + +hostname = ubuntu +uname -m = x86_64 +uname -r = 3.16.0-30-generic +uname -s = Linux +uname -v = #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 + +/usr/bin/uname -p = unknown +/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: /bottlenecks/rubbos/app/jdk1.6.0_27/bin +PATH: /bin/unix +PATH: /bottlenecks/rubbos/app/apache-ant-1.6.5/bin +PATH: /bottlenecks/rubbos/app/apache-tomcat-5.5.17/bin +PATH: /usr/local/sbin +PATH: /usr/local/bin +PATH: /usr/sbin +PATH: /usr/bin +PATH: /sbin +PATH: /bin +PATH: /usr/games +PATH: /usr/local/games + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:1853: checking for gcc +configure:1869: found /usr/bin/gcc +configure:1880: result: gcc +configure:2112: checking for C compiler version +configure:2120: gcc --version >&5 +gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 +Copyright (C) 2013 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:2124: $? = 0 +configure:2131: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) +configure:2135: $? = 0 +configure:2142: gcc -V >&5 +gcc: error: unrecognized command line option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:2146: $? = 4 +configure:2169: checking for C compiler default output file name +configure:2191: gcc conftest.c >&5 +configure:2195: $? = 0 +configure:2233: result: a.out +configure:2252: checking whether the C compiler works +configure:2262: ./a.out +configure:2266: $? = 0 +configure:2285: result: yes +configure:2292: checking whether we are cross compiling +configure:2294: result: no +configure:2297: checking for suffix of executables +configure:2304: gcc -o conftest conftest.c >&5 +configure:2308: $? = 0 +configure:2334: result: +configure:2340: checking for suffix of object files +configure:2366: gcc -c conftest.c >&5 +configure:2370: $? = 0 +configure:2395: result: o +configure:2399: checking whether we are using the GNU C compiler +configure:2428: gcc -c conftest.c >&5 +configure:2435: $? = 0 +configure:2452: result: yes +configure:2461: checking whether gcc accepts -g +configure:2491: gcc -c -g conftest.c >&5 +configure:2498: $? = 0 +configure:2599: result: yes +configure:2616: checking for gcc option to accept ISO C89 +configure:2690: gcc -c -g -O2 conftest.c >&5 +configure:2697: $? = 0 +configure:2720: result: none needed +configure:2781: checking for ranlib +configure:2797: found /usr/bin/ranlib +configure:2808: result: ranlib +configure:2838: checking how to run the C preprocessor +configure:2878: gcc -E conftest.c +configure:2885: $? = 0 +configure:2916: gcc -E conftest.c +conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:2923: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| /* end confdefs.h. */ +| #include +configure:2956: result: gcc -E +configure:2985: gcc -E conftest.c +configure:2992: $? = 0 +configure:3023: gcc -E conftest.c +conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:3030: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| /* end confdefs.h. */ +| #include +configure:3070: checking for grep that handles long lines and -e +configure:3130: result: /bin/grep +configure:3135: checking for egrep +configure:3199: result: /bin/grep -E +configure:3204: checking for ANSI C header files +configure:3234: gcc -c -g -O2 conftest.c >&5 +configure:3241: $? = 0 +configure:3340: gcc -o conftest -g -O2 conftest.c >&5 +configure:3344: $? = 0 +configure:3350: ./conftest +configure:3354: $? = 0 +configure:3372: result: yes +configure:3396: checking for sys/types.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3396: checking for sys/stat.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3396: checking for stdlib.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3396: checking for string.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3396: checking for memory.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3396: checking for strings.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3396: checking for inttypes.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3396: checking for stdint.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3396: checking for unistd.h +configure:3417: gcc -c -g -O2 conftest.c >&5 +configure:3424: $? = 0 +configure:3441: result: yes +configure:3471: checking limits.h usability +configure:3488: gcc -c -g -O2 conftest.c >&5 +configure:3495: $? = 0 +configure:3509: result: yes +configure:3513: checking limits.h presence +configure:3528: gcc -E conftest.c +configure:3535: $? = 0 +configure:3549: result: yes +configure:3577: checking for limits.h +configure:3586: result: yes +configure:3603: checking for an ANSI C-conforming const +configure:3678: gcc -c -g -O2 conftest.c >&5 +configure:3685: $? = 0 +configure:3700: result: yes +configure:3710: checking for size_t +configure:3738: gcc -c -g -O2 conftest.c >&5 +configure:3745: $? = 0 +configure:3772: gcc -c -g -O2 conftest.c >&5 +conftest.c: In function 'main': +conftest.c:55:21: error: expected expression before ')' token + if (sizeof ((size_t))) + ^ +configure:3779: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_LIMITS_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((size_t))) +| return 0; +| ; +| return 0; +| } +configure:3802: result: yes +configure:3822: checking for bcopy +configure:3878: gcc -o conftest -g -O2 conftest.c >&5 +conftest.c:42:6: warning: conflicting types for built-in function 'bcopy' [enabled by default] + char bcopy (); + ^ +configure:3885: $? = 0 +configure:3907: result: yes +configure:3822: checking for memmove +configure:3878: gcc -o conftest -g -O2 conftest.c >&5 +conftest.c:43:6: warning: conflicting types for built-in function 'memmove' [enabled by default] + char memmove (); + ^ +configure:3885: $? = 0 +configure:3907: result: yes +configure:3822: checking for strerror +configure:3878: gcc -o conftest -g -O2 conftest.c >&5 +configure:3885: $? = 0 +configure:3907: result: yes +configure:4083: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by config.status, which was +generated by GNU Autoconf 2.63. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on ubuntu + +config.status:746: creating Makefile +config.status:746: creating pcre.h +config.status:746: creating pcre-config +config.status:746: creating config.h +config.status:957: config.h is unchanged +config.status:975: executing default commands + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_c_compiler_gnu=yes +ac_cv_c_const=yes +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +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= +ac_cv_env_LDFLAGS_value= +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_value= +ac_cv_env_build_alias_set= +ac_cv_env_build_alias_value= +ac_cv_env_host_alias_set= +ac_cv_env_host_alias_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_func_bcopy=yes +ac_cv_func_memmove=yes +ac_cv_func_strerror=yes +ac_cv_header_inttypes_h=yes +ac_cv_header_limits_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_stdc=yes +ac_cv_header_stdint_h=yes +ac_cv_header_stdlib_h=yes +ac_cv_header_string_h=yes +ac_cv_header_strings_h=yes +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_unistd_h=yes +ac_cv_objext=o +ac_cv_path_EGREP='/bin/grep -E' +ac_cv_path_GREP=/bin/grep +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_ac_ct_RANLIB=ranlib +ac_cv_prog_cc_c89= +ac_cv_prog_cc_g=yes +ac_cv_type_size_t=yes + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +CC='gcc' +CFLAGS='-g -O2' +CPP='gcc -E' +CPPFLAGS='' +DEFS='-DHAVE_CONFIG_H' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='/bin/grep -E' +EXEEXT='' +GREP='/bin/grep' +HAVE_MEMMOVE='' +HAVE_STRERROR='' +LDFLAGS='' +LIBOBJS='' +LIBS='' +LIBSUFFIX='la' +LIBTOOL='./libtool' +LTLIBOBJS='' +NEWLINE='' +OBJEXT='o' +PACKAGE_BUGREPORT='' +PACKAGE_NAME='' +PACKAGE_STRING='' +PACKAGE_TARNAME='' +PACKAGE_VERSION='' +PATH_SEPARATOR=':' +PCRE_DATE='02-Jan-2002' +PCRE_LIB_VERSION='0:1:0' +PCRE_MAJOR='3' +PCRE_MINOR='9' +PCRE_POSIXLIB_VERSION='0:0:0' +PCRE_VERSION='3.9' +RANLIB='ranlib' +SHELL='/bin/bash' +UTF8='' +ac_ct_CC='gcc' +bindir='${prefix}/bin' +build_alias='' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE}' +dvidir='${docdir}' +exec_prefix='/bottlenecks/rubbos/app/apache2' +host_alias='' +htmldir='${docdir}' +includedir='/bottlenecks/rubbos/app/apache2/include' +infodir='${datarootdir}/info' +libdir='${prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localedir='${datarootdir}/locale' +localstatedir='${prefix}/var' +mandir='${datarootdir}/man' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/bottlenecks/rubbos/app/apache2' +program_transform_name='s,x,x,' +psdir='${docdir}' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +#define PACKAGE_NAME "" +#define PACKAGE_TARNAME "" +#define PACKAGE_VERSION "" +#define PACKAGE_STRING "" +#define PACKAGE_BUGREPORT "" +#define STDC_HEADERS 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_LIMITS_H 1 +#define HAVE_BCOPY 1 +#define HAVE_MEMMOVE 1 +#define HAVE_STRERROR 1 + +configure: exit 0 -- cgit 1.2.3-korg