RT 4.0.22
[freeside.git] / rt / config.log
index 9e10d30..1ae6b42 100644 (file)
@@ -1,7 +1,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by RT configure rt-4.0.5, which was
+It was created by RT configure rt-4.0.21, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ ./configure --enable-layout=Freeside --with-db-type=Pg --with-db-dba=freeside --with-db-database=freeside --with-db-rt-user=freeside --with-db-rt-pass= --with-web-user=freeside --with-web-group=freeside --with-rt-group=freeside --with-web-handler=modperl2
@@ -12,9 +12,9 @@ generated by GNU Autoconf 2.68.  Invocation command line was
 
 hostname = fleetpaw
 uname -m = x86_64
-uname -r = 3.2.0-2-amd64
+uname -r = 3.14-2-amd64
 uname -s = Linux
-uname -v = #1 SMP Sun Apr 15 16:47:38 UTC 2012
+uname -v = #1 SMP Debian 3.14.15-2 (2014-08-09)
 
 /usr/bin/uname -p = unknown
 /bin/uname -X     = unknown
@@ -39,119 +39,30 @@ PATH: /bin
 ## Core tests. ##
 ## ----------- ##
 
-configure:2006: checking for a BSD-compatible install
-configure:2074: result: /usr/bin/install -c
-configure:2088: checking for perl
-configure:2106: found /usr/bin/perl
-configure:2119: result: /usr/bin/perl
-configure:2497: checking for chosen layout
-configure:2510: result: Freeside
-configure:2744: checking if database name is set
-configure:2747: result: yes
-configure:2849: checking for gcc
-configure:2865: found /usr/bin/gcc
-configure:2876: result: gcc
-configure:3105: checking for C compiler version
-configure:3114: gcc --version >&5
-gcc (Debian 4.7.0-11) 4.7.0
-Copyright (C) 2012 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:3125: $? = 0
-configure:3114: gcc -v >&5
-Using built-in specs.
-COLLECT_GCC=gcc
-COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
-Target: x86_64-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.0-11' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --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.7.0 (Debian 4.7.0-11) 
-configure:3125: $? = 0
-configure:3114: gcc -V >&5
-gcc: error: unrecognized command line option '-V'
-gcc: fatal error: no input files
-compilation terminated.
-configure:3125: $? = 4
-configure:3114: gcc -qversion >&5
-gcc: error: unrecognized command line option '-qversion'
-gcc: fatal error: no input files
-compilation terminated.
-configure:3125: $? = 4
-configure:3145: checking whether the C compiler works
-configure:3167: gcc    conftest.c  >&5
-configure:3171: $? = 0
-configure:3219: result: yes
-configure:3222: checking for C compiler default output file name
-configure:3224: result: a.out
-configure:3230: checking for suffix of executables
-configure:3237: gcc -o conftest    conftest.c  >&5
-configure:3241: $? = 0
-configure:3263: result: 
-configure:3285: checking whether we are cross compiling
-configure:3293: gcc -o conftest    conftest.c  >&5
-configure:3297: $? = 0
-configure:3304: ./conftest
-configure:3308: $? = 0
-configure:3323: result: no
-configure:3328: checking for suffix of object files
-configure:3350: gcc -c   conftest.c >&5
-configure:3354: $? = 0
-configure:3375: result: o
-configure:3379: checking whether we are using the GNU C compiler
-configure:3398: gcc -c   conftest.c >&5
-configure:3398: $? = 0
-configure:3407: result: yes
-configure:3416: checking whether gcc accepts -g
-configure:3436: gcc -c -g  conftest.c >&5
-configure:3436: $? = 0
-configure:3477: result: yes
-configure:3494: checking for gcc option to accept ISO C89
-configure:3558: gcc  -c -g -O2  conftest.c >&5
-configure:3558: $? = 0
-configure:3571: result: none needed
-configure:3592: checking for aginitlib in -lgraph
-configure:3617: gcc -o conftest -g -O2   conftest.c -lgraph   >&5
-/usr/bin/ld: cannot find -lgraph
-collect2: error: ld returned 1 exit status
-configure:3617: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "RT"
-| #define PACKAGE_TARNAME "rt"
-| #define PACKAGE_VERSION "rt-4.0.5"
-| #define PACKAGE_STRING "RT rt-4.0.5"
-| #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
-| #define PACKAGE_URL ""
-| /* end confdefs.h.  */
-| 
-| /* Override any GCC internal prototype to avoid an error.
-|    Use char because int might match the return type of a GCC
-|    builtin and then its argument prototype would still apply.  */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char aginitlib ();
-| int
-| main ()
-| {
-| return aginitlib ();
-|   ;
-|   return 0;
-| }
-configure:3626: result: no
-configure:3652: checking for gdlib-config
-configure:3680: result: no
-configure:3708: checking for gpg
-configure:3724: found /usr/bin/gpg
-configure:3736: result: yes
-configure:4081: creating ./config.status
+configure:1903: checking for a BSD-compatible install
+configure:1971: result: /usr/bin/install -c
+configure:1985: checking for perl
+configure:2003: found /usr/bin/perl
+configure:2016: result: /usr/bin/perl
+configure:2394: checking for chosen layout
+configure:2407: result: Freeside
+configure:2641: checking if database name is set
+configure:2644: result: yes
+configure:2700: checking for dot
+configure:2716: found /usr/bin/dot
+configure:2728: result: yes
+configure:2756: checking for gdlib-config
+configure:2784: result: no
+configure:2812: checking for gpg
+configure:2828: found /usr/bin/gpg
+configure:2840: result: yes
+configure:3185: creating ./config.status
 
 ## ---------------------- ##
 ## Running config.status. ##
 ## ---------------------- ##
 
