Asterisk kompiliert nicht

Errorsmith

Kompiliertier
Hi

Ich habe hier ein FreeBSD 10 mit aktuellen Ports und versuche darauf Asterisk zu installieren.
Der Kompiliervorgang bricht mit der Meldung ab:
Code:
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[3]: *** [app_meetme.o] Error 1
gmake[2]: *** [apps] Error 2
gmake[2]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0'
*** Error code 1

Google gibt dazu nichts her, kann mir jemand helfen das ans Laufen zu bekommen?

Grüße,
errorsmith

Hier das komplette Log:
Code:
[root@pbx /usr/ports/net/asterisk]# make clean install MAKE_JOBS_UNSAFE=yes
===>  Cleaning for asterisk18-1.8.25.0
===>  License GPLv2 accepted by the user
===>  Found saved configuration for asterisk18-1.8.25.0
===>  asterisk18-1.8.25.0 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by asterisk18-1.8.25.0 for building
===>  Extracting for asterisk18-1.8.25.0
=> SHA256 Checksum OK for asterisk-1.8.25.0.tar.gz.
/usr/bin/find /usr/ports/net/asterisk/work/asterisk-1.8.25.0 -name '*.d' -delete
===>  Patching for asterisk18-1.8.25.0
===>  Applying FreeBSD patches for asterisk18-1.8.25.0
/usr/bin/sed -i.bak -e 's|/var/lib|/usr/local/share|g' /usr/ports/net/asterisk/work/asterisk-1.8.25.0/configs/musiconhold.conf.sample
===>  asterisk18-1.8.25.0 depends on executable: bison - found
===>  asterisk18-1.8.25.0 depends on executable: gmake - found
===>  asterisk18-1.8.25.0 depends on package: libpri>=1.4.10 - found
===>  asterisk18-1.8.25.0 depends on file: /usr/local/include/dahdi/user.h - found
===>  asterisk18-1.8.25.0 depends on package: libsrtp>=1.4.4 - found
===>  asterisk18-1.8.25.0 depends on shared library: libltdl.so - found
===>  asterisk18-1.8.25.0 depends on shared library: libxml2.so - found
===>  asterisk18-1.8.25.0 depends on shared library: speex.1 - found
===>  asterisk18-1.8.25.0 depends on shared library: newt.52 - found
===>  asterisk18-1.8.25.0 depends on shared library: execinfo - found
===>  asterisk18-1.8.25.0 depends on shared library: pri.1 - found
===>  asterisk18-1.8.25.0 depends on shared library: openr2.4 - found
===>  asterisk18-1.8.25.0 depends on shared library: odbc.2 - found
===>  asterisk18-1.8.25.0 depends on shared library: tds.5 - found
===>  asterisk18-1.8.25.0 depends on shared library: vorbis.4 - found
===>  asterisk18-1.8.25.0 depends on shared library: radiusclient-ng.2 - found
===>  asterisk18-1.8.25.0 depends on shared library: netsnmp - found
===>  asterisk18-1.8.25.0 depends on shared library: iksemel.4 - found
===>  asterisk18-1.8.25.0 depends on shared library: sqlite - found
===>  asterisk18-1.8.25.0 depends on shared library: sqlite3 - found
===>  asterisk18-1.8.25.0 depends on shared library: gsm.1 - found
===>  asterisk18-1.8.25.0 depends on shared library: curl - found
===>  asterisk18-1.8.25.0 depends on shared library: spandsp.2 - found
===>  asterisk18-1.8.25.0 depends on shared library: ldap-2.4.8 - found
===>  asterisk18-1.8.25.0 depends on shared library: mysqlclient.18 - found
===>  asterisk18-1.8.25.0 depends on shared library: lua-5.1.1 - found
===>  Configuring for asterisk18-1.8.25.0
===>  FreeBSD 10 autotools fix applied to /usr/ports/net/asterisk/work/asterisk-1.8.25.0/main/editline/configure
===>  FreeBSD 10 autotools fix applied to /usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/mxml/configure
===>  FreeBSD 10 autotools fix applied to /usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/aclocal.m4
===>  FreeBSD 10 autotools fix applied to /usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/configure
===>  FreeBSD 10 autotools fix applied to /usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/acinclude.m4
===>  FreeBSD 10 autotools fix applied to /usr/ports/net/asterisk/work/asterisk-1.8.25.0/configure
configure: loading site script /usr/ports/Templates/config.site
checking build system type... amd64-portbld-freebsd10.0
checking host system type... amd64-portbld-freebsd10.0
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking for uname... /usr/bin/uname
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... cpp
checking how to run the C++ preprocessor... c++ -E
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for gawk... (cached) /usr/bin/awk
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for GNU make... gmake
checking for egrep... (cached) /usr/bin/egrep
checking for strip... strip
checking for ar... ar
checking for sha1sum... no
checking for openssl... openssl
checking for bison... /usr/local/bin/bison
checking for cmp... /usr/bin/cmp
checking for flex... /usr/bin/flex
checking for grep... (cached) /usr/bin/grep
checking for find... /usr/bin/find
checking for compress... /usr/bin/compress
checking for basename... /usr/bin/basename
checking for dirname... /usr/bin/dirname
checking for sh... /bin/sh
checking for ln... /bin/ln
checking for dot... :
checking for wget... :
checking for curl... /usr/local/bin/curl
checking for rubber... :
checking for catdvi... :
checking for kpsewhich... :
checking for xmllint... /usr/local/bin/xmllint
checking for xmlstarlet... :
checking for git... :
checking for bison that supports parse-param... /usr/local/bin/bison
checking for soxmix... no
checking for md5... md5
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for gawk... (cached) /usr/bin/awk
checking for curl-config... /usr/local/bin/curl-config
checking for the version of libcurl... 7.35.0
checking for libcurl >= version 7.10.1... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking for size_t... (cached) yes
checking for working alloca.h... no
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for inttypes.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for limits.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for malloc.h... (cached) no
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking for sys/file.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for arpa/nameser.h... (cached) yes
checking sys/io.h usability... no
checking sys/io.h presence... no
checking for sys/io.h... no
checking for tgetent in -ltermcap... yes
checking for tgetent in -ltinfo... yes
checking for initscr in -lcurses... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for initscr in -lncurses... yes
checking for curses.h... (cached) yes
checking for xml2-config... /usr/local/bin/xml2-config
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for sys/poll.h... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... (cached) yes
checking for inline... inline
checking for long double with more range or precision than double... yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for struct stat.st_blksize... (cached) yes
checking for struct ucred.uid... no
checking for struct ucred.cr_uid... no
checking for struct sockpeercred.uid... no
checking for struct ifreq.ifr_ifru.ifru_hwaddr... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking for ptrdiff_t... (cached) yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether closedir returns void... no
checking for error_at_line... no
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether cc needs -traditional... no
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for utime.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat correctly handles trailing slash... (cached) yes
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking for strftime... (cached) yes
checking for working strnlen... (cached) yes
checking for working strtod... yes
checking whether utime accepts a null argument... yes
checking for vprintf... (cached) yes
checking for _doprnt... no
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for closefrom... (cached) yes
checking for dup2... (cached) yes
checking for eaccess... (cached) yes
checking for endpwent... yes
checking for euidaccess... no
checking for ffsll... yes
checking for ftruncate... yes
checking for getcwd... (cached) yes
checking for gethostbyname... (cached) yes
checking for gethostname... (cached) yes
checking for getloadavg... yes
checking for gettimeofday... (cached) yes
checking for glob... (cached) yes
checking for htonll... no
checking for ioperm... no
checking for inet_ntoa... (cached) yes
checking for isascii... (cached) yes
checking for memchr... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for mkdir... yes
checking for mkdtemp... (cached) yes
checking for munmap... (cached) yes
checking for ntohll... no
checking for newlocale... yes
checking for ppoll... no
checking for putenv... (cached) yes
checking for re_comp... no
checking for regcomp... yes
checking for select... (cached) yes
checking for setenv... (cached) yes
checking for socket... yes
checking for strcasecmp... (cached) yes
checking for strcasestr... yes
checking for strchr... yes
checking for strcspn... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
checking for strncasecmp... (cached) yes
checking for strndup... (cached) yes
checking for strnlen... (cached) yes
checking for strrchr... yes
checking for strsep... (cached) yes
checking for strspn... yes
checking for strstr... yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtold... yes
checking for strtoq... yes
checking for unsetenv... (cached) yes
checking for utime... (cached) yes
checking for vasprintf... (cached) yes
checking for getpeereid... (cached) yes
checking for sysctl... yes
checking for swapctl... no
checking for sqrt in -lm... yes
checking for exp2... yes
checking for log2... yes
checking for exp10... no
checking for log10... yes
checking for sin... yes
checking for cos... yes
checking for tan... yes
checking for asin... yes
checking for acos... yes
checking for atan... yes
checking for atan2... yes
checking for pow... yes
checking for rint... yes
checking for exp... yes
checking for log... yes
checking for remainder... yes
checking for fmod... yes
checking for round... yes
checking for roundf... yes
checking for trunc... yes
checking for floor... yes
checking for ceil... yes
checking for exp2l... yes
checking for log2l... yes
checking for exp10l... no
checking for log10l... yes
checking for sinl... yes
checking for cosl... yes
checking for tanl... yes
checking for asinl... yes
checking for acosl... yes
checking for atanl... yes
checking for atan2l... yes
checking for powl... yes
checking for sqrtl... yes
checking for rintl... yes
checking for expl... yes
checking for logl... yes
checking for remainderl... yes
checking for fmodl... yes
checking for roundl... yes
checking for truncl... yes
checking for floorl... yes
checking for ceill... yes
checking for LLONG_MAX in limits.h... yes
checking for timersub in time.h... yes
checking for a version of GNU ld that supports the --dynamic-list flag... yes
checking for sys/poll.h... (cached) yes
checking for funopen... yes
checking for fopencookie... no
checking for inet_aton... (cached) yes
checking for IP_PKTINFO... no
checking for library containing gethostbyname_r... none required
checking for gethostbyname_r with 6 arguments... yes
checking for gethostbyname_r with 5 arguments... no
checking for byteswap.h... (cached) no
checking for __swap16 variant of <sys/endian.h> byteswapping macros... no
checking for bswap16 variant of <sys/endian.h> byteswapping macros... yes
checking for /dev/urandom... yes
checking for locale_t in locale.h... yes
checking for O_EVTONLY in fcntl.h... no
checking for O_SYMLINK in fcntl.h... no
checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes
checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... no
checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... no
checking for pthread_rwlock_timedwrlock() in pthread.h... yes
checking if PTHREAD_ONCE_INIT needs braces... no
checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... no
checking whether we can compare a mutex to its initial value... yes
checking for compiler atomic operations... yes
checking if your system printf is NULL-safe.... (null)yes
checking if we can increase the maximum select-able file descriptor... no
checking for compiler 'attribute pure' support... yes
checking for compiler 'attribute malloc' support... yes
checking for compiler 'attribute const' support... yes
checking for compiler 'attribute unused' support... yes
checking for compiler 'attribute always_inline' support... yes
checking for compiler 'attribute deprecated' support... yes
checking for compiler 'attribute sentinel' support... yes
checking for compiler 'attribute warn_unused_result' support... yes
checking for compiler 'attribute weakref' support... yes
checking for -ffunction-sections support... yes
checking for --gc-sections support... yes
checking for -Wdeclaration-after-statement support... yes
checking for _FORTIFY_SOURCE support... yes
checking for -fno-strict-overflow... yes
checking for -Wshadow... yes
checking for -march=native support... user CFLAGS present
checking for sysinfo... no
checking for library containing res_9_ninit... no
checking for res_ninit... yes
checking for library containing res_9_ndestroy... no
checking for res_ndestroy... yes
checking for library containing res_9_close... no
checking for res_close... yes
checking for GLOB_NOMAGIC in glob.h... yes
checking for GLOB_BRACE in glob.h... yes
checking for IP_MTU_DISCOVER in netinet/in.h... no
checking libkern/OSAtomic.h usability... no
checking libkern/OSAtomic.h presence... no
checking for libkern/OSAtomic.h... no
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of char *... 8
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of fd_set.fds_bits... (cached) 8
checking for dladdr in dlfcn.h... no
checking for pkg-config... pkg-config
checking for snd_spcm_init in -lasound... no
checking for bfd_openr in -lbfd... no
checking for bfd_check_format in -lbfd... no
checking for bfd_check_format in -lbfd... (cached) no
checking for DAHDI_RESET_COUNTERS in dahdi/user.h... yes
checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... yes
checking for enhanced dahdi vmwi support... yes
checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... no
checking for getifaddrs() support... yes
checking for timerfd support... no
checking for gsm_create in -lgsm... yes
checking gsm.h usability... yes
checking gsm.h presence... yes
checking for gsm.h... yes
checking gsm/gsm.h usability... no
checking gsm/gsm.h presence... no
checking for gsm/gsm.h... no
checking for iconv_open in -liconv... no
checking for libiconv_open in -liconv... no
checking for iconv_close in -lc... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for icaltimezone_get_utc_timezone in -lical... no
checking for iks_start_sasl in -liksemel... yes
checking iksemel.h usability... yes
checking iksemel.h presence... yes
checking for iksemel.h... yes
checking for UW IMAP Toolkit c-client library... no
checking for system c-client library...... no
checking for inotify_init in -lc... no
checking for jack_activate in -ljack... no
checking for kqueue in -lc... yes
checking for sys/event.h... (cached) yes
checking for kevent64... no
checking for lt_dlinit in -lltdl... yes
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for ldap_initialize in -lldap... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking for mISDN_open in -lmISDN... no
checking for mysql_config... /usr/local/bin/mysql_config
checking for nbs_connect in -lnbs... no
checking for net-snmp-config... /usr/local/bin/net-snmp-config
checking for newtBell in -lnewt... yes
checking newt.h usability... yes
checking newt.h presence... yes
checking for newt.h... yes
checking for SQLConnect in -lodbc... yes
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking for ogg_sync_init in -logg... yes
checking for backtrace in -lexecinfo... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for ba2str in -lbluetooth... no
checking linux/soundcard.h usability... no
checking linux/soundcard.h presence... no
checking for linux/soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for poptStrerror in -lpopt... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking for Pa_GetDeviceCount in -lportaudio... no
checking for pri_connected_line_update in -lpri... yes
checking libpri.h usability... yes
checking libpri.h presence... yes
checking for libpri.h... yes
checking for pri_persistent_layer2_option in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_mwi_indicate in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_mcid_enable in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_connect_ack_enable in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_aoc_events_enable in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_transfer_enable in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_cc_enable in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_hangup_fix_enable in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_sr_set_called_subaddress in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_hold_enable in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_reroute_enable in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_sr_set_keypad_digits in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_progress_with_cause in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_set_inbanddisconnect in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_maintenance_service in -lpri... yes
checking for libpri.h... (cached) yes
checking for pri_sr_set_reversecharge in -lpri... yes
checking for libpri.h... (cached) yes
checking for resample_open in -lresample... no
checking for minimum version of SpanDSP... yes
checking for span_set_message_handler in -lspandsp... yes
checking spandsp.h usability... yes
checking spandsp.h presence... yes
checking for spandsp.h... yes
checking for t38_terminal_init in -lspandsp... yes
checking for spandsp.h... (cached) yes
checking for ss7_set_adjpc in -lss7... no
checking for openr2_chan_new in -lopenr2... yes
checking openr2.h usability... yes
checking openr2.h presence... yes
checking for openr2.h... yes
checking /root/pwlib/include/ptlib.h usability... no
checking /root/pwlib/include/ptlib.h presence... no
checking for /root/pwlib/include/ptlib.h... no
checking /usr/local/include/ptlib.h usability... no
checking /usr/local/include/ptlib.h presence... no
checking for /usr/local/include/ptlib.h... no
checking /usr/include/ptlib.h usability... no
checking /usr/include/ptlib.h presence... no
checking for /usr/include/ptlib.h... no
checking for luaL_newstate in -llua5.1... no
checking for luaL_register in -llua... yes
checking lua.h usability... yes
checking lua.h presence... no
configure: WARNING: lua.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: lua.h: proceeding with the compiler's result
checking for lua.h... yes
checking for rc_read_config in -lradiusclient-ng... yes
checking radiusclient-ng.h usability... yes
checking radiusclient-ng.h presence... yes
checking for radiusclient-ng.h... yes
checking for saClmInitialize in -lSaClm... no
checking for speex_encode in -lspeex... yes
checking speex/speex.h usability... yes
checking speex/speex.h presence... yes
checking for speex/speex.h... yes
checking for speex_preprocess_ctl in -lspeex... no
checking for speex_preprocess_ctl in -lspeexdsp... yes
checking for speex/speex.h... (cached) yes
checking for sqlite_exec in -lsqlite... yes
checking sqlite.h usability... yes
checking sqlite.h presence... yes
checking for sqlite.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for AES_encrypt in -lcrypto... yes
checking openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
checking for SSL_connect in -lssl... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking osp/osp.h usability... no
checking osp/osp.h presence... no
checking for osp/osp.h... no
checking for srtp_init in -lsrtp... yes
checking srtp/srtp.h usability... yes
checking srtp/srtp.h presence... yes
checking for srtp/srtp.h... yes
checking for the ability of -lsrtp to be linked in a shared object... yes
checking for srtp_shutdown in -lsrtp... no
checking for gmime-config... no
checking for malloc in -lhoard... no
checking for dbinit in -lsybdb... yes
checking sybdb.h usability... yes
checking sybdb.h presence... yes
checking for sybdb.h... yes
checking for tone_zone_find_by_num in -ltonezone... yes
checking for tone_zone_find in -ltonezone... yes
checking dahdi/tonezone.h usability... yes
checking dahdi/tonezone.h presence... yes
checking for dahdi/tonezone.h... yes
checking for vorbis_info_init in -lvorbis... yes
checking vorbis/codec.h usability... yes
checking vorbis/codec.h presence... yes
checking for vorbis/codec.h... yes
checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h... yes
checking for vpb_open in -lvpb... no
checking for compress in -lz... yes
checking for zlib.h... (cached) yes
checking whether ODBC has support for Unicode types... yes
checking h323.h usability... no
checking h323.h presence... no
checking for h323.h... no
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking for linux/ixjuser.h... no
checking for MSG_NOSIGNAL in sys/socket.h... yes
checking for SO_NOSIGPIPE in sys/socket.h... yes
checking for sdl-config... no
checking for IMG_Load in -lSDL_image... no
checking for sws_getContext in -lavcodec... no
checking linux/videodev.h usability... no
checking linux/videodev.h presence... no
checking for linux/videodev.h... no
checking for XOpenDisplay in -lX11... no
checking for XOpenDisplay in -lX11... (cached) no
checking for /sbin/launchd... no
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-2.0', required by 'world', not found
checking for LOG_AUTH in syslog.h... yes
checking for LOG_AUTHPRIV in syslog.h... yes
checking for LOG_CRON in syslog.h... yes
checking for LOG_DAEMON in syslog.h... yes
checking for LOG_FTP in syslog.h... yes
checking for LOG_KERN in syslog.h... yes
checking for LOG_LPR in syslog.h... yes
checking for LOG_MAIL in syslog.h... yes
checking for LOG_NEWS in syslog.h... yes
checking for LOG_SYSLOG in syslog.h... yes
checking for LOG_UUCP in syslog.h... yes
checking for mandatory modules:  DAHDI GSM IKSEMEL LDAP LTDL LUA MYSQLCLIENT NETSNMP OGG OPENR2 RADIUS SPANDSP SQLITE SRTP FREETDS UNIXODBC... ok
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
config.status: creating channels/h323/Makefile
config.status: creating include/asterisk/autoconfig.h
configure: loading site script /usr/ports/Templates/config.site
checking build system type... amd64-unknown-freebsd10.0
checking host system type... amd64-unknown-freebsd10.0
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for GNU make... gmake
checking checking for compiler 'attribute weakref' support... yes
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working alloca.h... no
checking for alloca... yes
checking for asprintf... (cached) yes
checking for getloadavg... yes
checking for setenv... (cached) yes
checking for strcasestr... yes
checking for strndup... (cached) yes
checking for strnlen... (cached) yes
checking for strsep... (cached) yes
checking for unsetenv... (cached) yes
checking for vasprintf... (cached) yes
checking for newtBell in -lnewt... yes
checking newt.h usability... yes
checking newt.h presence... yes
checking for newt.h... yes
checking for initscr in -lcurses... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for initscr in -lncurses... yes
checking for curses.h... (cached) yes
checking for pkg-config... pkg-config
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-2.0', required by 'world', not found
configure: creating ./config.status
config.status: creating makeopts
config.status: creating autoconfig.h
=== configuring in mxml (/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/mxml)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'CC=cc' 'CFLAGS=-O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89' 'LDFLAGS= -L/usr/local/lib -L/usr/local/lib/lua51' 'CPPFLAGS=-I/usr/local/include -I/usr/local/include/openh323' 'CPP=cpp' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/ports/Templates/config.site
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for cp... /bin/cp
checking for ln... /bin/ln
checking for mkdir... /bin/mkdir
checking for rm... /bin/rm
checking for inline... inline
checking for strdup... (cached) yes
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for long long int... yes
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create using -lpthreads... no
checking for pthread_create using -lpthread... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mxml.list
config.status: creating mxml.pc
config.status: creating config.h
configure: Menuselect build configuration successfully completed

  .$$$$$$$$$$$$$$$=..
  .$7$7..  .7$$7:.
  .$$:.  ,$7.7
  .$7.  7$$$$  .$$77
  ..$$.  $$$$$  .$$$7
  ..7$  .?.  $$$$$  .?.  7$$$.
  $.$.  .$$$7. $$$$7 .7$$$.  .$$$.
 .777.  .$$$$$$77$$$77$$$$$7.  $$$,
 $$$~  .7$$$$$$$$$$$$$7.  .$$$.
