Ticket #20973: asterisk.txt

File asterisk.txt, 48.3 KB (added by stefan.van.der.eijk@…, 14 years ago)

Asterisk 1.6.1.11 build log

Line 
1DEBUG: Executing org.macports.main (asterisk)
2--->  Fetching asterisk
3DEBUG: Executing org.macports.fetch (asterisk)
4--->  Verifying checksum(s) for asterisk
5DEBUG: Executing org.macports.checksum (asterisk)
6--->  Checksumming asterisk-1.6.1.11.tar.gz
7DEBUG: Correct (md5) checksum for asterisk-1.6.1.11.tar.gz
8DEBUG: Correct (sha1) checksum for asterisk-1.6.1.11.tar.gz
9DEBUG: Correct (rmd160) checksum for asterisk-1.6.1.11.tar.gz
10--->  Extracting asterisk
11DEBUG: Executing org.macports.extract (asterisk)
12--->  Extracting asterisk-1.6.1.11.tar.gz
13DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/asterisk/asterisk-1.6.1.11.tar.gz
14DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
15DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_stefan_ports_net_asterisk/work" && /usr/bin/gzip -dc /opt/local/var/macports/distfiles/asterisk/asterisk-1.6.1.11.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
16DEBUG: Executing org.macports.patch (asterisk)
17--->  Configuring asterisk
18DEBUG: Using compiler 'Mac OS X gcc 4.2'
19DEBUG: Executing org.macports.configure (asterisk)
20DEBUG: Environment: CFLAGS='-O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2 -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64' FFLAGS='-O2 -m64' CC='/usr/bin/gcc-4.2'
21DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_stefan_ports_net_asterisk/work/asterisk-1.6.1.11" && ./configure --prefix=/opt/local --without-h323 --without-zaptel --host=x86_64-darwin'
22configure: WARNING: If you wanted to set the --build type, don't use --host.
23    If a cross compiler is detected then cross compile mode will be used.
24checking build system type... i386-apple-darwin10.2.0
25checking host system type... x86_64-pc-darwin
26checking for x86_64-darwin-gcc... /usr/bin/gcc-4.2
27checking for C compiler default output file name... a.out
28checking whether the C compiler works... yes
29checking whether we are cross compiling... no
30checking for suffix of executables...
31checking for suffix of object files... o
32checking whether we are using the GNU C compiler... yes
33checking whether /usr/bin/gcc-4.2 accepts -g... yes
34checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
35checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
36checking for grep that handles long lines and -e... /usr/bin/grep
37checking for egrep... /usr/bin/grep -E
38checking for AIX... no
39checking for ANSI C header files... yes
40checking for sys/types.h... yes
41checking for sys/stat.h... yes
42checking for stdlib.h... yes
43checking for string.h... yes
44checking for memory.h... yes
45checking for strings.h... yes
46checking for inttypes.h... yes
47checking for stdint.h... yes
48checking for unistd.h... yes
49checking minix/config.h usability... no
50checking minix/config.h presence... no
51checking for minix/config.h... no
52checking whether it is safe to define __EXTENSIONS__... yes
53checking for x86_64-darwin-uname... no
54checking for uname... /usr/bin/uname
55checking for x86_64-darwin-gcc... (cached) /usr/bin/gcc-4.2
56checking whether we are using the GNU C compiler... (cached) yes
57checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
58checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
59checking whether we are using the GNU C++ compiler... yes
60checking whether /usr/bin/g++-4.2 accepts -g... yes
61checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
62checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
63checking for a sed that does not truncate output... /usr/bin/sed
64checking for egrep... grep -E
65checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
66checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
67checking for gawk... no
68checking for mawk... no
69checking for nawk... no
70checking for awk... awk
71checking for a BSD-compatible install... /usr/bin/install -c
72checking whether ln -s works... yes
73checking for x86_64-darwin-ranlib... no
74checking for ranlib... ranlib
75checking for GNU make... make
76checking for x86_64-darwin-strip... no
77checking for strip... /usr/bin/strip
78checking for x86_64-darwin-ar... no
79checking for ar... /usr/bin/ar
80checking for grep... (cached) /usr/bin/grep
81checking for find... /usr/bin/find
82checking for compress... /usr/bin/compress
83checking for basename... /usr/bin/basename
84checking for id... /usr/bin/id
85checking for dirname... /usr/bin/dirname
86checking for sh... /bin/sh
87checking for ln... /bin/ln
88checking for dot... :
89checking for wget... /opt/local/bin/wget
90checking for rubber... :
91checking for kpsewhich... :
92checking for x86_64-darwin-soxmix... no
93checking for soxmix... no
94checking for md5... md5
95checking for the pthreads library -lpthreads... no
96checking whether pthreads work without any flags... yes
97checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
98checking if more special flags are required for pthreads... -D_THREAD_SAFE
99checking for working alloca.h... yes
100checking for alloca... yes
101checking for dirent.h that defines DIR... yes
102checking for library containing opendir... none required
103checking for ANSI C header files... (cached) yes
104checking for sys/wait.h that is POSIX.1 compatible... yes
105checking arpa/inet.h usability... yes
106checking arpa/inet.h presence... yes
107checking for arpa/inet.h... yes
108checking fcntl.h usability... yes
109checking fcntl.h presence... yes
110checking for fcntl.h... yes
111checking for inttypes.h... (cached) yes
112checking libintl.h usability... yes
113checking libintl.h presence... yes
114checking for libintl.h... yes
115checking limits.h usability... yes
116checking limits.h presence... yes
117checking for limits.h... yes
118checking locale.h usability... yes
119checking locale.h presence... yes
120checking for locale.h... yes
121checking malloc.h usability... no
122checking malloc.h presence... no
123checking for malloc.h... no
124checking netdb.h usability... yes
125checking netdb.h presence... yes
126checking for netdb.h... yes
127checking netinet/in.h usability... yes
128checking netinet/in.h presence... yes
129checking for netinet/in.h... yes
130checking stddef.h usability... yes
131checking stddef.h presence... yes
132checking for stddef.h... yes
133checking for stdint.h... (cached) yes
134checking for stdlib.h... (cached) yes
135checking for string.h... (cached) yes
136checking for strings.h... (cached) yes
137checking sys/file.h usability... yes
138checking sys/file.h presence... yes
139checking for sys/file.h... yes
140checking sys/ioctl.h usability... yes
141checking sys/ioctl.h presence... yes
142checking for sys/ioctl.h... yes
143checking sys/param.h usability... yes
144checking sys/param.h presence... yes
145checking for sys/param.h... yes
146checking sys/socket.h usability... yes
147checking sys/socket.h presence... yes
148checking for sys/socket.h... yes
149checking sys/time.h usability... yes
150checking sys/time.h presence... yes
151checking for sys/time.h... yes
152checking syslog.h usability... yes
153checking syslog.h presence... yes
154checking for syslog.h... yes
155checking termios.h usability... yes
156checking termios.h presence... yes
157checking for termios.h... yes
158checking for unistd.h... (cached) yes
159checking utime.h usability... yes
160checking utime.h presence... yes
161checking for utime.h... yes
162checking arpa/nameser.h usability... yes
163checking arpa/nameser.h presence... yes
164checking for arpa/nameser.h... yes
165checking sys/io.h usability... no
166checking sys/io.h presence... no
167checking for sys/io.h... no
168checking winsock.h usability... no
169checking winsock.h presence... no
170checking for winsock.h... no
171checking winsock2.h usability... no
172checking winsock2.h presence... no
173checking for winsock2.h... no
174checking sys/poll.h usability... yes
175checking sys/poll.h presence... yes
176checking for sys/poll.h... yes
177checking for special C compiler options needed for large files... no
178checking for _FILE_OFFSET_BITS value needed for large files... no
179checking for stdbool.h that conforms to C99... yes
180checking for _Bool... yes
181checking for an ANSI C-conforming const... yes
182checking for uid_t in sys/types.h... yes
183checking for inline... inline
184checking for mode_t... yes
185checking for off_t... yes
186checking for pid_t... yes
187checking for size_t... yes
188checking for struct stat.st_blksize... yes
189checking whether time.h and sys/time.h may both be included... yes
190checking whether struct tm is in sys/time.h or time.h... time.h
191checking for working volatile... yes
192checking for ptrdiff_t... yes
193checking for unistd.h... (cached) yes
194checking for working chown... yes
195checking whether closedir returns void... no
196checking for error_at_line... no
197checking vfork.h usability... no
198checking vfork.h presence... no
199checking for vfork.h... no
200checking for fork... yes
201checking for vfork... yes
202checking for working fork... yes
203checking for working vfork... (cached) yes
204checking for _LARGEFILE_SOURCE value needed for large files... no
205checking whether /usr/bin/gcc-4.2 needs -traditional... no
206checking for working memcmp... yes
207checking for stdlib.h... (cached) yes
208checking for unistd.h... (cached) yes
209checking for getpagesize... yes
210checking for working mmap... yes
211checking sys/select.h usability... yes
212checking sys/select.h presence... yes
213checking for sys/select.h... yes
214checking for sys/socket.h... (cached) yes
215checking types of arguments for select... int,fd_set *,struct timeval *
216checking for function prototypes... yes
217checking whether setvbuf arguments are reversed... no
218checking return type of signal handlers... void
219checking whether lstat dereferences a symlink specified with a trailing slash... no
220checking whether stat accepts an empty string... no
221checking for working strcoll... yes
222checking for strftime... yes
223checking for working strnlen... no
224checking for working strtod... yes
225checking for utime.h... (cached) yes
226checking whether utime accepts a null argument... yes
227checking for vprintf... yes
228checking for _doprnt... no
229checking for asprintf... yes
230checking for atexit... yes
231checking for dup2... yes
232checking for eaccess... no
233checking for endpwent... yes
234checking for euidaccess... no
235checking for ftruncate... yes
236checking for getcwd... yes
237checking for gethostbyname... yes
238checking for gethostname... yes
239checking for getloadavg... yes
240checking for gettimeofday... yes
241checking for glob... yes
242checking for ioperm... no
243checking for inet_ntoa... yes
244checking for isascii... yes
245checking for localtime_r... yes
246checking for memchr... yes
247checking for memmove... yes
248checking for memset... yes
249checking for mkdir... yes
250checking for munmap... yes
251checking for putenv... yes
252checking for re_comp... no
253checking for regcomp... yes
254checking for select... yes
255checking for setenv... yes
256checking for socket... yes
257checking for strcasecmp... yes
258checking for strcasestr... yes
259checking for strchr... yes
260checking for strcspn... yes
261checking for strdup... yes
262checking for strerror... yes
263checking for strlcat... yes
264checking for strlcpy... yes
265checking for strncasecmp... yes
266checking for strndup... no
267checking for strnlen... no
268checking for strrchr... yes
269checking for strsep... yes
270checking for strspn... yes
271checking for strstr... yes
272checking for strtod... (cached) yes
273checking for strtol... yes
274checking for strtold... yes
275checking for strtoq... yes
276checking for unsetenv... yes
277checking for utime... yes
278checking for vasprintf... yes
279checking for sqrt in -lm... yes
280checking for exp2l... yes
281checking for log2l... yes
282checking for exp10l... no
283checking for log10l... yes
284checking for sinl... yes
285checking for cosl... yes
286checking for tanl... yes
287checking for asinl... yes
288checking for acosl... yes
289checking for atanl... yes
290checking for atan2l... yes
291checking for powl... yes
292checking for sqrtl... yes
293checking for rintl... yes
294checking for expl... yes
295checking for logl... yes
296checking for remainderl... yes
297checking for fmodl... yes
298checking for roundl... yes
299checking for truncl... yes
300checking for floorl... yes
301checking for ceill... yes
302checking for exp2... yes
303checking for log2... yes
304checking for exp10... no
305checking for log10... yes
306checking for sin... yes
307checking for cos... yes
308checking for tan... yes
309checking for asin... yes
310checking for acos... yes
311checking for atan... yes
312checking for atan2... yes
313checking for pow... yes
314checking for rint... yes
315checking for exp... yes
316checking for log... yes
317checking for remainder... yes
318checking for fmod... yes
319checking for round... yes
320checking for trunc... yes
321checking for floor... yes
322checking for ceil... yes
323checking for timersub in time.h... yes
324checking for sys/poll.h... (cached) yes
325checking for funopen... yes
326checking for fopencookie... no
327checking for inet_aton... yes
328checking for IP_PKTINFO... no
329checking for library containing gethostbyname_r... no
330checking for gethostbyname_r with 6 arguments... no
331checking for gethostbyname_r with 5 arguments... no
332checking byteswap.h usability... no
333checking byteswap.h presence... no
334checking for byteswap.h... no
335checking for __swap16 variant of <sys/endian.h> byteswapping macros... no
336checking for bswap16 variant of <sys/endian.h> byteswapping macros... no
337checking for /dev/urandom... yes
338checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes
339checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... no
340checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... no
341checking for pthread_rwlock_timedwrlock() in pthread.h... no
342checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... no
343checking for compiler atomic operations... yes
344checking for compiler 'attribute pure' support... yes
345checking for compiler 'attribute malloc' support... yes
346checking for compiler 'attribute const' support... yes
347checking for compiler 'attribute unused' support... yes
348checking for compiler 'attribute always_inline' support... yes
349checking for compiler 'attribute deprecated' support... yes
350checking for compiler 'attribute sentinel' support... yes
351checking for compiler 'attribute warn_unused_result' support... yes
352checking for compiler 'attribute weak' support... yes
353checking for -ffunction-sections support... yes
354checking for --gc-sections support... no
355checking for -Wdeclaration-after-statement support... yes
356checking for _FORTIFY_SOURCE support... yes
357checking for -fno-strict-overflow... yes
358checking for -Wshadow... yes
359checking for sysinfo... no
360checking for library containing res_9_ninit... -lresolv
361checking for res_ninit... yes
362checking for library containing res_9_ndestroy... none required
363checking for res_ndestroy... yes
364checking for GLOB_NOMAGIC in glob.h... yes
365checking for GLOB_BRACE in glob.h... yes
366checking for IP_MTU_DISCOVER in netinet/in.h... no
367checking libkern/OSAtomic.h usability... yes
368checking libkern/OSAtomic.h presence... yes
369checking for libkern/OSAtomic.h... yes
370checking for int... yes
371checking size of int... 4
372checking for snd_spcm_init in -lasound... no
373checking for initscr in -lcurses... yes
374checking curses.h usability... yes
375checking curses.h presence... yes
376checking for curses.h... yes
377checking for DAHDI_CODE in dahdi/user.h... no
378checking for getifaddrs() support... yes
379checking for gsm_create in -lgsm... no
380checking for iconv_open in -liconv... no
381checking for iconv_close in -lc... no
382checking for iks_start_sasl in -liksemel... yes
383checking iksemel.h usability... yes
384checking iksemel.h presence... yes
385checking for iksemel.h... yes
386checking for UW IMAP Toolkit c-client library... no
387checking for system c-client library...... no
388checking for jack_activate in -ljack... no
389checking for lt_dlinit in -lltdl... yes
390checking ltdl.h usability... yes
391checking ltdl.h presence... yes
392checking for ltdl.h... yes
393checking for ldap_initialize in -lldap... yes
394checking ldap.h usability... yes
395checking ldap.h presence... yes
396checking for ldap.h... yes
397checking for mISDN_open in -lmISDN... no
398checking for nbs_connect in -lnbs... no
399checking for initscr in -lncurses... yes
400checking for curses.h... (cached) yes
401checking for x86_64-darwin-net-snmp-config... no
402checking for net-snmp-config... net-snmp-config
403checking for newtBell in -lnewt... no
404checking for SQLConnect in -lodbc... yes
405checking sql.h usability... yes
406checking sql.h presence... yes
407checking for sql.h... yes
408checking for ogg_sync_init in -logg... yes
409checking for backtrace in -lexecinfo... no
410checking for backtrace in -lc... yes
411checking execinfo.h usability... yes
412checking execinfo.h presence... yes
413checking for execinfo.h... yes
414checking linux/soundcard.h usability... no
415checking linux/soundcard.h presence... no
416checking for linux/soundcard.h... no
417checking sys/soundcard.h usability... no
418checking sys/soundcard.h presence... no
419checking for sys/soundcard.h... no
420checking for oss_ioctl_mixer in -lossaudio... no
421checking for x86_64-darwin-pg_config... no
422checking for pg_config... no
423checking for poptStrerror in -lpopt... yes
424checking popt.h usability... yes
425checking popt.h presence... yes
426checking for popt.h... yes
427checking for Pa_GetDeviceCount in -lportaudio... no
428checking for pri_new_bri in -lpri... no
429checking for pri_set_inbanddisconnect in -lpri... no
430checking for resample_open in -lresample... no
431checking for minimum version of SpanDSP... no
432checking for ss7_pollflags in -lss7... no
433checking /Users/stefan/pwlib/include/ptlib.h usability... no
434checking /Users/stefan/pwlib/include/ptlib.h presence... no
435checking for /Users/stefan/pwlib/include/ptlib.h... no
436checking /usr/local/include/ptlib.h usability... no
437checking /usr/local/include/ptlib.h presence... no
438checking for /usr/local/include/ptlib.h... no
439checking /usr/include/ptlib.h usability... no
440checking /usr/include/ptlib.h presence... no
441checking for /usr/include/ptlib.h... no
442checking for luaL_newstate in -llua5.1... no
443checking for luaL_register in -llua... no
444checking for rc_read_config in -lradiusclient-ng... no
445checking for saClmInitialize in -lSaClm... no
446checking for speex_encode in -lspeex... no
447checking for speex_preprocess_ctl in -lspeex... no
448checking for speex_preprocess_ctl in -lspeexdsp... no
449checking for sqlite_exec in -lsqlite... no
450checking for sqlite3_open in -lsqlite3... yes
451checking sqlite3.h usability... yes
452checking sqlite3.h presence... yes
453checking for sqlite3.h... yes
454checking for AES_encrypt in -lcrypto... yes
455checking openssl/aes.h usability... yes
456checking openssl/aes.h presence... yes
457checking for openssl/aes.h... yes
458checking for ssl2_connect in -lssl... yes
459checking openssl/ssl.h usability... yes
460checking openssl/ssl.h presence... yes
461checking for openssl/ssl.h... yes
462checking osp/osp.h usability... no
463checking osp/osp.h presence... no
464checking for osp/osp.h... no
465checking for x86_64-darwin-gmime-config... no
466checking for gmime-config... no
467checking for malloc in -lhoard... no
468checking for dbinit in -lsybdb... no
469checking for tgetent in -ltermcap... yes
470checking for tgetent in -ltinfo... no
471checking for tone_zone_find_by_num in -ltonezone... no
472checking for tone_zone_find in -ltonezone... no
473checking for usb_init in -lusb... no
474checking for vorbis_info_init in -lvorbis... yes
475checking vorbis/codec.h usability... yes
476checking vorbis/codec.h presence... yes
477checking for vorbis/codec.h... yes
478checking for vpb_open in -lvpb... no
479checking for compress in -lz... yes
480checking zlib.h usability... yes
481checking zlib.h presence... yes
482checking for zlib.h... yes
483checking whether ODBC has support for Unicode types... yes
484checking h323.h usability... no
485checking h323.h presence... no
486checking for h323.h... no
487checking linux/compiler.h usability... no
488checking linux/compiler.h presence... no
489checking for linux/compiler.h... no
490checking for linux/ixjuser.h... no
491checking for x86_64-darwin-sdl-config... no
492checking for sdl-config... no
493checking for IMG_Load in -lSDL_image... no
494checking for sws_getContext in -lavcodec... no
495checking linux/videodev.h usability... no
496checking linux/videodev.h presence... no
497checking for linux/videodev.h... no
498checking for XOpenDisplay in -lX11... yes
499checking X11/Xlib.h usability... yes
500checking X11/Xlib.h presence... yes
501checking for X11/Xlib.h... yes
502checking for /sbin/launchd... yes
503checking for x86_64-darwin-gtk-config... no
504checking for gtk-config... no
505checking for x86_64-darwin-pkg-config... no
506checking for pkg-config... pkg-config
507Package gtk+-2.0 was not found in the pkg-config search path.
508Perhaps you should add the directory containing `gtk+-2.0.pc'
509to the PKG_CONFIG_PATH environment variable
510No package 'gtk+-2.0' found
511checking for gawk... (cached) awk
512checking for curl-config... /opt/local/bin/curl-config
513checking for the version of libcurl... 7.19.7
514checking for libcurl >= version 7.10.1... yes
515checking whether libcurl is usable... yes
516checking for curl_free... yes
517checking for mandatory modules: ... ok
518configure: creating ./config.status
519config.status: creating build_tools/menuselect-deps
520config.status: creating makeopts
521config.status: creating channels/h323/Makefile
522config.status: creating include/asterisk/autoconfig.h
523
524               .$$$$$$$$$$$$$$$=..     
525            .$7$7..          .7$$7:.   
526          .$$:.                 ,$7.7   
527        .$7.     7$$$$           .$$77 
528     ..$$.       $$$$$            .$$$7
529    ..7$   .?.   $$$$$   .?.       7$$$.
530   $.$.   .$$$7. $$$$7 .7$$$.      .$$$.
531 .777.   .$$$$$$77$$$77$$$$$7.      $$$,
532 $$$~      .7$$$$$$$$$$$$$7.       .$$$.
533.$$7          .7$$$$$$$7:          ?$$$.
534$$$          ?7$$$$$$$$$$I        .$$$7
535$$$       .7$$$$$$$$$$$$$$$$      :$$$.
536$$$       $$$$$$7$$$$$$$$$$$$    .$$$. 
537$$$        $$$   7$$$7  .$$$    .$$$.   
538$$$$             $$$$7         .$$$.   
5397$$$7            7$$$$        7$$$     
540 $$$$$                        $$$       
541  $$$$7.                       $$  (TM)     
542   $$$$$$$.           .7$$$$$$  $$     
543     $$$$$$$$$$$$7$$$$$$$$$.$$$$$$     
544       $$$$$$$$$$$$$$$$.               
545
546configure: Package configured for:
547configure: OS type  : darwin
548configure: Host CPU : x86_64
549configure: build-cpu:vendor:os: i386 : apple : darwin10.2.0 :
550configure: host-cpu:vendor:os: x86_64 : pc : darwin :
551--->  Building asterisk
552DEBUG: Executing org.macports.build (asterisk)
553DEBUG: Environment: ASTCFLAGS='-I/opt/local/include' MACOSX_DEPLOYMENT_TARGET='10.6' ASTLDFLAGS='-L/opt/local/lib'
554DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_stefan_ports_net_asterisk/work/asterisk-1.6.1.11" && /usr/bin/make -j2 all'
555CC="cc" CXX="/usr/bin/g++-4.2" LD="" AR="" RANLIB="" CFLAGS="" /usr/bin/make -C menuselect CONFIGURE_SILENT="--silent" makeopts
556Package gtk+-2.0 was not found in the pkg-config search path.
557Perhaps you should add the directory containing `gtk+-2.0.pc'
558to the PKG_CONFIG_PATH environment variable
559No package 'gtk+-2.0' found
560CC="cc" CXX="/usr/bin/g++-4.2" LD="" AR="" RANLIB="" CFLAGS="" /usr/bin/make -C menuselect CONFIGURE_SILENT="--silent" menuselect
561gcc -g -c -D_GNU_SOURCE -Wall   -c -o menuselect.o menuselect.c
562gcc -g -c -D_GNU_SOURCE -Wall   -c -o strcompat.o strcompat.c
563gcc -g -c -D_GNU_SOURCE -Wall   -c -o menuselect_stub.o menuselect_stub.c
564gcc -O -Wall   -c mxml-attr.c
565gcc -O -Wall   -c mxml-entity.c
566gcc -O -Wall   -c mxml-file.c
567gcc -O -Wall   -c mxml-index.c
568gcc -O -Wall   -c mxml-node.c
569gcc -O -Wall   -c mxml-search.c
570gcc -O -Wall   -c mxml-set.c
571gcc -O -Wall   -c mxml-private.c
572gcc -O -Wall   -c mxml-string.c
573/bin/rm -f libmxml.a
574/usr/bin/ar -rcv libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o
575a - mxml-attr.o
576a - mxml-entity.o
577a - mxml-file.o
578a - mxml-index.o
579a - mxml-node.o
580a - mxml-search.o
581a - mxml-set.o
582a - mxml-private.o
583a - mxml-string.o
584ranlib libmxml.a
585gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
586menuselect/menuselect --check-deps menuselect.makeopts 
587Generating embedded module rules ...
588   [CC] eagi-test.c -> eagi-test.o
589   [CC] smsq.c -> smsq.o
590   [CC] eagi-sphinx-test.c -> eagi-sphinx-test.o
591   [CC] strcompat.c -> strcompat.o
592   [LD] eagi-sphinx-test.o -> eagi-sphinx-test
593   [LD] eagi-test.o strcompat.o -> eagi-test
594   [CC] chan_agent.c -> chan_agent.o
595   [CC] stereorize.c -> stereorize.o
596   [CC] frame.c -> frame.o
597   [CC] streamplayer.c -> streamplayer.o
598   [CC] muted.c -> muted.o
599   [CC] chan_gtalk.c -> chan_gtalk.o
600muted.c: In function 'getvol':
601muted.c:354: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
602muted.c:357: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
603muted.c:360: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
604muted.c:362: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
605muted.c: In function 'setvol':
606muted.c:390: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
607muted.c:392: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
608muted.c:395: warning: 'AudioDeviceSetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
609muted.c:397: warning: 'AudioDeviceSetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
610   [CC] hashtest2.c -> hashtest2.o
611   [CC] clicompat.c -> clicompat.o
612   [CC] hashtest.c -> hashtest.o
613   [CC] astcanary.c -> astcanary.o
614   [CC] refcounter.c -> refcounter.o
615   [CC] ael_main.c -> ael_main.o
616   [CC] extconf.c -> extconf.o
617   [CC] chan_iax2.c -> chan_iax2.o
618   [CC] conf2ael.c -> conf2ael.o
619   [CC] strcompat.c -> strcompat.o
620   [LD] stereorize.o frame.o -> stereorize
621   [LD] streamplayer.o -> streamplayer
622   [LD] muted.o -> muted
623   [CC] md5.c -> md5.o
624   [CC] utils.c -> utils.o
625   [CC] astobj2.c -> astobj2.o
626   [CC] sha1.c -> sha1.o
627   [CC] threadstorage.c -> threadstorage.o
628   [CC] poll.c -> poll.o
629   [CC] hashtab.c -> hashtab.o
630   [LD] astcanary.o -> astcanary
631   [LD] refcounter.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o clicompat.o poll.o -> refcounter
632   [CC] aelparse.c -> aelparse.o
633   [CC] aelbison.c -> aelbison.o
634   [CC] pbx_ael.c -> pbx_ael.o
635   [CC] ast_expr2f.c -> ast_expr2f.o
636   [CC] ast_expr2.c -> ast_expr2.o
637   [CC] pval.c -> pval.o
638   [LD] smsq.o strcompat.o -> smsq
639   [LD] hashtest2.o md5.o utils.o astobj2.o sha1.o strcompat.o threadstorage.o clicompat.o poll.o -> hashtest2
640   [LD] hashtest.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o clicompat.o poll.o -> hashtest
641   [LD] aelparse.o aelbison.o pbx_ael.o hashtab.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse
642   [LD] conf2ael.o ast_expr2f.o ast_expr2.o hashtab.o aelbison.o aelparse.o pbx_ael.o pval.o extconf.o strcompat.o -> conf2ael
643   [CC] iax2-parser.c -> iax2-parser.o
644   [CC] pbx_ael.c -> pbx_ael.o
645   [CC] pbx_config.c -> pbx_config.o
646   [CC] iax2-provision.c -> iax2-provision.o
647   [CC] pbx_dundi.c -> pbx_dundi.o
648   [CC] chan_jingle.c -> chan_jingle.o
649   [CC] chan_local.c -> chan_local.o
650   [CC] chan_mgcp.c -> chan_mgcp.o
651   [CC] dundi-parser.c -> dundi-parser.o
652   [CC] pbx_loopback.c -> pbx_loopback.o
653   [CC] pbx_realtime.c -> pbx_realtime.o
654   [CC] chan_sip.c -> chan_sip.o
655   [CC] pbx_spool.c -> pbx_spool.o
656   [LD] pbx_ael.o -> pbx_ael.so
657   [LD] pbx_config.o -> pbx_config.so
658   [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
659   [LD] pbx_loopback.o -> pbx_loopback.so
660   [LD] pbx_realtime.o -> pbx_realtime.so
661   [LD] pbx_spool.o -> pbx_spool.so
662   [CC] app_adsiprog.c -> app_adsiprog.o
663   [CC] app_alarmreceiver.c -> app_alarmreceiver.o
664   [CC] app_amd.c -> app_amd.o
665   [CC] app_authenticate.c -> app_authenticate.o
666   [CC] app_cdr.c -> app_cdr.o
667   [CC] app_chanisavail.c -> app_chanisavail.o
668   [CC] app_channelredirect.c -> app_channelredirect.o
669   [CC] app_chanspy.c -> app_chanspy.o
670   [CC] app_controlplayback.c -> app_controlplayback.o
671   [CC] app_db.c -> app_db.o
672   [CC] app_dial.c -> app_dial.o
673   [CC] app_dictate.c -> app_dictate.o
674   [CC] app_directed_pickup.c -> app_directed_pickup.o
675   [CC] app_directory.c -> app_directory.o
676   [CC] app_disa.c -> app_disa.o
677   [CC] app_dumpchan.c -> app_dumpchan.o
678   [CC] app_echo.c -> app_echo.o
679   [CC] app_exec.c -> app_exec.o
680   [CC] app_externalivr.c -> app_externalivr.o
681   [CC] app_festival.c -> app_festival.o
682   [CC] app_followme.c -> app_followme.o
683   [CC] app_forkcdr.c -> app_forkcdr.o
684   [CC] app_getcpeid.c -> app_getcpeid.o
685   [CC] app_ices.c -> app_ices.o
686   [CC] app_image.c -> app_image.o
687   [CC] app_macro.c -> app_macro.o
688   [CC] app_milliwatt.c -> app_milliwatt.o
689   [CC] app_minivm.c -> app_minivm.o
690   [CC] app_mixmonitor.c -> app_mixmonitor.o
691   [CC] app_morsecode.c -> app_morsecode.o
692   [CC] app_mp3.c -> app_mp3.o
693   [CC] app_nbscat.c -> app_nbscat.o
694   [CC] app_parkandannounce.c -> app_parkandannounce.o
695   [CC] app_playback.c -> app_playback.o
696   [CC] app_privacy.c -> app_privacy.o
697   [CC] app_queue.c -> app_queue.o
698   [CC] app_read.c -> app_read.o
699   [CC] app_readexten.c -> app_readexten.o
700   [CC] app_readfile.c -> app_readfile.o
701   [CC] app_record.c -> app_record.o
702   [CC] app_sayunixtime.c -> app_sayunixtime.o
703   [CC] app_senddtmf.c -> app_senddtmf.o
704   [CC] app_sendtext.c -> app_sendtext.o
705   [CC] app_setcallerid.c -> app_setcallerid.o
706   [CC] app_sms.c -> app_sms.o
707   [CC] app_softhangup.c -> app_softhangup.o
708   [CC] app_speech_utils.c -> app_speech_utils.o
709   [CC] app_stack.c -> app_stack.o
710   [CC] app_system.c -> app_system.o
711   [CC] app_talkdetect.c -> app_talkdetect.o
712   [CC] app_test.c -> app_test.o
713   [CC] app_transfer.c -> app_transfer.o
714   [CC] app_url.c -> app_url.o
715   [CC] app_userevent.c -> app_userevent.o
716   [CC] app_verbose.c -> app_verbose.o
717   [CC] chan_skinny.c -> chan_skinny.o
718   [CC] app_voicemail.c -> app_voicemail.o
719   [CC] chan_unistim.c -> chan_unistim.o
720   [CC] app_waitforring.c -> app_waitforring.o
721   [CC] app_waitforsilence.c -> app_waitforsilence.o
722   [CC] app_waituntil.c -> app_waituntil.o
723   [CC] app_while.c -> app_while.o
724   [CC] app_zapateller.c -> app_zapateller.o
725   [LD] app_adsiprog.o -> app_adsiprog.so
726   [LD] app_alarmreceiver.o -> app_alarmreceiver.so
727   [LD] app_amd.o -> app_amd.so
728   [LD] app_authenticate.o -> app_authenticate.so
729   [LD] app_cdr.o -> app_cdr.so
730   [LD] app_chanisavail.o -> app_chanisavail.so
731   [LD] app_channelredirect.o -> app_channelredirect.so
732   [LD] app_chanspy.o -> app_chanspy.so
733   [LD] app_controlplayback.o -> app_controlplayback.so
734   [LD] app_db.o -> app_db.so
735   [LD] app_dial.o -> app_dial.so
736   [LD] app_dictate.o -> app_dictate.so
737   [LD] app_directed_pickup.o -> app_directed_pickup.so
738   [LD] chan_agent.o -> chan_agent.so
739   [LD] app_directory.o -> app_directory.so
740   [LD] app_disa.o -> app_disa.so
741   [LD] chan_gtalk.o -> chan_gtalk.so
742   [LD] app_dumpchan.o -> app_dumpchan.so
743   [LD] app_echo.o -> app_echo.so
744   [LD] chan_iax2.o iax2-parser.o iax2-provision.o -> chan_iax2.so
745   [LD] app_exec.o -> app_exec.so
746   [LD] app_externalivr.o -> app_externalivr.so
747   [LD] app_festival.o -> app_festival.so
748   [LD] app_followme.o -> app_followme.so
749   [LD] chan_jingle.o -> chan_jingle.so
750   [LD] app_forkcdr.o -> app_forkcdr.so
751   [LD] app_getcpeid.o -> app_getcpeid.so
752   [LD] app_ices.o -> app_ices.so
753   [LD] chan_local.o -> chan_local.so
754   [LD] app_image.o -> app_image.so
755   [LD] chan_mgcp.o -> chan_mgcp.so
756   [LD] app_macro.o -> app_macro.so
757   [LD] chan_sip.o -> chan_sip.so
758   [LD] app_milliwatt.o -> app_milliwatt.so
759   [LD] app_minivm.o -> app_minivm.so
760   [LD] app_mixmonitor.o -> app_mixmonitor.so
761   [LD] chan_skinny.o -> chan_skinny.so
762   [LD] app_morsecode.o -> app_morsecode.so
763   [LD] app_mp3.o -> app_mp3.so
764   [LD] chan_unistim.o -> chan_unistim.so
765   [LD] app_nbscat.o -> app_nbscat.so
766   [LD] app_parkandannounce.o -> app_parkandannounce.so
767   [CC] codec_a_mu.c -> codec_a_mu.o
768   [LD] app_playback.o -> app_playback.so
769   [LD] app_privacy.o -> app_privacy.so
770   [LD] app_queue.o -> app_queue.so
771   [LD] app_read.o -> app_read.so
772   [LD] app_readexten.o -> app_readexten.so
773   [LD] app_readfile.o -> app_readfile.so
774   [LD] app_record.o -> app_record.so
775   [CC] codec_adpcm.c -> codec_adpcm.o
776   [LD] app_sayunixtime.o -> app_sayunixtime.so
777   [LD] app_senddtmf.o -> app_senddtmf.so
778   [LD] app_sendtext.o -> app_sendtext.so
779   [LD] app_setcallerid.o -> app_setcallerid.so
780   [LD] app_sms.o -> app_sms.so
781   [LD] app_softhangup.o -> app_softhangup.so
782   [LD] app_speech_utils.o -> app_speech_utils.so
783   [LD] app_stack.o -> app_stack.so
784   [LD] app_system.o -> app_system.so
785   [LD] app_talkdetect.o -> app_talkdetect.so
786   [LD] app_test.o -> app_test.so
787   [LD] app_transfer.o -> app_transfer.so
788   [CC] codec_alaw.c -> codec_alaw.o
789   [LD] app_url.o -> app_url.so
790   [LD] app_userevent.o -> app_userevent.so
791   [LD] app_verbose.o -> app_verbose.so
792   [LD] app_voicemail.o -> app_voicemail.so
793   [LD] app_waitforring.o -> app_waitforring.so
794   [LD] app_waitforsilence.o -> app_waitforsilence.so
795   [LD] app_waituntil.o -> app_waituntil.so
796   [CC] codec_g722.c -> codec_g722.o
797   [LD] app_while.o -> app_while.so
798   [LD] app_zapateller.o -> app_zapateller.so
799   [CC] format_g723.c -> format_g723.o
800   [CC] g722/g722_encode.c -> g722/g722_encode.o
801   [CC] format_g726.c -> format_g726.o
802   [CC] g722/g722_decode.c -> g722/g722_decode.o
803   [CC] format_g729.c -> format_g729.o
804   [CC] format_gsm.c -> format_gsm.o
805   [CC] codec_g726.c -> codec_g726.o
806   [CC] codec_gsm.c -> codec_gsm.o
807   [CC] format_h263.c -> format_h263.o
808   [CC] format_h264.c -> format_h264.o
809   [CC] format_ilbc.c -> format_ilbc.o
810   [CC] format_jpeg.c -> format_jpeg.o
811   [CC] src/add.c -> src/add.o
812   [CC] format_ogg_vorbis.c -> format_ogg_vorbis.o
813   [CC] src/code.c -> src/code.o
814   [CC] src/debug.c -> src/debug.o
815   [CC] src/decode.c -> src/decode.o
816   [CC] src/long_term.c -> src/long_term.o
817   [CC] format_pcm.c -> format_pcm.o
818   [CC] src/lpc.c -> src/lpc.o
819   [CC] format_sln.c -> format_sln.o
820   [CC] format_sln16.c -> format_sln16.o
821   [CC] src/preprocess.c -> src/preprocess.o
822   [CC] format_vox.c -> format_vox.o
823   [CC] src/rpe.c -> src/rpe.o
824   [CC] format_wav.c -> format_wav.o
825   [CC] src/gsm_destroy.c -> src/gsm_destroy.o
826   [CC] src/gsm_decode.c -> src/gsm_decode.o
827   [CC] format_wav_gsm.c -> format_wav_gsm.o
828   [CC] src/gsm_encode.c -> src/gsm_encode.o
829   [CC] src/gsm_explode.c -> src/gsm_explode.o
830   [CC] src/gsm_implode.c -> src/gsm_implode.o
831   [LD] format_g723.o -> format_g723.so
832   [LD] format_g726.o -> format_g726.so
833   [LD] format_g729.o -> format_g729.so
834   [LD] format_gsm.o -> format_gsm.so
835   [LD] format_h263.o -> format_h263.so
836   [LD] format_h264.o -> format_h264.so
837   [LD] format_ilbc.o -> format_ilbc.so
838   [CC] src/gsm_create.c -> src/gsm_create.o
839   [LD] format_jpeg.o -> format_jpeg.so
840   [LD] format_ogg_vorbis.o -> format_ogg_vorbis.so
841   [CC] src/gsm_print.c -> src/gsm_print.o
842   [LD] format_pcm.o -> format_pcm.so
843   [LD] format_sln.o -> format_sln.so
844   [LD] format_sln16.o -> format_sln16.so
845   [LD] format_vox.o -> format_vox.so
846   [LD] format_wav.o -> format_wav.so
847   [LD] format_wav_gsm.o -> format_wav_gsm.so
848   [CC] src/gsm_option.c -> src/gsm_option.o
849   [CC] cdr_adaptive_odbc.c -> cdr_adaptive_odbc.o
850   [CC] src/short_term.c -> src/short_term.o
851   [CC] cdr_csv.c -> cdr_csv.o
852   [CC] cdr_custom.c -> cdr_custom.o
853   [CC] cdr_manager.c -> cdr_manager.o
854   [CC] cdr_odbc.c -> cdr_odbc.o
855   [CC] src/table.c -> src/table.o
856   [AR] src/add.o src/code.o src/debug.o src/decode.o src/long_term.o src/lpc.o src/preprocess.o src/rpe.o src/gsm_destroy.o src/gsm_decode.o src/gsm_encode.o src/gsm_explode.o src/gsm_implode.o src/gsm_create.o src/gsm_print.o src/gsm_option.o src/short_term.o src/table.o -> lib/libgsm.a
857ranlib: file: lib/libgsm.a(debug.o) has no symbols
858ranlib: file: lib/libgsm.a(debug.o) has no symbols
859   [CC] codec_lpc10.c -> codec_lpc10.o
860   [CC] cdr_sqlite3_custom.c -> cdr_sqlite3_custom.o
861   [CC] f2clib.c -> f2clib.o
862   [CC] analys.c -> analys.o
863   [LD] cdr_adaptive_odbc.o -> cdr_adaptive_odbc.so
864   [LD] cdr_csv.o -> cdr_csv.so
865   [LD] cdr_custom.o -> cdr_custom.so
866   [CC] bsynz.c -> bsynz.o
867   [LD] cdr_manager.o -> cdr_manager.so
868   [LD] cdr_odbc.o -> cdr_odbc.so
869   [LD] cdr_sqlite3_custom.o -> cdr_sqlite3_custom.so
870   [CC] chanwr.c -> chanwr.o
871   [CC] dcbias.c -> dcbias.o
872   [CC] func_audiohookinherit.c -> func_audiohookinherit.o
873   [CC] decode.c -> decode.o
874   [CC] deemp.c -> deemp.o
875   [CC] func_base64.c -> func_base64.o
876   [CC] difmag.c -> difmag.o
877   [CC] dyptrk.c -> dyptrk.o
878   [CC] func_blacklist.c -> func_blacklist.o
879   [CC] encode.c -> encode.o
880   [CC] energy.c -> energy.o
881   [CC] ham84.c -> ham84.o
882   [CC] func_callerid.c -> func_callerid.o
883   [CC] hp100.c -> hp100.o
884   [CC] func_cdr.c -> func_cdr.o
885   [CC] invert.c -> invert.o
886   [CC] irc2pc.c -> irc2pc.o
887   [CC] ivfilt.c -> ivfilt.o
888   [CC] func_channel.c -> func_channel.o
889   [CC] lpcdec.c -> lpcdec.o
890   [CC] lpcenc.c -> lpcenc.o
891   [CC] lpcini.c -> lpcini.o
892   [CC] lpfilt.c -> lpfilt.o
893   [CC] median.c -> median.o
894   [CC] mload.c -> mload.o
895   [CC] func_config.c -> func_config.o
896   [CC] onset.c -> onset.o
897   [CC] pitsyn.c -> pitsyn.o
898   [CC] func_curl.c -> func_curl.o
899   [CC] placea.c -> placea.o
900   [CC] placev.c -> placev.o
901   [CC] preemp.c -> preemp.o
902   [CC] prepro.c -> prepro.o
903   [CC] random.c -> random.o
904   [CC] rcchk.c -> rcchk.o
905   [CC] func_cut.c -> func_cut.o
906   [CC] synths.c -> synths.o
907   [CC] tbdm.c -> tbdm.o
908   [CC] voicin.c -> voicin.o
909   [CC] func_db.c -> func_db.o
910   [CC] vparms.c -> vparms.o
911   [AR] f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o pitsyn.o placea.o placev.o preemp.o prepro.o random.o rcchk.o synths.o tbdm.o voicin.o vparms.o -> liblpc10.a
912   [CC] codec_ulaw.c -> codec_ulaw.o
913   [CC] func_devstate.c -> func_devstate.o
914   [LD] codec_a_mu.o -> codec_a_mu.so
915   [LD] codec_adpcm.o -> codec_adpcm.so
916   [LD] codec_alaw.o -> codec_alaw.so
917   [LD] codec_g722.o g722/g722_encode.o g722/g722_decode.o -> codec_g722.so
918   [LD] codec_g726.o -> codec_g726.so
919   [CC] func_dialgroup.c -> func_dialgroup.o
920   [LD] codec_gsm.o gsm/lib/libgsm.a -> codec_gsm.so
921   [LD] codec_lpc10.o lpc10/liblpc10.a -> codec_lpc10.so
922   [LD] codec_ulaw.o -> codec_ulaw.so
923   [CC] func_dialplan.c -> func_dialplan.o
924   [CC] func_enum.c -> func_enum.o
925   [CC] res_adsi.c -> res_adsi.o
926   [CC] func_env.c -> func_env.o
927   [CC] func_extstate.c -> func_extstate.o
928   [CC] func_global.c -> func_global.o
929   [CC] func_groupcount.c -> func_groupcount.o
930   [CC] res_ael_share.c -> res_ael_share.o
931   [CC] func_lock.c -> func_lock.o
932   [CC] ael/ael_lex.c -> ael/ael_lex.o
933func_lock.c:49: warning: initialization makes pointer from integer without a cast
934   [CC] func_logic.c -> func_logic.o
935   [CC] func_math.c -> func_math.o
936   [CC] func_md5.c -> func_md5.o
937   [CC] func_module.c -> func_module.o
938   [CC] func_odbc.c -> func_odbc.o
939   [CC] ael/ael.tab.c -> ael/ael.tab.o
940   [CC] func_rand.c -> func_rand.o
941   [CC] func_realtime.c -> func_realtime.o
942   [CC] func_sha1.c -> func_sha1.o
943   [CC] func_shell.c -> func_shell.o
944   [CC] func_strings.c -> func_strings.o
945   [CC] ael/pval.c -> ael/pval.o
946   [CC] func_sysinfo.c -> func_sysinfo.o
947   [CC] func_timeout.c -> func_timeout.o
948   [CC] func_uri.c -> func_uri.o
949   [CC] func_version.c -> func_version.o
950   [CC] func_vmcount.c -> func_vmcount.o
951   [CC] func_volume.c -> func_volume.o
952   [LD] func_audiohookinherit.o -> func_audiohookinherit.so
953   [LD] func_base64.o -> func_base64.so
954   [LD] func_blacklist.o -> func_blacklist.so
955   [LD] func_callerid.o -> func_callerid.so
956   [LD] func_cdr.o -> func_cdr.so
957   [LD] func_channel.o -> func_channel.so
958   [LD] func_config.o -> func_config.so
959   [LD] func_curl.o -> func_curl.so
960   [LD] func_cut.o -> func_cut.so
961   [LD] func_db.o -> func_db.so
962   [LD] func_devstate.o -> func_devstate.so
963   [LD] func_dialgroup.o -> func_dialgroup.so
964   [LD] func_dialplan.o -> func_dialplan.so
965   [LD] func_enum.o -> func_enum.so
966   [LD] func_env.o -> func_env.so
967   [LD] func_extstate.o -> func_extstate.so
968   [LD] func_global.o -> func_global.so
969   [LD] func_groupcount.o -> func_groupcount.so
970   [LD] func_lock.o -> func_lock.so
971   [LD] func_logic.o -> func_logic.so
972   [LD] func_math.o -> func_math.so
973   [LD] func_md5.o -> func_md5.so
974   [LD] func_module.o -> func_module.so
975   [LD] func_odbc.o -> func_odbc.so
976   [LD] func_rand.o -> func_rand.so
977   [LD] func_realtime.o -> func_realtime.so
978   [LD] func_sha1.o -> func_sha1.so
979   [LD] func_shell.o -> func_shell.so
980   [LD] func_strings.o -> func_strings.so
981   [LD] func_sysinfo.o -> func_sysinfo.so
982   [LD] func_timeout.o -> func_timeout.so
983   [LD] func_uri.o -> func_uri.so
984   [LD] func_version.o -> func_version.so
985   [LD] func_vmcount.o -> func_vmcount.so
986   [LD] func_volume.o -> func_volume.so
987   [CC] res_agi.c -> res_agi.o
988   [CC] res_clioriginate.c -> res_clioriginate.o
989   [CC] res_config_curl.c -> res_config_curl.o
990   [CC] res_config_ldap.c -> res_config_ldap.o
991   [CC] res_config_odbc.c -> res_config_odbc.o
992   [CC] res_convert.c -> res_convert.o
993   [CC] res_crypto.c -> res_crypto.o
994   [CC] res_curl.c -> res_curl.o
995   [CC] res_indications.c -> res_indications.o
996   [CC] res_jabber.c -> res_jabber.o
997   [CC] res_limit.c -> res_limit.o
998   [CC] res_monitor.c -> res_monitor.o
999   [CC] res_musiconhold.c -> res_musiconhold.o
1000   [CC] res_odbc.c -> res_odbc.o
1001   [CC] res_phoneprov.c -> res_phoneprov.o
1002   [CC] res_realtime.c -> res_realtime.o
1003   [CC] res_smdi.c -> res_smdi.o
1004   [CC] res_snmp.c -> res_snmp.o
1005   [CC] snmp/agent.c -> snmp/agent.o
1006   [CC] res_speech.c -> res_speech.o
1007   [CC] res_timing_pthread.c -> res_timing_pthread.o
1008   [LD] res_adsi.o -> res_adsi.so
1009   [LD] res_ael_share.o ael/ael_lex.o ael/ael.tab.o ael/pval.o -> res_ael_share.so
1010   [LD] res_agi.o -> res_agi.so
1011   [LD] res_clioriginate.o -> res_clioriginate.so
1012   [LD] res_config_curl.o -> res_config_curl.so
1013   [LD] res_config_ldap.o -> res_config_ldap.so
1014   [LD] res_config_odbc.o -> res_config_odbc.so
1015   [LD] res_convert.o -> res_convert.so
1016   [LD] res_crypto.o -> res_crypto.so
1017   [LD] res_curl.o -> res_curl.so
1018   [LD] res_indications.o -> res_indications.so
1019   [LD] res_jabber.o -> res_jabber.so
1020   [LD] res_limit.o -> res_limit.so
1021   [LD] res_monitor.o -> res_monitor.so
1022   [LD] res_musiconhold.o -> res_musiconhold.so
1023   [LD] res_odbc.o -> res_odbc.so
1024   [LD] res_phoneprov.o -> res_phoneprov.so
1025   [LD] res_realtime.o -> res_realtime.so
1026   [LD] res_smdi.o -> res_smdi.so
1027   [LD] res_snmp.o snmp/agent.o -> res_snmp.so
1028   [LD] res_speech.o -> res_speech.so
1029   [LD] res_timing_pthread.o -> res_timing_pthread.so
1030   [CC] abstract_jb.c -> abstract_jb.o
1031   [CC] acl.c -> acl.o
1032   [CC] adsistub.c -> adsistub.o
1033   [CC] aescrypt.c -> aescrypt.o
1034   [CC] aeskey.c -> aeskey.o
1035   [CC] aestab.c -> aestab.o
1036   [CC] alaw.c -> alaw.o
1037   [CC] app.c -> app.o
1038   [CC] ast_expr2.c -> ast_expr2.o
1039   [CC] ast_expr2f.c -> ast_expr2f.o
1040   [CC] asterisk.c -> asterisk.o
1041   [CC] astfd.c -> astfd.o
1042   [CC] astmm.c -> astmm.o
1043   [CC] astobj2.c -> astobj2.o
1044   [CC] audiohook.c -> audiohook.o
1045   [CC] autoservice.c -> autoservice.o
1046   [CC] callerid.c -> callerid.o
1047   [CC] cdr.c -> cdr.o
1048   [CC] channel.c -> channel.o
1049   [CC] chanvars.c -> chanvars.o
1050   [CC] cli.c -> cli.o
1051   [CC] config.c -> config.o
1052   [CC] cryptostub.c -> cryptostub.o
1053   [CC] datastore.c -> datastore.o
1054   [CC] db.c -> db.o
1055   [CC] devicestate.c -> devicestate.o
1056   [CC] dial.c -> dial.o
1057   [CC] dns.c -> dns.o
1058   [CC] dnsmgr.c -> dnsmgr.o
1059   [CC] dsp.c -> dsp.o
1060   [CC] enum.c -> enum.o
1061   [CC] event.c -> event.o
1062   [CC] features.c -> features.o
1063   [CC] file.c -> file.o
1064   [CC] fixedjitterbuf.c -> fixedjitterbuf.o
1065   [CC] frame.c -> frame.o
1066   [CC] fskmodem.c -> fskmodem.o
1067   [CC] global_datastores.c -> global_datastores.o
1068   [CC] hashtab.c -> hashtab.o
1069   [CC] heap.c -> heap.o
1070   [CC] http.c -> http.o
1071   [CC] image.c -> image.o
1072   [CC] indications.c -> indications.o
1073   [CC] io.c -> io.o
1074   [CC] jitterbuf.c -> jitterbuf.o
1075   [CC] loader.c -> loader.o
1076   [CC] logger.c -> logger.o
1077   [CC] manager.c -> manager.o
1078   [CC] md5.c -> md5.o
1079   [CC] netsock.c -> netsock.o
1080   [CC] pbx.c -> pbx.o
1081   [CC] plc.c -> plc.o
1082   [CC] poll.c -> poll.o
1083   [CC] privacy.c -> privacy.o
1084   [CC] rtp.c -> rtp.o
1085   [CC] say.c -> say.o
1086   [CC] sched.c -> sched.o
1087   [CC] sha1.c -> sha1.o
1088   [CC] slinfactory.c -> slinfactory.o
1089   [CC] srv.c -> srv.o
1090   [CC] ssl.c -> ssl.o
1091   [CC] stdtime/localtime.c -> stdtime/localtime.o
1092   [CC] strcompat.c -> strcompat.o
1093   [CC] taskprocessor.c -> taskprocessor.o
1094   [CC] tcptls.c -> tcptls.o
1095   [CC] tdd.c -> tdd.o
1096   [CC] term.c -> term.o
1097   [CC] threadstorage.c -> threadstorage.o
1098   [CC] timing.c -> timing.o
1099   [CC] translate.c -> translate.o
1100   [CC] udptl.c -> udptl.o
1101   [CC] ulaw.c -> ulaw.o
1102   [CC] utils.c -> utils.o
1103   [CC] version.c -> version.o
1104creating cache ./config.cache
1105checking for gcc... /usr/bin/gcc-4.2
1106checking whether the C compiler (/usr/bin/gcc-4.2 -D_THREAD_SAFE  -I../..//include -O2 -arch x86_64 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -O6 -I/opt/local/include -L/opt/local/lib) works... yes
1107checking whether the C compiler (/usr/bin/gcc-4.2 -D_THREAD_SAFE  -I../..//include -O2 -arch x86_64 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -D__Darwin__ -O6 -I/opt/local/include -L/opt/local/lib) is a cross-compiler... no
1108checking whether we are using GNU C... yes
1109checking whether /usr/bin/gcc-4.2 accepts -g... yes
1110checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
1111checking for mawk... awk
1112checking host system type...    [CC] hash/hash.c -> hash/hash.o
1113x86_64-pc-darwin
1114checking for a BSD compatible install... /usr/bin/install -c
1115checking for ranlib... ranlib
1116checking for ar... /usr/bin/ar
1117checking for tgetent in -ltermcap... yes
1118checking for termcap.h... yes
1119checking for sys/cdefs.h... yes
1120checking for vis.h... yes
1121checking for issetugid... yes
1122checking for fgetln...    [CC] hash/hash_bigkey.c -> hash/hash_bigkey.o
1123yes
1124checking for strvis... yes
1125checking for strunvis... yes
1126checking for strlcpy... yes
1127checking for strlcat...    [CC] hash/hash_buf.c -> hash/hash_buf.o
1128yes
1129   [CC] hash/hash_func.c -> hash/hash_func.o
1130updating cache ./config.cache
1131creating ./config.status
1132   [CC] hash/hash_log2.c -> hash/hash_log2.o
1133   [CC] hash/hash_page.c -> hash/hash_page.o
1134creating Makefile
1135creating makelist
1136creating config.h
1137   [CC] hash/ndbm.c -> hash/ndbm.o
1138   [CC] btree/bt_close.c -> btree/bt_close.o
1139   [CC] btree/bt_conv.c -> btree/bt_conv.o
1140   [CC] btree/bt_debug.c -> btree/bt_debug.o
1141   [CC] btree/bt_delete.c -> btree/bt_delete.o
1142   [CC] btree/bt_get.c -> btree/bt_get.o
1143   [CC] btree/bt_open.c -> btree/bt_open.o
1144   [CC] btree/bt_overflow.c -> btree/bt_overflow.o
1145   [CC] btree/bt_page.c -> btree/bt_page.o
1146   [CC] btree/bt_put.c -> btree/bt_put.o
1147   [CC] btree/bt_search.c -> btree/bt_search.o
1148   [CC] btree/bt_seq.c -> btree/bt_seq.o
1149   [CC] btree/bt_split.c -> btree/bt_split.o
1150   [CC] btree/bt_utils.c -> btree/bt_utils.o
1151   [CC] db/db.c -> db/db.o
1152   [CC] mpool/mpool.c -> mpool/mpool.o
1153   [CC] recno/rec_close.c -> recno/rec_close.o
1154   [CC] recno/rec_delete.c -> recno/rec_delete.o
1155   [CC] recno/rec_get.c -> recno/rec_get.o
1156   [CC] recno/rec_open.c -> recno/rec_open.o
1157   [CC] recno/rec_put.c -> recno/rec_put.o
1158   [CC] recno/rec_search.c -> recno/rec_search.o
1159   [CC] recno/rec_seq.c -> recno/rec_seq.o
1160   [CC] recno/rec_utils.c -> recno/rec_utils.o
1161   [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o -> libdb1.a
1162ranlib: file: libdb1.a(bt_debug.o) has no symbols
1163ranlib: file: libdb1.a(bt_debug.o) has no symbols
1164   [LD] abstract_jb.o acl.o adsistub.o aescrypt.o aeskey.o aestab.o alaw.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autoservice.o callerid.o cdr.o channel.o chanvars.o cli.o config.o cryptostub.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o io.o jitterbuf.o loader.o logger.o manager.o md5.o netsock.o pbx.o plc.o poll.o privacy.o rtp.o say.o sched.o sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o taskprocessor.o tcptls.o tdd.o term.o threadstorage.o timing.o translate.o udptl.o ulaw.o utils.o version.o editline/libedit.a db1-ast/libdb1.a -> asterisk
1165 +--------- Asterisk Build Complete ---------+
1166 + Asterisk has successfully been built, and +
1167 + can be installed by running:              +
1168 +                                           +
1169 +                make install               +
1170 +-------------------------------------------+