-This file was extended by RT config.status rt-4.0.5, which was
+This file was extended by RT config.status rt-4.0.21, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = 
@@ -162,53 +73,43 @@ generated by GNU Autoconf 2.68.  Invocation command line was
 
 on fleetpaw
 
-config.status:878: creating etc/upgrade/3.8-branded-queues-extension
-config.status:878: creating etc/upgrade/3.8-ical-extension
-config.status:878: creating etc/upgrade/split-out-cf-categories
-config.status:878: creating etc/upgrade/generate-rtaddressregexp
-config.status:878: creating etc/upgrade/upgrade-articles
-config.status:878: creating etc/upgrade/vulnerable-passwords
-config.status:878: creating sbin/rt-attributes-viewer
-config.status:878: creating sbin/rt-preferences-viewer
-config.status:878: creating sbin/rt-session-viewer
-config.status:878: creating sbin/rt-dump-metadata
-config.status:878: creating sbin/rt-setup-database
-config.status:878: creating sbin/rt-test-dependencies
-config.status:878: creating sbin/rt-email-digest
-config.status:878: creating sbin/rt-email-dashboards
-config.status:878: creating sbin/rt-clean-sessions
-config.status:878: creating sbin/rt-shredder
-config.status:878: creating sbin/rt-validator
-config.status:878: creating sbin/rt-email-group-admin
-config.status:878: creating sbin/rt-server
-config.status:878: creating sbin/rt-server.fcgi
-config.status:878: creating sbin/standalone_httpd
-config.status:878: creating sbin/rt-setup-fulltext-index
-config.status:878: creating sbin/rt-fulltext-indexer
-config.status:878: creating bin/rt-crontool
-config.status:878: creating bin/rt-mailgate
-config.status:878: creating bin/rt
-config.status:878: creating Makefile
-config.status:878: creating etc/RT_Config.pm
-config.status:878: creating lib/RT/Generated.pm
-config.status:878: creating t/data/configs/apache2.2+mod_perl.conf
-config.status:878: creating t/data/configs/apache2.2+fastcgi.conf
+config.status:872: creating etc/upgrade/3.8-ical-extension
+config.status:872: creating etc/upgrade/4.0-customfield-checkbox-extension
+config.status:872: creating etc/upgrade/split-out-cf-categories
+config.status:872: creating etc/upgrade/generate-rtaddressregexp
+config.status:872: creating etc/upgrade/upgrade-articles
+config.status:872: creating etc/upgrade/vulnerable-passwords
+config.status:872: creating sbin/rt-attributes-viewer
+config.status:872: creating sbin/rt-preferences-viewer
+config.status:872: creating sbin/rt-session-viewer
+config.status:872: creating sbin/rt-dump-metadata
+config.status:872: creating sbin/rt-setup-database
+config.status:872: creating sbin/rt-test-dependencies
+config.status:872: creating sbin/rt-email-digest
+config.status:872: creating sbin/rt-email-dashboards
+config.status:872: creating sbin/rt-clean-sessions
+config.status:872: creating sbin/rt-shredder
+config.status:872: creating sbin/rt-validator
+config.status:872: creating sbin/rt-validate-aliases
+config.status:872: creating sbin/rt-email-group-admin
+config.status:872: creating sbin/rt-server
+config.status:872: creating sbin/rt-server.fcgi
+config.status:872: creating sbin/standalone_httpd
+config.status:872: creating sbin/rt-setup-fulltext-index
+config.status:872: creating sbin/rt-fulltext-indexer
+config.status:872: creating bin/rt-crontool
+config.status:872: creating bin/rt-mailgate
+config.status:872: creating bin/rt
+config.status:872: creating Makefile
+config.status:872: creating etc/RT_Config.pm
+config.status:872: creating lib/RT/Generated.pm
+config.status:872: creating t/data/configs/apache2.2+mod_perl.conf
+config.status:872: creating t/data/configs/apache2.2+fastcgi.conf
 
 ## ---------------- ##
 ## Cache variables. ##
 ## ---------------- ##
 
