HansVanEijsden

Asterisk 13.8.0 compile error

Mar 29th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 76.93 KB | None | 0 0
  1. hans@vps:/usr/src/asterisk-13.8.0$ contrib/scripts/get_mp3_source.sh
  2. A    addons/mp3
  3. A    addons/mp3/MPGLIB_README
  4. A    addons/mp3/common.c
  5. A    addons/mp3/huffman.h
  6. A    addons/mp3/tabinit.c
  7. A    addons/mp3/Makefile
  8. A    addons/mp3/README
  9. A    addons/mp3/decode_i386.c
  10. A    addons/mp3/dct64_i386.c
  11. A    addons/mp3/MPGLIB_TODO
  12. A    addons/mp3/mpg123.h
  13. A    addons/mp3/layer3.c
  14. A    addons/mp3/mpglib.h
  15. A    addons/mp3/decode_ntom.c
  16. A    addons/mp3/interface.c
  17. Exported revision 202.
  18. hans@vps:/usr/src/asterisk-13.8.0$ ./bootstrap.sh
  19. Generating the configure script ...
  20. hans@vps:/usr/src/asterisk-13.8.0$ ./configure CFLAGS="-DPJ_HAS_IPV6=1 -fPIC -O3 -march=native" CXXFLAGS="-fPIC -O3 -march=native" --with-pjproject-bundled --with-srtp --with-ssl --with-crypto
  21. checking build system type... x86_64-unknown-linux-gnu
  22. checking host system type... x86_64-unknown-linux-gnu
  23. checking for gcc... gcc
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether gcc accepts -g... yes
  31. checking for gcc option to accept ISO C89... none needed
  32. checking how to run the C preprocessor... gcc -E
  33. checking for grep that handles long lines and -e... /bin/grep
  34. checking for egrep... /bin/grep -E
  35. checking for ANSI C header files... yes
  36. checking for sys/types.h... yes
  37. checking for sys/stat.h... yes
  38. checking for stdlib.h... yes
  39. checking for string.h... yes
  40. checking for memory.h... yes
  41. checking for strings.h... yes
  42. checking for inttypes.h... yes
  43. checking for stdint.h... yes
  44. checking for unistd.h... yes
  45. checking minix/config.h usability... no
  46. checking minix/config.h presence... no
  47. checking for minix/config.h... no
  48. checking whether it is safe to define __EXTENSIONS__... yes
  49. checking whether char is unsigned... no
  50. checking for uname... /bin/uname
  51. checking for g++... g++
  52. checking whether we are using the GNU C++ compiler... yes
  53. checking whether g++ accepts -g... yes
  54. checking how to run the C preprocessor... gcc -E
  55. checking how to run the C++ preprocessor... g++ -E
  56. checking for a sed that does not truncate output... /bin/sed
  57. checking for egrep... grep -E
  58. checking for ld used by gcc... /usr/bin/ld
  59. checking if the linker (/usr/bin/ld) is GNU ld... yes
  60. checking for gawk... gawk
  61. checking for a BSD-compatible install... /usr/bin/install -c
  62. checking whether ln -s works... yes
  63. checking for ranlib... ranlib
  64. checking for GNU make... make
  65. checking for egrep... (cached) /bin/grep -E
  66. checking for strip... strip
  67. checking for ar... ar
  68. checking for bison... /usr/bin/bison
  69. checking for cmp... /usr/bin/cmp
  70. checking for flex... /usr/bin/flex
  71. checking for grep... (cached) /bin/grep
  72. checking for python... /usr/bin/python
  73. checking for find... /usr/bin/find
  74. checking for compress... /usr/bin/compress
  75. checking for basename... /usr/bin/basename
  76. checking for dirname... /usr/bin/dirname
  77. checking for sh... /bin/bash
  78. checking for ln... /bin/ln
  79. checking for doxygen... :
  80. checking for dot... /usr/bin/dot
  81. checking for wget... /usr/bin/wget
  82. checking for curl... /usr/bin/curl
  83. checking for rubber... :
  84. checking for catdvi... :
  85. checking for kpsewhich... /usr/bin/kpsewhich
  86. checking for xmllint... /usr/bin/xmllint
  87. checking for xmlstarlet... :
  88. checking for git... /usr/bin/git
  89. checking for alembic... :
  90. checking for ldconfig... :
  91. checking for sha1sum... /usr/bin/sha1sum
  92. checking for openssl... /usr/bin/openssl
  93. checking for bison that supports parse-param... /usr/bin/bison
  94. checking for soxmix... no
  95. checking for md5... no
  96. checking for md5sum... md5sum
  97. checking for the pthreads library -lpthreads... no
  98. checking whether pthreads work without any flags... no
  99. checking whether pthreads work with -Kthread... no
  100. checking whether pthreads work with -kthread... no
  101. checking for the pthreads library -llthread... no
  102. checking whether pthreads work with -pthread... yes
  103. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  104. checking if more special flags are required for pthreads... no
  105. checking for RAII support... checking for gcc -fnested-functions... no
  106. checking for clang strsep/strcmp optimization... no
  107. checking for gawk... (cached) gawk
  108. checking for curl-config... /usr/bin/curl-config
  109. checking for the version of libcurl... 7.38.0
  110. checking for libcurl >= version 7.10.1... yes
  111. checking whether libcurl is usable... yes
  112. checking for curl_free... yes
  113. checking for size_t... yes
  114. checking for working alloca.h... yes
  115. checking for alloca... yes
  116. checking for dirent.h that defines DIR... yes
  117. checking for library containing opendir... none required
  118. checking for ANSI C header files... (cached) yes
  119. checking for sys/wait.h that is POSIX.1 compatible... yes
  120. checking arpa/inet.h usability... yes
  121. checking arpa/inet.h presence... yes
  122. checking for arpa/inet.h... yes
  123. checking fcntl.h usability... yes
  124. checking fcntl.h presence... yes
  125. checking for fcntl.h... yes
  126. checking for inttypes.h... (cached) yes
  127. checking libintl.h usability... yes
  128. checking libintl.h presence... yes
  129. checking for libintl.h... yes
  130. checking limits.h usability... yes
  131. checking limits.h presence... yes
  132. checking for limits.h... yes
  133. checking locale.h usability... yes
  134. checking locale.h presence... yes
  135. checking for locale.h... yes
  136. checking malloc.h usability... yes
  137. checking malloc.h presence... yes
  138. checking for malloc.h... yes
  139. checking netdb.h usability... yes
  140. checking netdb.h presence... yes
  141. checking for netdb.h... yes
  142. checking netinet/in.h usability... yes
  143. checking netinet/in.h presence... yes
  144. checking for netinet/in.h... yes
  145. checking stddef.h usability... yes
  146. checking stddef.h presence... yes
  147. checking for stddef.h... yes
  148. checking for stdint.h... (cached) yes
  149. checking for stdlib.h... (cached) yes
  150. checking for string.h... (cached) yes
  151. checking for strings.h... (cached) yes
  152. checking sys/event.h usability... no
  153. checking sys/event.h presence... no
  154. checking for sys/event.h... no
  155. checking sys/file.h usability... yes
  156. checking sys/file.h presence... yes
  157. checking for sys/file.h... yes
  158. checking sys/ioctl.h usability... yes
  159. checking sys/ioctl.h presence... yes
  160. checking for sys/ioctl.h... yes
  161. checking sys/param.h usability... yes
  162. checking sys/param.h presence... yes
  163. checking for sys/param.h... yes
  164. checking sys/socket.h usability... yes
  165. checking sys/socket.h presence... yes
  166. checking for sys/socket.h... yes
  167. checking sys/time.h usability... yes
  168. checking sys/time.h presence... yes
  169. checking for sys/time.h... yes
  170. checking syslog.h usability... yes
  171. checking syslog.h presence... yes
  172. checking for syslog.h... yes
  173. checking termios.h usability... yes
  174. checking termios.h presence... yes
  175. checking for termios.h... yes
  176. checking for unistd.h... (cached) yes
  177. checking utime.h usability... yes
  178. checking utime.h presence... yes
  179. checking for utime.h... yes
  180. checking arpa/nameser.h usability... yes
  181. checking arpa/nameser.h presence... yes
  182. checking for arpa/nameser.h... yes
  183. checking sys/io.h usability... yes
  184. checking sys/io.h presence... yes
  185. checking for sys/io.h... yes
  186. checking for tgetent in -ltermcap... yes
  187. checking for tgetent in -ltinfo... yes
  188. checking for initscr in -lcurses... yes
  189. checking curses.h usability... yes
  190. checking curses.h presence... yes
  191. checking for curses.h... yes
  192. checking for initscr in -lncurses... yes
  193. checking for curses.h... (cached) yes
  194. checking for uuid_generate_random in -luuid... yes
  195. checking uuid/uuid.h usability... yes
  196. checking uuid/uuid.h presence... yes
  197. checking for uuid/uuid.h... yes
  198. checking for uuid_generate_random in -le2fs-uuid... no
  199. checking for uuid_generate_random... no
  200. checking for json_dumps in -ljansson... yes
  201. checking jansson.h usability... yes
  202. checking jansson.h presence... yes
  203. checking for jansson.h... yes
  204. checking for xml2-config... /usr/bin/xml2-config
  205. checking for uriParseUriA in -luriparser... yes
  206. checking uriparser/Uri.h usability... yes
  207. checking uriparser/Uri.h presence... yes
  208. checking for uriparser/Uri.h... yes
  209. checking for xsltLoadStylesheetPI in -lxslt... yes
  210. checking libxslt/xsltInternals.h usability... yes
  211. checking libxslt/xsltInternals.h presence... yes
  212. checking for libxslt/xsltInternals.h... yes
  213. checking for xsltCleanupGlobals in -lxslt... yes
  214. checking for libxslt/xsltInternals.h... (cached) yes
  215. checking xlocale.h usability... yes
  216. checking xlocale.h presence... yes
  217. checking for xlocale.h... yes
  218. checking winsock.h usability... no
  219. checking winsock.h presence... no
  220. checking for winsock.h... no
  221. checking winsock2.h usability... no
  222. checking winsock2.h presence... no
  223. checking for winsock2.h... no
  224. checking sys/poll.h usability... yes
  225. checking sys/poll.h presence... yes
  226. checking for sys/poll.h... yes
  227. checking for special C compiler options needed for large files... no
  228. checking for _FILE_OFFSET_BITS value needed for large files... no
  229. checking for stdbool.h that conforms to C99... yes
  230. checking for _Bool... yes
  231. checking for an ANSI C-conforming const... yes
  232. checking for uid_t in sys/types.h... yes
  233. checking for inline... inline
  234. checking for long double with more range or precision than double... yes
  235. checking for mode_t... yes
  236. checking for off_t... yes
  237. checking for pid_t... yes
  238. checking for size_t... (cached) yes
  239. checking for struct stat.st_blksize... yes
  240. checking for struct ucred.uid... yes
  241. checking for struct ucred.cr_uid... no
  242. checking for struct sockpeercred.uid... no
  243. checking for struct ifreq.ifr_ifru.ifru_hwaddr... yes
  244. checking whether time.h and sys/time.h may both be included... yes
  245. checking whether struct tm is in sys/time.h or time.h... time.h
  246. checking for working volatile... yes
  247. checking for ptrdiff_t... yes
  248. checking for struct stat.st_mtim... yes
  249. checking for struct stat.st_mtimensec... no
  250. checking for struct stat.st_mtimespec... no
  251. checking for unistd.h... (cached) yes
  252. checking for working chown... yes
  253. checking whether closedir returns void... no
  254. checking for error_at_line... yes
  255. checking vfork.h usability... no
  256. checking vfork.h presence... no
  257. checking for vfork.h... no
  258. checking for fork... yes
  259. checking for vfork... yes
  260. checking for working fork... yes
  261. checking for working vfork... (cached) yes
  262. checking for _LARGEFILE_SOURCE value needed for large files... no
  263. checking whether gcc needs -traditional... no
  264. checking for working memcmp... yes
  265. checking for stdlib.h... (cached) yes
  266. checking for unistd.h... (cached) yes
  267. checking for sys/param.h... (cached) yes
  268. checking for utime.h... (cached) yes
  269. checking for getpagesize... yes
  270. checking for working mmap... yes
  271. checking sys/select.h usability... yes
  272. checking sys/select.h presence... yes
  273. checking for sys/select.h... yes
  274. checking for sys/socket.h... (cached) yes
  275. checking types of arguments for select... int,fd_set *,struct timeval *
  276. checking return type of signal handlers... void
  277. checking whether lstat correctly handles trailing slash... yes
  278. checking whether stat accepts an empty string... no
  279. checking for working strcoll... yes
  280. checking for strftime... yes
  281. checking for working strnlen... yes
  282. checking for working strtod... yes
  283. checking whether utime accepts a null argument... yes
  284. checking for vprintf... yes
  285. checking for _doprnt... no
  286. checking for asprintf... yes
  287. checking for atexit... yes
  288. checking for closefrom... no
  289. checking for dup2... yes
  290. checking for eaccess... yes
  291. checking for endpwent... yes
  292. checking for euidaccess... yes
  293. checking for ffsll... yes
  294. checking for ftruncate... yes
  295. checking for getcwd... yes
  296. checking for gethostbyname... yes
  297. checking for gethostname... yes
  298. checking for getloadavg... yes
  299. checking for gettimeofday... yes
  300. checking for glob... yes
  301. checking for ioperm... yes
  302. checking for inet_ntoa... yes
  303. checking for isascii... yes
  304. checking for memchr... yes
  305. checking for memmove... yes
  306. checking for memset... yes
  307. checking for mkdir... yes
  308. checking for mkdtemp... yes
  309. checking for munmap... yes
  310. checking for newlocale... yes
  311. checking for ppoll... yes
  312. checking for putenv... yes
  313. checking for re_comp... yes
  314. checking for regcomp... yes
  315. checking for select... yes
  316. checking for setenv... yes
  317. checking for socket... yes
  318. checking for strcasecmp... yes
  319. checking for strcasestr... yes
  320. checking for strchr... yes
  321. checking for strcspn... yes
  322. checking for strdup... yes
  323. checking for strerror... yes
  324. checking for strlcat... no
  325. checking for strlcpy... no
  326. checking for strncasecmp... yes
  327. checking for strndup... yes
  328. checking for strnlen... yes
  329. checking for strrchr... yes
  330. checking for strsep... yes
  331. checking for strspn... yes
  332. checking for strstr... yes
  333. checking for strtod... (cached) yes
  334. checking for strtol... yes
  335. checking for strtold... yes
  336. checking for strtoq... yes
  337. checking for unsetenv... yes
  338. checking for utime... yes
  339. checking for vasprintf... yes
  340. checking for getpeereid... no
  341. checking for sysctl... yes
  342. checking for swapctl... no
  343. checking for htonll... no
  344. checking for ntohll... no
  345. checking for sqrt in -lm... yes
  346. checking for exp2... yes
  347. checking for log2... yes
  348. checking for exp10... yes
  349. checking for log10... yes
  350. checking for sin... yes
  351. checking for cos... yes
  352. checking for tan... yes
  353. checking for asin... yes
  354. checking for acos... yes
  355. checking for atan... yes
  356. checking for atan2... yes
  357. checking for pow... yes
  358. checking for rint... yes
  359. checking for exp... yes
  360. checking for log... yes
  361. checking for remainder... yes
  362. checking for fmod... yes
  363. checking for round... yes
  364. checking for roundf... yes
  365. checking for trunc... yes
  366. checking for floor... yes
  367. checking for ceil... yes
  368. checking for exp2l... yes
  369. checking for log2l... yes
  370. checking for exp10l... yes
  371. checking for log10l... yes
  372. checking for sinl... yes
  373. checking for cosl... yes
  374. checking for tanl... yes
  375. checking for asinl... yes
  376. checking for acosl... yes
  377. checking for atanl... yes
  378. checking for atan2l... yes
  379. checking for powl... yes
  380. checking for sqrtl... yes
  381. checking for rintl... yes
  382. checking for expl... yes
  383. checking for logl... yes
  384. checking for remainderl... yes
  385. checking for fmodl... yes
  386. checking for roundl... yes
  387. checking for truncl... yes
  388. checking for floorl... yes
  389. checking for ceill... yes
  390. checking for LLONG_MAX in limits.h... yes
  391. checking for timersub in time.h... yes
  392. checking for a version of GNU ld that supports the --dynamic-list flag... yes
  393. checking for sys/poll.h... (cached) yes
  394. checking for funopen... no
  395. checking for fopencookie... yes
  396. checking for inet_aton... yes
  397. checking for IP_PKTINFO... yes
  398. checking for library containing gethostbyname_r... none required
  399. checking for gethostbyname_r with 6 arguments... yes
  400. checking for gethostbyname_r with 5 arguments... no
  401. checking byteswap.h usability... yes
  402. checking byteswap.h presence... yes
  403. checking for byteswap.h... yes
  404. checking for __swap16 variant of <sys/endian.h> byteswapping macros... no
  405. checking for bswap16 variant of <sys/endian.h> byteswapping macros... no
  406. checking for locale_t in locale.h... yes
  407. checking for O_EVTONLY in fcntl.h... no
  408. checking for O_SYMLINK in fcntl.h... no
  409. checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes
  410. checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes
  411. checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes
  412. checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h... yes
  413. checking for pthread_spinlock_t in pthread.h... yes
  414. checking for pthread_rwlock_timedwrlock() in pthread.h... yes
  415. checking for working unnamed semaphores... yes
  416. checking if PTHREAD_ONCE_INIT needs braces... no
  417. checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes
  418. checking whether we can compare a mutex to its initial value... no
  419. checking sys/thr.h usability... no
  420. checking sys/thr.h presence... no
  421. checking for sys/thr.h... no
  422. checking for compiler atomic operations... yes
  423. checking if your system printf is NULL-safe.... (null)yes
  424. checking if we can increase the maximum select-able file descriptor... no
  425. checking for compiler 'attribute pure' support... yes
  426. checking for compiler 'attribute malloc' support... yes
  427. checking for compiler 'attribute const' support... yes
  428. checking for compiler 'attribute unused' support... yes
  429. checking for compiler 'attribute always_inline' support... no
  430. checking for compiler 'attribute deprecated' support... yes
  431. checking for compiler 'attribute sentinel' support... yes
  432. checking for compiler 'attribute warn_unused_result' support... yes
  433. checking for compiler 'attribute may_alias' support... yes
  434. checking for compiler 'attribute constructor' support... yes
  435. checking for compiler 'attribute destructor' support... yes
  436. checking for -fsanitize=address support... yes
  437. checking for -fsanitize=thread support... yes
  438. checking for -fsanitize=leak support... yes
  439. checking for -fsanitize=undefined support... yes
  440. checking for -ffunction-sections support... yes
  441. checking for --gc-sections support... yes
  442. checking for -Wdeclaration-after-statement support... yes
  443. checking for -Wtrampolines support... yes
  444. checking for _FORTIFY_SOURCE support... yes
  445. checking for -fno-strict-overflow... yes
  446. checking for -Wshadow... yes
  447. checking for -march=native support... user CFLAGS present
  448. checking whether to use rpath... not needed
  449. checking for sysinfo... yes
  450. checking for library containing res_9_ninit... no
  451. checking for res_ninit... yes
  452. checking for library containing res_9_ndestroy... no
  453. checking for res_ndestroy... no
  454. checking for library containing res_9_close... no
  455. checking for res_close... no
  456. checking for GLOB_NOMAGIC in glob.h... yes
  457. checking for GLOB_BRACE in glob.h... yes
  458. checking for RTLD_NOLOAD in dlfcn.h... yes
  459. checking for IP_MTU_DISCOVER in netinet/in.h... yes
  460. checking libkern/OSAtomic.h usability... no
  461. checking libkern/OSAtomic.h presence... no
  462. checking for libkern/OSAtomic.h... no
  463. checking size of int... 4
  464. checking size of long... 8
  465. checking size of long long... 8
  466. checking size of char *... 8
  467. checking size of long... (cached) 8
  468. checking size of long long... (cached) 8
  469. checking size of fd_set.fds_bits... (cached) 8
  470. checking for dladdr in dlfcn.h... yes
  471. checking for pkg-config... /usr/bin/pkg-config
  472. checking pkg-config is at least version 0.9.0... yes
  473. checking for snd_spcm_init in -lasound... yes
  474. checking alsa/asoundlib.h usability... yes
  475. checking alsa/asoundlib.h presence... yes
  476. checking for alsa/asoundlib.h... yes
  477. checking for bfd_openr in -lbfd... yes
  478. checking bfd.h usability... yes
  479. checking bfd.h presence... yes
  480. checking for bfd.h... yes
  481. checking for cap_from_text in -lcap... yes
  482. checking sys/capability.h usability... yes
  483. checking sys/capability.h presence... yes
  484. checking for sys/capability.h... yes
  485. checking for DAHDI_RESET_COUNTERS in dahdi/user.h... no
  486. checking for DAHDI_DEFAULT_MTU_MRU in dahdi/user.h... no
  487. checking for DAHDI_CODE in dahdi/user.h... no
  488. checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... no
  489. checking for enhanced dahdi vmwi support... no
  490. checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... no
  491. checking for getifaddrs() support... yes
  492. checking for timerfd support... yes
  493. checking for gsm_create in -lgsm... yes
  494. checking gsm.h usability... yes
  495. checking gsm.h presence... yes
  496. checking for gsm.h... yes
  497. checking gsm/gsm.h usability... yes
  498. checking gsm/gsm.h presence... yes
  499. checking for gsm/gsm.h... yes
  500. checking for ILBC... no
  501. checking for LIBEDIT... no
  502. checking for iconv_open in -liconv... no
  503. checking for libiconv_open in -liconv... no
  504. checking for iconv_close in -lc... yes
  505. checking iconv.h usability... yes
  506. checking iconv.h presence... yes
  507. checking for iconv.h... yes
  508. checking for icaltimezone_get_utc_timezone in -lical... yes
  509. checking libical/ical.h usability... yes
  510. checking libical/ical.h presence... yes
  511. checking for libical/ical.h... yes
  512. checking for iks_start_sasl in -liksemel... yes
  513. checking iksemel.h usability... yes
  514. checking iksemel.h presence... yes
  515. checking for iksemel.h... yes
  516. checking for UW IMAP Toolkit c-client library... no
  517. checking for system c-client library...... no
  518. checking for SQLConnect in -liodbc... no
  519. checking for inotify_init in -lc... yes
  520. checking sys/inotify.h usability... yes
  521. checking sys/inotify.h presence... yes
  522. checking for sys/inotify.h... yes
  523. checking for jack_activate in -ljack... yes
  524. checking jack/jack.h usability... yes
  525. checking jack/jack.h presence... yes
  526. checking for jack/jack.h... yes
  527. checking for kqueue in -lc... no
  528. checking for kevent64... no
  529. checking for lt_dlinit in -lltdl... yes
  530. checking ltdl.h usability... yes
  531. checking ltdl.h presence... yes
  532. checking for ltdl.h... yes
  533. checking for ldap_initialize in -lldap... yes
  534. checking ldap.h usability... yes
  535. checking ldap.h presence... yes
  536. checking for ldap.h... yes
  537. checking for mISDN_open in -lmISDN... no
  538. checking for mysql_config... /usr/bin/mysql_config
  539. checking for nbs_connect in -lnbs... no
  540. checking for neon-config... /usr/bin/neon-config
  541. checking for neon-config... /usr/bin/neon-config
  542. checking for net-snmp-config... /usr/bin/net-snmp-config
  543. checking for newtBell in -lnewt... yes
  544. checking newt.h usability... yes
  545. checking newt.h presence... yes
  546. checking for newt.h... yes
  547. checking for SQLConnect in -lodbc... yes
  548. checking sql.h usability... yes
  549. checking sql.h presence... yes
  550. checking for sql.h... yes
  551. checking for ogg_sync_init in -logg... yes
  552. checking for backtrace in -lexecinfo... no
  553. checking for backtrace in -lc... yes
  554. checking execinfo.h usability... yes
  555. checking execinfo.h presence... yes
  556. checking for execinfo.h... yes
  557. checking for ba2str in -lbluetooth... yes
  558. checking bluetooth/bluetooth.h usability... yes
  559. checking bluetooth/bluetooth.h presence... yes
  560. checking for bluetooth/bluetooth.h... yes
  561. checking linux/soundcard.h usability... yes
  562. checking linux/soundcard.h presence... yes
  563. checking for linux/soundcard.h... yes
  564. checking for pg_config... /usr/bin/pg_config
  565. checking for PQescapeStringConn in -lpq... yes
  566. checking for pg_encoding_to_char within Postgres headers... yes
  567. checking for embedded pjproject (may have to download)... configuring
  568. [pjproject]  Unpacking /tmp/pjproject-2.4.5.tar.bz2
  569. [pjproject]  Applying patches
  570. [pjproject]  Applying config_site.h
  571. [pjproject]  Applying user.mak
  572. [pjproject]  Configuring with --prefix=/opt/pjproject --with-external-speex --with-external-gsm --with-external-srtp --with-external-pa --disable-video --disable-v4l2 --disable-sound --disable-opencore-amr --disable-ilbc-codec --without-libyuv --disable-g7221-codec --enable-epoll
  573. checking for embedded pjproject... yes
  574. checking for pjsip_dlg_create_uas_and_inc_lock declared in pjsip.h... no
  575. checking for pjsip_tsx_create_uac2 declared in pjsip.h... yes
  576. checking for PJMEDIA_SDP_NEG_ALLOW_MEDIA_CHANGE declared in pjmedia.h... yes
  577. checking for pjsip_get_dest_info declared in pjsip.h... yes
  578. checking for pj_ssl_cert_load_from_files2 declared in pjlib.h... yes
  579. checking for pjsip_endpt_set_ext_resolver declared in pjsip.h... yes
  580. checking for poptStrerror in -lpopt... yes
  581. checking popt.h usability... yes
  582. checking popt.h presence... yes
  583. checking for popt.h... yes
  584. checking for Pa_GetDeviceCount in -lportaudio... yes
  585. checking portaudio.h usability... yes
  586. checking portaudio.h presence... yes
  587. checking for portaudio.h... yes
  588. checking for pri_connected_line_update in -lpri... no
  589. checking for pri_setup_ack in -lpri... no
  590. checking for pri_persistent_layer2_option in -lpri... no
  591. checking for pri_date_time_send_option in -lpri... no
  592. checking for pri_mwi_indicate_v2 in -lpri... no
  593. checking for pri_display_text in -lpri... no
  594. checking for pri_mwi_indicate in -lpri... no
  595. checking for pri_mcid_enable in -lpri... no
  596. checking for pri_connect_ack_enable in -lpri... no
  597. checking for pri_aoc_events_enable in -lpri... no
  598. checking for pri_transfer_enable in -lpri... no
  599. checking for pri_cc_enable in -lpri... no
  600. checking for pri_hangup_fix_enable in -lpri... no
  601. checking for pri_sr_set_called_subaddress in -lpri... no
  602. checking for pri_hold_enable in -lpri... no
  603. checking for pri_reroute_enable in -lpri... no
  604. checking for pri_sr_set_keypad_digits in -lpri... no
  605. checking for pri_progress_with_cause in -lpri... no
  606. checking for pri_set_inbanddisconnect in -lpri... no
  607. checking for pri_maintenance_service in -lpri... no
  608. checking for pri_sr_set_reversecharge in -lpri... no
  609. checking for resample_open in -lresample... no
  610. checking for minimum version of SpanDSP... yes
  611. checking for span_set_message_handler in -lspandsp... yes
  612. checking spandsp.h usability... yes
  613. checking spandsp.h presence... yes
  614. checking for spandsp.h... yes
  615. checking for t38_terminal_init in -lspandsp... yes
  616. checking for spandsp.h... (cached) yes
  617. checking for ss7_set_isup_timer in -lss7... no
  618. checking for openr2_chan_new in -lopenr2... no
  619. checking for opus_encoder_create in -lopus... yes
  620. checking opus/opus.h usability... yes
  621. checking opus/opus.h presence... yes
  622. checking for opus/opus.h... yes
  623. checking /home/hans/pwlib/include/ptlib.h usability... no
  624. checking /home/hans/pwlib/include/ptlib.h presence... no
  625. checking for /home/hans/pwlib/include/ptlib.h... no
  626. checking /usr/local/include/ptlib.h usability... no
  627. checking /usr/local/include/ptlib.h presence... no
  628. checking for /usr/local/include/ptlib.h... no
  629. checking /usr/include/ptlib.h usability... no
  630. checking /usr/include/ptlib.h presence... no
  631. checking for /usr/include/ptlib.h... no
  632. checking for luaL_newstate in -llua5.2... no
  633. checking for luaL_newstate in -llua5.1... yes
  634. checking lua5.1/lua.h usability... yes
  635. checking lua5.1/lua.h presence... yes
  636. checking for lua5.1/lua.h... yes
  637. checking for rc_read_config in -lfreeradius-client... no
  638. checking for rc_read_config in -lradiusclient-ng... yes
  639. checking radiusclient-ng.h usability... yes
  640. checking radiusclient-ng.h presence... yes
  641. checking for radiusclient-ng.h... yes
  642. checking for cpg_join in -lcpg... yes
  643. checking corosync/cpg.h usability... yes
  644. checking corosync/cpg.h presence... yes
  645. checking for corosync/cpg.h... yes
  646. checking for corosync_cfg_state_track in -lcfg... no
  647. checking for speex_encode in -lspeex... yes
  648. checking speex/speex.h usability... yes
  649. checking speex/speex.h presence... yes
  650. checking for speex/speex.h... yes
  651. checking for speex_preprocess_ctl in -lspeex... no
  652. checking for speex_preprocess_ctl in -lspeexdsp... yes
  653. checking for speex/speex.h... (cached) yes
  654. checking for sqlite_exec in -lsqlite... yes
  655. checking sqlite.h usability... yes
  656. checking sqlite.h presence... yes
  657. checking for sqlite.h... yes
  658. checking for sqlite3_open in -lsqlite3... yes
  659. checking sqlite3.h usability... yes
  660. checking sqlite3.h presence... yes
  661. checking for sqlite3.h... yes
  662. checking for crypt in -lcrypt... yes
  663. checking crypt.h usability... yes
  664. checking crypt.h presence... yes
  665. checking for crypt.h... yes
  666. checking for crypt... no
  667. checking for crypt_r in -lcrypt... yes
  668. checking for AES_encrypt in -lcrypto... yes
  669. checking openssl/aes.h usability... yes
  670. checking openssl/aes.h presence... yes
  671. checking for openssl/aes.h... yes
  672. checking for SSL_connect in -lssl... yes
  673. checking openssl/ssl.h usability... yes
  674. checking openssl/ssl.h presence... yes
  675. checking for openssl/ssl.h... yes
  676. checking osp/osp.h usability... no
  677. checking osp/osp.h presence... no
  678. checking for osp/osp.h... no
  679. checking for SSL_CTX_set_tlsext_use_srtp in -lssl... yes
  680. checking for openssl/ssl.h... (cached) yes
  681. checking for EC_KEY_new_by_curve_name in -lssl... yes
  682. checking openssl/ec.h usability... yes
  683. checking openssl/ec.h presence... yes
  684. checking for openssl/ec.h... yes
  685. checking for SSL_CTX_set_ecdh_auto declared in openssl/ssl.h... yes
  686. checking for SSL_OP_NO_TLSv1_1 in openssl/ssl.h... yes
  687. checking for SSL_OP_NO_TLSv1_2 in openssl/ssl.h... yes
  688. checking for srtp_init in -lsrtp... yes
  689. checking srtp/srtp.h usability... yes
  690. checking srtp/srtp.h presence... yes
  691. checking for srtp/srtp.h... yes
  692. checking for the ability of -lsrtp to be linked in a shared object... yes
  693. checking for srtp_shutdown in -lsrtp... yes
  694. checking for srtp/srtp.h... (cached) yes
  695. checking for GMIME... no
  696. checking for GMIME... no
  697. checking for GMIME... no
  698. checking for GMIME... no
  699. checking for malloc in -lhoard... no
  700. checking for dbinit in -lsybdb... yes
  701. checking sybdb.h usability... yes
  702. checking sybdb.h presence... yes
  703. checking for sybdb.h... yes
  704. checking for tone_zone_find_by_num in -ltonezone... yes
  705. checking for tone_zone_find in -ltonezone... yes
  706. checking dahdi/tonezone.h usability... no
  707. checking dahdi/tonezone.h presence... no
  708. checking for dahdi/tonezone.h... no
  709. checking for vorbis_info_init in -lvorbis... yes
  710. checking vorbis/codec.h usability... yes
  711. checking vorbis/codec.h presence... yes
  712. checking for vorbis/codec.h... yes
  713. checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h... yes
  714. checking for vpb_open in -lvpb... yes
  715. checking for compress in -lz... yes
  716. checking zlib.h usability... yes
  717. checking zlib.h presence... yes
  718. checking for zlib.h... yes
  719. checking whether ODBC has support for Unicode types... yes
  720. checking linux/compiler.h usability... no
  721. checking linux/compiler.h presence... no
  722. checking for linux/compiler.h... no
  723. checking for linux/ixjuser.h... yes
  724. checking for MSG_NOSIGNAL in sys/socket.h... yes
  725. checking for SO_NOSIGPIPE in sys/socket.h... no
  726. checking for sdl-config... /usr/bin/sdl-config
  727. checking for IMG_Load in -lSDL_image... no
  728. checking for sws_getContext in -lavcodec... no
  729. checking linux/videodev.h usability... no
  730. checking linux/videodev.h presence... no
  731. checking for linux/videodev.h... no
  732. checking for XOpenDisplay in -lX11... yes
  733. checking X11/Xlib.h usability... yes
  734. checking X11/Xlib.h presence... yes
  735. checking for X11/Xlib.h... yes
  736. checking for /sbin/launchd... no
  737. checking for GTK2... yes
  738. checking for LOG_AUTH in syslog.h... yes
  739. checking for LOG_AUTHPRIV in syslog.h... yes
  740. checking for LOG_CRON in syslog.h... yes
  741. checking for LOG_DAEMON in syslog.h... yes
  742. checking for LOG_FTP in syslog.h... yes
  743. checking for LOG_KERN in syslog.h... yes
  744. checking for LOG_LPR in syslog.h... yes
  745. checking for LOG_MAIL in syslog.h... yes
  746. checking for LOG_NEWS in syslog.h... yes
  747. checking for LOG_SYSLOG in syslog.h... yes
  748. checking for LOG_UUCP in syslog.h... yes
  749. checking for mandatory modules:  CRYPTO PJPROJECT SRTP OPENSSL... ok
  750. configure: creating ./config.status
  751. config.status: creating build_tools/menuselect-deps
  752. config.status: creating makeopts
  753. config.status: creating include/asterisk/autoconfig.h
  754. checking build system type... x86_64-unknown-linux-gnu
  755. checking host system type... x86_64-unknown-linux-gnu
  756. checking for gcc... gcc
  757. checking whether the C compiler works... yes
  758. checking for C compiler default output file name... a.out
  759. checking for suffix of executables...
  760. checking whether we are cross compiling... no
  761. checking for suffix of object files... o
  762. checking whether we are using the GNU C compiler... yes
  763. checking whether gcc accepts -g... yes
  764. checking for gcc option to accept ISO C89... none needed
  765. checking for GNU make... make
  766. checking for compiler 'attribute weakref' support... yes
  767. checking how to run the C preprocessor... gcc -E
  768. checking for grep that handles long lines and -e... /bin/grep
  769. checking for egrep... /bin/grep -E
  770. checking for ANSI C header files... yes
  771. checking for sys/types.h... yes
  772. checking for sys/stat.h... yes
  773. checking for stdlib.h... yes
  774. checking for string.h... yes
  775. checking for memory.h... yes
  776. checking for strings.h... yes
  777. checking for inttypes.h... yes
  778. checking for stdint.h... yes
  779. checking for unistd.h... yes
  780. checking for size_t... yes
  781. checking for working alloca.h... yes
  782. checking for alloca... yes
  783. checking for asprintf... yes
  784. checking for getloadavg... yes
  785. checking for setenv... yes
  786. checking for strcasestr... yes
  787. checking for strndup... yes
  788. checking for strnlen... yes
  789. checking for strsep... yes
  790. checking for unsetenv... yes
  791. checking for vasprintf... yes
  792. checking for newtBell in -lnewt... yes
  793. checking newt.h usability... yes
  794. checking newt.h presence... yes
  795. checking for newt.h... yes
  796. checking for initscr in -lcurses... yes
  797. checking curses.h usability... yes
  798. checking curses.h presence... yes
  799. checking for curses.h... yes
  800. checking for initscr in -lncurses... yes
  801. checking for curses.h... (cached) yes
  802. checking for a sed that does not truncate output... /bin/sed
  803. checking for xml2-config... /usr/bin/xml2-config
  804. checking for pkg-config... pkg-config
  805. configure: creating ./config.status
  806. config.status: creating makeopts
  807. config.status: creating autoconfig.h
  808. configure: Menuselect build configuration successfully completed
  809.  
  810.                .$$$$$$$$$$$$$$$=..      
  811.             .$7$7..          .7$$7:.    
  812.           .$$:.                 ,$7.7  
  813.         .$7.     7$$$$           .$$77  
  814.      ..$$.       $$$$$            .$$$7
  815.     ..7$   .?.   $$$$$   .?.       7$$$.
  816.    $.$.   .$$$7. $$$$7 .7$$$.      .$$$.
  817.  .777.   .$$$$$$77$$$77$$$$$7.      $$$,
  818.  $$$~      .7$$$$$$$$$$$$$7.       .$$$.
  819. .$$7          .7$$$$$$$7:          ?$$$.
  820. $$$          ?7$$$$$$$$$$I        .$$$7
  821. $$$       .7$$$$$$$$$$$$$$$$      :$$$.
  822. $$$       $$$$$$7$$$$$$$$$$$$    .$$$.  
  823. $$$        $$$   7$$$7  .$$$    .$$$.  
  824. $$$$             $$$$7         .$$$.    
  825. 7$$$7            7$$$$        7$$$      
  826.  $$$$$                        $$$      
  827.   $$$$7.                       $$  (TM)    
  828.    $$$$$$$.           .7$$$$$$  $$      
  829.      $$$$$$$$$$$$7$$$$$$$$$.$$$$$$      
  830.        $$$$$$$$$$$$$$$$.                
  831.  
  832. configure: Package configured for:
  833. configure: OS type  : linux-gnu
  834. configure: Host CPU : x86_64
  835. configure: build-cpu:vendor:os: x86_64 : unknown : linux-gnu :
  836. configure: host-cpu:vendor:os: x86_64 : unknown : linux-gnu :
  837. hans@vps:/usr/src/asterisk-13.8.0$ make menuselect
  838. CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" cmenuselect
  839. make[1]: Map '/usr/src/asterisk-13.8.0/menuselect' wordt binnengegaan
  840. gcc  -g -D_GNU_SOURCE -Wall -I/usr/include/libxml2   -c -o menuselect.o menuselect.c
  841. gcc  -g -D_GNU_SOURCE -Wall   -c -o strcompat.o strcompat.c
  842. gcc  -g -D_GNU_SOURCE -Wall    -c -o menuselect_curses.o menuselect_curses.c
  843. gcc  -o cmenuselect menuselect.o strcompat.o menuselect_curses.o -lncurses  -lxml2
  844. make[1]: Map '/usr/src/asterisk-13.8.0/menuselect' wordt verlaten
  845. CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" nmenuselect
  846. make[1]: Map '/usr/src/asterisk-13.8.0/menuselect' wordt binnengegaan
  847. gcc  -g -D_GNU_SOURCE -Wall    -c -o menuselect_newt.o menuselect_newt.c
  848. gcc  -o nmenuselect menuselect.o strcompat.o menuselect_newt.o -lnewt  -lxml2
  849. make[1]: Map '/usr/src/asterisk-13.8.0/menuselect' wordt verlaten
  850. CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect
  851. make[1]: Map '/usr/src/asterisk-13.8.0/menuselect' wordt binnengegaan
  852. gcc  -g -D_GNU_SOURCE -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2    -c -o menuselect_gtk.o menuselect_gtk.c
  853. gcc  -o gmenuselect menuselect.o strcompat.o menuselect_gtk.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype  -lxml2
  854. make[1]: Map '/usr/src/asterisk-13.8.0/menuselect' wordt verlaten
  855. make[1]: Map '/usr/src/asterisk-13.8.0' wordt binnengegaan
  856. Generating input for menuselect ...
  857. CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
  858. make[2]: Map '/usr/src/asterisk-13.8.0/menuselect' wordt binnengegaan
  859. gcc  -g -D_GNU_SOURCE -Wall   -c -o menuselect_stub.o menuselect_stub.c
  860. gcc  -o menuselect menuselect.o strcompat.o menuselect_stub.o -lxml2
  861. make[2]: Map '/usr/src/asterisk-13.8.0/menuselect' wordt verlaten
  862. Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
  863. menuselect changes saved!
  864. make[1]: Map '/usr/src/asterisk-13.8.0' wordt verlaten
  865. hans@vps:/usr/src/asterisk-13.8.0$ make
  866. Generating embedded module rules ...
  867.    [CC] astcanary.c -> astcanary.o
  868.    [LD] astcanary.o -> astcanary
  869.    [CC] astdb2sqlite3.c -> astdb2sqlite3.o
  870.    [CC] hash/hash.c -> hash/hash.o
  871.    [CC] hash/hash_bigkey.c -> hash/hash_bigkey.o
  872.    [CC] hash/hash_buf.c -> hash/hash_buf.o
  873.    [CC] hash/hash_func.c -> hash/hash_func.o
  874.    [CC] hash/hash_log2.c -> hash/hash_log2.o
  875.    [CC] hash/hash_page.c -> hash/hash_page.o
  876.    [CC] hash/ndbm.c -> hash/ndbm.o
  877.    [CC] btree/bt_close.c -> btree/bt_close.o
  878.    [CC] btree/bt_conv.c -> btree/bt_conv.o
  879.    [CC] btree/bt_debug.c -> btree/bt_debug.o
  880.    [CC] btree/bt_delete.c -> btree/bt_delete.o
  881.    [CC] btree/bt_get.c -> btree/bt_get.o
  882.    [CC] btree/bt_open.c -> btree/bt_open.o
  883.    [CC] btree/bt_overflow.c -> btree/bt_overflow.o
  884.    [CC] btree/bt_page.c -> btree/bt_page.o
  885.    [CC] btree/bt_put.c -> btree/bt_put.o
  886.    [CC] btree/bt_search.c -> btree/bt_search.o
  887.    [CC] btree/bt_seq.c -> btree/bt_seq.o
  888.    [CC] btree/bt_split.c -> btree/bt_split.o
  889.    [CC] btree/bt_utils.c -> btree/bt_utils.o
  890.    [CC] db/db.c -> db/db.o
  891.    [CC] mpool/mpool.c -> mpool/mpool.o
  892.    [CC] recno/rec_close.c -> recno/rec_close.o
  893.    [CC] recno/rec_delete.c -> recno/rec_delete.o
  894.    [CC] recno/rec_get.c -> recno/rec_get.o
  895.    [CC] recno/rec_open.c -> recno/rec_open.o
  896.    [CC] recno/rec_put.c -> recno/rec_put.o
  897.    [CC] recno/rec_search.c -> recno/rec_search.o
  898.    [CC] recno/rec_seq.c -> recno/rec_seq.o
  899.    [CC] recno/rec_utils.c -> recno/rec_utils.o
  900.    [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
  901.    [LD] astdb2sqlite3.o db1-ast/libdb1.a -> astdb2sqlite3
  902.    [CC] astdb2bdb.c -> astdb2bdb.o
  903.    [LD] astdb2bdb.o db1-ast/libdb1.a -> astdb2bdb
  904.    [CP] res/ael/ael_lex.c -> aelparse.c
  905.    [SED] aelparse.c
  906.    [CC] aelparse.c -> aelparse.o
  907.    [CP] res/ael/ael.tab.c -> aelbison.c
  908.    [CC] aelbison.c -> aelbison.o
  909.    [CP] pbx/pbx_ael.c -> pbx_ael.c
  910.    [SED] pbx_ael.c
  911.    [CC] pbx_ael.c -> pbx_ael.o
  912.    [CP] main/hashtab.c -> hashtab.c
  913.    [CC] hashtab.c -> hashtab.o
  914.    [CP] main/lock.c -> lock.c
  915.    [CC] lock.c -> lock.o
  916.    [CC] ael_main.c -> ael_main.o
  917.    [CP] main/ast_expr2f.c -> ast_expr2f.c
  918.    [CC] ast_expr2f.c -> ast_expr2f.o
  919.    [CP] main/ast_expr2.c -> ast_expr2.c
  920.    [CC] ast_expr2.c -> ast_expr2.o
  921.    [CP] main/strcompat.c -> strcompat.c
  922.    [CC] strcompat.c -> strcompat.o
  923.    [CP] res/ael/pval.c -> pval.c
  924.    [CC] pval.c -> pval.o
  925.    [CC] extconf.c -> extconf.o
  926.    [LD] aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse
  927.    [CC] astman.c -> astman.o
  928.    [CP] main/md5.c -> md5.c
  929.    [CC] md5.c -> md5.o
  930.    [LD] astman.o md5.o -> astman
  931.    [CC] check_expr.c -> check_expr.o
  932.    [CP] main/threadstorage.c -> threadstorage.c
  933.    [CC] threadstorage.c -> threadstorage.o
  934.    [CC] clicompat.c -> clicompat.o
  935.    [LD] check_expr.o ast_expr2.o ast_expr2f.o strcompat.o threadstorage.o clicompat.o -> check_expr
  936.    [CC] ast_expr2f.c -> ast_expr2fz.o
  937.    [CC] ast_expr2.c -> ast_expr2z.o
  938.    [LD] ast_expr2fz.o ast_expr2z.o  -> check_expr2
  939.    [RM] ast_expr2fz.o ast_expr2z.o
  940. Expression: 2 + 2    Result: [1] '4'
  941. Expression:       2     +       2                Result: [1] '4'
  942. Expression:     Result: [0] ''
  943. Expression: 2 - 4    Result: [2] '-2'
  944. Expression: 4 - 2    Result: [1] '2'
  945. Expression: -4 - -2    Result: [2] '-2'
  946. Expression: 4 + 2 * 8    Result: [2] '20'
  947. Expression: (4 + 2) * 8    Result: [2] '48'
  948. Expression: 4 + (2 * 8)    Result: [2] '20'
  949. Expression: 4 + (2 * 8) ? 3 :: 6    Result: [1] '3'
  950. Expression: 4 + 8 / 2    Result: [1] '8'
  951. Expression: 4 + 8 / 3    Result: [19] '6.66666666666666667'
  952. Expression: (4+8) / 3    Result: [1] '4'
  953. Expression: 4 + 8 % 3    Result: [1] '6'
  954. Expression: 4 + 9 % 3    Result: [1] '4'
  955. Expression: (4+9) %3    Result: [1] '1'
  956. Expression: (4+8) %3    Result: [1] '0'
  957. Expression: (4+9) %3    Result: [1] '1'
  958. Expression: (4+8) %3    Result: [1] '0'
  959. Expression: (4+9) % 3    Result: [1] '1'
  960. Expression: (4+8) % 3    Result: [1] '0'
  961. Expression: (4+9) % 3    Result: [1] '1'
  962. Expression: (4+8) % 3    Result: [1] '0'
  963. Expression: (4+9)% 3    Result: [1] '1'
  964. Expression: (4+8)% 3    Result: [1] '0'
  965. Expression: (4+9)% 3    Result: [1] '1'
  966. Expression: (4+8)% 3    Result: [1] '0'
  967. Expression: 4 & 4    Result: [1] '4'
  968. Expression: 0 & 4    Result: [1] '0'
  969. Expression: 0 & 0    Result: [1] '0'
  970. Expression: 2 | 0    Result: [1] '2'
  971. Expression: 2 | 4    Result: [1] '2'
  972. Expression: 0 | 0    Result: [1] '0'
  973. Expression: !0 | 0    Result: [1] '1'
  974. Expression: !4 | 0    Result: [1] '0'
  975. Expression: 4 | !0    Result: [1] '4'
  976. Expression: !4 | !0    Result: [1] '1'
  977. Expression: 3 < 4    Result: [1] '1'
  978. Expression: 4 < 3    Result: [1] '0'
  979. Expression: 3 > 4    Result: [1] '0'
  980. Expression: 4 > 3    Result: [1] '1'
  981. Expression: 3 = 3    Result: [1] '1'
  982. Expression: 3 = 4    Result: [1] '0'
  983. Expression: 3 != 3    Result: [1] '0'
  984. Expression: 3 != 4    Result: [1] '1'
  985. Expression: 3 >= 4    Result: [1] '0'
  986. Expression: 3 >= 3    Result: [1] '1'
  987. Expression: 4 >= 3    Result: [1] '1'
  988. Expression: 3 <= 4    Result: [1] '1'
  989. Expression: 4 <= 3    Result: [1] '0'
  990. Expression: 4 <= 4    Result: [1] '1'
  991. Expression: 3 > 4 & 4 < 3    Result: [1] '0'
  992. Expression: 4 > 3 & 3 < 4    Result: [1] '1'
  993. Expression: x = x    Result: [1] '1'
  994. Expression: y = x    Result: [1] '0'
  995. Expression: x != y    Result: [1] '1'
  996. Expression: x != x    Result: [1] '0'
  997. Expression: "Something interesting" =~ interesting    Result: [2] '11'
  998. Expression: "Something interesting" =~ Something    Result: [1] '9'
  999. Expression: "Something interesting" : Something    Result: [1] '9'
  1000. Expression: "Something interesting" : interesting    Result: [1] '0'
  1001. Expression: "Something interesting" =~ "interesting"    Result: [2] '11'
  1002. Expression: "Something interesting" =~ "Something"    Result: [1] '9'
  1003. Expression: "Something interesting" : "Something"    Result: [1] '9'
  1004. Expression: "Something interesting" : "interesting"    Result: [1] '0'
  1005. Expression: "Something interesting" =~ (interesting)    Result: [2] '11'
  1006. Expression: "Something interesting" =~ (Something)    Result: [1] '9'
  1007. Expression: "Something interesting" : (Something)    Result: [1] '9'
  1008. Expression: "Something interesting" : (interesting)    Result: [1] '0'
  1009. Expression: "Something interesting" =~ "\(interesting\)"    Result: [1] '0'
  1010. Expression: "Something interesting" =~ "\(Something\)"    Result: [1] '0'
  1011. Expression: "Something interesting" : "\(Something\)"    Result: [1] '0'
  1012. Expression: "Something interesting" : "\(interesting\)"    Result: [1] '0'
  1013. Expression: "011043567857575" : "011\(..\)"    Result: [1] '0'
  1014. Expression: "9011043567857575" : "011\(..\)"    Result: [1] '0'
  1015. Expression: "011043567857575" =~ "011\(..\)"    Result: [1] '0'
  1016. Expression: "9011043567857575" =~ "011\(..\)"    Result: [1] '0'
  1017. Expression: "Something interesting" =~ (interesting)    Result: [2] '11'
  1018. Expression: "Something interesting" =~ (Something)    Result: [1] '9'
  1019. Expression: "Something interesting" : (Something)    Result: [1] '9'
  1020. Expression: "Something interesting" : (interesting)    Result: [1] '0'
  1021. Expression: "Something interesting" =~ "(interesting)"    Result: [11] 'interesting'
  1022. Expression: "Something interesting" =~ "(Something)"    Result: [9] 'Something'
  1023. Expression: "Something interesting" : "(Something)"    Result: [9] 'Something'
  1024. Expression: "Something interesting" : "(interesting)"    Result: [0] ''
  1025. Expression: "011043567857575" : "011(..)"    Result: [2] '04'
  1026. Expression: "9011043567857575" : "011(..)"    Result: [0] ''
  1027. Expression: "011043567857575" =~ "011(..)"    Result: [2] '04'
  1028. Expression: "9011043567857575" =~ "011(..)"    Result: [2] '04'
  1029. Expression: 3    Result: [1] '3'
  1030. Expression: something    Result: [9] 'something'
  1031. Expression: 043    Result: [3] '043'
  1032. Expression: 2.1+4.2    Result: [3] '6.3'
  1033. Expression: 1.500003+1.4999999999999898989898989898989898989889898    Result: [18] '3.0000029999999899'
  1034. Expression: 1/4    Result: [4] '0.25'
  1035. Expression: 2.3 + COS(3.141592653)    Result: [3] '1.3'
  1036. Expression: REMAINDER(13,3)    Result: [1] '1'
  1037. Expression: 2.3 + SIN(3.1415823)    Result: [19] '2.30001035358979305'
  1038. Expression: TAN(45) + 2.3    Result: [19] '3.91977519054386155'
  1039. Expression: POW(10.0,4.0)    Result: [5] '10000'
  1040. Expression: SQRT(4)    Result: [1] '2'
  1041. Expression: SQRT(2)    Result: [19] '1.41421356237309505'
  1042. Expression: FLOOR(2.4)    Result: [1] '2'
  1043. Expression: FLOOR(2.6)    Result: [1] '2'
  1044. Expression: CEIL(2.4)    Result: [1] '3'
  1045. Expression: CEIL(2.6)    Result: [1] '3'
  1046. Expression: ROUND(2.4)    Result: [1] '2'
  1047. Expression: ROUND(2.5)    Result: [1] '3'
  1048. Expression: ROUND(2.6)    Result: [1] '3'
  1049. Expression: RINT(2.4)    Result: [1] '2'
  1050. Expression: RINT(2.5)    Result: [1] '2'
  1051. Expression: RINT(2.6)    Result: [1] '3'
  1052. Expression: TRUNC(2.4)    Result: [1] '2'
  1053. Expression: TRUNC(2.5)    Result: [1] '2'
  1054. Expression: TRUNC(2.6)    Result: [1] '2'
  1055. Expression: EXP(1.0)    Result: [19] '2.71828182845904524'
  1056. Expression: EXP2(1.0)    Result: [1] '2'
  1057. Expression: LOG(10)    Result: [19] '2.30258509299404568'
  1058. Expression: LOG2(10)    Result: [19] '3.32192809488736235'
  1059. Expression: LOG10(10)    Result: [1] '1'
  1060. Expression: ATAN2(4,5)    Result: [20] '0.674740942223552663'
  1061. Expression: ACOS(12)    Result: [3] 'nan'
  1062. Expression: ASIN(1)    Result: [19] '1.57079632679489662'
  1063. Expression: ATAN(10)    Result: [19] '1.47112767430373459'
  1064. Expression: SQRT(2)*SQRT(2)    Result: [1] '2'
  1065. LOG: lev:3 file:ast_expr2.y  line:1470 func: op_times  overflow
  1066. LOG: lev:3 file:ast_expr2.y  line:1470 func: op_times  overflow
  1067. Expression: ATAN(12) + TRUNC(2.4) *ASIN(14.3) *ACOS(1.2)    Result: [3] 'nan'
  1068. Expression: ATAN(.912)    Result: [25] '1.29928150680991192e-4943'
  1069. Expression: TRUNC(2.4)    Result: [1] '2'
  1070. Expression: ASIN(0.705)    Result: [19] '0.78242314584342907'
  1071. Expression: ACOS(.12)    Result: [19] '1.57079632679489662'
  1072. Expression: ATAN(.912) + TRUNC(2.4) - ASIN(0.705) + ACOS(.12)    Result: [19] '2.78837318095146755'
  1073. LOG: lev:4 file:ast_expr2.y  line:1073 func: op_func  Error! 'MATH' is not available in the standalone version!
  1074. Expression: MATH(3*9)    Result: [1] '0'
  1075. Expression: ${GLOBAL(ULKOPREFIX)}9${x}    Result: [26] '${GLOBAL(ULKOPREFIX)}9${x}'
  1076. Expression: 512059${x}    Result: [10] '512059${x}'
  1077.    [CC] conf2ael.c -> conf2ael.o
  1078.    [LD] conf2ael.o ast_expr2f.o ast_expr2.o hashtab.o lock.o aelbison.o aelparse.o pbx_ael.o pval.o extconf.o strcompat.o -> conf2ael
  1079.    [CC] muted.c -> muted.o
  1080.    [LD] muted.o -> muted
  1081.    [CC] smsq.c -> smsq.o
  1082.    [LD] smsq.o strcompat.o -> smsq
  1083.    [CC] stereorize.c -> stereorize.o
  1084.    [CC] frame.c -> frame.o
  1085.    [LD] stereorize.o frame.o -> stereorize
  1086.    [CC] streamplayer.c -> streamplayer.o
  1087.    [LD] streamplayer.o -> streamplayer
  1088.    [CC] eagi-test.c -> eagi-test.o
  1089.    [CC] strcompat.c -> strcompat.o
  1090.    [LD] eagi-test.o strcompat.o -> eagi-test
  1091.    [CC] eagi-sphinx-test.c -> eagi-sphinx-test.o
  1092.    [LD] eagi-sphinx-test.o -> eagi-sphinx-test
  1093. [pjproject]  Making dependencies
  1094. [pjproject]  Compiling libs
  1095. [pjproject]  Generating symbols
  1096. [pjproject]  Compiling apps
  1097. [pjproject]  Compiling python bindings
  1098.    [CC] chan_mgcp.c -> chan_mgcp.o
  1099.    [LD] chan_mgcp.o -> chan_mgcp.so
  1100.    [CC] chan_unistim.c -> chan_unistim.o
  1101.    [LD] chan_unistim.o -> chan_unistim.so
  1102.    [CC] chan_multicast_rtp.c -> chan_multicast_rtp.o
  1103.    [LD] chan_multicast_rtp.o -> chan_multicast_rtp.so
  1104.    [CC] chan_iax2.c -> chan_iax2.o
  1105.    [CC] iax2/parser.c -> iax2/parser.o
  1106.    [CC] iax2/firmware.c -> iax2/firmware.o
  1107.    [CC] iax2/provision.c -> iax2/provision.o
  1108.    [CC] iax2/codec_pref.c -> iax2/codec_pref.o
  1109.    [CC] iax2/format_compatibility.c -> iax2/format_compatibility.o
  1110.    [LD] chan_iax2.o iax2/parser.o iax2/firmware.o iax2/provision.o iax2/codec_pref.o iax2/format_compatibility.o -> chan_iax2.so
  1111.    [CC] chan_motif.c -> chan_motif.o
  1112.    [LD] chan_motif.o -> chan_motif.so
  1113.    [CC] chan_pjsip.c -> chan_pjsip.o
  1114.    [CC] pjsip/dialplan_functions.c -> pjsip/dialplan_functions.o
  1115.    [LD] chan_pjsip.o pjsip/dialplan_functions.o -> chan_pjsip.so
  1116.    [CC] chan_oss.c -> chan_oss.o
  1117.    [CC] console_video.c -> console_video.o
  1118.    [CC] vgrabbers.c -> vgrabbers.o
  1119.    [CC] console_board.c -> console_board.o
  1120.    [LD] chan_oss.o console_video.o vgrabbers.o console_board.o -> chan_oss.so
  1121.    [CC] chan_console.c -> chan_console.o
  1122.    [LD] chan_console.o -> chan_console.so
  1123.    [CC] chan_alsa.c -> chan_alsa.o
  1124.    [LD] chan_alsa.o -> chan_alsa.so
  1125.    [CC] chan_bridge_media.c -> chan_bridge_media.o
  1126.    [LD] chan_bridge_media.o -> chan_bridge_media.so
  1127.    [CC] chan_skinny.c -> chan_skinny.o
  1128.    [LD] chan_skinny.o -> chan_skinny.so
  1129.    [CC] chan_phone.c -> chan_phone.o
  1130.    [LD] chan_phone.o -> chan_phone.so
  1131.    [CC] chan_sip.c -> chan_sip.o
  1132.    [CC] sip/security_events.c -> sip/security_events.o
  1133.    [CC] sip/dialplan_functions.c -> sip/dialplan_functions.o
  1134.    [CC] sip/reqresp_parser.c -> sip/reqresp_parser.o
  1135.    [CC] sip/utils.c -> sip/utils.o
  1136.    [CC] sip/config_parser.c -> sip/config_parser.o
  1137.    [CC] sip/route.c -> sip/route.o
  1138.    [LD] chan_sip.o sip/security_events.o sip/dialplan_functions.o sip/reqresp_parser.o sip/utils.o sip/config_parser.o sip/route.o -> chan_sip.so
  1139.    [CC] pbx_spool.c -> pbx_spool.o
  1140.    [LD] pbx_spool.o -> pbx_spool.so
  1141.    [CC] pbx_lua.c -> pbx_lua.o
  1142.    [LD] pbx_lua.o -> pbx_lua.so
  1143.    [CC] pbx_realtime.c -> pbx_realtime.o
  1144.    [LD] pbx_realtime.o -> pbx_realtime.so
  1145.    [CC] pbx_ael.c -> pbx_ael.o
  1146.    [LD] pbx_ael.o -> pbx_ael.so
  1147.    [CC] pbx_dundi.c -> pbx_dundi.o
  1148.    [CC] dundi-parser.c -> dundi-parser.o
  1149.    [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
  1150.    [CC] pbx_loopback.c -> pbx_loopback.o
  1151.    [LD] pbx_loopback.o -> pbx_loopback.so
  1152.    [CC] pbx_config.c -> pbx_config.o
  1153.    [LD] pbx_config.o -> pbx_config.so
  1154.    [CC] app_playback.c -> app_playback.o
  1155.    [LD] app_playback.o -> app_playback.so
  1156.    [CC] app_talkdetect.c -> app_talkdetect.o
  1157.    [LD] app_talkdetect.o -> app_talkdetect.so
  1158.    [CC] app_followme.c -> app_followme.o
  1159.    [LD] app_followme.o -> app_followme.so
  1160.    [CC] app_dumpchan.c -> app_dumpchan.o
  1161.    [LD] app_dumpchan.o -> app_dumpchan.so
  1162.    [CC] app_page.c -> app_page.o
  1163.    [LD] app_page.o -> app_page.so
  1164.    [CC] app_disa.c -> app_disa.o
  1165.    [LD] app_disa.o -> app_disa.so
  1166.    [CC] app_confbridge.c -> app_confbridge.o
  1167.    [CC] confbridge/conf_state_single_marked.c -> confbridge/conf_state_single_marked.o
  1168.    [CC] confbridge/conf_state.c -> confbridge/conf_state.o
  1169.    [CC] confbridge/conf_state_single.c -> confbridge/conf_state_single.o
  1170.    [CC] confbridge/conf_state_multi_marked.c -> confbridge/conf_state_multi_marked.o
  1171.    [CC] confbridge/conf_chan_record.c -> confbridge/conf_chan_record.o
  1172.    [CC] confbridge/conf_state_multi.c -> confbridge/conf_state_multi.o
  1173.    [CC] confbridge/conf_state_empty.c -> confbridge/conf_state_empty.o
  1174.    [CC] confbridge/conf_config_parser.c -> confbridge/conf_config_parser.o
  1175.    [CC] confbridge/confbridge_manager.c -> confbridge/confbridge_manager.o
  1176.    [CC] confbridge/conf_chan_announce.c -> confbridge/conf_chan_announce.o
  1177.    [CC] confbridge/conf_state_inactive.c -> confbridge/conf_state_inactive.o
  1178.    [LD] app_confbridge.o confbridge/conf_state_single_marked.o confbridge/conf_state.o confbridge/conf_state_single.o confbridge/conf_state_multi_marked.o confbridge/conf_chan_record.o confbridge/conf_state_multi.o confbridge/conf_state_empty.o confbridge/conf_config_parser.o confbridge/confbridge_manager.o confbridge/conf_chan_announce.o confbridge/conf_state_inactive.o -> app_confbridge.so
  1179.    [CC] app_stack.c -> app_stack.o
  1180.    [LD] app_stack.o -> app_stack.so
  1181.    [CC] app_readexten.c -> app_readexten.o
  1182.    [LD] app_readexten.o -> app_readexten.so
  1183.    [CC] app_echo.c -> app_echo.o
  1184.    [LD] app_echo.o -> app_echo.so
  1185.    [CC] app_system.c -> app_system.o
  1186.    [LD] app_system.o -> app_system.so
  1187.    [CC] app_while.c -> app_while.o
  1188.    [LD] app_while.o -> app_while.so
  1189.    [CC] app_sendtext.c -> app_sendtext.o
  1190.    [LD] app_sendtext.o -> app_sendtext.so
  1191.    [CC] app_senddtmf.c -> app_senddtmf.o
  1192.    [LD] app_senddtmf.o -> app_senddtmf.so
  1193.    [CC] app_db.c -> app_db.o
  1194.    [LD] app_db.o -> app_db.so
  1195.    [CC] app_mp3.c -> app_mp3.o
  1196.    [LD] app_mp3.o -> app_mp3.so
  1197.    [CC] app_playtones.c -> app_playtones.o
  1198.    [LD] app_playtones.o -> app_playtones.so
  1199.    [CC] app_test.c -> app_test.o
  1200.    [LD] app_test.o -> app_test.so
  1201.    [CC] app_channelredirect.c -> app_channelredirect.o
  1202.    [LD] app_channelredirect.o -> app_channelredirect.so
  1203.    [CC] app_verbose.c -> app_verbose.o
  1204.    [LD] app_verbose.o -> app_verbose.so
  1205.    [CC] app_dictate.c -> app_dictate.o
  1206.    [LD] app_dictate.o -> app_dictate.so
  1207.    [CC] app_celgenuserevent.c -> app_celgenuserevent.o
  1208.    [LD] app_celgenuserevent.o -> app_celgenuserevent.so
  1209.    [CC] app_exec.c -> app_exec.o
  1210.    [LD] app_exec.o -> app_exec.so
  1211.    [CC] app_nbscat.c -> app_nbscat.o
  1212.    [LD] app_nbscat.o -> app_nbscat.so
  1213.    [CC] app_sms.c -> app_sms.o
  1214.    [LD] app_sms.o -> app_sms.so
  1215.    [CC] app_alarmreceiver.c -> app_alarmreceiver.o
  1216.    [LD] app_alarmreceiver.o -> app_alarmreceiver.so
  1217.    [CC] app_speech_utils.c -> app_speech_utils.o
  1218.    [LD] app_speech_utils.o -> app_speech_utils.so
  1219.    [CC] app_dial.c -> app_dial.o
  1220.    [LD] app_dial.o -> app_dial.so
  1221.    [CC] app_externalivr.c -> app_externalivr.o
  1222.    [LD] app_externalivr.o -> app_externalivr.so
  1223.    [CC] app_sayunixtime.c -> app_sayunixtime.o
  1224.    [LD] app_sayunixtime.o -> app_sayunixtime.so
  1225.    [CC] app_chanspy.c -> app_chanspy.o
  1226.    [LD] app_chanspy.o -> app_chanspy.so
  1227.    [CC] app_ices.c -> app_ices.o
  1228.    [LD] app_ices.o -> app_ices.so
  1229.    [CC] app_originate.c -> app_originate.o
  1230.    [LD] app_originate.o -> app_originate.so
  1231.    [CC] app_controlplayback.c -> app_controlplayback.o
  1232.    [LD] app_controlplayback.o -> app_controlplayback.so
  1233.    [CC] app_userevent.c -> app_userevent.o
  1234.    [LD] app_userevent.o -> app_userevent.so
  1235.    [CC] app_waitforsilence.c -> app_waitforsilence.o
  1236.    [LD] app_waitforsilence.o -> app_waitforsilence.so
  1237.    [CC] app_adsiprog.c -> app_adsiprog.o
  1238.    [LD] app_adsiprog.o -> app_adsiprog.so
  1239.    [CC] app_read.c -> app_read.o
  1240.    [LD] app_read.o -> app_read.so
  1241.    [CC] app_cdr.c -> app_cdr.o
  1242.    [LD] app_cdr.o -> app_cdr.so
  1243.    [CC] app_forkcdr.c -> app_forkcdr.o
  1244.    [LD] app_forkcdr.o -> app_forkcdr.so
  1245.    [CC] app_amd.c -> app_amd.o
  1246.    [LD] app_amd.o -> app_amd.so
  1247.    [CC] app_softhangup.c -> app_softhangup.o
  1248.    [LD] app_softhangup.o -> app_softhangup.so
  1249.    [CC] app_waitforring.c -> app_waitforring.o
  1250.    [LD] app_waitforring.o -> app_waitforring.so
  1251.    [CC] app_url.c -> app_url.o
  1252.    [LD] app_url.o -> app_url.so
  1253.    [CC] app_directed_pickup.c -> app_directed_pickup.o
  1254.    [LD] app_directed_pickup.o -> app_directed_pickup.so
  1255.    [CC] app_bridgewait.c -> app_bridgewait.o
  1256.    [LD] app_bridgewait.o -> app_bridgewait.so
  1257.    [CC] app_chanisavail.c -> app_chanisavail.o
  1258.    [LD] app_chanisavail.o -> app_chanisavail.so
  1259.    [CC] app_macro.c -> app_macro.o
  1260.    [LD] app_macro.o -> app_macro.so
  1261.    [CC] app_zapateller.c -> app_zapateller.o
  1262.    [LD] app_zapateller.o -> app_zapateller.so
  1263.    [CC] app_directory.c -> app_directory.o
  1264.    [LD] app_directory.o -> app_directory.so
  1265.    [CC] app_stasis.c -> app_stasis.o
  1266.    [LD] app_stasis.o -> app_stasis.so
  1267.    [CC] app_waituntil.c -> app_waituntil.o
  1268.    [LD] app_waituntil.o -> app_waituntil.so
  1269.    [CC] app_agent_pool.c -> app_agent_pool.o
  1270.    [LD] app_agent_pool.o -> app_agent_pool.so
  1271.    [CC] app_transfer.c -> app_transfer.o
  1272.    [LD] app_transfer.o -> app_transfer.so
  1273.    [CC] app_record.c -> app_record.o
  1274.    [LD] app_record.o -> app_record.so
  1275.    [CC] app_mixmonitor.c -> app_mixmonitor.o
  1276.    [LD] app_mixmonitor.o -> app_mixmonitor.so
  1277.    [CC] app_queue.c -> app_queue.o
  1278.    [LD] app_queue.o -> app_queue.so
  1279.    [CC] app_milliwatt.c -> app_milliwatt.o
  1280.    [LD] app_milliwatt.o -> app_milliwatt.so
  1281.    [CC] app_festival.c -> app_festival.o
  1282.    [LD] app_festival.o -> app_festival.so
  1283.    [CC] app_morsecode.c -> app_morsecode.o
  1284.    [LD] app_morsecode.o -> app_morsecode.so
  1285.    [CC] app_getcpeid.c -> app_getcpeid.o
  1286.    [LD] app_getcpeid.o -> app_getcpeid.so
  1287.    [CC] app_voicemail.c -> app_voicemail.o
  1288.    [LD] app_voicemail.o -> app_voicemail.so
  1289.    [CC] app_minivm.c -> app_minivm.o
  1290.    [LD] app_minivm.o -> app_minivm.so
  1291.    [CC] app_image.c -> app_image.o
  1292.    [LD] app_image.o -> app_image.so
  1293.    [CC] app_privacy.c -> app_privacy.o
  1294.    [LD] app_privacy.o -> app_privacy.so
  1295.    [CC] app_authenticate.c -> app_authenticate.o
  1296.    [LD] app_authenticate.o -> app_authenticate.so
  1297.    [CC] anaFilter.c -> anaFilter.o
  1298.    [CC] constants.c -> constants.o
  1299.    [CC] createCB.c -> createCB.o
  1300.    [CC] doCPLC.c -> doCPLC.o
  1301.    [CC] enhancer.c -> enhancer.o
  1302.    [CC] filter.c -> filter.o
  1303.    [CC] FrameClassify.c -> FrameClassify.o
  1304.    [CC] gainquant.c -> gainquant.o
  1305.    [CC] getCBvec.c -> getCBvec.o
  1306.    [CC] helpfun.c -> helpfun.o
  1307.    [CC] hpInput.c -> hpInput.o
  1308.    [CC] hpOutput.c -> hpOutput.o
  1309.    [CC] iCBConstruct.c -> iCBConstruct.o
  1310.    [CC] iCBSearch.c -> iCBSearch.o
  1311.    [CC] iLBC_decode.c -> iLBC_decode.o
  1312.    [CC] iLBC_encode.c -> iLBC_encode.o
  1313.    [CC] iLBC_test.c -> iLBC_test.o
  1314.    [CC] LPCdecode.c -> LPCdecode.o
  1315.    [CC] LPCencode.c -> LPCencode.o
  1316.    [CC] lsf.c -> lsf.o
  1317.    [CC] packing.c -> packing.o
  1318.    [CC] StateConstructW.c -> StateConstructW.o
  1319.    [CC] StateSearchW.c -> StateSearchW.o
  1320.    [CC] syntFilter.c -> syntFilter.o
  1321.    [AR] anaFilter.o constants.o createCB.o doCPLC.o enhancer.o filter.o FrameClassify.o gainquant.o getCBvec.o helpfun.o hpInput.o hpOutput.o iCBConstruct.o iCBSearch.o iLBC_decode.o iLBC_encode.o iLBC_test.o LPCdecode.o LPCencode.o lsf.o packing.o StateConstructW.o StateSearchW.o syntFilter.o -> libilbc.a
  1322.    [CC] f2clib.c -> f2clib.o
  1323.    [CC] analys.c -> analys.o
  1324.    [CC] bsynz.c -> bsynz.o
  1325.    [CC] chanwr.c -> chanwr.o
  1326.    [CC] dcbias.c -> dcbias.o
  1327.    [CC] decode.c -> decode.o
  1328.    [CC] deemp.c -> deemp.o
  1329.    [CC] difmag.c -> difmag.o
  1330.    [CC] dyptrk.c -> dyptrk.o
  1331.    [CC] encode.c -> encode.o
  1332.    [CC] energy.c -> energy.o
  1333.    [CC] ham84.c -> ham84.o
  1334.    [CC] hp100.c -> hp100.o
  1335.    [CC] invert.c -> invert.o
  1336. invert.c: In function 'invert_':
  1337. invert.c:167:24: warning: array subscript is above array bounds [-Warray-bounds]
  1338.       rc[j] -= rc[k] * v[j + k * 10 - 11];
  1339.                         ^
  1340.    [CC] irc2pc.c -> irc2pc.o
  1341.    [CC] ivfilt.c -> ivfilt.o
  1342.    [CC] lpcdec.c -> lpcdec.o
  1343.    [CC] lpcenc.c -> lpcenc.o
  1344.    [CC] lpcini.c -> lpcini.o
  1345.    [CC] lpfilt.c -> lpfilt.o
  1346.    [CC] median.c -> median.o
  1347.    [CC] mload.c -> mload.o
  1348.    [CC] onset.c -> onset.o
  1349.    [CC] pitsyn.c -> pitsyn.o
  1350. pitsyn.c: In function 'pitsyn_''asterisk' is mislukt
  1351. make[1]: *** [asterisk] Fout 1
  1352. Makefile:398: recept voor doel 'main' is mislukt
  1353. make: *** [main] Fout 2
  1354. hans@vps:/usr/src/asterisk-13.8.0$
Add Comment
Please, Sign In to add comment