freeside3 theme
[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 rt-4.0.5, 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/sbin
31 PATH: /usr/local/bin
32 PATH: /usr/sbin
33 PATH: /usr/bin
34 PATH: /sbin
35 PATH: /bin
36
37
38 ## ----------- ##
39 ## Core tests. ##
40 ## ----------- ##
41
42 configure:2006: checking for a BSD-compatible install
43 configure:2074: result: /usr/bin/install -c
44 configure:2088: checking for perl
45 configure:2106: found /usr/bin/perl
46 configure:2119: result: /usr/bin/perl
47 configure:2497: checking for chosen layout
48 configure:2510: result: Freeside
49 configure:2744: checking if database name is set
50 configure:2747: result: yes
51 configure:2849: checking for gcc
52 configure:2865: found /usr/bin/gcc
53 configure:2876: result: gcc
54 configure:3105: checking for C compiler version
55 configure:3114: gcc --version >&5
56 gcc (Debian 4.7.0-11) 4.7.0
57 Copyright (C) 2012 Free Software Foundation, Inc.
58 This is free software; see the source for copying conditions.  There is NO
59 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
60
61 configure:3125: $? = 0
62 configure:3114: gcc -v >&5
63 Using built-in specs.
64 COLLECT_GCC=gcc
65 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
66 Target: x86_64-linux-gnu
67 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
68 Thread model: posix
69 gcc version 4.7.0 (Debian 4.7.0-11) 
70 configure:3125: $? = 0
71 configure:3114: gcc -V >&5
72 gcc: error: unrecognized command line option '-V'
73 gcc: fatal error: no input files
74 compilation terminated.
75 configure:3125: $? = 4
76 configure:3114: gcc -qversion >&5
77 gcc: error: unrecognized command line option '-qversion'
78 gcc: fatal error: no input files
79 compilation terminated.
80 configure:3125: $? = 4
81 configure:3145: checking whether the C compiler works
82 configure:3167: gcc    conftest.c  >&5
83 configure:3171: $? = 0
84 configure:3219: result: yes
85 configure:3222: checking for C compiler default output file name
86 configure:3224: result: a.out
87 configure:3230: checking for suffix of executables
88 configure:3237: gcc -o conftest    conftest.c  >&5
89 configure:3241: $? = 0
90 configure:3263: result: 
91 configure:3285: checking whether we are cross compiling
92 configure:3293: gcc -o conftest    conftest.c  >&5
93 configure:3297: $? = 0
94 configure:3304: ./conftest
95 configure:3308: $? = 0
96 configure:3323: result: no
97 configure:3328: checking for suffix of object files
98 configure:3350: gcc -c   conftest.c >&5
99 configure:3354: $? = 0
100 configure:3375: result: o
101 configure:3379: checking whether we are using the GNU C compiler
102 configure:3398: gcc -c   conftest.c >&5
103 configure:3398: $? = 0
104 configure:3407: result: yes
105 configure:3416: checking whether gcc accepts -g
106 configure:3436: gcc -c -g  conftest.c >&5
107 configure:3436: $? = 0
108 configure:3477: result: yes
109 configure:3494: checking for gcc option to accept ISO C89
110 configure:3558: gcc  -c -g -O2  conftest.c >&5
111 configure:3558: $? = 0
112 configure:3571: result: none needed
113 configure:3592: checking for aginitlib in -lgraph
114 configure:3617: gcc -o conftest -g -O2   conftest.c -lgraph   >&5
115 /usr/bin/ld: cannot find -lgraph
116 collect2: error: ld returned 1 exit status
117 configure:3617: $? = 1
118 configure: failed program was:
119 | /* confdefs.h */
120 | #define PACKAGE_NAME "RT"
121 | #define PACKAGE_TARNAME "rt"
122 | #define PACKAGE_VERSION "rt-4.0.5"
123 | #define PACKAGE_STRING "RT rt-4.0.5"
124 | #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
125 | #define PACKAGE_URL ""
126 | /* end confdefs.h.  */
127
128 | /* Override any GCC internal prototype to avoid an error.
129 |    Use char because int might match the return type of a GCC
130 |    builtin and then its argument prototype would still apply.  */
131 | #ifdef __cplusplus
132 | extern "C"
133 | #endif
134 | char aginitlib ();
135 | int
136 | main ()
137 | {
138 | return aginitlib ();
139 |   ;
140 |   return 0;
141 | }
142 configure:3626: result: no
143 configure:3652: checking for gdlib-config
144 configure:3680: result: no
145 configure:3708: checking for gpg
146 configure:3724: found /usr/bin/gpg
147 configure:3736: result: yes
148 configure:4081: creating ./config.status
149
150 ## ---------------------- ##
151 ## Running config.status. ##
152 ## ---------------------- ##
153
154 This file was extended by RT config.status rt-4.0.5, which was
155 generated by GNU Autoconf 2.68.  Invocation command line was
156
157   CONFIG_FILES    = 
158   CONFIG_HEADERS  = 
159   CONFIG_LINKS    = 
160   CONFIG_COMMANDS = 
161   $ ./config.status 
162
163 on fleetpaw
164
165 config.status:878: creating etc/upgrade/3.8-branded-queues-extension
166 config.status:878: creating etc/upgrade/3.8-ical-extension
167 config.status:878: creating etc/upgrade/split-out-cf-categories
168 config.status:878: creating etc/upgrade/generate-rtaddressregexp
169 config.status:878: creating etc/upgrade/upgrade-articles
170 config.status:878: creating etc/upgrade/vulnerable-passwords
171 config.status:878: creating sbin/rt-attributes-viewer
172 config.status:878: creating sbin/rt-preferences-viewer
173 config.status:878: creating sbin/rt-session-viewer
174 config.status:878: creating sbin/rt-dump-metadata
175 config.status:878: creating sbin/rt-setup-database
176 config.status:878: creating sbin/rt-test-dependencies
177 config.status:878: creating sbin/rt-email-digest
178 config.status:878: creating sbin/rt-email-dashboards
179 config.status:878: creating sbin/rt-clean-sessions
180 config.status:878: creating sbin/rt-shredder
181 config.status:878: creating sbin/rt-validator
182 config.status:878: creating sbin/rt-email-group-admin
183 config.status:878: creating sbin/rt-server
184 config.status:878: creating sbin/rt-server.fcgi
185 config.status:878: creating sbin/standalone_httpd
186 config.status:878: creating sbin/rt-setup-fulltext-index
187 config.status:878: creating sbin/rt-fulltext-indexer
188 config.status:878: creating bin/rt-crontool
189 config.status:878: creating bin/rt-mailgate
190 config.status:878: creating bin/rt
191 config.status:878: creating Makefile
192 config.status:878: creating etc/RT_Config.pm
193 config.status:878: creating lib/RT/Generated.pm
194 config.status:878: creating t/data/configs/apache2.2+mod_perl.conf
195 config.status:878: creating t/data/configs/apache2.2+fastcgi.conf
196
197 ## ---------------- ##
198 ## Cache variables. ##
199 ## ---------------- ##
200
201 ac_cv_c_compiler_gnu=yes
202 ac_cv_env_CC_set=
203 ac_cv_env_CC_value=
204 ac_cv_env_CFLAGS_set=
205 ac_cv_env_CFLAGS_value=
206 ac_cv_env_CPPFLAGS_set=
207 ac_cv_env_CPPFLAGS_value=
208 ac_cv_env_LDFLAGS_set=
209 ac_cv_env_LDFLAGS_value=
210 ac_cv_env_LIBS_set=
211 ac_cv_env_LIBS_value=
212 ac_cv_env_PERL_set=
213 ac_cv_env_PERL_value=
214 ac_cv_env_build_alias_set=
215 ac_cv_env_build_alias_value=
216 ac_cv_env_host_alias_set=
217 ac_cv_env_host_alias_value=
218 ac_cv_env_target_alias_set=
219 ac_cv_env_target_alias_value=
220 ac_cv_lib_graph_aginitlib=no
221 ac_cv_objext=o
222 ac_cv_path_PERL=/usr/bin/perl
223 ac_cv_path_install='/usr/bin/install -c'
224 ac_cv_prog_RT_GD=no
225 ac_cv_prog_RT_GPG=yes
226 ac_cv_prog_ac_ct_CC=gcc
227 ac_cv_prog_cc_c89=
228 ac_cv_prog_cc_g=yes
229
230 ## ----------------- ##
231 ## Output variables. ##
232 ## ----------------- ##
233
234 APACHECTL='/usr/sbin/apachectl'
235 BIN_OWNER='root'
236 CC='gcc'
237 CFLAGS='-g -O2'
238 COMMENT_INPLACE_LAYOUT=''
239 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'
240 CONFIG_FILE_PATH='/opt/rt3/etc'
241 CONFIG_FILE_PATH_R='/opt/rt3/etc'
242 CPPFLAGS=''
243 DATABASE_ENV_PREF=''
244 DB_DATABASE='freeside'
245 DB_DBA='freeside'
246 DB_HOST='localhost'
247 DB_PORT=''
248 DB_RT_HOST='localhost'
249 DB_RT_PASS=''
250 DB_RT_USER='freeside'
251 DB_TYPE='Pg'
252 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=\"\"'
253 ECHO_C=''
254 ECHO_N='-n'
255 ECHO_T=''
256 EXEEXT=''
257 INSTALL_DATA='${INSTALL} -m 644'
258 INSTALL_PROGRAM='${INSTALL}'
259 INSTALL_SCRIPT='${INSTALL}'
260 LDFLAGS=''
261 LIBOBJS=''
262 LIBS=''
263 LIBS_GROUP='bin'
264 LIBS_OWNER='root'
265 LOCAL_ETC_PATH='/opt/rt3/local/etc'
266 LOCAL_ETC_PATH_R='/opt/rt3/local/etc'
267 LOCAL_LEXICON_PATH='/opt/rt3/local/po'
268 LOCAL_LEXICON_PATH_R='/opt/rt3/local/po'
269 LOCAL_LIB_PATH='/opt/rt3/local/lib'
270 LOCAL_LIB_PATH_R='/opt/rt3/local/lib'
271 LOCAL_PLUGIN_PATH='/opt/rt3/local/plugins'
272 LOCAL_PLUGIN_PATH_R='/opt/rt3/local/plugins'
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 rt-4.0.5'
286 PACKAGE_TARNAME='rt'
287 PACKAGE_URL=''
288 PACKAGE_VERSION='rt-4.0.5'
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/docs'
296 RT_DOC_PATH_R='/opt/rt3/docs'
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_LEXICON_PATH='/opt/rt3/share/po'
305 RT_LEXICON_PATH_R='/opt/rt3/share/po'
306 RT_LIB_PATH='/opt/rt3/lib'
307 RT_LIB_PATH_R='/opt/rt3/lib'
308 RT_LOCAL_PATH='/opt/rt3/local'
309 RT_LOCAL_PATH_R='/opt/rt3/local'
310 RT_LOG_PATH='/opt/rt3/var/log'
311 RT_LOG_PATH_R='/opt/rt3/var/log'
312 RT_MAN_PATH='/opt/rt3/man'
313 RT_MAN_PATH_R='/opt/rt3/man'
314 RT_PATH='/opt/rt3'
315 RT_PATH_R='/opt/rt3'
316 RT_PLUGIN_PATH='/opt/rt3/plugins'
317 RT_PLUGIN_PATH_R='/opt/rt3/plugins'
318 RT_SBIN_PATH='/opt/rt3/sbin'
319 RT_SBIN_PATH_R='/opt/rt3/sbin'
320 RT_SSL_MAILGATE='0'
321 RT_VAR_PATH='/opt/rt3/var'
322 RT_VAR_PATH_R='/opt/rt3/var'
323 RT_VERSION_MAJOR='4'
324 RT_VERSION_MINOR='0'
325 RT_VERSION_PATCH='5'
326 SHELL='/bin/bash'
327 WEB_GROUP='freeside'
328 WEB_HANDLER='modperl2'
329 WEB_USER='freeside'
330 ac_ct_CC='gcc'
331 bindir='/opt/rt3/bin'
332 build_alias=''
333 customdir='/opt/rt3/local'
334 custometcdir='/opt/rt3/local/etc'
335 customhtmldir='/opt/rt3/local/html'
336 customlexdir='/opt/rt3/local/po'
337 customlibdir='/opt/rt3/local/lib'
338 customplugindir='/opt/rt3/local/plugins'
339 datadir='/opt/rt3/share'
340 datarootdir='${prefix}/share'
341 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
342 dvidir='${docdir}'
343 exec_prefix='/opt/rt3'
344 exp_bindir='/opt/rt3/bin'
345 exp_customdir='/opt/rt3/local'
346 exp_custometcdir='/opt/rt3/local/etc'
347 exp_customhtmldir='/opt/rt3/local/html'
348 exp_customlexdir='/opt/rt3/local/po'
349 exp_customlibdir='/opt/rt3/local/lib'
350 exp_customplugindir='/opt/rt3/local/plugins'
351 exp_datadir='/opt/rt3/share'
352 exp_exec_prefix='/opt/rt3'
353 exp_fontdir='/opt/rt3/share/fonts'
354 exp_htmldir='/var/www/freeside/rt'
355 exp_lexdir='/opt/rt3/share/po'
356 exp_libdir='/opt/rt3/lib'
357 exp_localstatedir='/opt/rt3/var'
358 exp_logfiledir='/opt/rt3/var/log'
359 exp_mandir='/opt/rt3/man'
360 exp_manualdir='/opt/rt3/docs'
361 exp_masonstatedir='/usr/local/etc/freeside/masondata'
362 exp_plugindir='/opt/rt3/plugins'
363 exp_prefix='/opt/rt3'
364 exp_sbindir='/opt/rt3/sbin'
365 exp_sessionstatedir='/opt/rt3/var/session_data'
366 exp_sysconfdir='/opt/rt3/etc'
367 fontdir='/opt/rt3/share/fonts'
368 host_alias=''
369 htmldir='/var/www/freeside/rt'
370 includedir='${prefix}/include'
371 infodir='${datarootdir}/info'
372 lexdir='/opt/rt3/share/po'
373 libdir='/opt/rt3/lib'
374 libexecdir='${exec_prefix}/libexec'
375 localedir='${datarootdir}/locale'
376 localstatedir='/opt/rt3/var'
377 logfiledir='/opt/rt3/var/log'
378 mandir='/opt/rt3/man'
379 manualdir='/opt/rt3/docs'
380 masonstatedir='/usr/local/etc/freeside/masondata'
381 oldincludedir='/usr/include'
382 pdfdir='${docdir}'
383 plugindir='/opt/rt3/plugins'
384 prefix='/opt/rt3'
385 program_transform_name='s,x,x,'
386 psdir='${docdir}'
387 rt_layout_name='Freeside'
388 rt_version_major='4'
389 rt_version_minor='0'
390 rt_version_patch='5'
391 sbindir='/opt/rt3/sbin'
392 sessionstatedir='/opt/rt3/var/session_data'
393 sharedstatedir='${prefix}/com'
394 sysconfdir='/opt/rt3/etc'
395 target_alias=''
396
397 ## ----------- ##
398 ## confdefs.h. ##
399 ## ----------- ##
400
401 /* confdefs.h */
402 #define PACKAGE_NAME "RT"
403 #define PACKAGE_TARNAME "rt"
404 #define PACKAGE_VERSION "rt-4.0.5"
405 #define PACKAGE_STRING "RT rt-4.0.5"
406 #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
407 #define PACKAGE_URL ""
408
409 configure: exit 0