-ac_cv_c_compiler_gnu=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_LDFLAGS_set=
-ac_cv_env_LDFLAGS_value=
-ac_cv_env_LIBS_set=
-ac_cv_env_LIBS_value=
 ac_cv_env_PERL_set=
 ac_cv_env_PERL_value=
 ac_cv_env_build_alias_set=
@@ -217,15 +118,11 @@ 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_lib_graph_aginitlib=no
-ac_cv_objext=o
 ac_cv_path_PERL=/usr/bin/perl
 ac_cv_path_install='/usr/bin/install -c'
 ac_cv_prog_RT_GD=no
 ac_cv_prog_RT_GPG=yes
-ac_cv_prog_ac_ct_CC=gcc
-ac_cv_prog_cc_c89=
-ac_cv_prog_cc_g=yes
+ac_cv_prog_RT_GRAPHVIZ=yes
 
 ## ----------------- ##
 ## Output variables. ##
@@ -233,13 +130,10 @@ ac_cv_prog_cc_g=yes
 
 APACHECTL='/usr/sbin/apachectl'
 BIN_OWNER='root'
-CC='gcc'
-CFLAGS='-g -O2'
 COMMENT_INPLACE_LAYOUT=''
 CONFIGURE_INCANT='./configure --enable-layout=Freeside --with-db-type=Pg --with-db-dba=freeside --with-db-database=freeside --with-db-rt-user=freeside --with-db-rt-pass= --with-web-user=freeside --with-web-group=freeside --with-rt-group=freeside --with-web-handler=modperl2'
 CONFIG_FILE_PATH='/opt/rt3/etc'
 CONFIG_FILE_PATH_R='/opt/rt3/etc'
-CPPFLAGS=''
 DATABASE_ENV_PREF=''
 DB_DATABASE='freeside'
 DB_DBA='freeside'
@@ -249,15 +143,13 @@ DB_RT_HOST='localhost'
 DB_RT_PASS=''
 DB_RT_USER='freeside'
 DB_TYPE='Pg'