.$$7  .7$$$$$$$7:  ?$$$.
$$$  ?7$$$$$$$$$$I  .$$$7
$$$  .7$$$$$$$$$$$$$$$$  :$$$.
$$$  $$$$$$7$$$$$$$$$$$$  .$$$.
$$$  $$$  7$$$7  .$$$  .$$$.
$$$$  $$$$7  .$$$.
7$$$7  7$$$$  7$$$
 $$$$$  $$$
  $$$$7.  $$  (TM)
  $$$$$$$.  .7$$$$$$  $$
  $$$$$$$$$$$$7$$$$$$$$$.$$$$$$
  $$$$$$$$$$$$$$$$.

configure: Package configured for:
configure: OS type  : freebsd10.0
configure: Host CPU : amd64
configure: build-cpu:vendor:os: amd64 : portbld : freebsd10.0 :
configure: host-cpu:vendor:os: amd64 : portbld : freebsd10.0 :
gmake[2]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" gmake -C menuselect CONFIGURE_SILENT="--silent" menuselect
gmake[3]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect'
cc  -g -D_GNU_SOURCE -Wall  -c -o menuselect.o menuselect.c
cc  -g -D_GNU_SOURCE -Wall  -c -o strcompat.o strcompat.c
cc  -g -D_GNU_SOURCE -Wall  -c -o menuselect_stub.o menuselect_stub.c
gmake[4]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/mxml'
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-attr.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-entity.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-file.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-index.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-node.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-search.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-set.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-private.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-string.c
/bin/rm -f libmxml.a
/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
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
gmake[4]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/mxml'
cc  -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
gmake[3]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
menuselect/menuselect --check-deps menuselect.makeopts
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
gmake[2]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0'
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
===>  Building for asterisk18-1.8.25.0
gmake[2]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0'
gmake[3]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0'
rm -f defaults.h
rm -f include/asterisk/build.h
rm -f main/version.c
rm -f include/asterisk/version.h
gmake[4]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect'
rm -f menuselect cmenuselect gmenuselect nmenuselect menuselect.o strcompat.o menuselect_stub.o menuselect_curses.o  menuselect_newt.o
gmake[5]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/mxml'
/bin/rm -f mxmldoc.o testmxml.o 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 libmxml.a mxmldoc testmxml mxml.xml
/bin/rm -f mxmldoc-static libmxml.a
/bin/rm -f *.bck *.bak
/bin/rm -f config.cache config.log config.status config.h
/bin/rm -f -r autom4te*.cache
gmake[5]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/mxml'
gmake[4]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect'
cp -f .cleancount .lastclean
gmake[3]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0'
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" gmake -C menuselect CONFIGURE_SILENT="--silent" menuselect
gmake[3]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect'
cc  -g -D_GNU_SOURCE -Wall -I/usr/local/include -I/usr/local/include/openh323  -c -o menuselect.o menuselect.c
cc  -g -D_GNU_SOURCE -Wall -I/usr/local/include -I/usr/local/include/openh323  -c -o strcompat.o strcompat.c
cc  -g -D_GNU_SOURCE -Wall -I/usr/local/include -I/usr/local/include/openh323  -c -o menuselect_stub.o menuselect_stub.c
gmake[4]: Entering directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/mxml'
if test -f config.status; then \
  ./config.status --recheck; \
  ./config.status; \
