commit configured RT files to avoid conflicts
[freeside.git] / rt / config.log
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by RT configure 3.8.13, which was
5 generated by GNU Autoconf 2.68.  Invocation command line was
6
7   $ ./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
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = fleetpaw
14 uname -m = x86_64
15 uname -r = 3.2.0-2-amd64
16 uname -s = Linux
17 uname -v = #1 SMP Sun Apr 15 16:47:38 UTC 2012
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = unknown
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo      = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /usr/local/bin
31 PATH: /usr/bin
32 PATH: /bin
33 PATH: /usr/bin/X11
34 PATH: /usr/games
35
36
37 ## ----------- ##
38 ## Core tests. ##
39 ## ----------- ##
40
41 configure:1995: checking for a BSD-compatible install
42 configure:2063: result: /usr/bin/install -c
43 configure:2078: checking for gawk
44 configure:2108: result: no
45 configure:2078: checking for mawk
46 configure:2094: found /usr/bin/mawk
47 configure:2105: result: mawk
48 configure:2119: checking for perl
49 configure:2137: found /usr/bin/perl
50 configure:2150: result: /usr/bin/perl
51 configure:2515: checking for chosen layout
52 configure:2528: result: Freeside
53 configure:2861: checking for gcc
54 configure:2877: found /usr/bin/gcc
55 configure:2888: result: gcc
56 configure:3117: checking for C compiler version
57 configure:3126: gcc --version >&5
58 gcc (Debian 4.7.0-11) 4.7.0
59 Copyright (C) 2012 Free Software Foundation, Inc.
60 This is free software; see the source for copying conditions.  There is NO
61 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
62
63 configure:3137: $? = 0
64 configure:3126: gcc -v >&5
65 Using built-in specs.
66 COLLECT_GCC=gcc
67 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
68 Target: x86_64-linux-gnu
69 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
70 Thread model: posix
71 gcc version 4.7.0 (Debian 4.7.0-11) 
72 configure:3137: $? = 0
73 configure:3126: gcc -V >&5
74 gcc: error: unrecognized command line option '-V'
75 gcc: fatal error: no input files
76 compilation terminated.
77 configure:3137: $? = 4
78 configure:3126: gcc -qversion >&5
79 gcc: error: unrecognized command line option '-qversion'
80 gcc: fatal error: no input files
81 compilation terminated.
82 configure:3137: $? = 4
83 configure:3157: checking whether the C compiler works
84 configure:3179: gcc    conftest.c  >&5
85 configure:3183: $? = 0
86 configure:3231: result: yes
87 configure:3234: checking for C compiler default output file name
88 configure:3236: result: a.out
89 configure:3242: checking for suffix of executables
90 configure:3249: gcc -o conftest    conftest.c  >&5
91 configure:3253: $? = 0
92 configure:3275: result: 
93 configure:3297: checking whether we are cross compiling
94 configure:3305: gcc -o conftest    conftest.c  >&5
95 configure:3309: $? = 0
96 configure:3316: ./conftest
97 configure:3320: $? = 0
98 configure:3335: result: no
99 configure:3340: checking for suffix of object files
100 configure:3362: gcc -c   conftest.c >&5
101 configure:3366: $? = 0
102 configure:3387: result: o
103 configure:3391: checking whether we are using the GNU C compiler
104 configure:3410: gcc -c   conftest.c >&5
105 configure:3410: $? = 0
106 configure:3419: result: yes
107 configure:3428: checking whether gcc accepts -g
108 configure:3448: gcc -c -g  conftest.c >&5
109 configure:3448: $? = 0
110 configure:3489: result: yes
111 configure:3506: checking for gcc option to accept ISO C89
112 configure:3570: gcc  -c -g -O2  conftest.c >&5
113 configure:3570: $? = 0
114 configure:3583: result: none needed
115 configure:3604: checking for aginitlib in -lgraph
116 configure:3629: gcc -o conftest -g -O2   conftest.c -lgraph   >&5
117 /usr/bin/ld: cannot find -lgraph
118 collect2: error: ld returned 1 exit status
119 configure:3629: $? = 1
120 configure: failed program was:
121 | /* confdefs.h */
122 | #define PACKAGE_NAME "RT"
123 | #define PACKAGE_TARNAME "rt"
124 | #define PACKAGE_VERSION "3.8.13"
125 | #define PACKAGE_STRING "RT 3.8.13"
126 | #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
127 | #define PACKAGE_URL ""
128 | /* end confdefs.h.  */
129
130 | /* Override any GCC internal prototype to avoid an error.
131 |    Use char because int might match the return type of a GCC
132 |    builtin and then its argument prototype would still apply.  */
133 | #ifdef __cplusplus
134 | extern "C"
135 | #endif
136 | char aginitlib ();
137 | int
138 | main ()
139 | {
140 | return aginitlib ();
141 |   ;
142 |   return 0;
143 | }
144 configure:3638: result: no
145 configure:3664: checking for gdlib-config
146 configure:3692: result: no
147 configure:3720: checking for gpg
148 configure:3736: found /usr/bin/gpg
149 configure:3748: result: yes
150 configure:4059: creating ./config.status
151
152 ## ---------------------- ##
153 ## Running config.status. ##
154 ## ---------------------- ##
155
156 This file was extended by RT config.status 3.8.13, which was
157 generated by GNU Autoconf 2.68.  Invocation command line was
158
159   CONFIG_FILES    = 
160   CONFIG_HEADERS  = 
161   CONFIG_LINKS    = 
162   CONFIG_COMMANDS = 
163   $ ./config.status 
164
165 on fleetpaw
166
167 config.status:869: creating etc/upgrade/3.8-branded-queues-extension
168 config.status:869: creating etc/upgrade/3.8-ical-extension
169 config.status:869: creating etc/upgrade/split-out-cf-categories
170 config.status:869: creating etc/upgrade/generate-rtaddressregexp
171 config.status:869: creating etc/upgrade/vulnerable-passwords
172 config.status:869: creating sbin/rt-attributes-viewer
173 config.status:869: creating sbin/rt-dump-database
174 config.status:869: creating sbin/rt-setup-database
175 config.status:869: creating sbin/rt-test-dependencies
176 config.status:869: creating sbin/rt-email-digest
177 config.status:869: creating sbin/rt-email-dashboards
178 config.status:869: creating sbin/rt-clean-sessions
179 config.status:869: creating sbin/rt-shredder
180 config.status:869: creating sbin/rt-validator
181 config.status:869: creating sbin/rt-email-group-admin
182 config.status:869: creating sbin/rt-server
183 config.status:869: creating bin/fastcgi_server
184 config.status:869: creating bin/mason_handler.fcgi
185 config.status:869: creating bin/mason_handler.scgi
186 config.status:869: creating bin/standalone_httpd
187 config.status:869: creating bin/rt-crontool
188 config.status:869: creating bin/rt-mailgate
189 config.status:869: creating bin/rt
190 config.status:869: creating Makefile
191 config.status:869: creating etc/RT_Config.pm
192 config.status:869: creating lib/RT.pm
193 config.status:869: creating bin/mason_handler.svc
194 config.status:869: creating bin/webmux.pl
195 config.status:869: creating t/data/configs/apache2.2+mod_perl.conf
196 config.status:869: creating t/data/configs/apache2.2+fastcgi.conf
197
198 ## ---------------- ##
199 ## Cache variables. ##
200 ## ---------------- ##
201
202 ac_cv_c_compiler_gnu=yes
203 ac_cv_env_CC_set=
204 ac_cv_env_CC_value=
205 ac_cv_env_CFLAGS_set=
206 ac_cv_env_CFLAGS_value=
207 ac_cv_env_CPPFLAGS_set=
208 ac_cv_env_CPPFLAGS_value=
209 ac_cv_env_LDFLAGS_set=
210 ac_cv_env_LDFLAGS_value=
211 ac_cv_env_LIBS_set=
212 ac_cv_env_LIBS_value=
213 ac_cv_env_PERL_set=
214 ac_cv_env_PERL_value=
215 ac_cv_env_build_alias_set=
216 ac_cv_env_build_alias_value=
217 ac_cv_env_host_alias_set=
218 ac_cv_env_host_alias_value=
219 ac_cv_env_target_alias_set=
220 ac_cv_env_target_alias_value=
221 ac_cv_lib_graph_aginitlib=no
222 ac_cv_objext=o
223 ac_cv_path_PERL=/usr/bin/perl
224 ac_cv_path_install='/usr/bin/install -c'
225 ac_cv_prog_AWK=mawk
226 ac_cv_prog_RT_GD=no
227 ac_cv_prog_RT_GPG=yes
228 ac_cv_prog_ac_ct_CC=gcc
229 ac_cv_prog_cc_c89=
230 ac_cv_prog_cc_g=yes
231
232 ## ----------------- ##
233 ## Output variables. ##
234 ## ----------------- ##
235
236 APACHECTL=''
237 AWK='mawk'
238 BIN_OWNER='root'
239 CC='gcc'
240 CFLAGS='-g -O2'
241 COMMENT_INPLACE_LAYOUT=''
242 CONFIG_FILE_PATH='/opt/rt3/etc'
243 CONFIG_FILE_PATH_R='/opt/rt3/etc'
244 CPPFLAGS=''
245 DATABASE_ENV_PREF=''
246 DB_DATABASE='freeside'
247 DB_DBA='freeside'
248 DB_HOST='localhost'
249 DB_PORT=''
250 DB_RT_HOST='localhost'
251 DB_RT_PASS=''
252 DB_RT_USER='freeside'
253 DB_TYPE='Pg'
254 DEFS='-DPACKAGE_NAME=\"RT\" -DPACKAGE_TARNAME=\"rt\" -DPACKAGE_VERSION=\"3.8.13\" -DPACKAGE_STRING=\"RT\ 3.8.13\" -DPACKAGE_BUGREPORT=\"rt-bugs@bestpractical.com\" -DPACKAGE_URL=\"\"'
255 ECHO_C=''
256 ECHO_N='-n'
257 ECHO_T=''
258 EXEEXT=''
259 INSTALL_DATA='${INSTALL} -m 644'
260 INSTALL_PROGRAM='${INSTALL}'
261 INSTALL_SCRIPT='${INSTALL}'
262 LDFLAGS=''
263 LIBOBJS=''
264 LIBS=''
265 LIBS_GROUP='bin'
266 LIBS_OWNER='root'
267 LOCAL_ETC_PATH='/opt/rt3/local/etc'
268 LOCAL_ETC_PATH_R='/opt/rt3/local/etc'
269 LOCAL_LEXICON_PATH='/opt/rt3/local/po'
270 LOCAL_LEXICON_PATH_R='/opt/rt3/local/po'
271 LOCAL_LIB_PATH='/opt/rt3/local/lib'
272 LOCAL_LIB_PATH_R='/opt/rt3/local/lib'
273 LTLIBOBJS=''
274 MASON_DATA_PATH='/usr/local/etc/freeside/masondata'
275 MASON_DATA_PATH_R='/usr/local/etc/freeside/masondata'
276 MASON_HTML_PATH='/var/www/freeside/rt'
277 MASON_HTML_PATH_R='/var/www/freeside/rt'
278 MASON_LOCAL_HTML_PATH='/opt/rt3/local/html'
279 MASON_LOCAL_HTML_PATH_R='/opt/rt3/local/html'
280 MASON_SESSION_PATH='/opt/rt3/var/session_data'
281 MASON_SESSION_PATH_R='/opt/rt3/var/session_data'
282 OBJEXT='o'
283 PACKAGE_BUGREPORT='rt-bugs@bestpractical.com'
284 PACKAGE_NAME='RT'
285 PACKAGE_STRING='RT 3.8.13'
286 PACKAGE_TARNAME='rt'
287 PACKAGE_URL=''
288 PACKAGE_VERSION='3.8.13'
289 PATH_SEPARATOR=':'
290 PERL='/usr/bin/perl'
291 RTGROUP='freeside'
292 RT_BIN_PATH='/opt/rt3/bin'
293 RT_BIN_PATH_R='/opt/rt3/bin'
294 RT_DEVEL_MODE='0'
295 RT_DOC_PATH='/opt/rt3/share/doc'
296 RT_DOC_PATH_R='/opt/rt3/share/doc'
297 RT_ETC_PATH='/opt/rt3/etc'
298 RT_ETC_PATH_R='/opt/rt3/etc'
299 RT_FONT_PATH='/opt/rt3/share/fonts'
300 RT_FONT_PATH_R='/opt/rt3/share/fonts'
301 RT_GD='0'
302 RT_GPG='1'
303 RT_GRAPHVIZ='0'
304 RT_LIB_PATH='/opt/rt3/lib'
305 RT_LIB_PATH_R='/opt/rt3/lib'
306 RT_LOCAL_PATH='/opt/rt3/local'
307 RT_LOCAL_PATH_R='/opt/rt3/local'
308 RT_LOG_PATH='/opt/rt3/var/log'
309 RT_LOG_PATH_R='/opt/rt3/var/log'
310 RT_MAN_PATH='/opt/rt3/man'
311 RT_MAN_PATH_R='/opt/rt3/man'
312 RT_PATH='/opt/rt3'
313 RT_PATH_R='/opt/rt3'
314 RT_PLUGIN_PATH=''
315 RT_PLUGIN_PATH_R=''
316 RT_SBIN_PATH='/opt/rt3/sbin'
317 RT_SBIN_PATH_R='/opt/rt3/sbin'
318 RT_VAR_PATH='/opt/rt3/var'
319 RT_VAR_PATH_R='/opt/rt3/var'
320 RT_VERSION_MAJOR='3'
321 RT_VERSION_MINOR='8'
322 RT_VERSION_PATCH='13'
323 SHELL='/bin/bash'
324 SPEEDY_BIN='/usr/local/bin/speedy'
325 WEB_GROUP='freeside'
326 WEB_HANDLER='modperl2'
327 WEB_USER='freeside'
328 ac_ct_CC='gcc'
329 bindir='/opt/rt3/bin'
330 build_alias=''
331 customdir='/opt/rt3/local'
332 custometcdir='/opt/rt3/local/etc'
333 customhtmldir='/opt/rt3/local/html'
334 customlexdir='/opt/rt3/local/po'
335 customlibdir='/opt/rt3/local/lib'
336 datadir='/opt/rt3/share'
337 datarootdir='${prefix}/share'
338 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
339 dvidir='${docdir}'
340 exec_prefix='/opt/rt3'
341 exp_bindir='/opt/rt3/bin'
342 exp_customdir='/opt/rt3/local'
343 exp_custometcdir='/opt/rt3/local/etc'
344 exp_customhtmldir='/opt/rt3/local/html'
345 exp_customlexdir='/opt/rt3/local/po'
346 exp_customlibdir='/opt/rt3/local/lib'
347 exp_datadir='/opt/rt3/share'
348 exp_exec_prefix='/opt/rt3'
349 exp_fontdir='/opt/rt3/share/fonts'
350 exp_htmldir='/var/www/freeside/rt'
351 exp_libdir='/opt/rt3/lib'
352 exp_localstatedir='/opt/rt3/var'
353 exp_logfiledir='/opt/rt3/var/log'
354 exp_mandir='/opt/rt3/man'
355 exp_manualdir='/opt/rt3/share/doc'
356 exp_masonstatedir='/usr/local/etc/freeside/masondata'
357 exp_plugindir=''
358 exp_prefix='/opt/rt3'
359 exp_sbindir='/opt/rt3/sbin'
360 exp_sessionstatedir='/opt/rt3/var/session_data'
361 exp_sysconfdir='/opt/rt3/etc'
362 fontdir='/opt/rt3/share/fonts'
363 host_alias=''
364 htmldir='/var/www/freeside/rt'
365 includedir='${prefix}/include'
366 infodir='${datarootdir}/info'
367 libdir='/opt/rt3/lib'
368 libexecdir='${exec_prefix}/libexec'
369 localedir='${datarootdir}/locale'
370 localstatedir='/opt/rt3/var'
371 logfiledir='/opt/rt3/var/log'
372 mandir='/opt/rt3/man'
373 manualdir='/opt/rt3/share/doc'
374 masonstatedir='/usr/local/etc/freeside/masondata'
375 oldincludedir='/usr/include'
376 pdfdir='${docdir}'
377 plugindir=''
378 prefix='/opt/rt3'
379 program_transform_name='s,x,x,'
380 psdir='${docdir}'
381 rt_layout_name='Freeside'
382 rt_version_major='3'
383 rt_version_minor='8'
384 rt_version_patch='13'
385 sbindir='/opt/rt3/sbin'
386 sessionstatedir='/opt/rt3/var/session_data'
387 sharedstatedir='${prefix}/com'
388 sysconfdir='/opt/rt3/etc'
389 target_alias=''
390
391 ## ----------- ##
392 ## confdefs.h. ##
393 ## ----------- ##
394
395 /* confdefs.h */
396 #define PACKAGE_NAME "RT"
397 #define PACKAGE_TARNAME "rt"
398 #define PACKAGE_VERSION "3.8.13"
399 #define PACKAGE_STRING "RT 3.8.13"
400 #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
401 #define PACKAGE_URL ""
402
403 configure: exit 0