-DEFS='-DPACKAGE_NAME=\"RT\" -DPACKAGE_TARNAME=\"rt\" -DPACKAGE_VERSION=\"rt-4.0.5\" -DPACKAGE_STRING=\"RT\ rt-4.0.5\" -DPACKAGE_BUGREPORT=\"rt-bugs@bestpractical.com\" -DPACKAGE_URL=\"\"'
+DEFS='-DPACKAGE_NAME=\"RT\" -DPACKAGE_TARNAME=\"rt\" -DPACKAGE_VERSION=\"rt-4.0.21\" -DPACKAGE_STRING=\"RT\ rt-4.0.21\" -DPACKAGE_BUGREPORT=\"rt-bugs@bestpractical.com\" -DPACKAGE_URL=\"\"'
 ECHO_C=''
 ECHO_N='-n'
 ECHO_T=''
-EXEEXT=''
 INSTALL_DATA='${INSTALL} -m 644'
 INSTALL_PROGRAM='${INSTALL}'
 INSTALL_SCRIPT='${INSTALL}'
-LDFLAGS=''
 LIBOBJS=''
 LIBS=''
 LIBS_GROUP='bin'
@@ -279,13 +171,12 @@ MASON_LOCAL_HTML_PATH='/opt/rt3/local/html'
 MASON_LOCAL_HTML_PATH_R='/opt/rt3/local/html'
 MASON_SESSION_PATH='/opt/rt3/var/session_data'
 MASON_SESSION_PATH_R='/opt/rt3/var/session_data'
-OBJEXT='o'
 PACKAGE_BUGREPORT='rt-bugs@bestpractical.com'
 PACKAGE_NAME='RT'
-PACKAGE_STRING='RT rt-4.0.5'
+PACKAGE_STRING='RT rt-4.0.21'
 PACKAGE_TARNAME='rt'
 PACKAGE_URL=''
-PACKAGE_VERSION='rt-4.0.5'
+PACKAGE_VERSION='rt-4.0.21'
 PATH_SEPARATOR=':'
 PERL='/usr/bin/perl'
 RTGROUP='freeside'
@@ -300,7 +191,7 @@ RT_FONT_PATH='/opt/rt3/share/fonts'
 RT_FONT_PATH_R='/opt/rt3/share/fonts'
 RT_GD='0'
 RT_GPG='1'
-RT_GRAPHVIZ='0'
+RT_GRAPHVIZ='1'
 RT_LEXICON_PATH='/opt/rt3/share/po'
 RT_LEXICON_PATH_R='/opt/rt3/share/po'
 RT_LIB_PATH='/opt/rt3/lib'
@@ -322,12 +213,11 @@ RT_VAR_PATH='/opt/rt3/var'
 RT_VAR_PATH_R='/opt/rt3/var'
 RT_VERSION_MAJOR='4'
 RT_VERSION_MINOR='0'
-RT_VERSION_PATCH='5'
+RT_VERSION_PATCH='21'
 SHELL='/bin/bash'
 WEB_GROUP='freeside'
 WEB_HANDLER='modperl2'
 WEB_USER='freeside'
-ac_ct_CC='gcc'
 bindir='/opt/rt3/bin'
 build_alias=''
 customdir='/opt/rt3/local'
@@ -387,7 +277,7 @@ psdir='${docdir}'
 rt_layout_name='Freeside'
 rt_version_major='4'
 rt_version_minor='0'
-rt_version_patch='5'
+rt_version_patch='21'
 sbindir='/opt/rt3/sbin'
 sessionstatedir='/opt/rt3/var/session_data'
 sharedstatedir='${prefix}/com'
@@ -401,8 +291,8 @@ target_alias=''
 /* confdefs.h */
 #define PACKAGE_NAME "RT"
 #define PACKAGE_TARNAME "rt"
-#define PACKAGE_VERSION "rt-4.0.5"
-#define PACKAGE_STRING "RT rt-4.0.5"
+#define PACKAGE_VERSION "rt-4.0.21"
+#define PACKAGE_STRING "RT rt-4.0.21"
 #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
 #define PACKAGE_URL ""