else \
  ./configure; \
fi
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for g++... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for cp... /bin/cp
checking for ln... /bin/ln
checking for mkdir... /bin/mkdir
checking for rm... /bin/rm
checking for inline... inline
checking for strdup... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for long long int... yes
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create using -lpthreads... no
checking for pthread_create using -lpthread... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mxml.list
config.status: creating mxml.pc
config.status: creating config.h
touch config.h
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-attr.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-entity.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-file.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-index.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-node.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-search.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-set.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-private.c
cc -Os -g -Wall -O2 -pipe -I/usr/local/include/lua51 -DLDAP_DEPRECATED -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I/usr/local/include/openh323 -c mxml-string.c
/bin/rm -f libmxml.a
/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
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
gmake[4]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect/mxml'
cc  -L/usr/local/lib -L/usr/local/lib/lua51 -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
gmake[3]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0/menuselect'
menuselect/menuselect --check-deps menuselect.makeopts
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
menuselect/menuselect --check-deps menuselect.makeopts
Unknown value '' found in build_tools/menuselect-deps for NATIVE_ARCH
Generating embedded module rules ...
  [CC] astcanary.c -> astcanary.o
  [LD] astcanary.o -> astcanary
  [CC] eagi-test.c -> eagi-test.o
  [CC] strcompat.c -> strcompat.o
  [LD] eagi-test.o strcompat.o -> eagi-test
  [CC] eagi-sphinx-test.c -> eagi-sphinx-test.o
  [LD] eagi-sphinx-test.o -> eagi-sphinx-test
  [CC] chan_sip.c -> chan_sip.o
