fix 'Can't call method "setup" on an undefined value' error when using into rates...
[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.10, 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
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = transom.local
14 uname -m = i386
15 uname -r = 10.7.0
16 uname -s = Darwin
17 uname -v = Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
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      = Mach kernel version:
26          Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
27 Kernel configured for up to 2 processors.
28 2 processors are physically available.
29 2 processors are logically available.
30 Processor type: i486 (Intel 80486)
31 Processors active: 0 1
32 Primary memory available: 8.00 gigabytes
33 Default processor set: 141 tasks, 509 threads, 2 processors
34 Load average: 1.63, Mach factor: 0.74
35 /bin/machine           = unknown
36 /usr/bin/oslevel       = unknown
37 /bin/universe          = unknown
38
39 PATH: /Users/falcone/perl5/perlbrew/bin
40 PATH: /Users/falcone/perl5/perlbrew/perls/current/bin
41 PATH: /Users/falcone/gitprojects/v/
42 PATH: /opt/local/bin
43 PATH: /opt/local/sbin
44 PATH: /opt/local/bin
45 PATH: /opt/local/sbin
46 PATH: /opt/local/bin
47 PATH: /opt/local/sbin
48 PATH: /Users/falcone/bin
49 PATH: /Users/falcone/ec2/bin
50 PATH: /Users/falcone/work/git/git-sync
51 PATH: /Users/falcone/work/private-git/git-tools
52 PATH: /Users/falcone/Documents//android-sdk-mac_86/tools
53 PATH: /usr/bin
54 PATH: /bin
55 PATH: /usr/sbin
56 PATH: /sbin
57 PATH: /usr/local/bin
58 PATH: /usr/X11/bin
59 PATH: /Users/falcone/perl5/perlbrew/bin
60 PATH: /Users/falcone/perl5/perlbrew/perls/current/bin
61 PATH: /Users/falcone/gitprojects/v/
62 PATH: /opt/local/bin
63 PATH: /opt/local/sbin
64 PATH: /Users/falcone/bin
65 PATH: /Users/falcone/ec2/bin
66 PATH: /Users/falcone/work/git/git-sync
67 PATH: /Users/falcone/work/private-git/git-tools
68 PATH: /Users/falcone/Documents//android-sdk-mac_86/tools
69
70
71 ## ----------- ##
72 ## Core tests. ##
73 ## ----------- ##
74
75 configure:1995: checking for a BSD-compatible install
76 configure:2063: result: /usr/bin/install -c
77 configure:2078: checking for gawk
78 configure:2094: found /opt/local/bin/gawk
79 configure:2105: result: gawk
80 configure:2119: checking for perl
81 configure:2150: result: /usr/bin/perl
82 configure:2515: checking for chosen layout
83 configure:2528: result: relative
84 configure:2687: checking if user www exists
85 configure:2690: result: found
86 configure:2711: checking if group www exists
87 configure:2714: result: found
88 configure:2734: checking if group rt3 exists
89 configure:2740: result: not found
90 configure:2734: checking if group rt exists
91 configure:2740: result: not found
92 configure:2734: checking if group www exists
93 configure:2737: result: found
94 configure:2767: checking if database name is valid
95 configure:2770: result: yes
96 configure:2861: checking for gcc
97 configure:2877: found /usr/bin/gcc
98 configure:2888: result: gcc
99 configure:3117: checking for C compiler version
100 configure:3126: gcc --version >&5
101 i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
102 Copyright (C) 2007 Free Software Foundation, Inc.
103 This is free software; see the source for copying conditions.  There is NO
104 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
105
106 configure:3137: $? = 0
107 configure:3126: gcc -v >&5
108 Using built-in specs.
109 Target: i686-apple-darwin10
110 Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
111 Thread model: posix
112 gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
113 configure:3137: $? = 0
114 configure:3126: gcc -V >&5
115 gcc-4.2: argument to `-V' is missing
116 configure:3137: $? = 1
117 configure:3126: gcc -qversion >&5
118 i686-apple-darwin10-gcc-4.2.1: no input files
119 configure:3137: $? = 1
120 configure:3157: checking whether the C compiler works
121 configure:3179: gcc    conftest.c  >&5
122 configure:3183: $? = 0
123 configure:3231: result: yes
124 configure:3234: checking for C compiler default output file name
125 configure:3236: result: a.out
126 configure:3242: checking for suffix of executables
127 configure:3249: gcc -o conftest    conftest.c  >&5
128 configure:3253: $? = 0
129 configure:3275: result: 
130 configure:3297: checking whether we are cross compiling
131 configure:3305: gcc -o conftest    conftest.c  >&5
132 configure:3309: $? = 0
133 configure:3316: ./conftest
134 configure:3320: $? = 0
135 configure:3335: result: no
136 configure:3340: checking for suffix of object files
137 configure:3362: gcc -c   conftest.c >&5
138 configure:3366: $? = 0
139 configure:3387: result: o
140 configure:3391: checking whether we are using the GNU C compiler
141 configure:3410: gcc -c   conftest.c >&5
142 configure:3410: $? = 0
143 configure:3419: result: yes
144 configure:3428: checking whether gcc accepts -g
145 configure:3448: gcc -c -g  conftest.c >&5
146 configure:3448: $? = 0
147 configure:3489: result: yes
148 configure:3506: checking for gcc option to accept ISO C89
149 configure:3570: gcc  -c -g -O2  conftest.c >&5
150 configure:3570: $? = 0
151 configure:3583: result: none needed
152 configure:3604: checking for aginitlib in -lgraph
153 configure:3629: gcc -o conftest -g -O2   conftest.c -lgraph   >&5
154 ld: library not found for -lgraph
155 collect2: ld returned 1 exit status
156 configure:3629: $? = 1
157 configure: failed program was:
158 | /* confdefs.h */
159 | #define PACKAGE_NAME "RT"
160 | #define PACKAGE_TARNAME "rt"
161 | #define PACKAGE_VERSION "3.8.10"
162 | #define PACKAGE_STRING "RT 3.8.10"
163 | #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
164 | #define PACKAGE_URL ""
165 | /* end confdefs.h.  */
166
167 | /* Override any GCC internal prototype to avoid an error.
168 |    Use char because int might match the return type of a GCC
169 |    builtin and then its argument prototype would still apply.  */
170 | #ifdef __cplusplus
171 | extern "C"
172 | #endif
173 | char aginitlib ();
174 | int
175 | main ()
176 | {
177 | return aginitlib ();
178 |   ;
179 |   return 0;
180 | }
181 configure:3638: result: no
182 configure:3664: checking for gdlib-config
183 configure:3680: found /opt/local/bin/gdlib-config
184 configure:3692: result: yes
185 configure:3720: checking for gpg
186 configure:3736: found /opt/local/bin/gpg
187 configure:3748: result: yes
188 configure:4059: creating ./config.status
189
190 ## ---------------------- ##
191 ## Running config.status. ##
192 ## ---------------------- ##
193
194 This file was extended by RT config.status 3.8.10, which was
195 generated by GNU Autoconf 2.68.  Invocation command line was
196
197   CONFIG_FILES    = 
198   CONFIG_HEADERS  = 
199   CONFIG_LINKS    = 
200   CONFIG_COMMANDS = 
201   $ ./config.status 
202
203 on transom.local
204
205 config.status:869: creating etc/upgrade/3.8-branded-queues-extension
206 config.status:869: creating etc/upgrade/3.8-ical-extension
207 config.status:869: creating etc/upgrade/split-out-cf-categories
208 config.status:869: creating etc/upgrade/generate-rtaddressregexp
209 config.status:869: creating etc/upgrade/vulnerable-passwords
210 config.status:869: creating sbin/rt-attributes-viewer
211 config.status:869: creating sbin/rt-dump-database
212 config.status:869: creating sbin/rt-setup-database
213 config.status:869: creating sbin/rt-test-dependencies
214 config.status:869: creating sbin/rt-email-digest
215 config.status:869: creating sbin/rt-email-dashboards
216 config.status:869: creating sbin/rt-clean-sessions
217 config.status:869: creating sbin/rt-shredder
218 config.status:869: creating sbin/rt-validator
219 config.status:869: creating sbin/rt-email-group-admin
220 config.status:869: creating sbin/rt-server
221 config.status:869: creating bin/fastcgi_server
222 config.status:869: creating bin/mason_handler.fcgi
223 config.status:869: creating bin/mason_handler.scgi
224 config.status:869: creating bin/standalone_httpd
225 config.status:869: creating bin/rt-crontool
226 config.status:869: creating bin/rt-mailgate
227 config.status:869: creating bin/rt
228 config.status:869: creating Makefile
229 config.status:869: creating etc/RT_Config.pm
230 config.status:869: creating lib/RT.pm
231 config.status:869: creating bin/mason_handler.svc
232 config.status:869: creating bin/webmux.pl
233 config.status:869: creating t/data/configs/apache2.2+mod_perl.conf
234 config.status:869: creating t/data/configs/apache2.2+fastcgi.conf
235
236 ## ---------------- ##
237 ## Cache variables. ##
238 ## ---------------- ##
239
240 ac_cv_c_compiler_gnu=yes
241 ac_cv_env_CC_set=
242 ac_cv_env_CC_value=
243 ac_cv_env_CFLAGS_set=
244 ac_cv_env_CFLAGS_value=
245 ac_cv_env_CPPFLAGS_set=
246 ac_cv_env_CPPFLAGS_value=
247 ac_cv_env_LDFLAGS_set=
248 ac_cv_env_LDFLAGS_value=
249 ac_cv_env_LIBS_set=
250 ac_cv_env_LIBS_value=
251 ac_cv_env_PERL_set=set
252 ac_cv_env_PERL_value=/usr/bin/perl
253 ac_cv_env_build_alias_set=
254 ac_cv_env_build_alias_value=
255 ac_cv_env_host_alias_set=
256 ac_cv_env_host_alias_value=
257 ac_cv_env_target_alias_set=
258 ac_cv_env_target_alias_value=
259 ac_cv_lib_graph_aginitlib=no
260 ac_cv_objext=o
261 ac_cv_path_PERL=/usr/bin/perl
262 ac_cv_path_install='/usr/bin/install -c'
263 ac_cv_prog_AWK=gawk
264
265 ## ----------------- ##
266 ## Output variables. ##
267 ## ----------------- ##
268
269 APACHECTL='/usr/sbin/apachectl'
270 AWK='gawk'
271 BIN_OWNER='root'
272 CONFIG_FILE_PATH='/opt/rt3/etc'
273 DATABASE_ENV_PREF=''
274 DB_DATABASE='freeside'
275 DB_DBA='freeside'
276 DB_HOST='localhost'
277 DB_PORT=''
278 DB_RT_HOST='localhost'
279 DB_RT_PASS='rt_pass'
280 DB_RT_USER='rt_user'
281 DB_TYPE='mysql'
282 DEFS='-DPACKAGE_NAME=\"RT\" -DPACKAGE_TARNAME=\"rt\" -DPACKAGE_VERSION=\"3.8.10\" -DPACKAGE_STRING=\"RT\ 3.8.10\" -DPACKAGE_BUGREPORT=\"rt-bugs@bestpractical.com\" -DPACKAGE_URL=\"\"'
283 ECHO_C='\c'
284 ECHO_N=''
285 ECHO_T=''
286 INSTALL_DATA='${INSTALL} -m 644'
287 INSTALL_PROGRAM='${INSTALL}'
288 INSTALL_SCRIPT='${INSTALL}'
289 LIBOBJS=''
290 LIBS=''
291 LIBS_GROUP='bin'
292 LIBS_OWNER='root'
293 LOCAL_ETC_PATH='/opt/rt3/local/etc'
294 LOCAL_LEXICON_PATH='/opt/rt3/local/po'
295 LOCAL_LIB_PATH='/opt/rt3/local/lib'
296 LTLIBOBJS=''
297 MASON_DATA_PATH='/usr/local/etc/freeside/masondata'
298 MASON_HTML_PATH='/var/www/freeside/rt'
299 MASON_LOCAL_HTML_PATH='/opt/rt3/local/html'
300 MASON_SESSION_PATH='/opt/rt3/var/session_data'
301 PACKAGE_BUGREPORT='rt-bugs@bestpractical.com'
302 PACKAGE_NAME='RT'
303 PACKAGE_STRING='RT 3.8.10'
304 PACKAGE_TARNAME='rt'
305 PACKAGE_URL=''
306 PACKAGE_VERSION='3.8.10'
307 PATH_SEPARATOR=':'
308 PERL='/usr/bin/perl'
309 RTGROUP='www'
310 RT_BIN_PATH='bin'
311 RT_BIN_PATH_R='/opt/rt3/bin'
312 RT_DEVEL_MODE='0'
313 RT_DOC_PATH='/opt/rt3/share/doc'
314 RT_ETC_PATH='/opt/rt3/etc'
315 RT_LIB_PATH='/opt/rt3/lib'
316 RT_LOCAL_PATH='/opt/rt3/local'
317 RT_LOG_PATH='/opt/rt3/var/log'
318 RT_MAN_PATH='/opt/rt3/man'
319 RT_PATH='/opt/rt3'
320 RT_SBIN_PATH='/opt/rt3/sbin'
321 RT_STANDALONE='0'
322 RT_VAR_PATH='/opt/rt3/var'
323 RT_VERSION_MAJOR='3'
324 RT_VERSION_MINOR='8'
325 RT_VERSION_PATCH='10'
326 SHELL='/bin/sh'
327 SPEEDY_BIN='/usr/local/bin/speedy'
328 WEB_GROUP='freeside'
329 WEB_USER='freeside'
330 bindir='/opt/rt3/bin'
331 build_alias=''
332 customdir='/opt/rt3/local'
333 custometcdir='/opt/rt3/local/etc'
334 customhtmldir='/opt/rt3/local/html'
335 customlexdir='/opt/rt3/local/po'
336 customlibdir='/opt/rt3/local/lib'
337 datadir='/opt/rt3/share'
338 exec_prefix='/opt/rt3'
339 exp_bindir='/opt/rt3/bin'
340 exp_customdir='/opt/rt3/local'
341 exp_custometcdir='/opt/rt3/local/etc'
342 exp_customhtmldir='/opt/rt3/local/html'
343 exp_customlexdir='/opt/rt3/local/po'
344 exp_customlibdir='/opt/rt3/local/lib'
345 exp_datadir='/opt/rt3/share'
346 exp_exec_prefix='/opt/rt3'
347 exp_htmldir='/var/www/freeside/rt'
348 exp_libdir='/opt/rt3/lib'
349 exp_localstatedir='/opt/rt3/var'
350 exp_logfiledir='/opt/rt3/var/log'
351 exp_mandir='/opt/rt3/man'
352 exp_manualdir='/opt/rt3/share/doc'
353 exp_masonstatedir='/usr/local/etc/freeside/masondata'
354 exp_prefix='/opt/rt3'
355 exp_sbindir='/opt/rt3/sbin'
356 exp_sessionstatedir='/opt/rt3/var/session_data'
357 exp_sysconfdir='/opt/rt3/etc'
358 host_alias=''
359 htmldir='/var/www/freeside/rt'
360 includedir='${prefix}/include'
361 infodir='${prefix}/info'
362 libdir='/opt/rt3/lib'
363 libexecdir='${exec_prefix}/libexec'
364 localstatedir='/opt/rt3/var'
365 logfiledir='/opt/rt3/var/log'
366 mandir='/opt/rt3/man'
367 manualdir='/opt/rt3/share/doc'
368 masonstatedir='/usr/local/etc/freeside/masondata'
369 oldincludedir='/usr/include'
370 prefix='/opt/rt3'
371 program_transform_name='s,x,x,'
372 rt_layout_name='Freeside'
373 rt_version_major='3'
374 rt_version_minor='8'
375 rt_version_patch='10'
376 sbindir='sbin'
377 sessionstatedir='var/session_data'
378 sharedstatedir='${prefix}/com'
379 sysconfdir='/opt/rt3/etc'
380 target_alias=''
381
382 ## ----------- ##
383 ## confdefs.h. ##
384 ## ----------- ##
385
386 #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
387 #define PACKAGE_NAME "RT"
388 #define PACKAGE_STRING "RT 3.6.4"
389 #define PACKAGE_TARNAME "rt"
390 #define PACKAGE_VERSION "3.8.10"
391 #define PACKAGE_STRING "RT 3.8.10"
392 #define PACKAGE_BUGREPORT "rt-bugs@bestpractical.com"
393 #define PACKAGE_URL ""
394
395 configure: exit 0