In file included from chan_sip.c:267:
./sip/include/sip.h:1674:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback initial_handler;
  ^
./sip/include/sip.h:1675:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback refresh_handler;
  ^
./sip/include/sip.h:1676:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback modify_handler;
  ^
./sip/include/sip.h:1677:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback remove_handler;
  ^
chan_sip.c:2299:11: warning: comparison of unsigned enum expression >= 0 is always true [-Wtautological-compare]
  if (code >= 0 && code < ARRAY_LEN(sip_reason_table)) {
  ~~~~ ^  ~
chan_sip.c:18269:74: warning: implicit conversion from enumeration type 'enum st_refresher_param' to different enumeration type 'enum st_refresher' [-Wenum-conversion]
  ast_cli(fd, "  Sess-Refresh : %s\n", strefresherparam2str(peer->stimer.st_ref));
  ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~^~~~~~
chan_sip.c:18326:82: warning: implicit conversion from enumeration type 'enum st_refresher_param' to different enumeration type 'enum st_refresher' [-Wenum-conversion]
  astman_append(s, "SIP-Sess-Refresh: %s\r\n", strefresherparam2str(peer->stimer.st_ref));
  ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~^~~~~~
chan_sip.c:18466:78: warning: implicit conversion from enumeration type 'enum st_refresher_param' to different enumeration type 'enum st_refresher' [-Wenum-conversion]
  ast_cli(a->fd, "  Sess-Refresh : %s\n", strefresherparam2str(user->stimer.st_ref));
  ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~^~~~~~
chan_sip.c:18918:72: warning: implicit conversion from enumeration type 'enum st_refresher_param' to different enumeration type 'enum st_refresher' [-Wenum-conversion]
  ast_cli(a->fd, "  Session Refresher:  %s\n", strefresherparam2str(global_st_refresher));
  ~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~
9 warnings generated.
  [CC] sip/config_parser.c -> sip/config_parser.o
In file included from sip/config_parser.c:30:
sip/include/sip.h:1674:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback initial_handler;
  ^
sip/include/sip.h:1675:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback refresh_handler;
  ^
sip/include/sip.h:1676:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback modify_handler;
  ^
sip/include/sip.h:1677:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback remove_handler;
  ^
4 warnings generated.
  [CC] sip/srtp.c -> sip/srtp.o
  [CC] sip/reqresp_parser.c -> sip/reqresp_parser.o
In file included from sip/reqresp_parser.c:30:
sip/include/sip.h:1674:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback initial_handler;
  ^
sip/include/sip.h:1675:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback refresh_handler;
  ^
sip/include/sip.h:1676:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback modify_handler;
  ^
sip/include/sip.h:1677:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback remove_handler;
  ^
sip/reqresp_parser.c:2038:11: warning: implicit declaration of function 'strcasecmp_l' [-Wimplicit-function-declaration]
  return strcasecmp_l(host1, host2, c_locale);
  ^
5 warnings generated.
  [CC] sip/sdp_crypto.c -> sip/sdp_crypto.o
  [CC] sip/dialplan_functions.c -> sip/dialplan_functions.o
In file included from sip/dialplan_functions.c:37:
sip/include/sip.h:1674:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback initial_handler;
  ^
sip/include/sip.h:1675:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback refresh_handler;
  ^
sip/include/sip.h:1676:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback modify_handler;
  ^
sip/include/sip.h:1677:2: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const esc_publish_callback remove_handler;
  ^
4 warnings generated.
  [LD] chan_sip.o sip/config_parser.o sip/srtp.o sip/reqresp_parser.o sip/sdp_crypto.o sip/dialplan_functions.o -> chan_sip.so
  [CC] chan_skinny.c -> chan_skinny.o
  [LD] chan_skinny.o -> chan_skinny.so
  [CC] chan_agent.c -> chan_agent.o
  [LD] chan_agent.o -> chan_agent.so
  [CC] chan_jingle.c -> chan_jingle.o
  [LD] chan_jingle.o -> chan_jingle.so
  [CC] chan_oss.c -> chan_oss.o
  [CC] console_video.c -> console_video.o
  [CC] vgrabbers.c -> vgrabbers.o
  [CC] console_board.c -> console_board.o
  [LD] chan_oss.o console_video.o vgrabbers.o console_board.o -> chan_oss.so
  [CC] chan_gtalk.c -> chan_gtalk.o
  [LD] chan_gtalk.o -> chan_gtalk.so
  [CC] chan_iax2.c -> chan_iax2.o
chan_iax2.c:11699:18: warning: implicit truncation from 'int' to bitfield changes value from -1 to 1 [-Wbitfield-constant-conversion]
  fr->outoforder = -1;
  ^ ~~
1 warning generated.
  [CC] iax2-parser.c -> iax2-parser.o
  [CC] iax2-provision.c -> iax2-provision.o
  [LD] chan_iax2.o iax2-parser.o iax2-provision.o -> chan_iax2.so
  [CC] chan_dahdi.c -> chan_dahdi.o
chan_dahdi.c:5389:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  if ((ast->_state == AST_STATE_BUSY)) {
  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
chan_dahdi.c:5389:19: note: remove extraneous parentheses around the comparison to silence this warning
  if ((ast->_state == AST_STATE_BUSY)) {
  ~  ^  ~
chan_dahdi.c:5389:19: note: use '=' to turn this equality comparison into an assignment
  if ((ast->_state == AST_STATE_BUSY)) {
  ^~
  =
chan_dahdi.c:14887:9: warning: comparison of constant -1 with expression of type 'openr2_log_level_t' is always false [-Wtautological-constant-out-of-range-compare]
  if (-1 == (tmplevel = openr2_log_get_level(toklevel))) {
  ~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
chan_dahdi.c:14895:11: warning: comparison of constant -1 with expression of type 'openr2_log_level_t' is always false [-Wtautological-constant-out-of-range-compare]
  if (-1 == (tmplevel = openr2_log_get_level(toklevel))) {
  ~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
chan_dahdi.c:17904:13: warning: comparison of constant -1 with expression of type 'openr2_log_level_t' is always false [-Wtautological-constant-out-of-range-compare]
  if (-1 == (tmplevel = openr2_log_get_level(clevel))) {
  ~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
  [CC] sig_analog.c -> sig_analog.o
sig_analog.c:67:13: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const char const *name;
  ^~~~~~
sig_analog.c:94:13: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  const char const *name;
  ^~~~~~
sig_analog.c:1016:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  if ((ast->_state == AST_STATE_BUSY)) {
  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
sig_analog.c:1016:19: note: remove extraneous parentheses around the comparison to silence this warning
  if ((ast->_state == AST_STATE_BUSY)) {
  ~  ^  ~
sig_analog.c:1016:19: note: use '=' to turn this equality comparison into an assignment
  if ((ast->_state == AST_STATE_BUSY)) {
  ^~
  =
sig_analog.c:2664:10: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
  if (idx < 0) {
  ~~~ ^ ~
4 warnings generated.
  [CC] sig_pri.c -> sig_pri.o
sig_pri.c:1058:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  if ((pri->dchans[x] == pri->pri))
  ~~~~~~~~~~~~~~~^~~~~~~~~~~
sig_pri.c:1058:23: note: remove extraneous parentheses around the comparison to silence this warning
  if ((pri->dchans[x] == pri->pri))
  ~  ^  ~
sig_pri.c:1058:23: note: use '=' to turn this equality comparison into an assignment
  if ((pri->dchans[x] == pri->pri))
  ^~
  =
1 warning generated.
  [CC] sig_ss7.c -> sig_ss7.o
  [LD] chan_dahdi.o sig_analog.o sig_pri.o sig_ss7.o -> chan_dahdi.so
  [CC] chan_local.c -> chan_local.o
  [LD] chan_local.o -> chan_local.so
  [CC] chan_multicast_rtp.c -> chan_multicast_rtp.o
  [LD] chan_multicast_rtp.o -> chan_multicast_rtp.so
  [CC] chan_bridge.c -> chan_bridge.o
  [LD] chan_bridge.o -> chan_bridge.so
  [CC] chan_unistim.c -> chan_unistim.o
chan_unistim.c:868:37: warning: 'memcpy' call operates on objects of type 'struct sockaddr_in *' while the size is based on a different type 'struct sockaddr_in **'
  [-Wsizeof-pointer-memaccess]
  memcpy(&toAddr, &public_ip, sizeof(&toAddr));
  ~~~~~~~  ^~~~~~~
chan_unistim.c:868:37: note: did you mean to remove the addressof in the argument to 'sizeof' (and multiply it by the number of elements)?
  memcpy(&toAddr, &public_ip, sizeof(&toAddr));
  ^~~~~~~
chan_unistim.c:228:27: warning: variable 'address_from' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static struct sockaddr_in address_from;
  ^
2 warnings generated.
  [LD] chan_unistim.o -> chan_unistim.so
  [CC] chan_mgcp.c -> chan_mgcp.o
chan_mgcp.c:2119:1: warning: expression result unused [-Wunused-value]
+  snprintf(req->header[req->headers], sizeof(req->data) - req->len, "%s %d %s@%s MGCP 1.0%s\r\n", verb, oseq, p->name, p->parent->name, p->ncs ? " NCS 1.0" : "");
^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
  [LD] chan_mgcp.o -> chan_mgcp.so
  [CC] pbx_config.c -> pbx_config.o
  [LD] pbx_config.o -> pbx_config.so
  [CC] pbx_loopback.c -> pbx_loopback.o
  [LD] pbx_loopback.o -> pbx_loopback.so
  [CC] pbx_dundi.c -> pbx_dundi.o
  [CC] dundi-parser.c -> dundi-parser.o
  [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
  [CC] pbx_ael.c -> pbx_ael.o
  [LD] pbx_ael.o -> pbx_ael.so
  [CC] pbx_realtime.c -> pbx_realtime.o
  [LD] pbx_realtime.o -> pbx_realtime.so
  [CC] pbx_lua.c -> pbx_lua.o
  [LD] pbx_lua.o -> pbx_lua.so
  [CC] pbx_spool.c -> pbx_spool.o
  [LD] pbx_spool.o -> pbx_spool.so
  [CC] app_waituntil.c -> app_waituntil.o
  [LD] app_waituntil.o -> app_waituntil.so
  [CC] app_directory.c -> app_directory.o
  [LD] app_directory.o -> app_directory.so
  [CC] app_zapateller.c -> app_zapateller.o
  [LD] app_zapateller.o -> app_zapateller.so
  [CC] app_externalivr.c -> app_externalivr.o
  [LD] app_externalivr.o -> app_externalivr.so
  [CC] app_festival.c -> app_festival.o
  [LD] app_festival.o -> app_festival.so
  [CC] app_macro.c -> app_macro.o
  [LD] app_macro.o -> app_macro.so
  [CC] app_system.c -> app_system.o
  [LD] app_system.o -> app_system.so
  [CC] app_dahdiras.c -> app_dahdiras.o
  [LD] app_dahdiras.o -> app_dahdiras.so
  [CC] app_nbscat.c -> app_nbscat.o
  [LD] app_nbscat.o -> app_nbscat.so
  [CC] app_db.c -> app_db.o
  [LD] app_db.o -> app_db.so
  [CC] app_waitforring.c -> app_waitforring.o
  [LD] app_waitforring.o -> app_waitforring.so
  [CC] app_sms.c -> app_sms.o
  [LD] app_sms.o -> app_sms.so
  [CC] app_amd.c -> app_amd.o
  [LD] app_amd.o -> app_amd.so
  [CC] app_alarmreceiver.c -> app_alarmreceiver.o
  [LD] app_alarmreceiver.o -> app_alarmreceiver.so
  [CC] app_forkcdr.c -> app_forkcdr.o
  [LD] app_forkcdr.o -> app_forkcdr.so
  [CC] app_read.c -> app_read.o
  [LD] app_read.o -> app_read.so
  [CC] app_adsiprog.c -> app_adsiprog.o
  [LD] app_adsiprog.o -> app_adsiprog.so
  [CC] app_setcallerid.c -> app_setcallerid.o
  [LD] app_setcallerid.o -> app_setcallerid.so
  [CC] app_waitforsilence.c -> app_waitforsilence.o
  [LD] app_waitforsilence.o -> app_waitforsilence.so
  [CC] app_controlplayback.c -> app_controlplayback.o
  [LD] app_controlplayback.o -> app_controlplayback.so
  [CC] app_page.c -> app_page.o
  [LD] app_page.o -> app_page.so
  [CC] app_flash.c -> app_flash.o
  [LD] app_flash.o -> app_flash.so
  [CC] app_originate.c -> app_originate.o
  [LD] app_originate.o -> app_originate.so
  [CC] app_chanspy.c -> app_chanspy.o
  [LD] app_chanspy.o -> app_chanspy.so
  [CC] app_playtones.c -> app_playtones.o
  [LD] app_playtones.o -> app_playtones.so
  [CC] app_userevent.c -> app_userevent.o
  [LD] app_userevent.o -> app_userevent.so
  [CC] app_url.c -> app_url.o
  [LD] app_url.o -> app_url.so
  [CC] app_ices.c -> app_ices.o
  [LD] app_ices.o -> app_ices.so
  [CC] app_cdr.c -> app_cdr.o
  [LD] app_cdr.o -> app_cdr.so
  [CC] app_chanisavail.c -> app_chanisavail.o
  [LD] app_chanisavail.o -> app_chanisavail.so
  [CC] app_queue.c -> app_queue.o
  [LD] app_queue.o -> app_queue.so
  [CC] app_record.c -> app_record.o
  [LD] app_record.o -> app_record.so
  [CC] app_dial.c -> app_dial.o
  [LD] app_dial.o -> app_dial.so
  [CC] app_speech_utils.c -> app_speech_utils.o
  [LD] app_speech_utils.o -> app_speech_utils.so
  [CC] app_readfile.c -> app_readfile.o
  [LD] app_readfile.o -> app_readfile.so
  [CC] app_test.c -> app_test.o
  [LD] app_test.o -> app_test.so
  [CC] app_talkdetect.c -> app_talkdetect.o
  [LD] app_talkdetect.o -> app_talkdetect.so
  [CC] app_milliwatt.c -> app_milliwatt.o
  [LD] app_milliwatt.o -> app_milliwatt.so
  [CC] app_echo.c -> app_echo.o
  [LD] app_echo.o -> app_echo.so
  [CC] app_verbose.c -> app_verbose.o
  [LD] app_verbose.o -> app_verbose.so
  [CC] app_playback.c -> app_playback.o
  [LD] app_playback.o -> app_playback.so
  [CC] app_disa.c -> app_disa.o
  [LD] app_disa.o -> app_disa.so
  [CC] app_exec.c -> app_exec.o
  [LD] app_exec.o -> app_exec.so
  [CC] app_parkandannounce.c -> app_parkandannounce.o
  [LD] app_parkandannounce.o -> app_parkandannounce.so
  [CC] app_channelredirect.c -> app_channelredirect.o
  [LD] app_channelredirect.o -> app_channelredirect.so
  [CC] app_senddtmf.c -> app_senddtmf.o
  [LD] app_senddtmf.o -> app_senddtmf.so
  [CC] app_while.c -> app_while.o
  [LD] app_while.o -> app_while.so
  [CC] app_authenticate.c -> app_authenticate.o
  [LD] app_authenticate.o -> app_authenticate.so
  [CC] app_mp3.c -> app_mp3.o
  [LD] app_mp3.o -> app_mp3.so
  [CC] app_dahdibarge.c -> app_dahdibarge.o
  [LD] app_dahdibarge.o -> app_dahdibarge.so
  [CC] app_readexten.c -> app_readexten.o
  [LD] app_readexten.o -> app_readexten.so
  [CC] app_stack.c -> app_stack.o
  [LD] app_stack.o -> app_stack.so
  [CC] app_confbridge.c -> app_confbridge.o
  [LD] app_confbridge.o -> app_confbridge.so
  [CC] app_meetme.c -> app_meetme.o
app_meetme.c:5579:2: error: illegal storage class on function
  RAII_VAR(struct sla_station *, station, NULL, unref_obj);
  ^
/usr/ports/net/asterisk/work/asterisk-1.8.25.0/include/asterisk/utils.h:898:5: note: expanded from macro 'RAII_VAR'
  auto void _dtor_ ## varname (vartype * v); \
  ^
app_meetme.c:5579:2: error: function definition is not allowed here
/usr/ports/net/asterisk/work/asterisk-1.8.25.0/include/asterisk/utils.h:899:42: note: expanded from macro 'RAII_VAR'
  void _dtor_ ## varname (vartype * v) { dtor(*v); } \
  ^
app_meetme.c:5580:2: error: illegal storage class on function
  RAII_VAR(struct sla_trunk_ref *, trunk_ref, NULL, unref_obj);
  ^
/usr/ports/net/asterisk/work/asterisk-1.8.25.0/include/asterisk/utils.h:898:5: note: expanded from macro 'RAII_VAR'
  auto void _dtor_ ## varname (vartype * v); \
  ^
app_meetme.c:5580:2: error: function definition is not allowed here
/usr/ports/net/asterisk/work/asterisk-1.8.25.0/include/asterisk/utils.h:899:42: note: expanded from macro 'RAII_VAR'
  void _dtor_ ## varname (vartype * v) { dtor(*v); } \
  ^
app_meetme.c:5587:3: error: use of undeclared identifier 'station'
  station = args->station;
  ^
app_meetme.c:5588:3: error: use of undeclared identifier 'trunk_ref'
  trunk_ref = args->trunk_ref;
  ^
app_meetme.c:5595:35: error: use of undeclared identifier 'trunk_ref'
  ast_atomic_fetchadd_int((int *) &trunk_ref->trunk->active_stations, 1);
  ^
app_meetme.c:5596:39: error: use of undeclared identifier 'trunk_ref'
  ast_str_set(&conf_name, 0, "SLA_%s", trunk_ref->trunk->name);
  ^
app_meetme.c:5599:20: error: use of undeclared identifier 'trunk_ref'
  answer_trunk_chan(trunk_ref->chan);
  ^
app_meetme.c:5600:64: error: use of undeclared identifier 'trunk_ref'
  conf = build_conf(ast_str_buffer(conf_name), "", "", 0, 0, 1, trunk_ref->chan, NULL);
  ^
app_meetme.c:5602:12: error: use of undeclared identifier 'trunk_ref'
  conf_run(trunk_ref->chan, conf, &conf_flags, NULL);
  ^
app_meetme.c:5606:2: error: use of undeclared identifier 'trunk_ref'
  trunk_ref->chan = NULL;
  ^
app_meetme.c:5607:39: error: use of undeclared identifier 'trunk_ref'
  if (ast_atomic_dec_and_test((int *) &trunk_ref->trunk->active_stations) &&
  ^
app_meetme.c:5608:3: error: use of undeclared identifier 'trunk_ref'
  trunk_ref->state != SLA_TRUNK_STATE_ONHOLD_BYME) {
  ^
app_meetme.c:5611:3: error: use of undeclared identifier 'trunk_ref'
  trunk_ref->trunk->hold_stations = 0;
  ^
app_meetme.c:5612:26: error: use of undeclared identifier 'trunk_ref'
  sla_change_trunk_state(trunk_ref->trunk, SLA_TRUNK_STATE_IDLE, ALL_TRUNK_REFS, NULL);
  ^
app_meetme.c:5615:16: error: use of undeclared identifier 'station'
  ast_dial_join(station->dial);
  ^
app_meetme.c:5616:19: error: use of undeclared identifier 'station'
  ast_dial_destroy(station->dial);
  ^
app_meetme.c:5617:2: error: use of undeclared identifier 'station'
  station->dial = NULL;
  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[3]: *** [app_meetme.o] Error 1
gmake[2]: *** [apps] Error 2
gmake[2]: Leaving directory `/usr/ports/net/asterisk/work/asterisk-1.8.25.0'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/asterisk
*** Error code 1

Stop.
make: stopped in /usr/ports/net/asterisk
 
Das zieht mir den GCC mit rein und dauert ein bißchen zu kompilieren. Melde mich wenn er fertig ist (oder abbricht).

Danke erstmal für die Antwort

Edit: Hat funktioniert. Danke!

Grüße,
errorsmith
 
Zuletzt bearbeitet:
Zurück
Oben