Bug#998778: asterisk: bashism in configure script

Andrej Shadura andrewsh at debian.org
Sun Nov 7 19:34:45 GMT 2021


Source: asterisk
Version: 1:16.16.1~dfsg-4
Severity: normal
Tags: ftbfs
User: dash at packages.debian.org
Usertags: lineno-bashism

Hi,

Your package uses configure script with bash features not present in
POSIX without explicitly declaring the need to bash shell; this
currently works as configure scripts select bash, but when dash enables
LINENO support, your configure script will start failing:

     ./configure: 9971: test: unexpected operator
     ./configure: 9971: test: unexpected operator
     checking for embedded pjproject (may have to download)... configuring
     [pjproject]  Verifying /tmp/pjproject-2.10.tar.bz2
     [pjproject]  Verify successful
     [pjproject]  Unpacking /tmp/pjproject-2.10.tar.bz2
     [pjproject]  Applying patches /usr/src/packages/BUILD/third-party/pjproject/patches /usr/src/packages/BUILD/third-party/pjproject/source
     aconfigure.ac:8: warning: The macro `AC_CONFIG_HEADER' is obsolete.
     aconfigure.ac:8: You should run autoupdate.
     ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
     aconfigure.ac:8: the top level
     aconfigure.ac:41: warning: The macro `AC_TRY_LINK' is obsolete.
     aconfigure.ac:41: You should run autoupdate.
     ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
     aconfigure.ac:41: the top level
     [pjproject]  Applying user.mak
     [pjproject]  Applying custom include file patches/asterisk_malloc_debug.h
     [pjproject]  Applying custom include file patches/config_site.h
     [pjproject]  Rebuilding
     [pjproject]  Configuring with --prefix=/opt/pjproject --disable-speex-codec --disable-speex-aec --disable-bcg729 --disable-gsm-codec --disable-ilbc-codec --disable-l16-codec --disable-g722-codec --disable-g7221-codec --disable-opencore-amr --disable-silk --disable-opus --disable-video --disable-v4l2 --disable-sound --disable-ext-sound --disable-sdl --disable-libyuv --disable-ffmpeg --disable-openh264 --disable-ipp --disable-libwebrtc --without-external-pa --without-external-srtp --disable-resample --disable-g711-codec --enable-epoll
     checking for bundled pjproject... yes
     checking for gawk... (cached) mawk
     checking for curl-config... /usr/bin/curl-config
     checking for the version of libcurl... 7.74.0
     checking for libcurl >= version 7.10.1... yes
     checking whether libcurl is usable... yes
     checking for curl_free... yes
     checking for size_t... yes
     checking for working alloca.h... yes
     checking for alloca... yes
     checking for dirent.h that defines DIR... yes
     checking for library containing opendir... none required
     checking for sys/wait.h that is POSIX.1 compatible... yes
     checking for sys/types.h... (cached) yes
     checking for netinet/in.h... yes
     checking for arpa/nameser.h... yes
     checking for netdb.h... yes
     checking for resolv.h... yes
     checking for arpa/nameser.h... (cached) yes
     checking for assert.h... yes
     checking for ctype.h... yes
     checking for dlfcn.h... yes
     checking for errno.h... yes
     checking for fcntl.h... yes
     checking for float.h... yes
     checking for grp.h... yes
     checking for inttypes.h... (cached) yes
     checking for limits.h... yes
     checking for locale.h... yes
     checking for math.h... yes
     checking for pwd.h... yes
     checking for netinet/in.h... (cached) yes
     checking for regex.h... yes
     checking for sched.h... yes
     checking for stdarg.h... yes
     checking for stdint.h... (cached) yes
     checking for stdio.h... (cached) yes
     checking for stdlib.h... (cached) yes
     checking for string.h... (cached) yes
     checking for syslog.h... yes
     checking for sys/file.h... yes
     checking for sys/ioctl.h... yes
     checking for sys/param.h... (cached) yes
     checking for sys/resource.h... yes
     checking for sys/socket.h... (cached) yes
     checking for sys/stat.h... (cached) yes
     checking for sys/time.h... (cached) yes
     checking for sys/types.h... (cached) yes
     checking for sys/un.h... yes
     checking for termios.h... yes
     checking for time.h... yes
     checking for unistd.h... (cached) yes
     checking for arpa/inet.h... yes
     checking for libintl.h... yes
     checking for malloc.h... yes
     checking for netdb.h... (cached) yes
     checking for stddef.h... yes
     checking for strings.h... (cached) yes
     checking for sys/event.h... no
     checking for utime.h... (cached) yes
     checking for x86_64-linux-gnu-pkg-config... /usr/bin/x86_64-linux-gnu-pkg-config
     checking pkg-config is at least version 0.9.0... yes
     checking for libedit... yes
     checking for Testing for libedit unicode support... yes
     checking for uuid_generate_random in -luuid... yes
     checking for uuid/uuid.h... yes
     checking for jansson >= 2.11... yes
     checking for clock_gettime in -lrt... yes
     checking for x86_64-linux-gnu-xml2-config... no
     checking for xml2-config... /usr/bin/xml2-config
     checking for uriParseUriA in -luriparser... yes
     checking for uriparser/Uri.h... yes
     checking for xsltLoadStylesheetPI in -lxslt... yes
     checking for libxslt/xsltInternals.h... yes
     checking for xsltCleanupGlobals in -lxslt... yes
     checking for libxslt/xsltInternals.h... (cached) yes
     ./configure: 15784: test: no: unexpected operator
     checking for xlocale.h... no
     checking for winsock.h... no
     checking for winsock2.h... no
     checking for sys/poll.h... 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 _Bool... yes
     checking for stdbool.h that conforms to C99... yes
     checking for an ANSI C-conforming const... yes
     checking for uid_t in sys/types.h... yes
     checking for inline... inline
     checking for long double with more range or precision than double... yes

To test this, you can install dash from experimental and re-run the
configure script.

Please replace non-POSIX features with their equivalents to make sure
the script runs with dash. Most common ones are usage of == instead of =
and for with arrays (not lists).

-- 
Cheers,
  Andrej


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (10, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 5.14.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
[    0s] Memory limit set to 45385214KB
[    0s] Using BUILD_ROOT=/srv/obs/worker/root_1
[    0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386
[    0s] 
[    0s] 
[    0s] argon started "build asterisk_16.16.1~dfsg-4.dsc" at Thu Nov  4 18:40:20 UTC 2021.
[    0s] build version: 20180831-2co3debian9.1
[    0s] 
[    0s] Building asterisk for project 'home:andrewsh:sid' repository 'main' arch 'x86_64' srcmd5 '5d78a692251cdda28bf555ca42a1c5ec'
[    0s] 
[    0s] processing recipe /srv/obs/worker/root_1/.build-srcdir/asterisk_16.16.1~dfsg-4.dsc ...
[    0s] running changelog2spec --target debian --file /srv/obs/worker/root_1/.build-srcdir/asterisk_16.16.1~dfsg-4.dsc
[    0s] init_buildsystem --configdir /srv/obs/run/obsworker/1/build/configs --cachedir /var/cache/obs-build --clean --create-build-binaries --rpmlist /srv/obs/worker/root_1/.build.rpmlist /srv/obs/worker/root_1/.build-srcdir/asterisk_16.16.1~dfsg-4.dsc build rpmlint-Factory ...
[    0s] init_buildsystem version: 20180831-2co3debian9.1
[    5s] cycle: libc6 -> libgcc-s1
[    5s]   breaking dependency libgcc-s1 -> libc6
[    5s] [1/45] preinstalling libgcc-s1...
[    5s] Version: 11.2.0-10
[    5s] [2/45] preinstalling libc6...
[    5s] Version: 2.32-4
[    5s] [3/45] preinstalling debianutils...
[    5s] Version: 5.5-1
[    5s] [4/45] preinstalling diffutils...
[    5s] Version: 1:3.7-5
[    5s] [5/45] preinstalling insserv...
[    6s] Version: 1.23.0-1
[    6s] [6/45] preinstalling libacl1...
[    6s] Version: 2.3.1-11.1
[    6s] [7/45] preinstalling libattr1...
[    6s] Version: 1:2.5.1-11.1
[    6s] [8/45] preinstalling libbz2-1.0...
[    6s] Version: 1.0.8-4
[    6s] [9/45] preinstalling libc-bin...
[    6s] Version: 2.32-4
[    6s] [10/45] preinstalling libcrypt1...
[    6s] Version: 1:4.4.25-2
[    6s] [11/45] preinstalling libdbus-1-3...
[    6s] Version: 1.12.20-3
[    6s] [12/45] preinstalling libdebconfclient0...
[    6s] Version: 0.2601.1
[    6s] [13/45] preinstalling libgmp10...
[    6s] Version: 2:6.2.1+dfsg-2
[    6s] [14/45] preinstalling liblzma5...
[    6s] Version: 5.2.5-2
[    6s] [15/45] preinstalling libpcre2-8-0...
[    6s] Version: 10.36-2
[    6s] [16/45] preinstalling libpcre3...
[    6s] Version: 2:8.39-13
[    6s] [17/45] preinstalling libsepol1...
[    6s] Version: 3.1-1
[    6s] [18/45] preinstalling libsigsegv2...
[    6s] Version: 2.13-1
[    6s] [19/45] preinstalling libtinfo5...
[    6s] Version: 6.2+20210905-1
[    6s] [20/45] preinstalling mawk...
[    6s] Version: 1.3.4.20200120-2
[    6s] [21/45] preinstalling zlib1g...
[    6s] Version: 1:1.2.11.dfsg-2
[    6s] [22/45] preinstalling libstdc++6...
[    6s] Version: 11.2.0-10
[    6s] [23/45] preinstalling base-passwd...
[    7s] Version: 3.5.52
[    7s] [24/45] preinstalling libncurses5...
[    7s] Version: 6.2+20210905-1
[    7s] [25/45] preinstalling libselinux1...
[    7s] Version: 3.1-3+b1
[    7s] [26/45] preinstalling login...
[    7s] Version: 1:4.8.1-1.1
[    7s] [27/45] preinstalling xz-utils...
[    7s] Version: 5.2.5-2
[    7s] [28/45] preinstalling base-files...
[    7s] Version: 12
[    7s] [29/45] preinstalling findutils...
[    7s] Version: 4.8.0-1
[    7s] [30/45] preinstalling passwd...
[    7s] Version: 1:4.8.1-1.1
[    7s] [31/45] preinstalling sed...
[    7s] Version: 4.8-1
[    7s] [32/45] preinstalling tar...
[    7s] Version: 1.34+dfsg-1
[    7s] [33/45] preinstalling util-linux...
[    7s] Version: 2.37.2-4
[    7s] [34/45] preinstalling coreutils...
[    7s] Version: 8.32-4.1
[    8s] [35/45] preinstalling bash...
[    8s] Version: 5.1-3.1
[    8s] [36/45] preinstalling dpkg...
[    8s] Version: 1.20.9
[    8s] [37/45] preinstalling gzip...
[    8s] Version: 1.10-4
[    8s] [38/45] preinstalling grep...
[    8s] Version: 3.7-1
[    8s] [39/45] preinstalling perl-base...
[    8s] Version: 5.32.1-6
[    9s] [40/45] preinstalling debconf...
[    9s] Version: 1.5.79
[    9s] [41/45] preinstalling init-system-helpers...
[    9s] Version: 1.60
[    9s] [42/45] preinstalling perl...
[    9s] Version: 5.32.1-6
[    9s] [43/45] preinstalling libperl-dev...
[    9s] Version: 5.32.1-6
[    9s] [44/45] preinstalling tzdata...
[    9s] Version: 2021e-1
[    9s] [45/45] preinstalling dash...
[    9s] Version: 0.5.11+git20210903+057cd650a4ed-3exp12.1
[    9s] 
[   10s] creating .build.binaries directory...
[   13s] reordering...cycle: libc6 -> libgcc-s1
[   13s]   breaking dependency libgcc-s1 -> libc6
[   14s] done
[   14s] querying package ids...
[   15s] [1/165] installing autotools-dev-20180224.1+nmu1
[   15s] [2/165] installing binutils-common-2.37-8
[   16s] [3/165] installing debian-archive-keyring-2021.1.1
[   16s] [4/165] installing distro-info-data-0.52
[   16s] [5/165] installing gcc-11-base-11.2.0-10
[   16s] [6/165] installing libaudit-common-1:3.0.6-11.1
[   16s] [7/165] installing libmagic-mgc-1:5.39-3
[   16s] [8/165] installing libsemanage-common-3.1-1
[   16s] [9/165] installing libtirpc-common-1.3.2-2
[   16s] [10/165] installing linux-libc-dev-5.14.16-1
[   17s] [11/165] installing media-types-4.0.0
[   17s] [12/165] installing ncurses-base-6.2+20210905-1
[   17s] [13/165] installing libgcc-s1-11.2.0-10
[   17s] dpkg: libgcc-s1:amd64: dependency problems, but configuring anyway as you requested:
[   17s]  libgcc-s1:amd64 depends on libc6 (>= 2.14); however:
[   17s]   Package libc6 is not installed.
[   17s] [14/165] installing libc6-2.32-4
[   17s] Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 22.
[   18s] Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 22.
[   18s] [15/165] installing debianutils-5.5-1
[   18s] update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
[   18s] [16/165] installing diffutils-1:3.7-5
[   18s] [17/165] installing hostname-3.23
[   18s] [18/165] installing insserv-1.23.0-1
[   18s] [19/165] installing libacl1-2.3.1-11.1
[   18s] [20/165] installing libattr1-1:2.5.1-11.1
[   18s] [21/165] installing libblkid1-2.37.2-4
[   19s] [22/165] installing libbz2-1.0-1.0.8-4
[   19s] [23/165] installing libc-bin-2.32-4
[   19s] [24/165] installing libc-dev-bin-2.32-4
[   19s] [25/165] installing libcap-ng0-0.7.9-2.2+b1
[   19s] Processing triggers for libc-bin (2.32-4) ...
[   19s] [26/165] installing libcap2-1:2.44-1
[   19s] Processing triggers for libc-bin (2.32-4) ...
[   19s] [27/165] installing libcom-err2-1.46.4-1
[   19s] Processing triggers for libc-bin (2.32-4) ...
[   19s] [28/165] installing libcrypt1-1:4.4.25-2
[   19s] Processing triggers for libc-bin (2.32-4) ...
[   19s] [29/165] installing libdb5.3-5.3.28+dfsg1-0.8
[   19s] Processing triggers for libc-bin (2.32-4) ...
[   19s] [30/165] installing libdebconfclient0-0.2601.1
[   19s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [31/165] installing libexpat1-2.4.1-3
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [32/165] installing libfakeroot-1.26-1
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [33/165] installing libffi8-3.4.2-3
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [34/165] installing libgdbm6-1.22-1
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [35/165] installing libgmp10-2:6.2.1+dfsg-2
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [36/165] installing libgpg-error0-1.42-3
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [37/165] installing libkeyutils1-1.6.1-2
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [38/165] installing libkrb5support0-1.18.3-7
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [39/165] installing liblz4-1-1.9.3-2
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [40/165] installing liblzma5-5.2.5-2
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [41/165] installing libnettle8-3.7.3-1
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [42/165] installing libpcre2-8-0-10.36-2
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [43/165] installing libpcre3-2:8.39-13
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [44/165] installing libseccomp2-2.5.2-2
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [45/165] installing libsepol1-3.1-1
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [46/165] installing libsigsegv2-2.13-1
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [47/165] installing libsmartcols1-2.37.2-4
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [48/165] installing libsqlite3-0-3.36.0-2
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [49/165] installing libtasn1-6-4.17.0-2
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [50/165] installing libtinfo5-6.2+20210905-1
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [51/165] installing libtinfo6-6.2+20210905-1
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [52/165] installing libudev1-249.5-2
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [53/165] installing libunistring2-0.9.10-6
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [54/165] installing libuuid1-2.37.2-4
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [55/165] installing libxxhash0-0.8.0-2
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [56/165] installing libzstd1-1.4.8+dfsg-3
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [57/165] installing make-4.3-4.1
[   23s] [58/165] installing mawk-1.3.4.20200120-2
[   23s] [59/165] installing patch-2.7.6-7
[   23s] [60/165] installing rpcsvc-proto-1.4.2-4
[   23s] [61/165] installing zlib1g-1:1.2.11.dfsg-2
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [62/165] installing libatomic1-11.2.0-10
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [63/165] installing libgomp1-11.2.0-10
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [64/165] installing libitm1-11.2.0-10
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [65/165] installing libquadmath0-11.2.0-10
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [66/165] installing libasan6-11.2.0-10
[   24s] Processing triggers for libc-bin (2.32-4) ...
[   24s] [67/165] installing liblsan0-11.2.0-10
[   24s] Processing triggers for libc-bin (2.32-4) ...
[   24s] [68/165] installing libstdc++6-11.2.0-10
[   24s] Processing triggers for libc-bin (2.32-4) ...
[   24s] [69/165] installing libtsan0-11.2.0-10
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [70/165] installing libcrypt-dev-1:4.4.25-2
[   25s] [71/165] installing base-passwd-3.5.52
[   25s] [72/165] installing bzip2-1.0.8-4
[   25s] [73/165] installing fakeroot-1.26-1
[   25s] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
[   25s] [74/165] installing libctf-nobfd0-2.37-8
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [75/165] installing libgcrypt20-1.9.4-3+b1
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [76/165] installing libgdbm-compat4-1.22-1
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [77/165] installing libidn2-0-2.3.2-2
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [78/165] installing libisl23-0.24-2
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [79/165] installing libk5crypto3-1.18.3-7
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [80/165] installing libmpfr6-4.1.0-3
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [81/165] installing libncurses5-6.2+20210905-1
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [82/165] installing libncursesw6-6.2+20210905-1
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [83/165] installing libp11-kit0-0.24.0-5
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [84/165] installing libselinux1-3.1-3+b1
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [85/165] installing xz-utils-5.2.5-2
[   27s] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
[   27s] [86/165] installing libaudit1-1:3.0.6-11.1
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [87/165] installing libbinutils-2.37-8
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [88/165] installing libhogweed6-3.7.3-1
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [89/165] installing libmpdec3-2.5.1-2
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [90/165] installing libcc1-0-11.2.0-10
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [91/165] installing libmagic1-1:5.39-3
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [92/165] installing libubsan1-11.2.0-10
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [93/165] installing base-files-12
[   28s] [94/165] installing file-1:5.39-3
[   28s] [95/165] installing findutils-4.8.0-1
[   28s] [96/165] installing libctf0-2.37-8
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [97/165] installing libmount1-2.37.2-4
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [98/165] installing libmpc3-1.2.1-1
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [99/165] installing libpsl5-0.21.0-1.2
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [100/165] installing sed-4.8-1
[   28s] [101/165] installing tar-1.34+dfsg-1
[   28s] update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
[   28s] [102/165] installing coreutils-8.32-4.1
[   29s] [103/165] installing gpgv-2.2.27-2
[   29s] [104/165] installing libsemanage1-3.1-1+b2
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   29s] [105/165] installing libsystemd0-249.5-2
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   29s] [106/165] installing libgnutls30-3.7.2-2
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   30s] [107/165] installing libgcc-11-dev-11.2.0-10
[   30s] [108/165] installing libdbus-1-3-1.12.20-3
[   30s] Processing triggers for libc-bin (2.32-4) ...
[   30s] [109/165] installing bash-5.1-3.1
[   30s] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
[   30s] /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.
[   30s] [110/165] installing mount-2.37.2-4
[   30s] [111/165] keeping dpkg-1.20.9
[   30s] [112/165] installing binutils-x86-64-linux-gnu-2.37-8
[   31s] [113/165] installing cpp-11-11.2.0-10
[   37s] [114/165] installing wget-1.21.2-2+b1
[   37s] [115/165] installing libapt-pkg6.0-2.3.11
[   37s] Processing triggers for libc-bin (2.32-4) ...
[   37s] [116/165] installing cpp-4:11.2.0-2
[   37s] [117/165] installing debootstrap-1.0.125
[   37s] [118/165] installing readline-common-8.1-2
[   37s] [119/165] installing gzip-1.10-4
[   37s] [120/165] installing binutils-2.37-8
[   37s] [121/165] installing grep-3.7-1
[   37s] [122/165] installing perl-base-5.32.1-6
[   38s] [123/165] installing debconf-1.5.79
[   38s] [124/165] installing init-system-helpers-1.60
[   38s] [125/165] installing perl-modules-5.32-5.32.1-6
[   39s] [126/165] installing libreadline8-8.1-2
[   39s] Processing triggers for libc-bin (2.32-4) ...
[   39s] [127/165] installing gcc-11-11.2.0-10
[   46s] [128/165] installing tzdata-2021e-1
[   46s] Current default time zone: 'Etc/UTC'
[   46s] Local time is now:      Thu Nov  4 18:41:06 UTC 2021.
[   46s] Universal Time is now:  Thu Nov  4 18:41:06 UTC 2021.
[   46s] Run 'dpkg-reconfigure tzdata' if you wish to change it.
[   46s] [129/165] installing gcc-4:11.2.0-2
[   47s] [130/165] installing libssl1.1-1.1.1l-1
[   47s] Processing triggers for libc-bin (2.32-4) ...
[   47s] [131/165] installing libpam0g-1.4.0-10
[   47s] Processing triggers for libc-bin (2.32-4) ...
[   47s] [132/165] installing dash-0.5.11+git20210903+057cd650a4ed-3exp12.1
[   47s] No diversion 'diversion of /bin/sh by bash', none removed.
[   47s] Adding 'diversion of /bin/sh to /bin/sh.distrib by dash'
[   48s] No diversion 'diversion of /usr/share/man/man1/sh.1.gz by bash', none removed.
[   48s] Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
[   48s] [133/165] installing libperl5.32-5.32.1-6
[   48s] Processing triggers for libc-bin (2.32-4) ...
[   48s] [134/165] installing libpython3.9-minimal-3.9.7-4
[   49s] [135/165] installing perl-5.32.1-6
[   49s] [136/165] installing libpam-modules-bin-1.4.0-10
[   49s] [137/165] installing libkrb5-3-1.18.3-7
[   49s] Processing triggers for libc-bin (2.32-4) ...
[   49s] [138/165] installing util-linux-2.37.2-4
[   49s] update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
[   49s] [139/165] installing libdpkg-perl-1.20.9
[   50s] [140/165] installing python3.9-minimal-3.9.7-4
[   51s] [141/165] installing libgssapi-krb5-2-1.18.3-7
[   51s] Processing triggers for libc-bin (2.32-4) ...
[   51s] [142/165] installing python3-minimal-3.9.7-1
[   52s] [143/165] installing libtirpc3-1.3.2-2
[   52s] Processing triggers for libc-bin (2.32-4) ...
[   52s] [144/165] installing dpkg-dev-1.20.9
[   52s] [145/165] installing libtirpc-dev-1.3.2-2
[   52s] [146/165] installing libnsl2-1.3.0-2
[   52s] Processing triggers for libc-bin (2.32-4) ...
[   52s] [147/165] installing libnsl-dev-1.3.0-2
[   52s] [148/165] installing libpam-modules-1.4.0-10
[   53s] [149/165] installing libpython3.9-stdlib-3.9.7-4
[   53s] [150/165] installing libpython3-stdlib-3.9.7-1
[   53s] [151/165] installing libpam-runtime-1.4.0-10
[   54s] [152/165] installing python3.9-3.9.7-4
[   55s] [153/165] installing libc6-dev-2.32-4
[   55s] [154/165] installing passwd-1:4.8.1-1.1
[   56s] Shadow passwords are now on.
[   56s] [155/165] installing adduser-3.118
[   56s] [156/165] installing libperl-dev-5.32.1-6
[   56s] [157/165] installing python3-3.9.7-1
[   56s] [158/165] installing libstdc++-11-dev-11.2.0-10
[   57s] [159/165] installing libtool-2.4.6-15
[   57s] [160/165] installing login-1:4.8.1-1.1
[   57s] [161/165] installing lsb-release-11.1.0
[   57s] [162/165] installing apt-2.3.11
[   58s] Processing triggers for libc-bin (2.32-4) ...
[   58s] [163/165] installing g++-11-11.2.0-10
[   65s] [164/165] installing g++-4:11.2.0-2
[   65s] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
[   65s] [165/165] installing build-essential-12.91.1
[   65s] configuring all installed packages...
[   65s] removing nis flags from /srv/obs/worker/root_1/etc/nsswitch.conf...
[   65s] now finalizing build dir...
[   66s] gpgv: unknown type of key resource 'trustedkeys.kbx'
[   66s] gpgv: keyblock resource '/tmp/dpkg-verify-sig.JD921dtM/trustedkeys.kbx': General error
[   66s] gpgv: Signature made Mon Nov  1 22:38:46 2021 UTC
[   66s] gpgv:                using RSA key D6E01EC516A5DFCEF71956D3775079E5B850BC93
[   66s] gpgv:                issuer "berni at debian.org"
[   66s] gpgv: Can't check signature: No public key
[   66s] dpkg-source: warning: failed to verify signature on /usr/src/packages/SOURCES/asterisk_16.16.1~dfsg-4.dsc
[   66s] dpkg-source: info: extracting asterisk in /usr/src/packages/BUILD
[   66s] dpkg-source: info: unpacking asterisk_16.16.1~dfsg.orig.tar.xz
[   67s] dpkg-source: info: unpacking asterisk_16.16.1~dfsg-4.debian.tar.xz
[   68s] dpkg-source: info: using patch list from debian/patches/series
[   68s] dpkg-source: info: applying hack-multiple-app-voicemail
[   68s] dpkg-source: info: applying astgenkey-security
[   68s] dpkg-source: info: applying sound_files
[   68s] dpkg-source: info: applying mpglib
[   68s] dpkg-source: info: applying enable_addons
[   68s] dpkg-source: info: applying ilbc_disable
[   68s] dpkg-source: info: applying astdatadir
[   68s] dpkg-source: info: applying reenable
[   68s] dpkg-source: info: applying no_native_arch.patch
[   68s] dpkg-source: info: applying smsq_enable.patch
[   68s] dpkg-source: info: applying aelparse_enable.patch
[   68s] dpkg-source: info: applying systemd.patch
[   68s] dpkg-source: info: applying test_framework.patch
[   68s] dpkg-source: info: applying amr.patch
[   68s] dpkg-source: info: applying ffmpeg-detection.patch
[   68s] dpkg-source: info: applying ffmpeg-includes.patch
[   68s] dpkg-source: info: applying build-reproducibly
[   68s] dpkg-source: info: applying autoreconf-pjproject
[   68s] dpkg-source: info: applying AST-2021-008-16.diff
[   68s] dpkg-source: info: applying AST-2021-009-16.diff
[   68s] dpkg-source: info: applying app_mp3_force_16bits.patch
[   68s] dpkg-source: info: applying configure_ac-stdc.patch
[   68s] -----------------------------------------------------------------
[   68s] ----- building asterisk_16.16.1~dfsg-4.dsc (user abuild)
[   68s] -----------------------------------------------------------------
[   68s] -----------------------------------------------------------------
[   68s] creating repository for debootstrap...
[   81s] dpkg-scanpackages: info: Wrote 606 entries to output Packages file.
[   81s] running debootstrap: chroot /srv/obs/worker/root_1 debootstrap --keep-debootstrap-dir --no-check-gpg --variant=buildd --arch=amd64 --include=adduser\,apt\,autoconf\,automake\,autopoint\,autotools-dev\,base-files\,base-passwd\,bash\,binutils-common\,binutils-dev\,binutils-x86-64-linux-gnu\,binutils\,bsdextrautils\,build-essential\,bzip2\,comerr-dev\,coreutils\,cpp-11\,cpp\,dahdi-linux\,dahdi-source\,dahdi\,dash\,debconf\,debhelper\,debian-archive-keyring\,debianutils\,default-libmysqlclient-dev\,dh-autoreconf\,dh-strip-nondeterminism\,diffutils\,dirmngr\,dpkg-dev\,dpkg\,dwz\,fakeroot\,file\,findutils\,fontconfig-config\,fontconfig\,fonts-dejavu-core\,freetds-common\,freetds-dev\,fxload\,g++-11\,g++\,gcc-11-base\,gcc-11\,gcc\,gettext-base\,gettext\,gir1.2-glib-2.0\,gir1.2-gmime-3.0\,gir1.2-ical-3.0\,gnupg-l10n\,gnupg-utils\,gnupg\,gpg-agent\,gpg-wks-client\,gpg-wks-server\,gpg\,gpgconf\,gpgsm\,gpgv\,grep\,groff-base\,gzip\,hostname\,icu-devtools\,init-system-helpers\,insserv\,intltool-debian\,krb5-multidev\,libacl1\,libaom3\,libapt-pkg6.0\,libarchive-zip-perl\,libasan6\,libasound2-data\,libasound2-dev\,libasound2\,libass9\,libassuan0\,libasyncns0\,libatomic1\,libattr1\,libaudit-common\,libaudit1\,libavc1394-0\,libavcodec-dev\,libavcodec58\,libavdevice-dev\,libavdevice58\,libavfilter-dev\,libavfilter7\,libavformat-dev\,libavformat58\,libavutil-dev\,libavutil56\,libbinutils\,libblas3\,libblkid-dev\,libblkid1\,libbluetooth-dev\,libbluetooth3\,libbluray2\,libbrotli1\,libbs2b0\,libbsd-dev\,libbsd0\,libbz2-1.0\,libc-bin\,libc-client2007e-dev\,libc-client2007e\,libc-dev-bin\,libc6-dev\,libc6\,libcaca-dev\,libcaca0\,libcairo-gobject2\,libcairo2\,libcap-dev\,libcap-ng0\,libcap2\,libcc1-0\,libcdio-cdda2\,libcdio-paranoia2\,libcdio19\,libchromaprint1\,libcodec2-0.9\,libcom-err2\,libcrypt-dev\,libcrypt1\,libct4\,libctf-nobfd0\,libctf0\,libcurl4-openssl-dev\,libcurl4\,libdatrie1\,libdav1d5\,libdb-dev\,libdb5.3-dev\,libdb5.3\,libdbus-1-3\,libdc1394-25\,libdebconfclient0\,libdebhelper-perl\,libdeflate-dev\,libdeflate0\,libdpkg-perl\,libdrm-amdgpu1\,libdrm-common\,libdrm-intel1\,libdrm-nouveau2\,libdrm-radeon1\,libdrm2\,libedit-dev\,libedit2\,libegl-dev\,libegl-mesa0\,libegl1\,libelf1\,libevent-2.1-7\,libexpat1\,libfakeroot\,libffi-dev\,libffi8\,libfile-stripnondeterminism-perl\,libflac8\,libflite1\,libfontconfig1\,libfreetype6\,libfribidi0\,libgbm1\,libgcc-11-dev\,libgcc-s1\,libgcrypt20\,libgdbm-compat4\,libgdbm6\,libgdk-pixbuf-2.0-0\,libgdk-pixbuf2.0-common\,libgfortran5\,libgirepository-1.0-1\,libgl-dev\,libgl1-mesa-dev\,libgl1-mesa-dri\,libgl1\,libglapi-mesa\,libgles-dev\,libgles1\,libgles2\,libglib2.0-0\,libglib2.0-bin\,libglib2.0-data\,libglib2.0-dev-bin\,libglib2.0-dev\,libglu1-mesa-dev\,libglu1-mesa\,libglvnd-core-dev\,libglvnd-dev\,libglvnd0\,libglx-dev\,libglx-mesa0\,libglx0\,libgme0\,libgmime-3.0-0\,libgmime-3.0-dev\,libgmp-dev\,libgmp10\,libgmpxx4ldbl\,libgnutls-dane0\,libgnutls-openssl27\,libgnutls28-dev\,libgnutls30\,libgnutlsxx28\,libgomp1\,libgpg-error0\,libgpgme11\,libgraphite2-3\,libgsm1-dev\,libgsm1\,libgssapi-krb5-2\,libgssrpc4\,libharfbuzz0b\,libhogweed6\,libical-dev\,libical3\,libicu-dev\,libicu67\,libidn2-0\,libidn2-dev\,libiec61883-0\,libiksemel-dev\,libiksemel3\,libisl23\,libitm1\,libjack-dev\,libjack0\,libjansson-dev\,libjansson4\,libjbig-dev\,libjbig0\,libjpeg-dev\,libjpeg62-turbo-dev\,libjpeg62-turbo\,libk5crypto3\,libkadm5clnt-mit12\,libkadm5srv-mit12\,libkdb5-10\,libkeyutils1\,libkrb5-3\,libkrb5support0\,libksba8\,liblapack3\,libldap-2.4-2\,libldap2-dev\,liblilv-0-0\,libllvm12\,liblsan0\,libltdl-dev\,libltdl7\,liblua5.1-0-dev\,liblua5.1-0\,liblz4-1\,liblzma-dev\,liblzma5\,libmagic-mgc\,libmagic1\,libmariadb-dev-compat\,libmariadb-dev\,libmariadb3\,libmd-dev\,libmd0\,libmfx1\,libmount-dev\,libmount1\,libmp3lame0\,libmpc3\,libmpdec3\,libmpfr6\,libmpg123-0\,libmysofa1\,libncurses-dev\,libncurses5\,libncurses6\,libncursesw6\,libneon27-gnutls-dev\,libneon27-gnutls\,libnetsnmptrapd40\,libnettle8\,libnewt-dev\,libnewt0.52\,libnghttp2-14\,libnorm1\,libnpth0\,libnsl-dev\,libnsl2\,libnspr4-dev\,libnspr4\,libnss-myhostname\,libnss3-dev\,libnss3\,libnuma1\,libodbc1\,libogg-dev\,libogg0\,libopenal-data\,libopenal1\,libopencore-amrnb-dev\,libopencore-amrnb0\,libopencore-amrwb-dev\,libopencore-amrwb0\,libopengl-dev\,libopengl0\,libopenjp2-7\,libopenmpt0\,libopenr2-3\,libopenr2-dev\,libopus-dev\,libopus0\,libopusfile-dev\,libopusfile0\,libp11-kit-dev\,libp11-kit0\,libpam-modules-bin\,libpam-modules\,libpam-runtime\,libpam0g-dev\,libpam0g\,libpango-1.0-0\,libpangocairo-1.0-0\,libpangoft2-1.0-0\,libpci-dev\,libpci3\,libpciaccess0\,libpcre16-3\,libpcre2-16-0\,libpcre2-32-0\,libpcre2-8-0\,libpcre2-dev\,libpcre2-posix2\,libpcre3-dev\,libpcre3\,libpcre32-3\,libpcrecpp0v5\,libperl-dev\,libperl5.32\,libpgm-5.3-0\,libpipeline1\,libpixman-1-0\,libpng-dev\,libpng16-16\,libpocketsphinx3\,libpopt-dev\,libpopt0\,libportaudio2\,libportaudiocpp0\,libpostproc-dev\,libpostproc55\,libpq-dev\,libpq5\,libpri-dev\,libpri1.4\,libprocps8\,libpsl5\,libpthread-stubs0-dev\,libpulse-dev\,libpulse-mainloop-glib0\,libpulse0\,libpython3-stdlib\,libpython3.9-minimal\,libpython3.9-stdlib\,libquadmath0\,librabbitmq4\,libradcli-dev\,libradcli4\,libraw1394-11\,libreadline-dev\,libreadline8\,libresample1-dev\,libresample1\,librsvg2-2\,librtmp1\,librubberband2\,libsamplerate0\,libsasl2-2\,libsasl2-modules-db\,libsdl-image1.2-dev\,libsdl-image1.2\,libsdl1.2-dev\,libsdl1.2debian\,libsdl2-2.0-0\,libseccomp2\,libselinux1-dev\,libselinux1\,libsemanage-common\,libsemanage1\,libsensors-config\,libsensors-dev\,libsensors5\,libsepol1-dev\,libsepol1\,libserd-0-0\,libshine3\,libsigsegv2\,libslang2-dev\,libslang2\,libsmartcols1\,libsnappy1v5\,libsndfile1\,libsndio7.0\,libsnmp-base\,libsnmp-dev\,libsnmp40\,libsodium23\,libsord-0-0\,libsoxr0\,libspandsp-dev\,libspandsp2\,libspeex-dev\,libspeex1\,libspeexdsp-dev\,libspeexdsp1\,libsphinxbase3\,libsqlite3-0\,libsqlite3-dev\,libsratom-0-0\,libsrt1.4-gnutls\,libsrtp2-1\,libsrtp2-dev\,libss7-2.0\,libss7-dev\,libssh-gcrypt-4\,libssh2-1\,libssl-dev\,libssl1.1\,libstdc++-11-dev\,libstdc++6\,libsub-override-perl\,libswresample-dev\,libswresample3\,libswscale-dev\,libswscale5\,libsybdb5\,libsystemd-dev\,libsystemd0\,libtasn1-6-dev\,libtasn1-6\,libtext-charwidth-perl\,libtext-wrapi18n-perl\,libthai-data\,libthai0\,libtheora0\,libtiff-dev\,libtiff5\,libtiffxx5\,libtinfo5\,libtinfo6\,libtirpc-common\,libtirpc-dev\,libtirpc3\,libtonezone-dev\,libtonezone2.0\,libtool\,libtsan0\,libtwolame0\,libubsan1\,libuchardet0\,libudev-dev\,libudev1\,libudfread0\,libunbound-dev\,libunbound8\,libunistring2\,liburiparser-dev\,liburiparser1\,libusb-1.0-0\,libuuid1\,libva-drm2\,libva-x11-2\,libva2\,libvdpau1\,libvidstab1.1\,libvo-amrwbenc-dev\,libvo-amrwbenc0\,libvorbis-dev\,libvorbis0a\,libvorbisenc2\,libvorbisfile3\,libvpb-dev\,libvpb1\,libvpx7\,libvulkan1\,libwayland-client0\,libwayland-cursor0\,libwayland-egl1\,libwayland-server0\,libwebp-dev\,libwebp6\,libwebpdemux2\,libwebpmux3\,libwrap0-dev\,libwrap0\,libx11-6\,libx11-data\,libx11-dev\,libx11-xcb1\,libx264-160\,libx265-199\,libxau-dev\,libxau6\,libxcb-dri2-0\,libxcb-dri3-0\,libxcb-glx0\,libxcb-present0\,libxcb-render0\,libxcb-shape0\,libxcb-shm0\,libxcb-sync1\,libxcb-xfixes0\,libxcb1-dev\,libxcb1\,libxcursor1\,libxdmcp-dev\,libxdmcp6\,libxext-dev\,libxext6\,libxfixes3\,libxi6\,libxinerama1\,libxkbcommon0\,libxml2-dev\,libxml2\,libxrandr2\,libxrender1\,libxshmfence1\,libxslt1-dev\,libxslt1.1\,libxss1\,libxv1\,libxvidcore4\,libxxf86vm1\,libxxhash0\,libz3-4\,libzimg2\,libzmq5\,libzstd1\,libzvbi-common\,libzvbi0\,linux-libc-dev\,login\,lsb-base\,m4\,make\,man-db\,mariadb-common\,mawk\,media-types\,mlock\,module-assistant\,mount\,mysql-common\,ncurses-base\,ncurses-bin\,nettle-dev\,ocl-icd-libopencl1\,odbcinst\,odbcinst1debian2\,passwd\,patch\,pci.ids\,perl-base\,perl-modules-5.32\,perl\,pinentry-curses\,pkg-config\,po-debconf\,portaudio19-dev\,procps\,python3-distutils\,python3-lib2to3\,python3-minimal\,python3.9-minimal\,python3.9\,python3\,readline-common\,rpcsvc-proto\,sed\,sensible-utils\,shared-mime-info\,tar\,tzdata\,ucf\,unixodbc-dev\,usbutils\,util-linux\,uuid-dev\,x11-common\,x11proto-dev\,xkb-data\,xorg-sgml-doctools\,xtrans-dev\,xz-utils\,zlib1g-dev\,zlib1g unstable debootstraproot file:///.build.binaries...
[   82s] I: Retrieving InRelease 
[   82s] I: Retrieving Release 
[   82s] I: Retrieving Packages 
[   82s] I: Validating Packages 
[   82s] I: Resolving dependencies of required packages...
[   82s] I: Resolving dependencies of base packages...
[   82s] I: Checking component main on file:///.build.binaries...
[   82s] I: Retrieving adduser 3.118
[   82s] I: Validating adduser 3.118
[   82s] I: Retrieving apt 2.3.11
[   82s] I: Validating apt 2.3.11
[   82s] I: Retrieving autoconf 2.71-21.1
[   82s] I: Validating autoconf 2.71-21.1
[   82s] I: Retrieving automake 1:1.16.5-11.1
[   82s] I: Validating automake 1:1.16.5-11.1
[   82s] I: Retrieving autopoint 0.21-4
[   82s] I: Validating autopoint 0.21-4
[   82s] I: Retrieving autotools-dev 20180224.1+nmu1
[   82s] I: Validating autotools-dev 20180224.1+nmu1
[   82s] I: Retrieving base-files 12
[   83s] I: Validating base-files 12
[   83s] I: Retrieving base-passwd 3.5.52
[   83s] I: Validating base-passwd 3.5.52
[   83s] I: Retrieving bash 5.1-3.1
[   83s] I: Validating bash 5.1-3.1
[   83s] I: Retrieving binutils 2.37-8
[   83s] I: Validating binutils 2.37-8
[   83s] I: Retrieving binutils-common 2.37-8
[   83s] I: Validating binutils-common 2.37-8
[   83s] I: Retrieving binutils-dev 2.37-8
[   83s] I: Validating binutils-dev 2.37-8
[   83s] I: Retrieving binutils-x86-64-linux-gnu 2.37-8
[   83s] I: Validating binutils-x86-64-linux-gnu 2.37-8
[   83s] I: Retrieving bsdextrautils 2.37.2-4
[   83s] I: Validating bsdextrautils 2.37.2-4
[   83s] I: Retrieving build-essential 12.91.1
[   83s] I: Validating build-essential 12.91.1
[   83s] I: Retrieving bzip2 1.0.8-4
[   83s] I: Validating bzip2 1.0.8-4
[   83s] I: Retrieving comerr-dev 2.1-1.46.4-1
[   83s] I: Validating comerr-dev 2.1-1.46.4-1
[   83s] I: Retrieving coreutils 8.32-4.1
[   83s] I: Validating coreutils 8.32-4.1
[   83s] I: Retrieving cpp 4:11.2.0-2
[   83s] I: Validating cpp 4:11.2.0-2
[   83s] I: Retrieving cpp-11 11.2.0-10
[   83s] I: Validating cpp-11 11.2.0-10
[   84s] I: Retrieving dahdi 1:3.1.0-2
[   84s] I: Validating dahdi 1:3.1.0-2
[   84s] I: Retrieving dahdi-linux 1:2.11.1.0.20170917~dfsg-7.4
[   84s] I: Validating dahdi-linux 1:2.11.1.0.20170917~dfsg-7.4
[   84s] I: Retrieving dahdi-source 1:2.11.1.0.20170917~dfsg-7.4
[   84s] I: Validating dahdi-source 1:2.11.1.0.20170917~dfsg-7.4
[   84s] I: Retrieving dash 0.5.11+git20210903+057cd650a4ed-3exp12.1
[   84s] I: Validating dash 0.5.11+git20210903+057cd650a4ed-3exp12.1
[   84s] I: Retrieving debconf 1.5.79
[   84s] I: Validating debconf 1.5.79
[   84s] I: Retrieving debhelper 13.5.2
[   84s] I: Validating debhelper 13.5.2
[   84s] I: Retrieving debian-archive-keyring 2021.1.1
[   84s] I: Validating debian-archive-keyring 2021.1.1
[   84s] I: Retrieving debianutils 5.5-1
[   84s] I: Validating debianutils 5.5-1
[   84s] I: Retrieving default-libmysqlclient-dev 1.0.7
[   84s] I: Validating default-libmysqlclient-dev 1.0.7
[   84s] I: Retrieving dh-autoreconf 20
[   84s] I: Validating dh-autoreconf 20
[   84s] I: Retrieving dh-strip-nondeterminism 1.12.0-2
[   84s] I: Validating dh-strip-nondeterminism 1.12.0-2
[   84s] I: Retrieving diffutils 1:3.7-5
[   84s] I: Validating diffutils 1:3.7-5
[   84s] I: Retrieving dirmngr 2.2.27-2
[   84s] I: Validating dirmngr 2.2.27-2
[   84s] I: Retrieving dpkg 1.20.9
[   84s] I: Validating dpkg 1.20.9
[   84s] I: Retrieving dpkg-dev 1.20.9
[   84s] I: Validating dpkg-dev 1.20.9
[   84s] I: Retrieving dwz 0.14-1
[   84s] I: Validating dwz 0.14-1
[   85s] I: Retrieving fakeroot 1.26-1
[   85s] I: Validating fakeroot 1.26-1
[   85s] I: Retrieving file 1:5.39-3
[   85s] I: Validating file 1:5.39-3
[   85s] I: Retrieving findutils 4.8.0-1
[   85s] I: Validating findutils 4.8.0-1
[   85s] I: Retrieving fontconfig 2.13.1-4.2
[   85s] I: Validating fontconfig 2.13.1-4.2
[   85s] I: Retrieving fontconfig-config 2.13.1-4.2
[   85s] I: Validating fontconfig-config 2.13.1-4.2
[   85s] I: Retrieving fonts-dejavu-core 2.37-2
[   85s] I: Validating fonts-dejavu-core 2.37-2
[   85s] I: Retrieving freetds-common 1.2.3-1
[   85s] I: Validating freetds-common 1.2.3-1
[   85s] I: Retrieving freetds-dev 1.2.3-1
[   85s] I: Validating freetds-dev 1.2.3-1
[   85s] I: Retrieving fxload 0.0.20081013-1+b2
[   85s] I: Validating fxload 0.0.20081013-1+b2
[   85s] I: Retrieving g++ 4:11.2.0-2
[   85s] I: Validating g++ 4:11.2.0-2
[   85s] I: Retrieving g++-11 11.2.0-10
[   85s] I: Validating g++-11 11.2.0-10
[   86s] I: Retrieving gcc 4:11.2.0-2
[   86s] I: Validating gcc 4:11.2.0-2
[   86s] I: Retrieving gcc-11 11.2.0-10
[   86s] I: Validating gcc-11 11.2.0-10
[   87s] I: Retrieving gcc-11-base 11.2.0-10
[   87s] I: Validating gcc-11-base 11.2.0-10
[   87s] I: Retrieving gettext 0.21-4
[   87s] I: Validating gettext 0.21-4
[   87s] I: Retrieving gettext-base 0.21-4
[   87s] I: Validating gettext-base 0.21-4
[   87s] I: Retrieving gir1.2-glib-2.0 1.70.0-2
[   87s] I: Validating gir1.2-glib-2.0 1.70.0-2
[   87s] I: Retrieving gir1.2-gmime-3.0 3.2.7-1
[   87s] I: Validating gir1.2-gmime-3.0 3.2.7-1
[   87s] I: Retrieving gir1.2-ical-3.0 3.0.11-2
[   87s] I: Validating gir1.2-ical-3.0 3.0.11-2
[   87s] I: Retrieving gnupg 2.2.27-2
[   87s] I: Validating gnupg 2.2.27-2
[   87s] I: Retrieving gnupg-l10n 2.2.27-2
[   87s] I: Validating gnupg-l10n 2.2.27-2
[   87s] I: Retrieving gnupg-utils 2.2.27-2
[   87s] I: Validating gnupg-utils 2.2.27-2
[   87s] I: Retrieving gpg 2.2.27-2
[   87s] I: Validating gpg 2.2.27-2
[   87s] I: Retrieving gpg-agent 2.2.27-2
[   87s] I: Validating gpg-agent 2.2.27-2
[   88s] I: Retrieving gpg-wks-client 2.2.27-2
[   88s] I: Validating gpg-wks-client 2.2.27-2
[   88s] I: Retrieving gpg-wks-server 2.2.27-2
[   88s] I: Validating gpg-wks-server 2.2.27-2
[   88s] I: Retrieving gpgconf 2.2.27-2
[   88s] I: Validating gpgconf 2.2.27-2
[   88s] I: Retrieving gpgsm 2.2.27-2
[   88s] I: Validating gpgsm 2.2.27-2
[   88s] I: Retrieving gpgv 2.2.27-2
[   88s] I: Validating gpgv 2.2.27-2
[   88s] I: Retrieving grep 3.7-1
[   88s] I: Validating grep 3.7-1
[   88s] I: Retrieving groff-base 1.22.4-7
[   88s] I: Validating groff-base 1.22.4-7
[   88s] I: Retrieving gzip 1.10-4
[   88s] I: Validating gzip 1.10-4
[   88s] I: Retrieving hostname 3.23
[   88s] I: Validating hostname 3.23
[   88s] I: Retrieving icu-devtools 67.1-7
[   88s] I: Validating icu-devtools 67.1-7
[   88s] I: Retrieving init-system-helpers 1.60
[   88s] I: Validating init-system-helpers 1.60
[   88s] I: Retrieving insserv 1.23.0-1
[   88s] I: Validating insserv 1.23.0-1
[   89s] I: Retrieving intltool-debian 0.35.0+20060710.5
[   89s] I: Validating intltool-debian 0.35.0+20060710.5
[   89s] I: Retrieving krb5-multidev 1.18.3-7
[   89s] I: Validating krb5-multidev 1.18.3-7
[   89s] I: Retrieving libacl1 2.3.1-11.1
[   89s] I: Validating libacl1 2.3.1-11.1
[   89s] I: Retrieving libaom3 3.2.0-1
[   89s] I: Validating libaom3 3.2.0-1
[   89s] I: Retrieving libapt-pkg6.0 2.3.11
[   89s] I: Validating libapt-pkg6.0 2.3.11
[   89s] I: Retrieving libarchive-zip-perl 1.68-1
[   89s] I: Validating libarchive-zip-perl 1.68-1
[   89s] I: Retrieving libasan6 11.2.0-10
[   89s] I: Validating libasan6 11.2.0-10
[   89s] I: Retrieving libasound2 1.2.5.1-11.1
[   89s] I: Validating libasound2 1.2.5.1-11.1
[   89s] I: Retrieving libasound2-data 1.2.5.1-11.1
[   89s] I: Validating libasound2-data 1.2.5.1-11.1
[   89s] I: Retrieving libasound2-dev 1.2.5.1-11.1
[   89s] I: Validating libasound2-dev 1.2.5.1-11.1
[   89s] I: Retrieving libass9 1:0.15.2-1
[   89s] I: Validating libass9 1:0.15.2-1
[   89s] I: Retrieving libassuan0 2.5.5-1
[   89s] I: Validating libassuan0 2.5.5-1
[   89s] I: Retrieving libasyncns0 0.8-6+b2
[   89s] I: Validating libasyncns0 0.8-6+b2
[   89s] I: Retrieving libatomic1 11.2.0-10
[   89s] I: Validating libatomic1 11.2.0-10
[   89s] I: Retrieving libattr1 1:2.5.1-11.1
[   89s] I: Validating libattr1 1:2.5.1-11.1
[   89s] I: Retrieving libaudit-common 1:3.0.6-11.1
[   89s] I: Validating libaudit-common 1:3.0.6-11.1
[   89s] I: Retrieving libaudit1 1:3.0.6-11.1
[   89s] I: Validating libaudit1 1:3.0.6-11.1
[   89s] I: Retrieving libavc1394-0 0.5.4-5
[   89s] I: Validating libavc1394-0 0.5.4-5
[   89s] I: Retrieving libavcodec-dev 7:4.4.1-1+b1
[   89s] I: Validating libavcodec-dev 7:4.4.1-1+b1
[   89s] I: Retrieving libavcodec58 7:4.4.1-1+b1
[   89s] I: Validating libavcodec58 7:4.4.1-1+b1
[   89s] I: Retrieving libavdevice-dev 7:4.4.1-1+b1
[   89s] I: Validating libavdevice-dev 7:4.4.1-1+b1
[   89s] I: Retrieving libavdevice58 7:4.4.1-1+b1
[   89s] I: Validating libavdevice58 7:4.4.1-1+b1
[   89s] I: Retrieving libavfilter-dev 7:4.4.1-1+b1
[   89s] I: Validating libavfilter-dev 7:4.4.1-1+b1
[   89s] I: Retrieving libavfilter7 7:4.4.1-1+b1
[   89s] I: Validating libavfilter7 7:4.4.1-1+b1
[   89s] I: Retrieving libavformat-dev 7:4.4.1-1+b1
[   89s] I: Validating libavformat-dev 7:4.4.1-1+b1
[   89s] I: Retrieving libavformat58 7:4.4.1-1+b1
[   89s] I: Validating libavformat58 7:4.4.1-1+b1
[   89s] I: Retrieving libavutil-dev 7:4.4.1-1+b1
[   89s] I: Validating libavutil-dev 7:4.4.1-1+b1
[   89s] I: Retrieving libavutil56 7:4.4.1-1+b1
[   89s] I: Validating libavutil56 7:4.4.1-1+b1
[   89s] I: Retrieving libbinutils 2.37-8
[   89s] I: Validating libbinutils 2.37-8
[   89s] I: Retrieving libblas3 3.10.0-1
[   89s] I: Validating libblas3 3.10.0-1
[   89s] I: Retrieving libblkid-dev 2.37.2-4
[   89s] I: Validating libblkid-dev 2.37.2-4
[   89s] I: Retrieving libblkid1 2.37.2-4
[   89s] I: Validating libblkid1 2.37.2-4
[   90s] I: Retrieving libbluetooth-dev 5.61-11.1
[   90s] I: Validating libbluetooth-dev 5.61-11.1
[   90s] I: Retrieving libbluetooth3 5.61-11.1
[   90s] I: Validating libbluetooth3 5.61-11.1
[   90s] I: Retrieving libbluray2 1:1.3.0-3
[   90s] I: Validating libbluray2 1:1.3.0-3
[   90s] I: Retrieving libbrotli1 1.0.9-21.1
[   90s] I: Validating libbrotli1 1.0.9-21.1
[   90s] I: Retrieving libbs2b0 3.1.0+dfsg-2.2+b1
[   90s] I: Validating libbs2b0 3.1.0+dfsg-2.2+b1
[   90s] I: Retrieving libbsd-dev 0.11.3-1
[   90s] I: Validating libbsd-dev 0.11.3-1
[   90s] I: Retrieving libbsd0 0.11.3-1
[   90s] I: Validating libbsd0 0.11.3-1
[   90s] I: Retrieving libbz2-1.0 1.0.8-4
[   90s] I: Validating libbz2-1.0 1.0.8-4
[   90s] I: Retrieving libc-bin 2.32-4
[   90s] I: Validating libc-bin 2.32-4
[   90s] I: Retrieving libc-client2007e 8:2007f~dfsg-7+b1
[   90s] I: Validating libc-client2007e 8:2007f~dfsg-7+b1
[   90s] I: Retrieving libc-client2007e-dev 8:2007f~dfsg-7+b1
[   90s] I: Validating libc-client2007e-dev 8:2007f~dfsg-7+b1
[   90s] I: Retrieving libc-dev-bin 2.32-4
[   90s] I: Validating libc-dev-bin 2.32-4
[   90s] I: Retrieving libc6 2.32-4
[   90s] I: Validating libc6 2.32-4
[   90s] I: Retrieving libc6-dev 2.32-4
[   90s] I: Validating libc6-dev 2.32-4
[   90s] I: Retrieving libcaca-dev 0.99.beta19-2.2
[   90s] I: Validating libcaca-dev 0.99.beta19-2.2
[   90s] I: Retrieving libcaca0 0.99.beta19-2.2
[   90s] I: Validating libcaca0 0.99.beta19-2.2
[   90s] I: Retrieving libcairo-gobject2 1.16.0-51.1
[   90s] I: Validating libcairo-gobject2 1.16.0-51.1
[   90s] I: Retrieving libcairo2 1.16.0-51.1
[   90s] I: Validating libcairo2 1.16.0-51.1
[   90s] I: Retrieving libcap-dev 1:2.44-1
[   90s] I: Validating libcap-dev 1:2.44-1
[   90s] I: Retrieving libcap-ng0 0.7.9-2.2+b1
[   90s] I: Validating libcap-ng0 0.7.9-2.2+b1
[   90s] I: Retrieving libcap2 1:2.44-1
[   90s] I: Validating libcap2 1:2.44-1
[   90s] I: Retrieving libcc1-0 11.2.0-10
[   90s] I: Validating libcc1-0 11.2.0-10
[   90s] I: Retrieving libcdio-cdda2 10.2+2.0.0-1+b2
[   90s] I: Validating libcdio-cdda2 10.2+2.0.0-1+b2
[   90s] I: Retrieving libcdio-paranoia2 10.2+2.0.0-1+b2
[   90s] I: Validating libcdio-paranoia2 10.2+2.0.0-1+b2
[   90s] I: Retrieving libcdio19 2.1.0-3
[   90s] I: Validating libcdio19 2.1.0-3
[   91s] I: Retrieving libchromaprint1 1.5.0-2
[   91s] I: Validating libchromaprint1 1.5.0-2
[   91s] I: Retrieving libcodec2-0.9 0.9.2-4
[   91s] I: Validating libcodec2-0.9 0.9.2-4
[   91s] I: Retrieving libcom-err2 1.46.4-1
[   91s] I: Validating libcom-err2 1.46.4-1
[   91s] I: Retrieving libcrypt-dev 1:4.4.25-2
[   91s] I: Validating libcrypt-dev 1:4.4.25-2
[   91s] I: Retrieving libcrypt1 1:4.4.25-2
[   91s] I: Validating libcrypt1 1:4.4.25-2
[   91s] I: Retrieving libct4 1.2.3-1
[   91s] I: Validating libct4 1.2.3-1
[   91s] I: Retrieving libctf-nobfd0 2.37-8
[   91s] I: Validating libctf-nobfd0 2.37-8
[   91s] I: Retrieving libctf0 2.37-8
[   91s] I: Validating libctf0 2.37-8
[   91s] I: Retrieving libcurl4 7.74.0-1.3+b1
[   91s] I: Validating libcurl4 7.74.0-1.3+b1
[   91s] I: Retrieving libcurl4-openssl-dev 7.74.0-1.3+b1
[   91s] I: Validating libcurl4-openssl-dev 7.74.0-1.3+b1
[   91s] I: Retrieving libdatrie1 0.2.13-2
[   91s] I: Validating libdatrie1 0.2.13-2
[   91s] I: Retrieving libdav1d5 0.9.2-1+b1
[   91s] I: Validating libdav1d5 0.9.2-1+b1
[   91s] I: Retrieving libdb-dev 5.3.1+nmu1
[   91s] I: Validating libdb-dev 5.3.1+nmu1
[   91s] I: Retrieving libdb5.3 5.3.28+dfsg1-0.8
[   91s] I: Validating libdb5.3 5.3.28+dfsg1-0.8
[   91s] I: Retrieving libdb5.3-dev 5.3.28+dfsg1-0.8
[   91s] I: Validating libdb5.3-dev 5.3.28+dfsg1-0.8
[   91s] I: Retrieving libdbus-1-3 1.12.20-3
[   91s] I: Validating libdbus-1-3 1.12.20-3
[   91s] I: Retrieving libdc1394-25 2.2.6-4
[   91s] I: Validating libdc1394-25 2.2.6-4
[   91s] I: Retrieving libdebconfclient0 0.2601.1
[   91s] I: Validating libdebconfclient0 0.2601.1
[   91s] I: Retrieving libdebhelper-perl 13.5.2
[   91s] I: Validating libdebhelper-perl 13.5.2
[   91s] I: Retrieving libdeflate-dev 1.8-1
[   91s] I: Validating libdeflate-dev 1.8-1
[   91s] I: Retrieving libdeflate0 1.8-1
[   91s] I: Validating libdeflate0 1.8-1
[   91s] I: Retrieving libdpkg-perl 1.20.9
[   91s] I: Validating libdpkg-perl 1.20.9
[   91s] I: Retrieving libdrm-amdgpu1 2.4.107-8
[   91s] I: Validating libdrm-amdgpu1 2.4.107-8
[   91s] I: Retrieving libdrm-common 2.4.107-8
[   91s] I: Validating libdrm-common 2.4.107-8
[   91s] I: Retrieving libdrm-intel1 2.4.107-8
[   91s] I: Validating libdrm-intel1 2.4.107-8
[   91s] I: Retrieving libdrm-nouveau2 2.4.107-8
[   91s] I: Validating libdrm-nouveau2 2.4.107-8
[   91s] I: Retrieving libdrm-radeon1 2.4.107-8
[   91s] I: Validating libdrm-radeon1 2.4.107-8
[   91s] I: Retrieving libdrm2 2.4.107-8
[   91s] I: Validating libdrm2 2.4.107-8
[   91s] I: Retrieving libedit-dev 3.1-20210910-1
[   91s] I: Validating libedit-dev 3.1-20210910-1
[   91s] I: Retrieving libedit2 3.1-20210910-1
[   91s] I: Validating libedit2 3.1-20210910-1
[   91s] I: Retrieving libegl-dev 1.3.4-2+b1
[   91s] I: Validating libegl-dev 1.3.4-2+b1
[   91s] I: Retrieving libegl-mesa0 21.2.5-1
[   91s] I: Validating libegl-mesa0 21.2.5-1
[   92s] I: Retrieving libegl1 1.3.4-2+b1
[   92s] I: Validating libegl1 1.3.4-2+b1
[   92s] I: Retrieving libelf1 0.185-2
[   92s] I: Validating libelf1 0.185-2
[   92s] I: Retrieving libevent-2.1-7 2.1.12-stable-1
[   92s] I: Validating libevent-2.1-7 2.1.12-stable-1
[   92s] I: Retrieving libexpat1 2.4.1-3
[   92s] I: Validating libexpat1 2.4.1-3
[   92s] I: Retrieving libfakeroot 1.26-1
[   92s] I: Validating libfakeroot 1.26-1
[   92s] I: Retrieving libffi-dev 3.4.2-3
[   92s] I: Validating libffi-dev 3.4.2-3
[   92s] I: Retrieving libffi8 3.4.2-3
[   92s] I: Validating libffi8 3.4.2-3
[   92s] I: Retrieving libfile-stripnondeterminism-perl 1.12.0-2
[   92s] I: Validating libfile-stripnondeterminism-perl 1.12.0-2
[   92s] I: Retrieving libflac8 1.3.3-2
[   92s] I: Validating libflac8 1.3.3-2
[   92s] I: Retrieving libflite1 2.2-2
[   92s] I: Validating libflite1 2.2-2
[   93s] I: Retrieving libfontconfig1 2.13.1-4.2
[   93s] I: Validating libfontconfig1 2.13.1-4.2
[   93s] I: Retrieving libfreetype6 2.11.0+dfsg-1
[   93s] I: Validating libfreetype6 2.11.0+dfsg-1
[   93s] I: Retrieving libfribidi0 1.0.8-2
[   93s] I: Validating libfribidi0 1.0.8-2
[   93s] I: Retrieving libgbm1 21.2.5-1
[   93s] I: Validating libgbm1 21.2.5-1
[   93s] I: Retrieving libgcc-11-dev 11.2.0-10
[   93s] I: Validating libgcc-11-dev 11.2.0-10
[   93s] I: Retrieving libgcc-s1 11.2.0-10
[   93s] I: Validating libgcc-s1 11.2.0-10
[   93s] I: Retrieving libgcrypt20 1.9.4-3+b1
[   93s] I: Validating libgcrypt20 1.9.4-3+b1
[   93s] I: Retrieving libgdbm-compat4 1.22-1
[   93s] I: Validating libgdbm-compat4 1.22-1
[   93s] I: Retrieving libgdbm6 1.22-1
[   93s] I: Validating libgdbm6 1.22-1
[   93s] I: Retrieving libgdk-pixbuf-2.0-0 2.42.6+dfsg-2
[   93s] I: Validating libgdk-pixbuf-2.0-0 2.42.6+dfsg-2
[   93s] I: Retrieving libgdk-pixbuf2.0-common 2.42.6+dfsg-2
[   93s] I: Validating libgdk-pixbuf2.0-common 2.42.6+dfsg-2
[   93s] I: Retrieving libgfortran5 11.2.0-10
[   93s] I: Validating libgfortran5 11.2.0-10
[   93s] I: Retrieving libgirepository-1.0-1 1.70.0-2
[   93s] I: Validating libgirepository-1.0-1 1.70.0-2
[   93s] I: Retrieving libgl-dev 1.3.4-2+b1
[   93s] I: Validating libgl-dev 1.3.4-2+b1
[   93s] I: Retrieving libgl1 1.3.4-2+b1
[   93s] I: Validating libgl1 1.3.4-2+b1
[   93s] I: Retrieving libgl1-mesa-dev 21.2.5-1
[   93s] I: Validating libgl1-mesa-dev 21.2.5-1
[   93s] I: Retrieving libgl1-mesa-dri 21.2.5-1
[   93s] I: Validating libgl1-mesa-dri 21.2.5-1
[   93s] I: Retrieving libglapi-mesa 21.2.5-1
[   93s] I: Validating libglapi-mesa 21.2.5-1
[   94s] I: Retrieving libgles-dev 1.3.4-2+b1
[   94s] I: Validating libgles-dev 1.3.4-2+b1
[   94s] I: Retrieving libgles1 1.3.4-2+b1
[   94s] I: Validating libgles1 1.3.4-2+b1
[   94s] I: Retrieving libgles2 1.3.4-2+b1
[   94s] I: Validating libgles2 1.3.4-2+b1
[   94s] I: Retrieving libglib2.0-0 2.70.0-3
[   94s] I: Validating libglib2.0-0 2.70.0-3
[   94s] I: Retrieving libglib2.0-bin 2.70.0-3
[   94s] I: Validating libglib2.0-bin 2.70.0-3
[   94s] I: Retrieving libglib2.0-data 2.70.0-3
[   94s] I: Validating libglib2.0-data 2.70.0-3
[   94s] I: Retrieving libglib2.0-dev 2.70.0-3
[   94s] I: Validating libglib2.0-dev 2.70.0-3
[   94s] I: Retrieving libglib2.0-dev-bin 2.70.0-3
[   94s] I: Validating libglib2.0-dev-bin 2.70.0-3
[   94s] I: Retrieving libglu1-mesa 9.0.1-1
[   94s] I: Validating libglu1-mesa 9.0.1-1
[   94s] I: Retrieving libglu1-mesa-dev 9.0.1-1
[   94s] I: Validating libglu1-mesa-dev 9.0.1-1
[   94s] I: Retrieving libglvnd-core-dev 1.3.4-2+b1
[   94s] I: Validating libglvnd-core-dev 1.3.4-2+b1
[   94s] I: Retrieving libglvnd-dev 1.3.4-2+b1
[   94s] I: Validating libglvnd-dev 1.3.4-2+b1
[   94s] I: Retrieving libglvnd0 1.3.4-2+b1
[   94s] I: Validating libglvnd0 1.3.4-2+b1
[   94s] I: Retrieving libglx-dev 1.3.4-2+b1
[   94s] I: Validating libglx-dev 1.3.4-2+b1
[   94s] I: Retrieving libglx-mesa0 21.2.5-1
[   94s] I: Validating libglx-mesa0 21.2.5-1
[   94s] I: Retrieving libglx0 1.3.4-2+b1
[   94s] I: Validating libglx0 1.3.4-2+b1
[   94s] I: Retrieving libgme0 0.6.3-2
[   94s] I: Validating libgme0 0.6.3-2
[   94s] I: Retrieving libgmime-3.0-0 3.2.7-1
[   94s] I: Validating libgmime-3.0-0 3.2.7-1
[   94s] I: Retrieving libgmime-3.0-dev 3.2.7-1
[   94s] I: Validating libgmime-3.0-dev 3.2.7-1
[   94s] I: Retrieving libgmp-dev 2:6.2.1+dfsg-2
[   94s] I: Validating libgmp-dev 2:6.2.1+dfsg-2
[   94s] I: Retrieving libgmp10 2:6.2.1+dfsg-2
[   94s] I: Validating libgmp10 2:6.2.1+dfsg-2
[   94s] I: Retrieving libgmpxx4ldbl 2:6.2.1+dfsg-2
[   94s] I: Validating libgmpxx4ldbl 2:6.2.1+dfsg-2
[   94s] I: Retrieving libgnutls-dane0 3.7.2-2
[   94s] I: Validating libgnutls-dane0 3.7.2-2
[   94s] I: Retrieving libgnutls-openssl27 3.7.2-2
[   94s] I: Validating libgnutls-openssl27 3.7.2-2
[   94s] I: Retrieving libgnutls28-dev 3.7.2-2
[   94s] I: Validating libgnutls28-dev 3.7.2-2
[   94s] I: Retrieving libgnutls30 3.7.2-2
[   94s] I: Validating libgnutls30 3.7.2-2
[   94s] I: Retrieving libgnutlsxx28 3.7.2-2
[   94s] I: Validating libgnutlsxx28 3.7.2-2
[   94s] I: Retrieving libgomp1 11.2.0-10
[   94s] I: Validating libgomp1 11.2.0-10
[   94s] I: Retrieving libgpg-error0 1.42-3
[   94s] I: Validating libgpg-error0 1.42-3
[   94s] I: Retrieving libgpgme11 1.16.0-1.1
[   94s] I: Validating libgpgme11 1.16.0-1.1
[   94s] I: Retrieving libgraphite2-3 1.3.14-1
[   94s] I: Validating libgraphite2-3 1.3.14-1
[   94s] I: Retrieving libgsm1 1.0.18-2
[   94s] I: Validating libgsm1 1.0.18-2
[   94s] I: Retrieving libgsm1-dev 1.0.18-2
[   94s] I: Validating libgsm1-dev 1.0.18-2
[   94s] I: Retrieving libgssapi-krb5-2 1.18.3-7
[   94s] I: Validating libgssapi-krb5-2 1.18.3-7
[   94s] I: Retrieving libgssrpc4 1.18.3-7
[   94s] I: Validating libgssrpc4 1.18.3-7
[   94s] I: Retrieving libharfbuzz0b 2.7.4-1
[   94s] I: Validating libharfbuzz0b 2.7.4-1
[   95s] I: Retrieving libhogweed6 3.7.3-1
[   95s] I: Validating libhogweed6 3.7.3-1
[   95s] I: Retrieving libical-dev 3.0.11-2
[   95s] I: Validating libical-dev 3.0.11-2
[   95s] I: Retrieving libical3 3.0.11-2
[   95s] I: Validating libical3 3.0.11-2
[   95s] I: Retrieving libicu-dev 67.1-7
[   95s] I: Validating libicu-dev 67.1-7
[   95s] I: Retrieving libicu67 67.1-7
[   95s] I: Validating libicu67 67.1-7
[   95s] I: Retrieving libidn2-0 2.3.2-2
[   95s] I: Validating libidn2-0 2.3.2-2
[   95s] I: Retrieving libidn2-dev 2.3.2-2
[   95s] I: Validating libidn2-dev 2.3.2-2
[   95s] I: Retrieving libiec61883-0 1.2.0-4
[   95s] I: Validating libiec61883-0 1.2.0-4
[   95s] I: Retrieving libiksemel-dev 1.4-3+b2
[   95s] I: Validating libiksemel-dev 1.4-3+b2
[   95s] I: Retrieving libiksemel3 1.4-3+b2
[   95s] I: Validating libiksemel3 1.4-3+b2
[   95s] I: Retrieving libisl23 0.24-2
[   95s] I: Validating libisl23 0.24-2
[   95s] I: Retrieving libitm1 11.2.0-10
[   95s] I: Validating libitm1 11.2.0-10
[   95s] I: Retrieving libjack-dev 1:0.125.0-3+b1
[   95s] I: Validating libjack-dev 1:0.125.0-3+b1
[   95s] I: Retrieving libjack0 1:0.125.0-3+b1
[   95s] I: Validating libjack0 1:0.125.0-3+b1
[   95s] I: Retrieving libjansson-dev 2.13.1-1.1
[   95s] I: Validating libjansson-dev 2.13.1-1.1
[   95s] I: Retrieving libjansson4 2.13.1-1.1
[   95s] I: Validating libjansson4 2.13.1-1.1
[   95s] I: Retrieving libjbig-dev 2.1-3.1+b2
[   95s] I: Validating libjbig-dev 2.1-3.1+b2
[   95s] I: Retrieving libjbig0 2.1-3.1+b2
[   95s] I: Validating libjbig0 2.1-3.1+b2
[   95s] I: Retrieving libjpeg-dev 1:2.0.6-4
[   95s] I: Validating libjpeg-dev 1:2.0.6-4
[   95s] I: Retrieving libjpeg62-turbo 1:2.0.6-4
[   95s] I: Validating libjpeg62-turbo 1:2.0.6-4
[   95s] I: Retrieving libjpeg62-turbo-dev 1:2.0.6-4
[   95s] I: Validating libjpeg62-turbo-dev 1:2.0.6-4
[   95s] I: Retrieving libk5crypto3 1.18.3-7
[   95s] I: Validating libk5crypto3 1.18.3-7
[   95s] I: Retrieving libkadm5clnt-mit12 1.18.3-7
[   95s] I: Validating libkadm5clnt-mit12 1.18.3-7
[   95s] I: Retrieving libkadm5srv-mit12 1.18.3-7
[   95s] I: Validating libkadm5srv-mit12 1.18.3-7
[   95s] I: Retrieving libkdb5-10 1.18.3-7
[   95s] I: Validating libkdb5-10 1.18.3-7
[   95s] I: Retrieving libkeyutils1 1.6.1-2
[   95s] I: Validating libkeyutils1 1.6.1-2
[   95s] I: Retrieving libkrb5-3 1.18.3-7
[   95s] I: Validating libkrb5-3 1.18.3-7
[   95s] I: Retrieving libkrb5support0 1.18.3-7
[   95s] I: Validating libkrb5support0 1.18.3-7
[   95s] I: Retrieving libksba8 1.6.0-2
[   95s] I: Validating libksba8 1.6.0-2
[   95s] I: Retrieving liblapack3 3.10.0-1
[   96s] I: Validating liblapack3 3.10.0-1
[   96s] I: Retrieving libldap-2.4-2 2.4.59+dfsg-1
[   96s] I: Validating libldap-2.4-2 2.4.59+dfsg-1
[   96s] I: Retrieving libldap2-dev 2.4.59+dfsg-1
[   96s] I: Validating libldap2-dev 2.4.59+dfsg-1
[   96s] I: Retrieving liblilv-0-0 0.24.12-2
[   96s] I: Validating liblilv-0-0 0.24.12-2
[   96s] I: Retrieving libllvm12 1:12.0.1-16
[   96s] I: Validating libllvm12 1:12.0.1-16
[   96s] I: Retrieving liblsan0 11.2.0-10
[   96s] I: Validating liblsan0 11.2.0-10
[   96s] I: Retrieving libltdl-dev 2.4.6-15
[   96s] I: Validating libltdl-dev 2.4.6-15
[   96s] I: Retrieving libltdl7 2.4.6-15
[   96s] I: Validating libltdl7 2.4.6-15
[   96s] I: Retrieving liblua5.1-0 5.1.5-8.1+b3
[   96s] I: Validating liblua5.1-0 5.1.5-8.1+b3
[   96s] I: Retrieving liblua5.1-0-dev 5.1.5-8.1+b3
[   96s] I: Validating liblua5.1-0-dev 5.1.5-8.1+b3
[   96s] I: Retrieving liblz4-1 1.9.3-2
[   96s] I: Validating liblz4-1 1.9.3-2
[   96s] I: Retrieving liblzma-dev 5.2.5-2
[   96s] I: Validating liblzma-dev 5.2.5-2
[   96s] I: Retrieving liblzma5 5.2.5-2
[   96s] I: Validating liblzma5 5.2.5-2
[   96s] I: Retrieving libmagic-mgc 1:5.39-3
[   96s] I: Validating libmagic-mgc 1:5.39-3
[   96s] I: Retrieving libmagic1 1:5.39-3
[   96s] I: Validating libmagic1 1:5.39-3
[   96s] I: Retrieving libmariadb-dev 1:10.5.12-1
[   96s] I: Validating libmariadb-dev 1:10.5.12-1
[   96s] I: Retrieving libmariadb-dev-compat 1:10.5.12-1
[   96s] I: Validating libmariadb-dev-compat 1:10.5.12-1
[   96s] I: Retrieving libmariadb3 1:10.5.12-1
[   96s] I: Validating libmariadb3 1:10.5.12-1
[   96s] I: Retrieving libmd-dev 1.0.4-1
[   96s] I: Validating libmd-dev 1.0.4-1
[   96s] I: Retrieving libmd0 1.0.4-1
[   96s] I: Validating libmd0 1.0.4-1
[   96s] I: Retrieving libmfx1 21.3.4-1
[   96s] I: Validating libmfx1 21.3.4-1
[   96s] I: Retrieving libmount-dev 2.37.2-4
[   96s] I: Validating libmount-dev 2.37.2-4
[   96s] I: Retrieving libmount1 2.37.2-4
[   96s] I: Validating libmount1 2.37.2-4
[   96s] I: Retrieving libmp3lame0 3.100-3
[   96s] I: Validating libmp3lame0 3.100-3
[   96s] I: Retrieving libmpc3 1.2.1-1
[   96s] I: Validating libmpc3 1.2.1-1
[   96s] I: Retrieving libmpdec3 2.5.1-2
[   96s] I: Validating libmpdec3 2.5.1-2
[   96s] I: Retrieving libmpfr6 4.1.0-3
[   96s] I: Validating libmpfr6 4.1.0-3
[   96s] I: Retrieving libmpg123-0 1.29.2-1
[   96s] I: Validating libmpg123-0 1.29.2-1
[   96s] I: Retrieving libmysofa1 1.2~dfsg0-1
[   96s] I: Validating libmysofa1 1.2~dfsg0-1
[   97s] I: Retrieving libncurses-dev 6.2+20210905-1
[   97s] I: Validating libncurses-dev 6.2+20210905-1
[   97s] I: Retrieving libncurses5 6.2+20210905-1
[   97s] I: Validating libncurses5 6.2+20210905-1
[   97s] I: Retrieving libncurses6 6.2+20210905-1
[   97s] I: Validating libncurses6 6.2+20210905-1
[   97s] I: Retrieving libncursesw6 6.2+20210905-1
[   97s] I: Validating libncursesw6 6.2+20210905-1
[   97s] I: Retrieving libneon27-gnutls 0.32.1-1
[   97s] I: Validating libneon27-gnutls 0.32.1-1
[   97s] I: Retrieving libneon27-gnutls-dev 0.32.1-1
[   97s] I: Validating libneon27-gnutls-dev 0.32.1-1
[   97s] I: Retrieving libnetsnmptrapd40 5.9.1+dfsg-1
[   97s] I: Validating libnetsnmptrapd40 5.9.1+dfsg-1
[   97s] I: Retrieving libnettle8 3.7.3-1
[   97s] I: Validating libnettle8 3.7.3-1
[   97s] I: Retrieving libnewt-dev 0.52.21-5
[   97s] I: Validating libnewt-dev 0.52.21-5
[   97s] I: Retrieving libnewt0.52 0.52.21-5
[   97s] I: Validating libnewt0.52 0.52.21-5
[   97s] I: Retrieving libnghttp2-14 1.43.0-1
[   97s] I: Validating libnghttp2-14 1.43.0-1
[   97s] I: Retrieving libnorm1 1.5.9+dfsg-2
[   97s] I: Validating libnorm1 1.5.9+dfsg-2
[   97s] I: Retrieving libnpth0 1.6-3
[   97s] I: Validating libnpth0 1.6-3
[   97s] I: Retrieving libnsl-dev 1.3.0-2
[   97s] I: Validating libnsl-dev 1.3.0-2
[   97s] I: Retrieving libnsl2 1.3.0-2
[   97s] I: Validating libnsl2 1.3.0-2
[   97s] I: Retrieving libnspr4 2:4.32-1
[   97s] I: Validating libnspr4 2:4.32-1
[   97s] I: Retrieving libnspr4-dev 2:4.32-1
[   97s] I: Validating libnspr4-dev 2:4.32-1
[   97s] I: Retrieving libnss-myhostname 249.5-2
[   97s] I: Validating libnss-myhostname 249.5-2
[   97s] I: Retrieving libnss3 2:3.72-1
[   97s] I: Validating libnss3 2:3.72-1
[   97s] I: Retrieving libnss3-dev 2:3.72-1
[   97s] I: Validating libnss3-dev 2:3.72-1
[   97s] I: Retrieving libnuma1 2.0.14-3
[   97s] I: Validating libnuma1 2.0.14-3
[   97s] I: Retrieving libodbc1 2.3.6-0.1+b1
[   97s] I: Validating libodbc1 2.3.6-0.1+b1
[   97s] I: Retrieving libogg-dev 1.3.4-0.1
[   97s] I: Validating libogg-dev 1.3.4-0.1
[   97s] I: Retrieving libogg0 1.3.4-0.1
[   97s] I: Validating libogg0 1.3.4-0.1
[   97s] I: Retrieving libopenal-data 1:1.19.1-2
[   97s] I: Validating libopenal-data 1:1.19.1-2
[   97s] I: Retrieving libopenal1 1:1.19.1-2
[   97s] I: Validating libopenal1 1:1.19.1-2
[   97s] I: Retrieving libopencore-amrnb-dev 0.1.5-1
[   97s] I: Validating libopencore-amrnb-dev 0.1.5-1
[   97s] I: Retrieving libopencore-amrnb0 0.1.5-1
[   97s] I: Validating libopencore-amrnb0 0.1.5-1
[   97s] I: Retrieving libopencore-amrwb-dev 0.1.5-1
[   97s] I: Validating libopencore-amrwb-dev 0.1.5-1
[   97s] I: Retrieving libopencore-amrwb0 0.1.5-1
[   97s] I: Validating libopencore-amrwb0 0.1.5-1
[   97s] I: Retrieving libopengl-dev 1.3.4-2+b1
[   97s] I: Validating libopengl-dev 1.3.4-2+b1
[   97s] I: Retrieving libopengl0 1.3.4-2+b1
[   97s] I: Validating libopengl0 1.3.4-2+b1
[   97s] I: Retrieving libopenjp2-7 2.4.0-3
[   97s] I: Validating libopenjp2-7 2.4.0-3
[   97s] I: Retrieving libopenmpt0 0.4.22-1
[   97s] I: Validating libopenmpt0 0.4.22-1
[   97s] I: Retrieving libopenr2-3 1.3.3-2
[   97s] I: Validating libopenr2-3 1.3.3-2
[   97s] I: Retrieving libopenr2-dev 1.3.3-2
[   97s] I: Validating libopenr2-dev 1.3.3-2
[   97s] I: Retrieving libopus-dev 1.3.1-0.1
[   97s] I: Validating libopus-dev 1.3.1-0.1
[   97s] I: Retrieving libopus0 1.3.1-0.1
[   97s] I: Validating libopus0 1.3.1-0.1
[   98s] I: Retrieving libopusfile-dev 0.9+20170913-1.1
[   98s] I: Validating libopusfile-dev 0.9+20170913-1.1
[   98s] I: Retrieving libopusfile0 0.9+20170913-1.1
[   98s] I: Validating libopusfile0 0.9+20170913-1.1
[   98s] I: Retrieving libp11-kit-dev 0.24.0-5
[   98s] I: Validating libp11-kit-dev 0.24.0-5
[   98s] I: Retrieving libp11-kit0 0.24.0-5
[   98s] I: Validating libp11-kit0 0.24.0-5
[   98s] I: Retrieving libpam-modules 1.4.0-10
[   98s] I: Validating libpam-modules 1.4.0-10
[   98s] I: Retrieving libpam-modules-bin 1.4.0-10
[   98s] I: Validating libpam-modules-bin 1.4.0-10
[   98s] I: Retrieving libpam-runtime 1.4.0-10
[   98s] I: Validating libpam-runtime 1.4.0-10
[   98s] I: Retrieving libpam0g 1.4.0-10
[   98s] I: Validating libpam0g 1.4.0-10
[   98s] I: Retrieving libpam0g-dev 1.4.0-10
[   98s] I: Validating libpam0g-dev 1.4.0-10
[   98s] I: Retrieving libpango-1.0-0 1.48.10+ds1-1
[   98s] I: Validating libpango-1.0-0 1.48.10+ds1-1
[   98s] I: Retrieving libpangocairo-1.0-0 1.48.10+ds1-1
[   98s] I: Validating libpangocairo-1.0-0 1.48.10+ds1-1
[   98s] I: Retrieving libpangoft2-1.0-0 1.48.10+ds1-1
[   98s] I: Validating libpangoft2-1.0-0 1.48.10+ds1-1
[   98s] I: Retrieving libpci-dev 1:3.7.0-6
[   98s] I: Validating libpci-dev 1:3.7.0-6
[   98s] I: Retrieving libpci3 1:3.7.0-6
[   98s] I: Validating libpci3 1:3.7.0-6
[   98s] I: Retrieving libpciaccess0 0.16-1
[   98s] I: Validating libpciaccess0 0.16-1
[   98s] I: Retrieving libpcre16-3 2:8.39-13
[   98s] I: Validating libpcre16-3 2:8.39-13
[   98s] I: Retrieving libpcre2-16-0 10.36-2
[   98s] I: Validating libpcre2-16-0 10.36-2
[   98s] I: Retrieving libpcre2-32-0 10.36-2
[   98s] I: Validating libpcre2-32-0 10.36-2
[   98s] I: Retrieving libpcre2-8-0 10.36-2
[   98s] I: Validating libpcre2-8-0 10.36-2
[   98s] I: Retrieving libpcre2-dev 10.36-2
[   98s] I: Validating libpcre2-dev 10.36-2
[   98s] I: Retrieving libpcre2-posix2 10.36-2
[   98s] I: Validating libpcre2-posix2 10.36-2
[   98s] I: Retrieving libpcre3 2:8.39-13
[   98s] I: Validating libpcre3 2:8.39-13
[   98s] I: Retrieving libpcre3-dev 2:8.39-13
[   98s] I: Validating libpcre3-dev 2:8.39-13
[   98s] I: Retrieving libpcre32-3 2:8.39-13
[   98s] I: Validating libpcre32-3 2:8.39-13
[   98s] I: Retrieving libpcrecpp0v5 2:8.39-13
[   98s] I: Validating libpcrecpp0v5 2:8.39-13
[   98s] I: Retrieving libperl-dev 5.32.1-6
[   98s] I: Validating libperl-dev 5.32.1-6
[   98s] I: Retrieving libperl5.32 5.32.1-6
[   98s] I: Validating libperl5.32 5.32.1-6
[   98s] I: Retrieving libpgm-5.3-0 5.3.128~dfsg-2
[   98s] I: Validating libpgm-5.3-0 5.3.128~dfsg-2
[   98s] I: Retrieving libpipeline1 1.5.3-1
[   98s] I: Validating libpipeline1 1.5.3-1
[   98s] I: Retrieving libpixman-1-0 0.40.0-1
[   98s] I: Validating libpixman-1-0 0.40.0-1
[   98s] I: Retrieving libpng-dev 1.6.37-3
[   98s] I: Validating libpng-dev 1.6.37-3
[   98s] I: Retrieving libpng16-16 1.6.37-3
[   98s] I: Validating libpng16-16 1.6.37-3
[   98s] I: Retrieving libpocketsphinx3 0.8+5prealpha+1-13
[   98s] I: Validating libpocketsphinx3 0.8+5prealpha+1-13
[   98s] I: Retrieving libpopt-dev 1.18-3
[   98s] I: Validating libpopt-dev 1.18-3
[   98s] I: Retrieving libpopt0 1.18-3
[   98s] I: Validating libpopt0 1.18-3
[   98s] I: Retrieving libportaudio2 19.6.0-1.1
[   98s] I: Validating libportaudio2 19.6.0-1.1
[   99s] I: Retrieving libportaudiocpp0 19.6.0-1.1
[   99s] I: Validating libportaudiocpp0 19.6.0-1.1
[   99s] I: Retrieving libpostproc-dev 7:4.4.1-1+b1
[   99s] I: Validating libpostproc-dev 7:4.4.1-1+b1
[   99s] I: Retrieving libpostproc55 7:4.4.1-1+b1
[   99s] I: Validating libpostproc55 7:4.4.1-1+b1
[   99s] I: Retrieving libpq-dev 14.0-1
[   99s] I: Validating libpq-dev 14.0-1
[   99s] I: Retrieving libpq5 14.0-1
[   99s] I: Validating libpq5 14.0-1
[   99s] I: Retrieving libpri-dev 1.6.0-2
[   99s] I: Validating libpri-dev 1.6.0-2
[   99s] I: Retrieving libpri1.4 1.6.0-2
[   99s] I: Validating libpri1.4 1.6.0-2
[   99s] I: Retrieving libprocps8 2:3.3.17-5
[   99s] I: Validating libprocps8 2:3.3.17-5
[   99s] I: Retrieving libpsl5 0.21.0-1.2
[   99s] I: Validating libpsl5 0.21.0-1.2
[   99s] I: Retrieving libpthread-stubs0-dev 0.4-1
[   99s] I: Validating libpthread-stubs0-dev 0.4-1
[   99s] I: Retrieving libpulse-dev 15.0+dfsg1-2
[   99s] I: Validating libpulse-dev 15.0+dfsg1-2
[   99s] I: Retrieving libpulse-mainloop-glib0 15.0+dfsg1-2
[   99s] I: Validating libpulse-mainloop-glib0 15.0+dfsg1-2
[   99s] I: Retrieving libpulse0 15.0+dfsg1-2
[   99s] I: Validating libpulse0 15.0+dfsg1-2
[   99s] I: Retrieving libpython3-stdlib 3.9.7-1
[   99s] I: Validating libpython3-stdlib 3.9.7-1
[   99s] I: Retrieving libpython3.9-minimal 3.9.7-4
[   99s] I: Validating libpython3.9-minimal 3.9.7-4
[   99s] I: Retrieving libpython3.9-stdlib 3.9.7-4
[   99s] I: Validating libpython3.9-stdlib 3.9.7-4
[   99s] I: Retrieving libquadmath0 11.2.0-10
[   99s] I: Validating libquadmath0 11.2.0-10
[   99s] I: Retrieving librabbitmq4 0.10.0-1
[   99s] I: Validating librabbitmq4 0.10.0-1
[   99s] I: Retrieving libradcli-dev 1.2.11-1+b2
[   99s] I: Validating libradcli-dev 1.2.11-1+b2
[   99s] I: Retrieving libradcli4 1.2.11-1+b2
[   99s] I: Validating libradcli4 1.2.11-1+b2
[   99s] I: Retrieving libraw1394-11 2.1.2-2
[   99s] I: Validating libraw1394-11 2.1.2-2
[   99s] I: Retrieving libreadline-dev 8.1-2
[   99s] I: Validating libreadline-dev 8.1-2
[   99s] I: Retrieving libreadline8 8.1-2
[   99s] I: Validating libreadline8 8.1-2
[   99s] I: Retrieving libresample1 0.1.3-4+b2
[   99s] I: Validating libresample1 0.1.3-4+b2
[   99s] I: Retrieving libresample1-dev 0.1.3-4+b2
[   99s] I: Validating libresample1-dev 0.1.3-4+b2
[   99s] I: Retrieving librsvg2-2 2.50.7+dfsg-2
[   99s] I: Validating librsvg2-2 2.50.7+dfsg-2
[   99s] I: Retrieving librtmp1 2.4+20151223.gitfa8646d.1-2+b2
[   99s] I: Validating librtmp1 2.4+20151223.gitfa8646d.1-2+b2
[   99s] I: Retrieving librubberband2 2.0.0-2
[   99s] I: Validating librubberband2 2.0.0-2
[   99s] I: Retrieving libsamplerate0 0.2.2-1
[   99s] I: Validating libsamplerate0 0.2.2-1
[   99s] I: Retrieving libsasl2-2 2.1.27+dfsg-2.2
[   99s] I: Validating libsasl2-2 2.1.27+dfsg-2.2
[   99s] I: Retrieving libsasl2-modules-db 2.1.27+dfsg-2.2
[   99s] I: Validating libsasl2-modules-db 2.1.27+dfsg-2.2
[   99s] I: Retrieving libsdl-image1.2 1.2.12-12
[   99s] I: Validating libsdl-image1.2 1.2.12-12
[   99s] I: Retrieving libsdl-image1.2-dev 1.2.12-12
[   99s] I: Validating libsdl-image1.2-dev 1.2.12-12
[   99s] I: Retrieving libsdl1.2-dev 1.2.15+dfsg2-6
[   99s] I: Validating libsdl1.2-dev 1.2.15+dfsg2-6
[   99s] I: Retrieving libsdl1.2debian 1.2.15+dfsg2-6
[   99s] I: Validating libsdl1.2debian 1.2.15+dfsg2-6
[   99s] I: Retrieving libsdl2-2.0-0 2.0.16+dfsg1-5
[   99s] I: Validating libsdl2-2.0-0 2.0.16+dfsg1-5
[   99s] I: Retrieving libseccomp2 2.5.2-2
[   99s] I: Validating libseccomp2 2.5.2-2
[  100s] I: Retrieving libselinux1 3.1-3+b1
[  100s] I: Validating libselinux1 3.1-3+b1
[  100s] I: Retrieving libselinux1-dev 3.1-3+b1
[  100s] I: Validating libselinux1-dev 3.1-3+b1
[  100s] I: Retrieving libsemanage-common 3.1-1
[  100s] I: Validating libsemanage-common 3.1-1
[  100s] I: Retrieving libsemanage1 3.1-1+b2
[  100s] I: Validating libsemanage1 3.1-1+b2
[  100s] I: Retrieving libsensors-config 1:3.6.0-7
[  100s] I: Validating libsensors-config 1:3.6.0-7
[  100s] I: Retrieving libsensors-dev 1:3.6.0-7
[  100s] I: Validating libsensors-dev 1:3.6.0-7
[  100s] I: Retrieving libsensors5 1:3.6.0-7
[  100s] I: Validating libsensors5 1:3.6.0-7
[  100s] I: Retrieving libsepol1 3.1-1
[  100s] I: Validating libsepol1 3.1-1
[  100s] I: Retrieving libsepol1-dev 3.1-1
[  100s] I: Validating libsepol1-dev 3.1-1
[  100s] I: Retrieving libserd-0-0 0.30.10-2
[  100s] I: Validating libserd-0-0 0.30.10-2
[  100s] I: Retrieving libshine3 3.1.1-2
[  100s] I: Validating libshine3 3.1.1-2
[  100s] I: Retrieving libsigsegv2 2.13-1
[  100s] I: Validating libsigsegv2 2.13-1
[  100s] I: Retrieving libslang2 2.3.2-5
[  100s] I: Validating libslang2 2.3.2-5
[  100s] I: Retrieving libslang2-dev 2.3.2-5
[  100s] I: Validating libslang2-dev 2.3.2-5
[  100s] I: Retrieving libsmartcols1 2.37.2-4
[  100s] I: Validating libsmartcols1 2.37.2-4
[  100s] I: Retrieving libsnappy1v5 1.1.8-1
[  100s] I: Validating libsnappy1v5 1.1.8-1
[  100s] I: Retrieving libsndfile1 1.0.31-2
[  100s] I: Validating libsndfile1 1.0.31-2
[  100s] I: Retrieving libsndio7.0 1.5.0-3
[  100s] I: Validating libsndio7.0 1.5.0-3
[  100s] I: Retrieving libsnmp-base 5.9.1+dfsg-1
[  100s] I: Validating libsnmp-base 5.9.1+dfsg-1
[  100s] I: Retrieving libsnmp-dev 5.9.1+dfsg-1
[  100s] I: Validating libsnmp-dev 5.9.1+dfsg-1
[  100s] I: Retrieving libsnmp40 5.9.1+dfsg-1
[  100s] I: Validating libsnmp40 5.9.1+dfsg-1
[  100s] I: Retrieving libsodium23 1.0.18-1
[  100s] I: Validating libsodium23 1.0.18-1
[  100s] I: Retrieving libsord-0-0 0.16.8-2
[  100s] I: Validating libsord-0-0 0.16.8-2
[  100s] I: Retrieving libsoxr0 0.1.3-4
[  100s] I: Validating libsoxr0 0.1.3-4
[  100s] I: Retrieving libspandsp-dev 0.0.6+dfsg-2
[  100s] I: Validating libspandsp-dev 0.0.6+dfsg-2
[  100s] I: Retrieving libspandsp2 0.0.6+dfsg-2
[  100s] I: Validating libspandsp2 0.0.6+dfsg-2
[  100s] I: Retrieving libspeex-dev 1.2~rc1.2-1.1
[  100s] I: Validating libspeex-dev 1.2~rc1.2-1.1
[  100s] I: Retrieving libspeex1 1.2~rc1.2-1.1
[  100s] I: Validating libspeex1 1.2~rc1.2-1.1
[  100s] I: Retrieving libspeexdsp-dev 1.2~rc1.2-1.1
[  100s] I: Validating libspeexdsp-dev 1.2~rc1.2-1.1
[  100s] I: Retrieving libspeexdsp1 1.2~rc1.2-1.1
[  100s] I: Validating libspeexdsp1 1.2~rc1.2-1.1
[  100s] I: Retrieving libsphinxbase3 0.8+5prealpha+1-12
[  100s] I: Validating libsphinxbase3 0.8+5prealpha+1-12
[  100s] I: Retrieving libsqlite3-0 3.36.0-2
[  100s] I: Validating libsqlite3-0 3.36.0-2
[  100s] I: Retrieving libsqlite3-dev 3.36.0-2
[  100s] I: Validating libsqlite3-dev 3.36.0-2
[  100s] I: Retrieving libsratom-0-0 0.6.8-1
[  100s] I: Validating libsratom-0-0 0.6.8-1
[  100s] I: Retrieving libsrt1.4-gnutls 1.4.2-1.4
[  100s] I: Validating libsrt1.4-gnutls 1.4.2-1.4
[  100s] I: Retrieving libsrtp2-1 2.4.2-2
[  100s] I: Validating libsrtp2-1 2.4.2-2
[  100s] I: Retrieving libsrtp2-dev 2.4.2-2
[  100s] I: Validating libsrtp2-dev 2.4.2-2
[  100s] I: Retrieving libss7-2.0 2.0.0-3
[  101s] I: Validating libss7-2.0 2.0.0-3
[  101s] I: Retrieving libss7-dev 2.0.0-3
[  101s] I: Validating libss7-dev 2.0.0-3
[  101s] I: Retrieving libssh-gcrypt-4 0.9.6-1
[  101s] I: Validating libssh-gcrypt-4 0.9.6-1
[  101s] I: Retrieving libssh2-1 1.10.0-2
[  101s] I: Validating libssh2-1 1.10.0-2
[  101s] I: Retrieving libssl-dev 1.1.1l-1
[  101s] I: Validating libssl-dev 1.1.1l-1
[  101s] I: Retrieving libssl1.1 1.1.1l-1
[  101s] I: Validating libssl1.1 1.1.1l-1
[  101s] I: Retrieving libstdc++-11-dev 11.2.0-10
[  101s] I: Validating libstdc++-11-dev 11.2.0-10
[  101s] I: Retrieving libstdc++6 11.2.0-10
[  101s] I: Validating libstdc++6 11.2.0-10
[  101s] I: Retrieving libsub-override-perl 0.09-2
[  101s] I: Validating libsub-override-perl 0.09-2
[  101s] I: Retrieving libswresample-dev 7:4.4.1-1+b1
[  101s] I: Validating libswresample-dev 7:4.4.1-1+b1
[  101s] I: Retrieving libswresample3 7:4.4.1-1+b1
[  101s] I: Validating libswresample3 7:4.4.1-1+b1
[  101s] I: Retrieving libswscale-dev 7:4.4.1-1+b1
[  101s] I: Validating libswscale-dev 7:4.4.1-1+b1
[  101s] I: Retrieving libswscale5 7:4.4.1-1+b1
[  101s] I: Validating libswscale5 7:4.4.1-1+b1
[  101s] I: Retrieving libsybdb5 1.2.3-1
[  101s] I: Validating libsybdb5 1.2.3-1
[  101s] I: Retrieving libsystemd-dev 249.5-2
[  101s] I: Validating libsystemd-dev 249.5-2
[  101s] I: Retrieving libsystemd0 249.5-2
[  101s] I: Validating libsystemd0 249.5-2
[  101s] I: Retrieving libtasn1-6 4.17.0-2
[  101s] I: Validating libtasn1-6 4.17.0-2
[  101s] I: Retrieving libtasn1-6-dev 4.17.0-2
[  101s] I: Validating libtasn1-6-dev 4.17.0-2
[  101s] I: Retrieving libtext-charwidth-perl 0.04-10+b1
[  101s] I: Validating libtext-charwidth-perl 0.04-10+b1
[  101s] I: Retrieving libtext-wrapi18n-perl 0.06-9
[  101s] I: Validating libtext-wrapi18n-perl 0.06-9
[  101s] I: Retrieving libthai-data 0.1.28-4.1
[  101s] I: Validating libthai-data 0.1.28-4.1
[  101s] I: Retrieving libthai0 0.1.28-4.1
[  101s] I: Validating libthai0 0.1.28-4.1
[  101s] I: Retrieving libtheora0 1.1.1+dfsg.1-15
[  101s] I: Validating libtheora0 1.1.1+dfsg.1-15
[  101s] I: Retrieving libtiff-dev 4.3.0-2
[  101s] I: Validating libtiff-dev 4.3.0-2
[  101s] I: Retrieving libtiff5 4.3.0-2
[  101s] I: Validating libtiff5 4.3.0-2
[  101s] I: Retrieving libtiffxx5 4.3.0-2
[  101s] I: Validating libtiffxx5 4.3.0-2
[  101s] I: Retrieving libtinfo5 6.2+20210905-1
[  101s] I: Validating libtinfo5 6.2+20210905-1
[  101s] I: Retrieving libtinfo6 6.2+20210905-1
[  101s] I: Validating libtinfo6 6.2+20210905-1
[  101s] I: Retrieving libtirpc-common 1.3.2-2
[  101s] I: Validating libtirpc-common 1.3.2-2
[  101s] I: Retrieving libtirpc-dev 1.3.2-2
[  101s] I: Validating libtirpc-dev 1.3.2-2
[  101s] I: Retrieving libtirpc3 1.3.2-2
[  101s] I: Validating libtirpc3 1.3.2-2
[  101s] I: Retrieving libtonezone-dev 1:3.1.0-2
[  101s] I: Validating libtonezone-dev 1:3.1.0-2
[  101s] I: Retrieving libtonezone2.0 1:3.1.0-2
[  101s] I: Validating libtonezone2.0 1:3.1.0-2
[  101s] I: Retrieving libtool 2.4.6-15
[  101s] I: Validating libtool 2.4.6-15
[  101s] I: Retrieving libtsan0 11.2.0-10
[  101s] I: Validating libtsan0 11.2.0-10
[  101s] I: Retrieving libtwolame0 0.4.0-2
[  101s] I: Validating libtwolame0 0.4.0-2
[  101s] I: Retrieving libubsan1 11.2.0-10
[  101s] I: Validating libubsan1 11.2.0-10
[  102s] I: Retrieving libuchardet0 0.0.7-1
[  102s] I: Validating libuchardet0 0.0.7-1
[  102s] I: Retrieving libudev-dev 249.5-2
[  102s] I: Validating libudev-dev 249.5-2
[  102s] I: Retrieving libudev1 249.5-2
[  102s] I: Validating libudev1 249.5-2
[  102s] I: Retrieving libudfread0 1.1.2-1
[  102s] I: Validating libudfread0 1.1.2-1
[  102s] I: Retrieving libunbound-dev 1.13.1-1
[  102s] I: Validating libunbound-dev 1.13.1-1
[  102s] I: Retrieving libunbound8 1.13.1-1
[  102s] I: Validating libunbound8 1.13.1-1
[  102s] I: Retrieving libunistring2 0.9.10-6
[  102s] I: Validating libunistring2 0.9.10-6
[  102s] I: Retrieving liburiparser-dev 0.9.5+dfsg-2
[  102s] I: Validating liburiparser-dev 0.9.5+dfsg-2
[  102s] I: Retrieving liburiparser1 0.9.5+dfsg-2
[  102s] I: Validating liburiparser1 0.9.5+dfsg-2
[  102s] I: Retrieving libusb-1.0-0 2:1.0.24-3
[  102s] I: Validating libusb-1.0-0 2:1.0.24-3
[  102s] I: Retrieving libuuid1 2.37.2-4
[  102s] I: Validating libuuid1 2.37.2-4
[  102s] I: Retrieving libva-drm2 2.13.0-1
[  102s] I: Validating libva-drm2 2.13.0-1
[  102s] I: Retrieving libva-x11-2 2.13.0-1
[  102s] I: Validating libva-x11-2 2.13.0-1
[  102s] I: Retrieving libva2 2.13.0-1
[  102s] I: Validating libva2 2.13.0-1
[  102s] I: Retrieving libvdpau1 1.4-3
[  102s] I: Validating libvdpau1 1.4-3
[  102s] I: Retrieving libvidstab1.1 1.1.0-2+b1
[  102s] I: Validating libvidstab1.1 1.1.0-2+b1
[  102s] I: Retrieving libvo-amrwbenc-dev 0.1.3-2
[  102s] I: Validating libvo-amrwbenc-dev 0.1.3-2
[  102s] I: Retrieving libvo-amrwbenc0 0.1.3-2
[  102s] I: Validating libvo-amrwbenc0 0.1.3-2
[  102s] I: Retrieving libvorbis-dev 1.3.7-1
[  102s] I: Validating libvorbis-dev 1.3.7-1
[  102s] I: Retrieving libvorbis0a 1.3.7-1
[  102s] I: Validating libvorbis0a 1.3.7-1
[  102s] I: Retrieving libvorbisenc2 1.3.7-1
[  102s] I: Validating libvorbisenc2 1.3.7-1
[  102s] I: Retrieving libvorbisfile3 1.3.7-1
[  102s] I: Validating libvorbisfile3 1.3.7-1
[  102s] I: Retrieving libvpb-dev 4.2.61-1.2
[  102s] I: Validating libvpb-dev 4.2.61-1.2
[  102s] I: Retrieving libvpb1 4.2.61-1.2
[  102s] I: Validating libvpb1 4.2.61-1.2
[  102s] I: Retrieving libvpx7 1.11.0-2
[  102s] I: Validating libvpx7 1.11.0-2
[  102s] I: Retrieving libvulkan1 1.2.189.0-2
[  102s] I: Validating libvulkan1 1.2.189.0-2
[  102s] I: Retrieving libwayland-client0 1.19.0-2+b1
[  102s] I: Validating libwayland-client0 1.19.0-2+b1
[  102s] I: Retrieving libwayland-cursor0 1.19.0-2+b1
[  102s] I: Validating libwayland-cursor0 1.19.0-2+b1
[  102s] I: Retrieving libwayland-egl1 1.19.0-2+b1
[  102s] I: Validating libwayland-egl1 1.19.0-2+b1
[  102s] I: Retrieving libwayland-server0 1.19.0-2+b1
[  102s] I: Validating libwayland-server0 1.19.0-2+b1
[  102s] I: Retrieving libwebp-dev 0.6.1-2.1
[  102s] I: Validating libwebp-dev 0.6.1-2.1
[  102s] I: Retrieving libwebp6 0.6.1-2.1
[  102s] I: Validating libwebp6 0.6.1-2.1
[  102s] I: Retrieving libwebpdemux2 0.6.1-2.1
[  102s] I: Validating libwebpdemux2 0.6.1-2.1
[  102s] I: Retrieving libwebpmux3 0.6.1-2.1
[  102s] I: Validating libwebpmux3 0.6.1-2.1
[  102s] I: Retrieving libwrap0 7.6.q-31
[  102s] I: Validating libwrap0 7.6.q-31
[  102s] I: Retrieving libwrap0-dev 7.6.q-31
[  102s] I: Validating libwrap0-dev 7.6.q-31
[  102s] I: Retrieving libx11-6 2:1.7.2-2+b1
[  102s] I: Validating libx11-6 2:1.7.2-2+b1
[  103s] I: Retrieving libx11-data 2:1.7.2-2
[  103s] I: Validating libx11-data 2:1.7.2-2
[  103s] I: Retrieving libx11-dev 2:1.7.2-2+b1
[  103s] I: Validating libx11-dev 2:1.7.2-2+b1
[  103s] I: Retrieving libx11-xcb1 2:1.7.2-2+b1
[  103s] I: Validating libx11-xcb1 2:1.7.2-2+b1
[  103s] I: Retrieving libx264-160 2:0.160.3011+gitcde9a93-2.1
[  103s] I: Validating libx264-160 2:0.160.3011+gitcde9a93-2.1
[  103s] I: Retrieving libx265-199 3.5-2
[  103s] I: Validating libx265-199 3.5-2
[  103s] I: Retrieving libxau-dev 1:1.0.9-1
[  103s] I: Validating libxau-dev 1:1.0.9-1
[  103s] I: Retrieving libxau6 1:1.0.9-1
[  103s] I: Validating libxau6 1:1.0.9-1
[  103s] I: Retrieving libxcb-dri2-0 1.14-3
[  103s] I: Validating libxcb-dri2-0 1.14-3
[  103s] I: Retrieving libxcb-dri3-0 1.14-3
[  103s] I: Validating libxcb-dri3-0 1.14-3
[  103s] I: Retrieving libxcb-glx0 1.14-3
[  103s] I: Validating libxcb-glx0 1.14-3
[  103s] I: Retrieving libxcb-present0 1.14-3
[  103s] I: Validating libxcb-present0 1.14-3
[  103s] I: Retrieving libxcb-render0 1.14-3
[  103s] I: Validating libxcb-render0 1.14-3
[  103s] I: Retrieving libxcb-shape0 1.14-3
[  103s] I: Validating libxcb-shape0 1.14-3
[  103s] I: Retrieving libxcb-shm0 1.14-3
[  103s] I: Validating libxcb-shm0 1.14-3
[  103s] I: Retrieving libxcb-sync1 1.14-3
[  103s] I: Validating libxcb-sync1 1.14-3
[  103s] I: Retrieving libxcb-xfixes0 1.14-3
[  103s] I: Validating libxcb-xfixes0 1.14-3
[  103s] I: Retrieving libxcb1 1.14-3
[  103s] I: Validating libxcb1 1.14-3
[  103s] I: Retrieving libxcb1-dev 1.14-3
[  103s] I: Validating libxcb1-dev 1.14-3
[  103s] I: Retrieving libxcursor1 1:1.2.0-2
[  103s] I: Validating libxcursor1 1:1.2.0-2
[  103s] I: Retrieving libxdmcp-dev 1:1.1.2-3
[  103s] I: Validating libxdmcp-dev 1:1.1.2-3
[  103s] I: Retrieving libxdmcp6 1:1.1.2-3
[  103s] I: Validating libxdmcp6 1:1.1.2-3
[  103s] I: Retrieving libxext-dev 2:1.3.4-1
[  103s] I: Validating libxext-dev 2:1.3.4-1
[  103s] I: Retrieving libxext6 2:1.3.4-1
[  103s] I: Validating libxext6 2:1.3.4-1
[  103s] I: Retrieving libxfixes3 1:5.0.3-2
[  103s] I: Validating libxfixes3 1:5.0.3-2
[  103s] I: Retrieving libxi6 2:1.8-1
[  103s] I: Validating libxi6 2:1.8-1
[  103s] I: Retrieving libxinerama1 2:1.1.4-2
[  103s] I: Validating libxinerama1 2:1.1.4-2
[  103s] I: Retrieving libxkbcommon0 1.3.1-1
[  103s] I: Validating libxkbcommon0 1.3.1-1
[  103s] I: Retrieving libxml2 2.9.12+dfsg-5
[  103s] I: Validating libxml2 2.9.12+dfsg-5
[  103s] I: Retrieving libxml2-dev 2.9.12+dfsg-5
[  103s] I: Validating libxml2-dev 2.9.12+dfsg-5
[  103s] I: Retrieving libxrandr2 2:1.5.2-1
[  103s] I: Validating libxrandr2 2:1.5.2-1
[  103s] I: Retrieving libxrender1 1:0.9.10-1
[  103s] I: Validating libxrender1 1:0.9.10-1
[  103s] I: Retrieving libxshmfence1 1.3-1
[  103s] I: Validating libxshmfence1 1.3-1
[  103s] I: Retrieving libxslt1-dev 1.1.34-4
[  103s] I: Validating libxslt1-dev 1.1.34-4
[  103s] I: Retrieving libxslt1.1 1.1.34-4
[  103s] I: Validating libxslt1.1 1.1.34-4
[  103s] I: Retrieving libxss1 1:1.2.3-1
[  103s] I: Validating libxss1 1:1.2.3-1
[  103s] I: Retrieving libxv1 2:1.0.11-1
[  103s] I: Validating libxv1 2:1.0.11-1
[  103s] I: Retrieving libxvidcore4 2:1.3.7-1
[  103s] I: Validating libxvidcore4 2:1.3.7-1
[  103s] I: Retrieving libxxf86vm1 1:1.1.4-1+b2
[  103s] I: Validating libxxf86vm1 1:1.1.4-1+b2
[  103s] I: Retrieving libxxhash0 0.8.0-2
[  103s] I: Validating libxxhash0 0.8.0-2
[  104s] I: Retrieving libz3-4 4.8.12-1+b1
[  104s] I: Validating libz3-4 4.8.12-1+b1
[  104s] I: Retrieving libzimg2 3.0.3+ds1-1+b1
[  104s] I: Validating libzimg2 3.0.3+ds1-1+b1
[  104s] I: Retrieving libzmq5 4.3.4-1
[  104s] I: Validating libzmq5 4.3.4-1
[  104s] I: Retrieving libzstd1 1.4.8+dfsg-3
[  104s] I: Validating libzstd1 1.4.8+dfsg-3
[  104s] I: Retrieving libzvbi-common 0.2.35-18
[  104s] I: Validating libzvbi-common 0.2.35-18
[  104s] I: Retrieving libzvbi0 0.2.35-18
[  104s] I: Validating libzvbi0 0.2.35-18
[  104s] I: Retrieving linux-libc-dev 5.14.16-1
[  104s] I: Validating linux-libc-dev 5.14.16-1
[  104s] I: Retrieving login 1:4.8.1-1.1
[  104s] I: Validating login 1:4.8.1-1.1
[  104s] I: Retrieving lsb-base 11.1.0
[  104s] I: Validating lsb-base 11.1.0
[  104s] I: Retrieving m4 1.4.18-5
[  104s] I: Validating m4 1.4.18-5
[  104s] I: Retrieving make 4.3-4.1
[  104s] I: Validating make 4.3-4.1
[  104s] I: Retrieving man-db 2.9.4-2
[  104s] I: Validating man-db 2.9.4-2
[  104s] I: Retrieving mariadb-common 1:10.5.12-1
[  104s] I: Validating mariadb-common 1:10.5.12-1
[  104s] I: Retrieving mawk 1.3.4.20200120-2
[  104s] I: Validating mawk 1.3.4.20200120-2
[  104s] I: Retrieving media-types 4.0.0
[  104s] I: Validating media-types 4.0.0
[  104s] I: Retrieving mlock 8:2007f~dfsg-7+b1
[  104s] I: Validating mlock 8:2007f~dfsg-7+b1
[  104s] I: Retrieving module-assistant 0.11.10
[  104s] I: Validating module-assistant 0.11.10
[  104s] I: Retrieving mount 2.37.2-4
[  104s] I: Validating mount 2.37.2-4
[  104s] I: Retrieving mysql-common 5.8+1.0.7
[  104s] I: Validating mysql-common 5.8+1.0.7
[  104s] I: Retrieving ncurses-base 6.2+20210905-1
[  104s] I: Validating ncurses-base 6.2+20210905-1
[  104s] I: Retrieving ncurses-bin 6.2+20210905-1
[  104s] I: Validating ncurses-bin 6.2+20210905-1
[  104s] I: Retrieving nettle-dev 3.7.3-1
[  104s] I: Validating nettle-dev 3.7.3-1
[  104s] I: Retrieving ocl-icd-libopencl1 2.2.14-3
[  104s] I: Validating ocl-icd-libopencl1 2.2.14-3
[  104s] I: Retrieving odbcinst 2.3.6-0.1+b1
[  104s] I: Validating odbcinst 2.3.6-0.1+b1
[  104s] I: Retrieving odbcinst1debian2 2.3.6-0.1+b1
[  104s] I: Validating odbcinst1debian2 2.3.6-0.1+b1
[  104s] I: Retrieving passwd 1:4.8.1-1.1
[  104s] I: Validating passwd 1:4.8.1-1.1
[  104s] I: Retrieving patch 2.7.6-7
[  104s] I: Validating patch 2.7.6-7
[  104s] I: Retrieving pci.ids 0.0~2021.08.22-1
[  104s] I: Validating pci.ids 0.0~2021.08.22-1
[  104s] I: Retrieving perl 5.32.1-6
[  104s] I: Validating perl 5.32.1-6
[  104s] I: Retrieving perl-base 5.32.1-6
[  104s] I: Validating perl-base 5.32.1-6
[  104s] I: Retrieving perl-modules-5.32 5.32.1-6
[  104s] I: Validating perl-modules-5.32 5.32.1-6
[  104s] I: Retrieving pinentry-curses 1.1.0-4
[  104s] I: Validating pinentry-curses 1.1.0-4
[  104s] I: Retrieving pkg-config 0.29.2-1
[  104s] I: Validating pkg-config 0.29.2-1
[  104s] I: Retrieving po-debconf 1.0.21+nmu1
[  104s] I: Validating po-debconf 1.0.21+nmu1
[  104s] I: Retrieving portaudio19-dev 19.6.0-1.1
[  104s] I: Validating portaudio19-dev 19.6.0-1.1
[  105s] I: Retrieving procps 2:3.3.17-5
[  105s] I: Validating procps 2:3.3.17-5
[  105s] I: Retrieving python3 3.9.7-1
[  105s] I: Validating python3 3.9.7-1
[  105s] I: Retrieving python3-distutils 3.9.7-1
[  105s] I: Validating python3-distutils 3.9.7-1
[  105s] I: Retrieving python3-lib2to3 3.9.7-1
[  105s] I: Validating python3-lib2to3 3.9.7-1
[  105s] I: Retrieving python3-minimal 3.9.7-1
[  105s] I: Validating python3-minimal 3.9.7-1
[  105s] I: Retrieving python3.9 3.9.7-4
[  105s] I: Validating python3.9 3.9.7-4
[  105s] I: Retrieving python3.9-minimal 3.9.7-4
[  105s] I: Validating python3.9-minimal 3.9.7-4
[  105s] I: Retrieving readline-common 8.1-2
[  105s] I: Validating readline-common 8.1-2
[  105s] I: Retrieving rpcsvc-proto 1.4.2-4
[  105s] I: Validating rpcsvc-proto 1.4.2-4
[  105s] I: Retrieving sed 4.8-1
[  105s] I: Validating sed 4.8-1
[  105s] I: Retrieving sensible-utils 0.0.17
[  105s] I: Validating sensible-utils 0.0.17
[  105s] I: Retrieving shared-mime-info 2.0-1
[  105s] I: Validating shared-mime-info 2.0-1
[  105s] I: Retrieving tar 1.34+dfsg-1
[  105s] I: Validating tar 1.34+dfsg-1
[  105s] I: Retrieving tzdata 2021e-1
[  105s] I: Validating tzdata 2021e-1
[  105s] I: Retrieving ucf 3.0043
[  105s] I: Validating ucf 3.0043
[  105s] I: Retrieving unixodbc-dev 2.3.6-0.1+b1
[  105s] I: Validating unixodbc-dev 2.3.6-0.1+b1
[  105s] I: Retrieving usbutils 1:014-1
[  105s] I: Validating usbutils 1:014-1
[  105s] I: Retrieving util-linux 2.37.2-4
[  105s] I: Validating util-linux 2.37.2-4
[  105s] I: Retrieving uuid-dev 2.37.2-4
[  105s] I: Validating uuid-dev 2.37.2-4
[  105s] I: Retrieving x11-common 1:7.7+23
[  105s] I: Validating x11-common 1:7.7+23
[  105s] I: Retrieving x11proto-dev 2021.5-1
[  105s] I: Validating x11proto-dev 2021.5-1
[  105s] I: Retrieving xkb-data 2.33-1
[  105s] I: Validating xkb-data 2.33-1
[  105s] I: Retrieving xorg-sgml-doctools 1:1.11-1.1
[  105s] I: Validating xorg-sgml-doctools 1:1.11-1.1
[  105s] I: Retrieving xtrans-dev 1.4.0-1
[  105s] I: Validating xtrans-dev 1.4.0-1
[  105s] I: Retrieving xz-utils 5.2.5-2
[  105s] I: Validating xz-utils 5.2.5-2
[  105s] I: Retrieving zlib1g 1:1.2.11.dfsg-2
[  105s] I: Validating zlib1g 1:1.2.11.dfsg-2
[  105s] I: Retrieving zlib1g-dev 1:1.2.11.dfsg-2
[  105s] I: Validating zlib1g-dev 1:1.2.11.dfsg-2
[  105s] I: Chosen extractor for .deb packages: dpkg-deb
[  106s] I: Extracting base-files...
[  106s] I: Extracting base-passwd...
[  106s] I: Extracting bash...
[  106s] I: Extracting coreutils...
[  106s] I: Extracting dash...
[  106s] I: Extracting debconf...
[  106s] I: Extracting debianutils...
[  106s] I: Extracting diffutils...
[  107s] I: Extracting dpkg...
[  107s] I: Extracting findutils...
[  107s] I: Extracting gcc-11-base...
[  107s] I: Extracting grep...
[  107s] I: Extracting gzip...
[  107s] I: Extracting hostname...
[  107s] I: Extracting init-system-helpers...
[  107s] I: Extracting libacl1...
[  107s] I: Extracting libattr1...
[  107s] I: Extracting libaudit-common...
[  107s] I: Extracting libaudit1...
[  107s] I: Extracting libblkid1...
[  107s] I: Extracting libbz2-1.0...
[  107s] I: Extracting libc-bin...
[  107s] I: Extracting libc6...
[  108s] I: Extracting libcap-ng0...
[  108s] I: Extracting libcap2...
[  108s] I: Extracting libcom-err2...
[  108s] I: Extracting libcrypt1...
[  108s] I: Extracting libdb5.3...
[  108s] I: Extracting libdebconfclient0...
[  108s] I: Extracting libgcc-s1...
[  108s] I: Extracting libgcrypt20...
[  108s] I: Extracting libgmp10...
[  108s] I: Extracting libgpg-error0...
[  108s] I: Extracting libgssapi-krb5-2...
[  108s] I: Extracting libk5crypto3...
[  108s] I: Extracting libkeyutils1...
[  108s] I: Extracting libkrb5-3...
[  108s] I: Extracting libkrb5support0...
[  108s] I: Extracting liblz4-1...
[  108s] I: Extracting liblzma5...
[  108s] I: Extracting libmount1...
[  108s] I: Extracting libnsl2...
[  108s] I: Extracting libpam-modules...
[  108s] I: Extracting libpam-modules-bin...
[  108s] I: Extracting libpam-runtime...
[  108s] I: Extracting libpam0g...
[  108s] I: Extracting libpcre2-8-0...
[  108s] I: Extracting libpcre3...
[  108s] I: Extracting libselinux1...
[  108s] I: Extracting libsemanage-common...
[  108s] I: Extracting libsemanage1...
[  108s] I: Extracting libsepol1...
[  108s] I: Extracting libsmartcols1...
[  108s] I: Extracting libssl1.1...
[  109s] I: Extracting libsystemd0...
[  109s] I: Extracting libtext-charwidth-perl...
[  109s] I: Extracting libtext-wrapi18n-perl...
[  109s] I: Extracting libtinfo6...
[  109s] I: Extracting libtirpc-common...
[  109s] I: Extracting libtirpc3...
[  109s] I: Extracting libudev1...
[  109s] I: Extracting libuuid1...
[  109s] I: Extracting libzstd1...
[  109s] I: Extracting login...
[  109s] I: Extracting lsb-base...
[  109s] I: Extracting mawk...
[  109s] I: Extracting mount...
[  109s] I: Extracting ncurses-base...
[  109s] I: Extracting ncurses-bin...
[  109s] I: Extracting passwd...
[  109s] I: Extracting perl-base...
[  109s] I: Extracting sed...
[  109s] I: Extracting sensible-utils...
[  109s] I: Extracting tar...
[  109s] I: Extracting tzdata...
[  110s] I: Extracting util-linux...
[  110s] I: Extracting zlib1g...
[  110s] I: Installing core packages...
[  113s] I: Unpacking required packages...
[  113s] I: Unpacking base-files...
[  113s] I: Unpacking base-passwd...
[  113s] I: Unpacking bash...
[  113s] I: Unpacking coreutils...
[  114s] I: Unpacking dash...
[  114s] I: Unpacking debconf...
[  114s] I: Unpacking debianutils...
[  114s] I: Unpacking diffutils...
[  114s] I: Unpacking dpkg...
[  114s] I: Unpacking findutils...
[  114s] I: Unpacking gcc-11-base:amd64...
[  114s] I: Unpacking grep...
[  114s] I: Unpacking gzip...
[  114s] I: Unpacking hostname...
[  114s] I: Unpacking init-system-helpers...
[  114s] I: Unpacking libacl1:amd64...
[  114s] I: Unpacking libattr1:amd64...
[  114s] I: Unpacking libaudit-common...
[  114s] I: Unpacking libaudit1:amd64...
[  114s] I: Unpacking libblkid1:amd64...
[  114s] I: Unpacking libbz2-1.0:amd64...
[  115s] I: Unpacking libc-bin...
[  115s] I: Unpacking libc6:amd64...
[  115s] I: Unpacking libcap-ng0:amd64...
[  115s] I: Unpacking libcap2:amd64...
[  115s] I: Unpacking libcom-err2:amd64...
[  115s] I: Unpacking libcrypt1:amd64...
[  115s] I: Unpacking libdb5.3:amd64...
[  116s] I: Unpacking libdebconfclient0:amd64...
[  116s] I: Unpacking libgcc-s1:amd64...
[  116s] I: Unpacking libgcrypt20:amd64...
[  116s] I: Unpacking libgmp10:amd64...
[  116s] I: Unpacking libgpg-error0:amd64...
[  116s] I: Unpacking libgssapi-krb5-2:amd64...
[  116s] I: Unpacking libk5crypto3:amd64...
[  116s] I: Unpacking libkeyutils1:amd64...
[  116s] I: Unpacking libkrb5-3:amd64...
[  116s] I: Unpacking libkrb5support0:amd64...
[  116s] I: Unpacking liblz4-1:amd64...
[  116s] I: Unpacking liblzma5:amd64...
[  116s] I: Unpacking libmount1:amd64...
[  116s] I: Unpacking libnsl2:amd64...
[  116s] I: Unpacking libpam-modules:amd64...
[  116s] I: Unpacking libpam-modules-bin...
[  116s] I: Unpacking libpam-runtime...
[  117s] I: Unpacking libpam0g:amd64...
[  117s] I: Unpacking libpcre2-8-0:amd64...
[  117s] I: Unpacking libpcre3:amd64...
[  117s] I: Unpacking libselinux1:amd64...
[  117s] I: Unpacking libsemanage-common...
[  117s] I: Unpacking libsemanage1:amd64...
[  117s] I: Unpacking libsepol1:amd64...
[  117s] I: Unpacking libsmartcols1:amd64...
[  117s] I: Unpacking libssl1.1:amd64...
[  117s] I: Unpacking libsystemd0:amd64...
[  117s] I: Unpacking libtext-charwidth-perl...
[  117s] I: Unpacking libtext-wrapi18n-perl...
[  117s] I: Unpacking libtinfo6:amd64...
[  117s] I: Unpacking libtirpc-common...
[  117s] I: Unpacking libtirpc3:amd64...
[  117s] I: Unpacking libudev1:amd64...
[  117s] I: Unpacking libuuid1:amd64...
[  117s] I: Unpacking libzstd1:amd64...
[  118s] I: Unpacking login...
[  118s] I: Unpacking lsb-base...
[  118s] I: Unpacking mawk...
[  118s] I: Unpacking mount...
[  118s] I: Unpacking ncurses-base...
[  118s] I: Unpacking ncurses-bin...
[  118s] I: Unpacking passwd...
[  118s] I: Unpacking perl-base...
[  119s] I: Unpacking sed...
[  119s] I: Unpacking sensible-utils...
[  119s] I: Unpacking tar...
[  119s] I: Unpacking tzdata...
[  119s] I: Unpacking util-linux...
[  119s] I: Unpacking zlib1g:amd64...
[  119s] I: Configuring required packages...
[  119s] I: Configuring gcc-11-base:amd64...
[  119s] I: Configuring lsb-base...
[  120s] I: Configuring libtirpc-common...
[  120s] I: Configuring libaudit-common...
[  120s] I: Configuring libsemanage-common...
[  120s] I: Configuring ncurses-base...
[  120s] I: Configuring sensible-utils...
[  120s] I: Configuring libgcc-s1:amd64...
[  120s] I: Configuring libc6:amd64...
[  120s] I: Configuring libudev1:amd64...
[  120s] I: Configuring libsepol1:amd64...
[  120s] I: Configuring libattr1:amd64...
[  120s] I: Configuring debianutils...
[  120s] I: Configuring mawk...
[  120s] I: Configuring libdebconfclient0:amd64...
[  120s] I: Configuring base-files...
[  120s] I: Configuring libbz2-1.0:amd64...
[  120s] I: Configuring base-passwd...
[  120s] I: Configuring libdb5.3:amd64...
[  120s] I: Configuring libblkid1:amd64...
[  120s] I: Configuring libtinfo6:amd64...
[  120s] I: Configuring bash...
[  120s] I: Configuring libzstd1:amd64...
[  120s] I: Configuring libkeyutils1:amd64...
[  120s] I: Configuring liblzma5:amd64...
[  120s] I: Configuring libgpg-error0:amd64...
[  120s] I: Configuring liblz4-1:amd64...
[  120s] I: Configuring libc-bin...
[  120s] I: Configuring ncurses-bin...
[  120s] I: Configuring libacl1:amd64...
[  120s] I: Configuring libsmartcols1:amd64...
[  120s] I: Configuring libgcrypt20:amd64...
[  120s] I: Configuring zlib1g:amd64...
[  120s] I: Configuring libcrypt1:amd64...
[  120s] I: Configuring libcom-err2:amd64...
[  120s] I: Configuring diffutils...
[  120s] I: Configuring libcap2:amd64...
[  120s] I: Configuring libkrb5support0:amd64...
[  120s] I: Configuring hostname...
[  120s] I: Configuring libpcre3:amd64...
[  120s] I: Configuring libcap-ng0:amd64...
[  120s] I: Configuring libgmp10:amd64...
[  120s] I: Configuring libaudit1:amd64...
[  120s] I: Configuring libuuid1:amd64...
[  120s] I: Configuring libpcre2-8-0:amd64...
[  120s] I: Configuring libk5crypto3:amd64...
[  120s] I: Configuring libsystemd0:amd64...
[  120s] I: Configuring libselinux1:amd64...
[  120s] I: Configuring sed...
[  120s] I: Configuring findutils...
[  120s] I: Configuring libmount1:amd64...
[  120s] I: Configuring libsemanage1:amd64...
[  120s] I: Configuring tar...
[  120s] I: Configuring coreutils...
[  120s] I: Configuring dpkg...
[  120s] I: Configuring mount...
[  120s] I: Configuring grep...
[  120s] I: Configuring perl-base...
[  120s] I: Configuring init-system-helpers...
[  120s] I: Configuring gzip...
[  120s] I: Configuring libtext-charwidth-perl...
[  120s] I: Configuring libtext-wrapi18n-perl...
[  120s] I: Configuring debconf...
[  121s] I: Configuring tzdata...
[  121s] I: Configuring libpam0g:amd64...
[  121s] I: Configuring util-linux...
[  121s] I: Configuring dash...
[  122s] I: Configuring libssl1.1:amd64...
[  122s] I: Configuring libpam-modules-bin...
[  122s] I: Configuring libkrb5-3:amd64...
[  122s] I: Configuring libgssapi-krb5-2:amd64...
[  122s] I: Configuring libtirpc3:amd64...
[  122s] I: Configuring libnsl2:amd64...
[  122s] I: Configuring libpam-modules:amd64...
[  122s] I: Configuring passwd...
[  122s] I: Configuring libpam-runtime...
[  122s] I: Configuring login...
[  122s] I: Configuring libc-bin...
[  122s] I: Unpacking the base system...
[  126s] I: Unpacking adduser...
[  126s] I: Unpacking apt...
[  127s] I: Unpacking autoconf...
[  127s] I: Unpacking automake...
[  127s] I: Unpacking autopoint...
[  127s] I: Unpacking autotools-dev...
[  127s] I: Unpacking binutils...
[  127s] I: Unpacking binutils-common:amd64...
[  127s] I: Unpacking binutils-dev...
[  128s] I: Unpacking binutils-x86-64-linux-gnu...
[  128s] I: Unpacking bsdextrautils...
[  128s] I: Unpacking build-essential...
[  128s] I: Unpacking bzip2...
[  128s] I: Unpacking comerr-dev:amd64...
[  128s] I: Unpacking cpp...
[  128s] I: Unpacking cpp-11...
[  134s] I: Unpacking dahdi...
[  134s] I: Unpacking dahdi-linux...
[  134s] I: Unpacking dahdi-source...
[  134s] I: Unpacking debhelper...
[  134s] I: Unpacking debian-archive-keyring...
[  134s] I: Unpacking default-libmysqlclient-dev:amd64...
[  134s] I: Unpacking dh-autoreconf...
[  134s] I: Unpacking dh-strip-nondeterminism...
[  134s] I: Unpacking dirmngr...
[  135s] I: Unpacking dpkg-dev...
[  135s] I: Unpacking dwz...
[  135s] I: Unpacking fakeroot...
[  135s] I: Unpacking file...
[  135s] I: Unpacking fontconfig...
[  135s] I: Unpacking fontconfig-config...
[  135s] I: Unpacking fonts-dejavu-core...
[  135s] I: Unpacking freetds-common...
[  135s] I: Unpacking freetds-dev...
[  135s] I: Unpacking fxload...
[  135s] I: Unpacking g++...
[  135s] I: Unpacking g++-11...
[  142s] I: Unpacking gcc...
[  142s] I: Unpacking gcc-11...
[  148s] I: Unpacking gettext...
[  148s] I: Unpacking gettext-base...
[  149s] I: Unpacking gir1.2-glib-2.0:amd64...
[  149s] I: Unpacking gir1.2-gmime-3.0:amd64...
[  149s] I: Unpacking gir1.2-ical-3.0:amd64...
[  149s] I: Unpacking gnupg...
[  149s] I: Unpacking gnupg-l10n...
[  149s] I: Unpacking gnupg-utils...
[  149s] I: Unpacking gpg...
[  149s] I: Unpacking gpg-agent...
[  149s] I: Unpacking gpg-wks-client...
[  149s] I: Unpacking gpg-wks-server...
[  149s] I: Unpacking gpgconf...
[  149s] I: Unpacking gpgsm...
[  149s] I: Unpacking gpgv...
[  149s] I: Unpacking groff-base...
[  149s] I: Unpacking icu-devtools...
[  150s] I: Unpacking insserv...
[  150s] I: Unpacking intltool-debian...
[  150s] I: Unpacking krb5-multidev:amd64...
[  150s] I: Unpacking libaom3:amd64...
[  150s] I: Unpacking libapt-pkg6.0:amd64...
[  150s] I: Unpacking libarchive-zip-perl...
[  150s] I: Unpacking libasan6:amd64...
[  150s] I: Unpacking libasound2:amd64...
[  150s] I: Unpacking libasound2-data...
[  151s] I: Unpacking libasound2-dev:amd64...
[  151s] I: Unpacking libass9:amd64...
[  151s] I: Unpacking libassuan0:amd64...
[  151s] I: Unpacking libasyncns0:amd64...
[  151s] I: Unpacking libatomic1:amd64...
[  151s] I: Unpacking libavc1394-0:amd64...
[  151s] I: Unpacking libavcodec-dev:amd64...
[  151s] I: Unpacking libavcodec58:amd64...
[  152s] I: Unpacking libavdevice-dev:amd64...
[  152s] I: Unpacking libavdevice58:amd64...
[  152s] I: Unpacking libavfilter-dev:amd64...
[  152s] I: Unpacking libavfilter7:amd64...
[  153s] I: Unpacking libavformat-dev:amd64...
[  153s] I: Unpacking libavformat58:amd64...
[  153s] I: Unpacking libavutil-dev:amd64...
[  153s] I: Unpacking libavutil56:amd64...
[  153s] I: Unpacking libbinutils:amd64...
[  153s] I: Unpacking libblas3:amd64...
[  153s] I: Unpacking libblkid-dev:amd64...
[  153s] I: Unpacking libbluetooth-dev:amd64...
[  153s] I: Unpacking libbluetooth3:amd64...
[  153s] I: Unpacking libbluray2:amd64...
[  153s] I: Unpacking libbrotli1:amd64...
[  154s] I: Unpacking libbs2b0:amd64...
[  154s] I: Unpacking libbsd-dev:amd64...
[  154s] I: Unpacking libbsd0:amd64...
[  154s] I: Unpacking libc-client2007e...
[  154s] I: Unpacking libc-client2007e-dev...
[  154s] I: Unpacking libc-dev-bin...
[  154s] I: Unpacking libc6-dev:amd64...
[  154s] I: Unpacking libcaca-dev...
[  154s] I: Unpacking libcaca0:amd64...
[  155s] I: Unpacking libcairo-gobject2:amd64...
[  155s] I: Unpacking libcairo2:amd64...
[  155s] I: Unpacking libcap-dev:amd64...
[  155s] I: Unpacking libcc1-0:amd64...
[  155s] I: Unpacking libcdio-cdda2:amd64...
[  155s] I: Unpacking libcdio-paranoia2:amd64...
[  155s] I: Unpacking libcdio19:amd64...
[  155s] I: Unpacking libchromaprint1:amd64...
[  155s] I: Unpacking libcodec2-0.9:amd64...
[  156s] I: Unpacking libcrypt-dev:amd64...
[  156s] I: Unpacking libct4:amd64...
[  156s] I: Unpacking libctf-nobfd0:amd64...
[  156s] I: Unpacking libctf0:amd64...
[  156s] I: Unpacking libcurl4:amd64...
[  156s] I: Unpacking libcurl4-openssl-dev:amd64...
[  156s] I: Unpacking libdatrie1:amd64...
[  156s] I: Unpacking libdav1d5:amd64...
[  156s] I: Unpacking libdb-dev:amd64...
[  156s] I: Unpacking libdb5.3-dev...
[  156s] I: Unpacking libdbus-1-3:amd64...
[  156s] I: Unpacking libdc1394-25:amd64...
[  156s] I: Unpacking libdebhelper-perl...
[  156s] I: Unpacking libdeflate-dev:amd64...
[  157s] I: Unpacking libdeflate0:amd64...
[  157s] I: Unpacking libdpkg-perl...
[  157s] I: Unpacking libdrm-amdgpu1:amd64...
[  157s] I: Unpacking libdrm-common...
[  157s] I: Unpacking libdrm-intel1:amd64...
[  157s] I: Unpacking libdrm-nouveau2:amd64...
[  157s] I: Unpacking libdrm-radeon1:amd64...
[  157s] I: Unpacking libdrm2:amd64...
[  157s] I: Unpacking libedit-dev:amd64...
[  157s] I: Unpacking libedit2:amd64...
[  157s] I: Unpacking libegl-dev:amd64...
[  157s] I: Unpacking libegl-mesa0:amd64...
[  157s] I: Unpacking libegl1:amd64...
[  157s] I: Unpacking libelf1:amd64...
[  157s] I: Unpacking libevent-2.1-7:amd64...
[  157s] I: Unpacking libfakeroot:amd64...
[  157s] I: Unpacking libffi-dev:amd64...
[  157s] I: Unpacking libffi8:amd64...
[  157s] I: Unpacking libfile-stripnondeterminism-perl...
[  157s] I: Unpacking libflac8:amd64...
[  157s] I: Unpacking libflite1:amd64...
[  159s] I: Unpacking libfontconfig1:amd64...
[  159s] I: Unpacking libfreetype6:amd64...
[  159s] I: Unpacking libfribidi0:amd64...
[  159s] I: Unpacking libgbm1:amd64...
[  159s] I: Unpacking libgcc-11-dev:amd64...
[  159s] I: Unpacking libgdbm-compat4:amd64...
[  159s] I: Unpacking libgdbm6:amd64...
[  159s] I: Unpacking libgdk-pixbuf-2.0-0:amd64...
[  159s] I: Unpacking libgdk-pixbuf2.0-common...
[  159s] I: Unpacking libgfortran5:amd64...
[  160s] I: Unpacking libgirepository-1.0-1:amd64...
[  160s] I: Unpacking libgl-dev:amd64...
[  160s] I: Unpacking libgl1:amd64...
[  160s] I: Unpacking libgl1-mesa-dev:amd64...
[  160s] I: Unpacking libgl1-mesa-dri:amd64...
[  161s] I: Unpacking libglapi-mesa:amd64...
[  161s] I: Unpacking libgles-dev:amd64...
[  161s] I: Unpacking libgles1:amd64...
[  161s] I: Unpacking libgles2:amd64...
[  161s] I: Unpacking libglib2.0-0:amd64...
[  161s] I: Unpacking libglib2.0-bin...
[  161s] I: Unpacking libglib2.0-data...
[  162s] I: Unpacking libglib2.0-dev:amd64...
[  162s] I: Unpacking libglib2.0-dev-bin...
[  162s] I: Unpacking libglu1-mesa:amd64...
[  162s] I: Unpacking libglu1-mesa-dev:amd64...
[  162s] I: Unpacking libglvnd-core-dev:amd64...
[  162s] I: Unpacking libglvnd-dev:amd64...
[  162s] I: Unpacking libglvnd0:amd64...
[  162s] I: Unpacking libglx-dev:amd64...
[  162s] I: Unpacking libglx-mesa0:amd64...
[  162s] I: Unpacking libglx0:amd64...
[  162s] I: Unpacking libgme0:amd64...
[  162s] I: Unpacking libgmime-3.0-0:amd64...
[  163s] I: Unpacking libgmime-3.0-dev:amd64...
[  163s] I: Unpacking libgmp-dev:amd64...
[  163s] I: Unpacking libgmpxx4ldbl:amd64...
[  163s] I: Unpacking libgnutls-dane0:amd64...
[  163s] I: Unpacking libgnutls-openssl27:amd64...
[  163s] I: Unpacking libgnutls28-dev:amd64...
[  163s] I: Unpacking libgnutls30:amd64...
[  163s] I: Unpacking libgnutlsxx28:amd64...
[  163s] I: Unpacking libgomp1:amd64...
[  163s] I: Unpacking libgpgme11:amd64...
[  163s] I: Unpacking libgraphite2-3:amd64...
[  163s] I: Unpacking libgsm1:amd64...
[  163s] I: Unpacking libgsm1-dev:amd64...
[  163s] I: Unpacking libgssrpc4:amd64...
[  163s] I: Unpacking libharfbuzz0b:amd64...
[  164s] I: Unpacking libhogweed6:amd64...
[  164s] I: Unpacking libical-dev:amd64...
[  164s] I: Unpacking libical3:amd64...
[  164s] I: Unpacking libicu-dev:amd64...
[  165s] I: Unpacking libicu67:amd64...
[  166s] I: Unpacking libidn2-0:amd64...
[  166s] I: Unpacking libidn2-dev:amd64...
[  166s] I: Unpacking libiec61883-0:amd64...
[  166s] I: Unpacking libiksemel-dev:amd64...
[  166s] I: Unpacking libiksemel3:amd64...
[  166s] I: Unpacking libisl23:amd64...
[  167s] I: Unpacking libitm1:amd64...
[  167s] I: Unpacking libjack-dev...
[  167s] I: Unpacking libjack0:amd64...
[  167s] I: Unpacking libjansson-dev:amd64...
[  167s] I: Unpacking libjansson4:amd64...
[  167s] I: Unpacking libjbig-dev:amd64...
[  167s] I: Unpacking libjbig0:amd64...
[  167s] I: Unpacking libjpeg-dev:amd64...
[  167s] I: Unpacking libjpeg62-turbo:amd64...
[  167s] I: Unpacking libjpeg62-turbo-dev:amd64...
[  167s] I: Unpacking libkadm5clnt-mit12:amd64...
[  167s] I: Unpacking libkadm5srv-mit12:amd64...
[  167s] I: Unpacking libkdb5-10:amd64...
[  167s] I: Unpacking libksba8:amd64...
[  167s] I: Unpacking liblapack3:amd64...
[  167s] I: Unpacking libldap-2.4-2:amd64...
[  168s] I: Unpacking libldap2-dev:amd64...
[  168s] I: Unpacking liblilv-0-0:amd64...
[  168s] I: Unpacking libllvm12:amd64...
[  170s] I: Unpacking liblsan0:amd64...
[  170s] I: Unpacking libltdl-dev:amd64...
[  171s] I: Unpacking libltdl7:amd64...
[  171s] I: Unpacking liblua5.1-0:amd64...
[  171s] I: Unpacking liblua5.1-0-dev:amd64...
[  171s] I: Unpacking liblzma-dev:amd64...
[  171s] I: Unpacking libmagic-mgc...
[  171s] I: Unpacking libmagic1:amd64...
[  171s] I: Unpacking libmariadb-dev...
[  171s] I: Unpacking libmariadb-dev-compat:amd64...
[  171s] I: Unpacking libmariadb3:amd64...
[  171s] I: Unpacking libmd-dev:amd64...
[  171s] I: Unpacking libmd0:amd64...
[  171s] I: Unpacking libmfx1:amd64...
[  172s] I: Unpacking libmount-dev:amd64...
[  172s] I: Unpacking libmp3lame0:amd64...
[  172s] I: Unpacking libmpc3:amd64...
[  172s] I: Unpacking libmpdec3:amd64...
[  172s] I: Unpacking libmpfr6:amd64...
[  172s] I: Unpacking libmpg123-0:amd64...
[  172s] I: Unpacking libmysofa1:amd64...
[  172s] I: Unpacking libncurses-dev:amd64...
[  172s] I: Unpacking libncurses5:amd64...
[  172s] I: Unpacking libncurses6:amd64...
[  172s] I: Unpacking libncursesw6:amd64...
[  172s] I: Unpacking libneon27-gnutls:amd64...
[  172s] I: Unpacking libneon27-gnutls-dev...
[  172s] I: Unpacking libnetsnmptrapd40:amd64...
[  172s] I: Unpacking libnettle8:amd64...
[  173s] I: Unpacking libnewt-dev:amd64...
[  173s] I: Unpacking libnewt0.52:amd64...
[  173s] I: Unpacking libnghttp2-14:amd64...
[  173s] I: Unpacking libnorm1:amd64...
[  173s] I: Unpacking libnpth0:amd64...
[  173s] I: Unpacking libnsl-dev:amd64...
[  173s] I: Unpacking libnspr4:amd64...
[  173s] I: Unpacking libnspr4-dev...
[  173s] I: Unpacking libnss-myhostname:amd64...
[  173s] I: Unpacking libnss3:amd64...
[  173s] I: Unpacking libnss3-dev:amd64...
[  173s] I: Unpacking libnuma1:amd64...
[  173s] I: Unpacking libodbc1:amd64...
[  173s] I: Unpacking libogg-dev:amd64...
[  173s] I: Unpacking libogg0:amd64...
[  173s] I: Unpacking libopenal-data...
[  174s] I: Unpacking libopenal1:amd64...
[  174s] I: Unpacking libopencore-amrnb-dev:amd64...
[  174s] I: Unpacking libopencore-amrnb0:amd64...
[  174s] I: Unpacking libopencore-amrwb-dev:amd64...
[  174s] I: Unpacking libopencore-amrwb0:amd64...
[  174s] I: Unpacking libopengl-dev:amd64...
[  174s] I: Unpacking libopengl0:amd64...
[  174s] I: Unpacking libopenjp2-7:amd64...
[  174s] I: Unpacking libopenmpt0:amd64...
[  174s] I: Unpacking libopenr2-3...
[  174s] I: Unpacking libopenr2-dev...
[  174s] I: Unpacking libopus-dev:amd64...
[  174s] I: Unpacking libopus0:amd64...
[  174s] I: Unpacking libopusfile-dev...
[  174s] I: Unpacking libopusfile0...
[  174s] I: Unpacking libp11-kit-dev:amd64...
[  174s] I: Unpacking libp11-kit0:amd64...
[  174s] I: Unpacking libpam0g-dev:amd64...
[  174s] I: Unpacking libpango-1.0-0:amd64...
[  174s] I: Unpacking libpangocairo-1.0-0:amd64...
[  175s] I: Unpacking libpangoft2-1.0-0:amd64...
[  175s] I: Unpacking libpci-dev:amd64...
[  175s] I: Unpacking libpci3:amd64...
[  175s] I: Unpacking libpciaccess0:amd64...
[  175s] I: Unpacking libpcre16-3:amd64...
[  175s] I: Unpacking libpcre2-16-0:amd64...
[  175s] I: Unpacking libpcre2-32-0:amd64...
[  175s] I: Unpacking libpcre2-dev:amd64...
[  175s] I: Unpacking libpcre2-posix2:amd64...
[  175s] I: Unpacking libpcre3-dev:amd64...
[  175s] I: Unpacking libpcre32-3:amd64...
[  175s] I: Unpacking libpcrecpp0v5:amd64...
[  175s] I: Unpacking libperl-dev:amd64...
[  175s] I: Unpacking libperl5.32:amd64...
[  176s] I: Unpacking libpgm-5.3-0:amd64...
[  176s] I: Unpacking libpipeline1:amd64...
[  176s] I: Unpacking libpixman-1-0:amd64...
[  176s] I: Unpacking libpng-dev:amd64...
[  176s] I: Unpacking libpng16-16:amd64...
[  176s] I: Unpacking libpocketsphinx3:amd64...
[  176s] I: Unpacking libpopt-dev:amd64...
[  176s] I: Unpacking libpopt0:amd64...
[  176s] I: Unpacking libportaudio2:amd64...
[  177s] I: Unpacking libportaudiocpp0:amd64...
[  177s] I: Unpacking libpostproc-dev:amd64...
[  177s] I: Unpacking libpostproc55:amd64...
[  177s] I: Unpacking libpq-dev...
[  177s] I: Unpacking libpq5:amd64...
[  177s] I: Unpacking libpri-dev...
[  177s] I: Unpacking libpri1.4...
[  177s] I: Unpacking libprocps8:amd64...
[  177s] I: Unpacking libpsl5:amd64...
[  177s] I: Unpacking libpthread-stubs0-dev:amd64...
[  177s] I: Unpacking libpulse-dev:amd64...
[  177s] I: Unpacking libpulse-mainloop-glib0:amd64...
[  177s] I: Unpacking libpulse0:amd64...
[  177s] I: Unpacking libpython3-stdlib:amd64...
[  177s] I: Unpacking libpython3.9-stdlib:amd64...
[  177s] I: Unpacking libquadmath0:amd64...
[  178s] I: Unpacking librabbitmq4:amd64...
[  178s] I: Unpacking libradcli-dev...
[  178s] I: Unpacking libradcli4...
[  178s] I: Unpacking libraw1394-11:amd64...
[  178s] I: Unpacking libreadline-dev:amd64...
[  178s] I: Unpacking libreadline8:amd64...
[  178s] I: Unpacking libresample1...
[  178s] I: Unpacking libresample1-dev...
[  178s] I: Unpacking librsvg2-2:amd64...
[  178s] I: Unpacking librtmp1:amd64...
[  178s] I: Unpacking librubberband2:amd64...
[  178s] I: Unpacking libsamplerate0:amd64...
[  178s] I: Unpacking libsasl2-2:amd64...
[  179s] I: Unpacking libsasl2-modules-db:amd64...
[  179s] I: Unpacking libsdl-image1.2:amd64...
[  179s] I: Unpacking libsdl-image1.2-dev:amd64...
[  179s] I: Unpacking libsdl1.2-dev...
[  179s] I: Unpacking libsdl1.2debian:amd64...
[  179s] I: Unpacking libsdl2-2.0-0:amd64...
[  179s] I: Unpacking libseccomp2:amd64...
[  179s] I: Unpacking libselinux1-dev:amd64...
[  179s] I: Unpacking libsensors-config...
[  179s] I: Unpacking libsensors-dev:amd64...
[  179s] I: Unpacking libsensors5:amd64...
[  179s] I: Unpacking libsepol1-dev:amd64...
[  179s] I: Unpacking libserd-0-0:amd64...
[  179s] I: Unpacking libshine3:amd64...
[  179s] I: Unpacking libsigsegv2:amd64...
[  179s] I: Unpacking libslang2:amd64...
[  180s] I: Unpacking libslang2-dev:amd64...
[  180s] I: Unpacking libsnappy1v5:amd64...
[  180s] I: Unpacking libsndfile1:amd64...
[  180s] I: Unpacking libsndio7.0:amd64...
[  180s] I: Unpacking libsnmp-base...
[  180s] I: Unpacking libsnmp-dev...
[  180s] I: Unpacking libsnmp40:amd64...
[  180s] I: Unpacking libsodium23:amd64...
[  180s] I: Unpacking libsord-0-0:amd64...
[  180s] I: Unpacking libsoxr0:amd64...
[  180s] I: Unpacking libspandsp-dev:amd64...
[  180s] I: Unpacking libspandsp2:amd64...
[  180s] I: Unpacking libspeex-dev:amd64...
[  181s] I: Unpacking libspeex1:amd64...
[  181s] I: Unpacking libspeexdsp-dev:amd64...
[  181s] I: Unpacking libspeexdsp1:amd64...
[  181s] I: Unpacking libsphinxbase3:amd64...
[  181s] I: Unpacking libsqlite3-0:amd64...
[  181s] I: Unpacking libsqlite3-dev:amd64...
[  181s] I: Unpacking libsratom-0-0:amd64...
[  181s] I: Unpacking libsrt1.4-gnutls:amd64...
[  181s] I: Unpacking libsrtp2-1:amd64...
[  181s] I: Unpacking libsrtp2-dev...
[  181s] I: Unpacking libss7-2.0:amd64...
[  181s] I: Unpacking libss7-dev:amd64...
[  181s] I: Unpacking libssh-gcrypt-4:amd64...
[  181s] I: Unpacking libssh2-1:amd64...
[  181s] I: Unpacking libssl-dev:amd64...
[  182s] I: Unpacking libstdc++-11-dev:amd64...
[  182s] I: Unpacking libstdc++6:amd64...
[  182s] I: Unpacking libsub-override-perl...
[  182s] I: Unpacking libswresample-dev:amd64...
[  182s] I: Unpacking libswresample3:amd64...
[  182s] I: Unpacking libswscale-dev:amd64...
[  182s] I: Unpacking libswscale5:amd64...
[  182s] I: Unpacking libsybdb5:amd64...
[  182s] I: Unpacking libsystemd-dev:amd64...
[  183s] I: Unpacking libtasn1-6:amd64...
[  183s] I: Unpacking libtasn1-6-dev:amd64...
[  183s] I: Unpacking libthai-data...
[  183s] I: Unpacking libthai0:amd64...
[  183s] I: Unpacking libtheora0:amd64...
[  183s] I: Unpacking libtiff-dev:amd64...
[  183s] I: Unpacking libtiff5:amd64...
[  183s] I: Unpacking libtiffxx5:amd64...
[  183s] I: Unpacking libtinfo5:amd64...
[  183s] I: Unpacking libtirpc-dev:amd64...
[  183s] I: Unpacking libtonezone-dev:amd64...
[  183s] I: Unpacking libtonezone2.0:amd64...
[  183s] I: Unpacking libtool...
[  183s] I: Unpacking libtsan0:amd64...
[  184s] I: Unpacking libtwolame0:amd64...
[  184s] I: Unpacking libubsan1:amd64...
[  184s] I: Unpacking libuchardet0:amd64...
[  184s] I: Unpacking libudev-dev:amd64...
[  184s] I: Unpacking libudfread0:amd64...
[  184s] I: Unpacking libunbound-dev:amd64...
[  184s] I: Unpacking libunbound8:amd64...
[  184s] I: Unpacking libunistring2:amd64...
[  184s] I: Unpacking liburiparser-dev...
[  184s] I: Unpacking liburiparser1:amd64...
[  184s] I: Unpacking libusb-1.0-0:amd64...
[  184s] I: Unpacking libva-drm2:amd64...
[  184s] I: Unpacking libva-x11-2:amd64...
[  184s] I: Unpacking libva2:amd64...
[  184s] I: Unpacking libvdpau1:amd64...
[  184s] I: Unpacking libvidstab1.1:amd64...
[  184s] I: Unpacking libvo-amrwbenc-dev:amd64...
[  185s] I: Unpacking libvo-amrwbenc0:amd64...
[  185s] I: Unpacking libvorbis-dev:amd64...
[  185s] I: Unpacking libvorbis0a:amd64...
[  185s] I: Unpacking libvorbisenc2:amd64...
[  185s] I: Unpacking libvorbisfile3:amd64...
[  185s] I: Unpacking libvpb-dev...
[  185s] I: Unpacking libvpb1...
[  185s] I: Unpacking libvpx7:amd64...
[  185s] I: Unpacking libvulkan1:amd64...
[  185s] I: Unpacking libwayland-client0:amd64...
[  185s] I: Unpacking libwayland-cursor0:amd64...
[  185s] I: Unpacking libwayland-egl1:amd64...
[  185s] I: Unpacking libwayland-server0:amd64...
[  185s] I: Unpacking libwebp-dev:amd64...
[  185s] I: Unpacking libwebp6:amd64...
[  185s] I: Unpacking libwebpdemux2:amd64...
[  185s] I: Unpacking libwebpmux3:amd64...
[  185s] I: Unpacking libwrap0:amd64...
[  186s] I: Unpacking libwrap0-dev:amd64...
[  186s] I: Unpacking libx11-6:amd64...
[  186s] I: Unpacking libx11-data...
[  186s] I: Unpacking libx11-dev:amd64...
[  186s] I: Unpacking libx11-xcb1:amd64...
[  186s] I: Unpacking libx264-160:amd64...
[  186s] I: Unpacking libx265-199:amd64...
[  186s] I: Unpacking libxau-dev:amd64...
[  186s] I: Unpacking libxau6:amd64...
[  186s] I: Unpacking libxcb-dri2-0:amd64...
[  186s] I: Unpacking libxcb-dri3-0:amd64...
[  186s] I: Unpacking libxcb-glx0:amd64...
[  187s] I: Unpacking libxcb-present0:amd64...
[  187s] I: Unpacking libxcb-render0:amd64...
[  187s] I: Unpacking libxcb-shape0:amd64...
[  187s] I: Unpacking libxcb-shm0:amd64...
[  187s] I: Unpacking libxcb-sync1:amd64...
[  187s] I: Unpacking libxcb-xfixes0:amd64...
[  187s] I: Unpacking libxcb1:amd64...
[  187s] I: Unpacking libxcb1-dev:amd64...
[  187s] I: Unpacking libxcursor1:amd64...
[  187s] I: Unpacking libxdmcp-dev:amd64...
[  187s] I: Unpacking libxdmcp6:amd64...
[  187s] I: Unpacking libxext-dev:amd64...
[  187s] I: Unpacking libxext6:amd64...
[  187s] I: Unpacking libxfixes3:amd64...
[  187s] I: Unpacking libxi6:amd64...
[  187s] I: Unpacking libxinerama1:amd64...
[  187s] I: Unpacking libxkbcommon0:amd64...
[  187s] I: Unpacking libxml2:amd64...
[  187s] I: Unpacking libxml2-dev:amd64...
[  188s] I: Unpacking libxrandr2:amd64...
[  188s] I: Unpacking libxrender1:amd64...
[  188s] I: Unpacking libxshmfence1:amd64...
[  188s] I: Unpacking libxslt1-dev:amd64...
[  188s] I: Unpacking libxslt1.1:amd64...
[  188s] I: Unpacking libxss1:amd64...
[  188s] I: Unpacking libxv1:amd64...
[  188s] I: Unpacking libxvidcore4:amd64...
[  188s] I: Unpacking libxxf86vm1:amd64...
[  188s] I: Unpacking libxxhash0:amd64...
[  188s] I: Unpacking libz3-4:amd64...
[  189s] I: Unpacking libzimg2:amd64...
[  189s] I: Unpacking libzmq5:amd64...
[  189s] I: Unpacking libzvbi-common...
[  189s] I: Unpacking libzvbi0:amd64...
[  189s] I: Unpacking linux-libc-dev:amd64...
[  189s] I: Unpacking m4...
[  189s] I: Unpacking make...
[  190s] I: Unpacking man-db...
[  190s] I: Unpacking mariadb-common...
[  190s] I: Unpacking media-types...
[  190s] I: Unpacking mlock...
[  190s] I: Unpacking module-assistant...
[  190s] I: Unpacking mysql-common...
[  190s] I: Unpacking nettle-dev:amd64...
[  190s] I: Unpacking ocl-icd-libopencl1:amd64...
[  190s] I: Unpacking odbcinst...
[  190s] I: Unpacking odbcinst1debian2:amd64...
[  190s] I: Unpacking patch...
[  190s] I: Unpacking pci.ids...
[  190s] I: Unpacking perl...
[  190s] I: Unpacking perl-modules-5.32...
[  191s] I: Unpacking pinentry-curses...
[  191s] I: Unpacking pkg-config...
[  191s] I: Unpacking po-debconf...
[  191s] I: Unpacking portaudio19-dev:amd64...
[  191s] I: Unpacking procps...
[  191s] I: Unpacking python3...
[  191s] I: Unpacking python3-distutils...
[  191s] I: Unpacking python3-lib2to3...
[  191s] I: Unpacking python3.9...
[  191s] I: Unpacking readline-common...
[  192s] I: Unpacking rpcsvc-proto...
[  192s] I: Unpacking shared-mime-info...
[  192s] I: Unpacking ucf...
[  192s] I: Unpacking unixodbc-dev:amd64...
[  192s] I: Unpacking usbutils...
[  192s] I: Unpacking uuid-dev:amd64...
[  192s] I: Unpacking x11-common...
[  192s] I: Unpacking x11proto-dev...
[  192s] I: Unpacking xkb-data...
[  192s] I: Unpacking xorg-sgml-doctools...
[  192s] I: Unpacking xtrans-dev...
[  192s] I: Unpacking xz-utils...
[  192s] I: Unpacking zlib1g-dev:amd64...
[  193s] I: Configuring the base system...
[  193s] I: Configuring libssh-gcrypt-4:amd64...
[  193s] I: Configuring libksba8:amd64...
[  193s] I: Configuring media-types...
[  193s] I: Configuring libpipeline1:amd64...
[  193s] I: Configuring libgraphite2-3:amd64...
[  193s] I: Configuring libpixman-1-0:amd64...
[  193s] I: Configuring libudfread0:amd64...
[  193s] I: Configuring libaom3:amd64...
[  193s] I: Configuring libpciaccess0:amd64...
[  193s] I: Configuring libvo-amrwbenc0:amd64...
[  193s] I: Configuring mysql-common...
[  193s] I: Configuring librabbitmq4:amd64...
[  193s] I: Configuring libxau6:amd64...
[  193s] I: Configuring adduser...
[  193s] I: Configuring libraw1394-11:amd64...
[  193s] I: Configuring pci.ids...
[  193s] I: Configuring libsodium23:amd64...
[  193s] I: Configuring libmpg123-0:amd64...
[  193s] I: Configuring libogg0:amd64...
[  193s] I: Configuring libspeex1:amd64...
[  193s] I: Configuring libshine3:amd64...
[  193s] I: Configuring bsdextrautils...
[  193s] I: Configuring libglvnd-core-dev:amd64...
[  193s] I: Configuring libpcre16-3:amd64...
[  193s] I: Configuring libtwolame0:amd64...
[  193s] I: Configuring libdatrie1:amd64...
[  193s] I: Configuring libmagic-mgc...
[  193s] I: Configuring libgsm1:amd64...
[  193s] I: Configuring libglvnd0:amd64...
[  193s] I: Configuring libsnmp-base...
[  193s] I: Configuring libpgm-5.3-0:amd64...
[  193s] I: Configuring mlock...
[  193s] I: Configuring perl-modules-5.32...
[  193s] I: Configuring libbrotli1:amd64...
[  193s] I: Configuring libsqlite3-0:amd64...
[  193s] I: Configuring libgdk-pixbuf2.0-common...
[  193s] I: Configuring libmysofa1:amd64...
[  193s] I: Configuring binutils-common:amd64...
[  193s] I: Configuring debian-archive-keyring...
[  193s] I: Configuring x11-common...
[  193s] I: Configuring libsensors-config...
[  193s] I: Configuring libnghttp2-14:amd64...
[  193s] I: Configuring libmagic1:amd64...
[  193s] I: Configuring libsepol1-dev:amd64...
[  193s] I: Configuring libunistring2:amd64...
[  193s] I: Configuring libdeflate0:amd64...
[  193s] I: Configuring linux-libc-dev:amd64...
[  193s] I: Configuring libctf-nobfd0:amd64...
[  193s] I: Configuring gettext-base...
[  193s] I: Configuring xkb-data...
[  193s] I: Configuring libnpth0:amd64...
[  193s] I: Configuring libidn2-0:amd64...
[  193s] I: Configuring libpri1.4...
[  193s] I: Configuring file...
[  193s] I: Configuring libogg-dev:amd64...
[  193s] I: Configuring libassuan0:amd64...
[  193s] I: Configuring libgomp1:amd64...
[  193s] I: Configuring libcdio19:amd64...
[  193s] I: Configuring libxvidcore4:amd64...
[  193s] I: Configuring bzip2...
[  193s] I: Configuring libx264-160:amd64...
[  193s] I: Configuring libpthread-stubs0-dev:amd64...
[  193s] I: Configuring libjbig0:amd64...
[  193s] I: Configuring libseccomp2:amd64...
[  193s] I: Configuring libpcre2-16-0:amd64...
[  193s] I: Configuring libss7-2.0:amd64...
[  193s] I: Configuring libopengl0:amd64...
[  193s] I: Configuring libfakeroot:amd64...
[  193s] I: Configuring libasan6:amd64...
[  193s] I: Configuring libjansson4:amd64...
[  193s] I: Configuring libflac8:amd64...
[  193s] I: Configuring libsasl2-modules-db:amd64...
[  193s] I: Configuring fakeroot...
[  193s] I: Configuring mariadb-common...
[  193s] I: Configuring libasound2-data...
[  193s] I: Configuring libgssrpc4:amd64...
[  193s] I: Configuring libopencore-amrwb0:amd64...
[  193s] I: Configuring xtrans-dev...
[  193s] I: Configuring autotools-dev...
[  193s] I: Configuring libpcre2-32-0:amd64...
[  193s] I: Configuring libblas3:amd64...
[  193s] I: Configuring libglib2.0-data...
[  193s] I: Configuring libtirpc-dev:amd64...
[  193s] I: Configuring rpcsvc-proto...
[  193s] I: Configuring libgles2:amd64...
[  193s] I: Configuring libvo-amrwbenc-dev:amd64...
[  193s] I: Configuring libjpeg62-turbo:amd64...
[  193s] I: Configuring libslang2:amd64...
[  194s] I: Configuring libva2:amd64...
[  194s] I: Configuring libnettle8:amd64...
[  194s] I: Configuring libwrap0:amd64...
[  194s] I: Configuring libx11-data...
[  194s] I: Configuring make...
[  194s] I: Configuring libmpfr6:amd64...
[  194s] I: Configuring libnspr4:amd64...
[  194s] I: Configuring gnupg-l10n...
[  194s] I: Configuring libjack0:amd64...
[  194s] I: Configuring libcodec2-0.9:amd64...
[  194s] I: Configuring libncurses6:amd64...
[  194s] I: Configuring libgles1:amd64...
[  194s] I: Configuring libdbus-1-3:amd64...
[  194s] I: Configuring libsigsegv2:amd64...
[  194s] I: Configuring xz-utils...
[  194s] I: Configuring libfribidi0:amd64...
[  194s] I: Configuring libopus0:amd64...
[  194s] I: Configuring libquadmath0:amd64...
[  194s] I: Configuring libopencore-amrwb-dev:amd64...
[  194s] I: Configuring libgsm1-dev:amd64...
[  194s] I: Configuring fxload...
[  194s] I: Configuring libssl-dev:amd64...
[  194s] I: Configuring libpng16-16:amd64...
[  194s] I: Configuring libpcre32-3:amd64...
[  194s] I: Configuring libmpc3:amd64...
[  194s] I: Configuring libatomic1:amd64...
[  194s] I: Configuring libvorbis0a:amd64...
[  194s] I: Configuring libevent-2.1-7:amd64...
[  194s] I: Configuring patch...
[  194s] I: Configuring libspeex-dev:amd64...
[  194s] I: Configuring autopoint...
[  194s] I: Configuring libwebp6:amd64...
[  194s] I: Configuring libnss-myhostname:amd64...
[  194s] I: Configuring libmariadb3:amd64...
[  194s] I: Configuring fonts-dejavu-core...
[  194s] I: Configuring libudev-dev:amd64...
[  194s] I: Configuring ucf...
[  194s] I: Configuring libpcre2-posix2:amd64...
[  194s] I: Configuring libsensors5:amd64...
[  194s] I: Configuring insserv...
[  194s] I: Configuring libncursesw6:amd64...
[  194s] I: Configuring libltdl7:amd64...
[  194s] I: Configuring libidn2-dev:amd64...
[  194s] I: Configuring libglapi-mesa:amd64...
[  194s] I: Configuring libsasl2-2:amd64...
[  194s] I: Configuring libgfortran5:amd64...
[  194s] I: Configuring libvulkan1:amd64...
[  194s] I: Configuring liblzma-dev:amd64...
[  194s] I: Configuring libpci3:amd64...
[  194s] I: Configuring liburiparser1:amd64...
[  194s] I: Configuring libffi8:amd64...
[  194s] I: Configuring libnuma1:amd64...
[  194s] I: Configuring libvidstab1.1:amd64...
[  194s] I: Configuring libmd0:amd64...
[  194s] I: Configuring libnsl-dev:amd64...
[  194s] I: Configuring ocl-icd-libopencl1:amd64...
[  194s] I: Configuring libasyncns0:amd64...
[  194s] I: Configuring libxshmfence1:amd64...
[  194s] I: Configuring libbluetooth3:amd64...
[  194s] I: Configuring libpri-dev...
[  194s] I: Configuring gpgv...
[  194s] I: Configuring libdb5.3-dev...
[  194s] I: Configuring libcrypt-dev:amd64...
[  194s] I: Configuring libwrap0-dev:amd64...
[  194s] I: Configuring libxxhash0:amd64...
[  194s] I: Configuring libspeexdsp1:amd64...
[  194s] I: Configuring libasound2:amd64...
[  194s] I: Configuring libmd-dev:amd64...
[  194s] I: Configuring libopencore-amrnb0:amd64...
[  194s] I: Configuring libtasn1-6:amd64...
[  194s] I: Configuring libopenjp2-7:amd64...
[  194s] I: Configuring libopenal-data...
[  194s] I: Configuring libthai-data...
[  194s] I: Configuring libssh2-1:amd64...
[  194s] I: Configuring xorg-sgml-doctools...
[  194s] I: Configuring libvpx7:amd64...
[  194s] I: Configuring libtiff5:amd64...
[  194s] I: Configuring libwayland-egl1:amd64...
[  194s] I: Configuring libusb-1.0-0:amd64...
[  194s] I: Configuring libsensors-dev:amd64...
[  194s] I: Configuring libc-client2007e...
[  194s] I: Configuring libtonezone2.0:amd64...
[  194s] I: Configuring libresample1...
[  194s] I: Configuring libopengl-dev:amd64...
[  194s] I: Configuring freetds-common...
[  194s] I: Configuring libbinutils:amd64...
[  194s] I: Configuring libdav1d5:amd64...
[  194s] I: Configuring libisl23:amd64...
[  194s] I: Configuring libasound2-dev:amd64...
[  194s] I: Configuring libc-dev-bin...
[  194s] I: Configuring libsamplerate0:amd64...
[  194s] I: Configuring libtasn1-6-dev:amd64...
[  194s] I: Configuring libwebpmux3:amd64...
[  194s] I: Configuring libbsd0:amd64...
[  194s] I: Configuring libcap-dev:amd64...
[  194s] I: Configuring libtinfo5:amd64...
[  194s] I: Configuring libdeflate-dev:amd64...
[  194s] I: Configuring libdrm-common...
[  194s] I: Configuring libelf1:amd64...
[  194s] I: Configuring libopusfile0...
[  194s] I: Configuring readline-common...
[  194s] I: Configuring libbsd-dev:amd64...
[  194s] I: Configuring libjansson-dev:amd64...
[  194s] I: Configuring libstdc++6:amd64...
[  194s] I: Configuring libsystemd-dev:amd64...
[  194s] I: Configuring libzvbi-common...
[  194s] I: Configuring liblsan0:amd64...
[  194s] I: Configuring libprocps8:amd64...
[  194s] I: Configuring libmp3lame0:amd64...
[  194s] I: Configuring libitm1:amd64...
[  194s] I: Configuring libvorbisenc2:amd64...
[  194s] I: Configuring libtiffxx5:amd64...
[  194s] I: Configuring libgdbm6:amd64...
[  194s] I: Configuring libpopt0:amd64...
[  194s] I: Configuring libkadm5clnt-mit12:amd64...
[  194s] I: Configuring libiec61883-0:amd64...
[  194s] I: Configuring libserd-0-0:amd64...
[  194s] I: Configuring libtsan0:amd64...
[  194s] I: Configuring libxkbcommon0:amd64...
[  194s] I: Configuring libwayland-client0:amd64...
[  194s] I: Configuring libctf0:amd64...
[  194s] I: Configuring libgme0:amd64...
[  194s] I: Configuring pinentry-curses...
[  194s] I: Configuring x11proto-dev...
[  194s] I: Configuring libavc1394-0:amd64...
[  194s] I: Configuring libpcrecpp0v5:amd64...
[  194s] I: Configuring libnspr4-dev...
[  194s] I: Configuring cpp-11...
[  194s] I: Configuring libzvbi0:amd64...
[  194s] I: Configuring libwayland-server0:amd64...
[  194s] I: Configuring libportaudio2:amd64...
[  194s] I: Configuring libresample1-dev...
[  194s] I: Configuring libxdmcp6:amd64...
[  194s] I: Configuring liblapack3:amd64...
[  194s] I: Configuring libpsl5:amd64...
[  194s] I: Configuring libxcb1:amd64...
[  194s] I: Configuring libnewt0.52:amd64...
[  194s] I: Configuring libhogweed6:amd64...
[  194s] I: Configuring libkdb5-10:amd64...
[  194s] I: Configuring libxcb-xfixes0:amd64...
[  194s] I: Configuring libxau-dev:amd64...
[  194s] I: Configuring libcaca0:amd64...
[  194s] I: Configuring libicu67:amd64...
[  194s] I: Configuring libxcb-render0:amd64...
[  194s] I: Configuring libsoxr0:amd64...
[  194s] I: Configuring libcdio-cdda2:amd64...
[  195s] I: Configuring libglib2.0-0:amd64...
[  195s] I: Configuring fontconfig-config...
[  195s] I: Configuring libss7-dev:amd64...
[  195s] I: Configuring libcdio-paranoia2:amd64...
[  195s] I: Configuring libxcb-glx0:amd64...
[  195s] I: Configuring libwebpdemux2:amd64...
[  195s] I: Configuring libedit2:amd64...
[  195s] I: Configuring libreadline8:amd64...
[  195s] I: Configuring libnorm1:amd64...
[  195s] I: Configuring libspeexdsp-dev:amd64...
[  195s] I: Configuring libxcb-shape0:amd64...
[  195s] I: Configuring libjbig-dev:amd64...
[  195s] I: Configuring libglib2.0-bin...
[  195s] I: Configuring m4...
[  195s] I: Configuring libnss3:amd64...
[  195s] I: Configuring libxcb-shm0:amd64...
[  195s] I: Configuring libffi-dev:amd64...
[  195s] I: Configuring libncurses5:amd64...
[  195s] I: Configuring libopus-dev:amd64...
[  195s] I: Configuring usbutils...
[  195s] I: Configuring libspandsp2:amd64...
[  195s] I: Configuring libsnappy1v5:amd64...
[  195s] I: Configuring liburiparser-dev...
[  195s] I: Configuring libportaudiocpp0:amd64...
[  195s] I: Configuring libxcb-present0:amd64...
[  195s] I: Configuring libthai0:amd64...
[  195s] I: Configuring libvorbisfile3:amd64...
[  195s] I: Configuring libxdmcp-dev:amd64...
[  195s] I: Configuring libz3-4:amd64...
[  195s] I: Configuring libwebp-dev:amd64...
[  195s] I: Configuring libunbound8:amd64...
[  195s] I: Configuring libgmpxx4ldbl:amd64...
[  195s] I: Configuring libfreetype6:amd64...
[  195s] I: Configuring libxcb-sync1:amd64...
[  195s] I: Configuring libapt-pkg6.0:amd64...
[  195s] I: Configuring libopencore-amrnb-dev:amd64...
[  195s] I: Configuring libdb-dev:amd64...
[  195s] I: Configuring libp11-kit0:amd64...
[  195s] I: Configuring libdc1394-25:amd64...
[  195s] I: Configuring icu-devtools...
[  195s] I: Configuring libgdbm-compat4:amd64...
[  195s] I: Configuring libodbc1:amd64...
[  195s] I: Configuring libunbound-dev:amd64...
[  195s] I: Configuring libperl5.32:amd64...
[  195s] I: Configuring libx265-199:amd64...
[  195s] I: Configuring librubberband2:amd64...
[  195s] I: Configuring libubsan1:amd64...
[  195s] I: Configuring libsndio7.0:amd64...
[  195s] I: Configuring libxcb-dri2-0:amd64...
[  195s] I: Configuring libgcc-11-dev:amd64...
[  195s] I: Configuring libdrm2:amd64...
[  195s] I: Configuring dwz...
[  195s] I: Configuring libflite1:amd64...
[  195s] I: Configuring libnss3-dev:amd64...
[  195s] I: Configuring libva-drm2:amd64...
[  195s] I: Configuring libsord-0-0:amd64...
[  195s] I: Configuring libwayland-cursor0:amd64...
[  195s] I: Configuring libbs2b0:amd64...
[  195s] I: Configuring cpp...
[  195s] I: Configuring libsratom-0-0:amd64...
[  195s] I: Configuring libuchardet0:amd64...
[  195s] I: Configuring procps...
[  195s] I: Configuring liblua5.1-0:amd64...
[  195s] I: Configuring libkadm5srv-mit12:amd64...
[  195s] I: Configuring libmpdec3:amd64...
[  195s] I: Configuring gpgconf...
[  195s] I: Configuring libzimg2:amd64...
[  195s] I: Configuring libical3:amd64...
[  195s] I: Configuring libc6-dev:amd64...
[  195s] I: Configuring libx11-6:amd64...
[  195s] I: Configuring libharfbuzz0b:amd64...
[  195s] I: Configuring libgirepository-1.0-1:amd64...
[  195s] I: Configuring libtonezone-dev:amd64...
[  195s] I: Configuring libfontconfig1:amd64...
[  195s] I: Configuring libsndfile1:amd64...
[  195s] I: Configuring libvpb1...
[  195s] I: Configuring libmfx1:amd64...
[  195s] I: Configuring liblilv-0-0:amd64...
[  195s] I: Configuring libicu-dev:amd64...
[  195s] I: Configuring libxml2:amd64...
[  195s] I: Configuring libopenmpt0:amd64...
[  195s] I: Configuring libcc1-0:amd64...
[  195s] I: Configuring gpg...
[  195s] I: Configuring libp11-kit-dev:amd64...
[  195s] I: Configuring libpython3.9-stdlib:amd64...
[  195s] I: Configuring libvpb-dev...
[  195s] I: Configuring libpython3-stdlib:amd64...
[  196s] I: Configuring gnupg-utils...
[  196s] I: Configuring binutils-x86-64-linux-gnu...
[  196s] I: Configuring libdrm-amdgpu1:amd64...
[  196s] I: Configuring libvorbis-dev:amd64...
[  196s] I: Configuring libxcb-dri3-0:amd64...
[  196s] I: Configuring libx11-xcb1:amd64...
[  196s] I: Configuring fontconfig...
[  198s] I: Configuring libncurses-dev:amd64...
[  198s] I: Configuring libdrm-nouveau2:amd64...
[  198s] I: Configuring gettext...
[  198s] I: Configuring libgmp-dev:amd64...
[  198s] I: Configuring gpg-agent...
[  199s] I: Configuring libxcb1-dev:amd64...
[  199s] I: Configuring libzmq5:amd64...
[  199s] I: Configuring libpcre2-dev:amd64...
[  199s] I: Configuring nettle-dev:amd64...
[  199s] I: Configuring libxrender1:amd64...
[  199s] I: Configuring libgbm1:amd64...
[  199s] I: Configuring libpam0g-dev:amd64...
[  199s] I: Configuring libpulse0:amd64...
[  199s] I: Configuring libselinux1-dev:amd64...
[  199s] I: Configuring libpcre3-dev:amd64...
[  199s] I: Configuring libdrm-radeon1:amd64...
[  199s] I: Configuring gpgsm...
[  199s] I: Configuring libpango-1.0-0:amd64...
[  199s] I: Configuring libsrtp2-1:amd64...
[  199s] I: Configuring libdrm-intel1:amd64...
[  199s] I: Configuring libx11-dev:amd64...
[  199s] I: Configuring libxext6:amd64...
[  199s] I: Configuring libopenal1:amd64...
[  199s] I: Configuring binutils...
[  199s] I: Configuring libopusfile-dev...
[  199s] I: Configuring libreadline-dev:amd64...
[  199s] I: Configuring libgpgme11:amd64...
[  199s] I: Configuring libcairo2:amd64...
[  199s] I: Configuring libxxf86vm1:amd64...
[  199s] I: Configuring libpopt-dev:amd64...
[  199s] I: Configuring perl...
[  199s] I: Configuring libxml2-dev:amd64...
[  199s] I: Configuring libsnmp40:amd64...
[  199s] I: Configuring libegl-mesa0:amd64...
[  199s] I: Configuring libgnutls30:amd64...
[  199s] I: Configuring libass9:amd64...
[  199s] I: Configuring libsqlite3-dev:amd64...
[  199s] I: Configuring libct4:amd64...
[  199s] I: Configuring libjpeg62-turbo-dev:amd64...
[  199s] I: Configuring libxfixes3:amd64...
[  199s] I: Configuring librtmp1:amd64...
[  199s] I: Configuring libradcli4...
[  199s] I: Configuring uuid-dev:amd64...
[  199s] I: Configuring libpulse-mainloop-glib0:amd64...
[  199s] I: Configuring libllvm12:amd64...
[  199s] I: Configuring shared-mime-info...
[  200s] I: Configuring libxinerama1:amd64...
[  200s] I: Configuring libsdl1.2debian:amd64...
[  200s] I: Configuring libedit-dev:amd64...
[  200s] I: Configuring comerr-dev:amd64...
[  200s] I: Configuring libxv1:amd64...
[  200s] I: Configuring libneon27-gnutls:amd64...
[  200s] I: Configuring libbluetooth-dev:amd64...
[  200s] I: Configuring libxrandr2:amd64...
[  200s] I: Configuring libgnutlsxx28:amd64...
[  200s] I: Configuring gir1.2-glib-2.0:amd64...
[  200s] I: Configuring libdpkg-perl...
[  200s] I: Configuring autoconf...
[  200s] I: Configuring libiksemel3:amd64...
[  200s] I: Configuring libxext-dev:amd64...
[  200s] I: Configuring libstdc++-11-dev:amd64...
[  200s] I: Configuring module-assistant...
[  200s] I: Configuring gpg-wks-server...
[  200s] I: Configuring libnetsnmptrapd40:amd64...
[  200s] I: Configuring zlib1g-dev:amd64...
[  200s] I: Configuring libiksemel-dev:amd64...
[  200s] I: Configuring gcc-11...
[  200s] I: Configuring groff-base...
[  200s] I: Configuring libvdpau1:amd64...
[  200s] I: Configuring libtheora0:amd64...
[  200s] I: Configuring libxslt1.1:amd64...
[  200s] I: Configuring libegl1:amd64...
[  200s] I: Configuring libsub-override-perl...
[  200s] I: Configuring libgdk-pixbuf-2.0-0:amd64...
[  200s] I: Configuring libcairo-gobject2:amd64...
[  200s] I: Configuring libxss1:amd64...
[  200s] I: Configuring libpangoft2-1.0-0:amd64...
[  200s] I: Configuring libbluray2:amd64...
[  200s] I: Configuring libva-x11-2:amd64...
[  200s] I: Configuring python3.9...
[  201s] I: Configuring libpci-dev:amd64...
[  201s] I: Configuring libpangocairo-1.0-0:amd64...
[  201s] I: Configuring krb5-multidev:amd64...
[  201s] I: Configuring automake...
[  201s] I: Configuring libgmime-3.0-0:amd64...
[  201s] I: Configuring libsrt1.4-gnutls:amd64...
[  201s] I: Configuring libblkid-dev:amd64...
[  201s] I: Configuring libgnutls-dane0:amd64...
[  201s] I: Configuring libsdl-image1.2:amd64...
[  201s] I: Configuring apt...
[  202s] I: Configuring libgnutls-openssl27:amd64...
[  202s] I: Configuring libc-client2007e-dev...
[  202s] I: Configuring libxslt1-dev:amd64...
[  202s] I: Configuring libxi6:amd64...
[  202s] I: Configuring liblua5.1-0-dev:amd64...
[  202s] I: Configuring libtool...
[  202s] I: Configuring libsphinxbase3:amd64...
[  202s] I: Configuring g++-11...
[  202s] I: Configuring libradcli-dev...
[  202s] I: Configuring libarchive-zip-perl...
[  202s] I: Configuring libdebhelper-perl...
[  202s] I: Configuring libxcursor1:amd64...
[  202s] I: Configuring libgl1-mesa-dri:amd64...
[  202s] I: Configuring libpng-dev:amd64...
[  202s] I: Configuring libjpeg-dev:amd64...
[  202s] I: Configuring libldap-2.4-2:amd64...
[  202s] I: Configuring libsybdb5:amd64...
[  202s] I: Configuring binutils-dev...
[  202s] I: Configuring libperl-dev:amd64...
[  202s] I: Configuring python3...
[  203s] I: Configuring man-db...
[  273s] I: Configuring libavutil56:amd64...
[  273s] I: Configuring gcc...
[  273s] I: Configuring dpkg-dev...
[  273s] I: Configuring gir1.2-ical-3.0:amd64...
[  273s] I: Configuring intltool-debian...
[  273s] I: Configuring librsvg2-2:amd64...
[  273s] I: Configuring libldap2-dev:amd64...
[  273s] I: Configuring libpocketsphinx3:amd64...
[  273s] I: Configuring dh-autoreconf...
[  273s] I: Configuring dirmngr...
[  273s] I: Configuring libltdl-dev:amd64...
[  273s] I: Configuring libtiff-dev:amd64...
[  273s] I: Configuring libpostproc55:amd64...
[  273s] I: Configuring pkg-config...
[  273s] I: Configuring gir1.2-gmime-3.0:amd64...
[  273s] I: Configuring libmariadb-dev...
[  273s] I: Configuring g++...
[  273s] I: Configuring libsnmp-dev...
[  273s] I: Configuring build-essential...
[  273s] I: Configuring libcurl4:amd64...
[  273s] I: Configuring libswscale5:amd64...
[  273s] I: Configuring libjack-dev...
[  273s] I: Configuring libsdl2-2.0-0:amd64...
[  273s] I: Configuring python3-lib2to3...
[  273s] I: Configuring libmount-dev:amd64...
[  273s] I: Configuring python3-distutils...
[  274s] I: Configuring libgnutls28-dev:amd64...
[  274s] I: Configuring libavutil-dev:amd64...
[  274s] I: Configuring libfile-stripnondeterminism-perl...
[  274s] I: Configuring libslang2-dev:amd64...
[  274s] I: Configuring libmariadb-dev-compat:amd64...
[  274s] I: Configuring libglib2.0-dev-bin...
[  274s] I: Configuring libsrtp2-dev...
[  274s] I: Configuring libneon27-gnutls-dev...
[  274s] I: Configuring libglx-mesa0:amd64...
[  274s] I: Configuring gpg-wks-client...
[  274s] I: Configuring libglx0:amd64...
[  274s] I: Configuring libspandsp-dev:amd64...
[  274s] I: Configuring freetds-dev...
[  274s] I: Configuring po-debconf...
[  274s] I: Configuring libpostproc-dev:amd64...
[  274s] I: Configuring libpq5:amd64...
[  274s] I: Configuring libpq-dev...
[  274s] I: Configuring libswresample3:amd64...
[  274s] I: Configuring libical-dev:amd64...
[  274s] I: Configuring portaudio19-dev:amd64...
[  274s] I: Configuring libgl1:amd64...
[  274s] I: Configuring libglib2.0-dev:amd64...
[  274s] I: Configuring libcurl4-openssl-dev:amd64...
[  274s] I: Configuring libswscale-dev:amd64...
[  274s] I: Configuring libnewt-dev:amd64...
[  274s] I: Configuring libpulse-dev:amd64...
[  274s] I: Configuring dh-strip-nondeterminism...
[  274s] I: Configuring gnupg...
[  274s] I: Configuring libglx-dev:amd64...
[  274s] I: Configuring libavcodec58:amd64...
[  274s] I: Configuring libglu1-mesa:amd64...
[  274s] I: Configuring libcaca-dev...
[  274s] I: Configuring libgl-dev:amd64...
[  274s] I: Configuring libchromaprint1:amd64...
[  274s] I: Configuring default-libmysqlclient-dev:amd64...
[  274s] I: Configuring libgmime-3.0-dev:amd64...
[  274s] I: Configuring libegl-dev:amd64...
[  274s] I: Configuring libswresample-dev:amd64...
[  274s] I: Configuring libavformat58:amd64...
[  274s] I: Configuring libavcodec-dev:amd64...
[  274s] I: Configuring debhelper...
[  274s] I: Configuring libavformat-dev:amd64...
[  274s] I: Configuring libglu1-mesa-dev:amd64...
[  274s] I: Configuring libavfilter7:amd64...
[  274s] I: Configuring libgles-dev:amd64...
[  274s] I: Configuring libavfilter-dev:amd64...
[  274s] I: Configuring dahdi-source...
[  274s] I: Configuring libglvnd-dev:amd64...
[  274s] I: Configuring libsdl1.2-dev...
[  274s] I: Configuring libsdl-image1.2-dev:amd64...
[  274s] I: Configuring dahdi-linux...
[  274s] I: Configuring libavdevice58:amd64...
[  274s] I: Configuring libgl1-mesa-dev:amd64...
[  274s] I: Configuring dahdi...
[  274s] I: Configuring libavdevice-dev:amd64...
[  274s] I: Configuring libopenr2-3...
[  274s] I: Configuring libopenr2-dev...
[  274s] I: Configuring odbcinst...
[  274s] I: Configuring odbcinst1debian2:amd64...
[  274s] I: Configuring unixodbc-dev:amd64...
[  274s] I: Configuring libc-bin...
[  274s] I: Base system installed successfully.
[  274s] 127.0.0.1 localhost
[  274s] 127.0.0.1 argon
[  274s] 127.0.0.2 localhost.
[  274s] Reading package lists...
[  274s] ==== Kernel ====
[  274s] 
[  274s] Linux argon 4.9.0-16-amd64 #1 SMP Debian 4.9.272-1 (2021-06-21) x86_64 GNU/Linux
[  274s] 
[  274s] ==== Filesystems in build chroot ====
[  274s] 
[  274s] 87 71 0:4 / /proc rw,relatime shared:35 - proc none rw
[  274s] 89 71 0:16 / /sys ro,relatime shared:36 - sysfs none rw
[  274s] 91 71 0:42 / /dev/pts rw,relatime shared:37 - devpts none rw,gid=5,mode=620,ptmxmode=666
[  274s] 93 71 0:43 / /dev/shm rw,relatime shared:38 - tmpfs none rw
[  274s] 
[  274s] ==== User identity in build chroot ====
[  274s] 
[  275s] uid=399(abuild) gid=399(abuild) groups=399(abuild)
[  275s] 
[  275s] ==== Environment variables in build chroot ====
[  275s] 
[  275s] HOME=/home/abuild
[  275s] LOGNAME=abuild
[  275s] MAIL=/var/mail/abuild
[  275s] PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
[  275s] PWD=/home/abuild
[  275s] SHELL=/bin/bash
[  275s] SHLVL=0
[  275s] TERM=screen
[  275s] USER=abuild
[  275s] _=/usr/bin/env
[  275s] 
[  275s] ==== Packages installed in build chroot ====
[  275s] 
[  275s] adduser	3.118
[  275s] apt	2.3.11
[  275s] autoconf	2.71-21.1
[  275s] automake	1:1.16.5-11.1
[  275s] autopoint	0.21-4
[  275s] autotools-dev	20180224.1+nmu1
[  275s] base-files	12
[  275s] base-passwd	3.5.52
[  275s] bash	5.1-3.1
[  275s] binutils	2.37-8
[  275s] binutils-common:amd64	2.37-8
[  275s] binutils-dev	2.37-8
[  275s] binutils-x86-64-linux-gnu	2.37-8
[  275s] bsdextrautils	2.37.2-4
[  275s] build-essential	12.91.1
[  275s] bzip2	1.0.8-4
[  275s] comerr-dev:amd64	2.1-1.46.4-1
[  275s] coreutils	8.32-4.1
[  275s] cpp	4:11.2.0-2
[  275s] cpp-11	11.2.0-10
[  275s] dahdi	1:3.1.0-2
[  275s] dahdi-linux	1:2.11.1.0.20170917~dfsg-7.4
[  275s] dahdi-source	1:2.11.1.0.20170917~dfsg-7.4
[  275s] dash	0.5.11+git20210903+057cd650a4ed-3exp12.1
[  275s] debconf	1.5.79
[  275s] debhelper	13.5.2
[  275s] debian-archive-keyring	2021.1.1
[  275s] debianutils	5.5-1
[  275s] default-libmysqlclient-dev:amd64	1.0.7
[  275s] dh-autoreconf	20
[  275s] dh-strip-nondeterminism	1.12.0-2
[  275s] diffutils	1:3.7-5
[  275s] dirmngr	2.2.27-2
[  275s] dpkg	1.20.9
[  275s] dpkg-dev	1.20.9
[  275s] dwz	0.14-1
[  275s] fakeroot	1.26-1
[  275s] file	1:5.39-3
[  275s] findutils	4.8.0-1
[  275s] fontconfig	2.13.1-4.2
[  275s] fontconfig-config	2.13.1-4.2
[  275s] fonts-dejavu-core	2.37-2
[  275s] freetds-common	1.2.3-1
[  275s] freetds-dev	1.2.3-1
[  275s] fxload	0.0.20081013-1+b2
[  275s] g++	4:11.2.0-2
[  275s] g++-11	11.2.0-10
[  275s] gcc	4:11.2.0-2
[  275s] gcc-11	11.2.0-10
[  275s] gcc-11-base:amd64	11.2.0-10
[  275s] gettext	0.21-4
[  275s] gettext-base	0.21-4
[  275s] gir1.2-glib-2.0:amd64	1.70.0-2
[  275s] gir1.2-gmime-3.0:amd64	3.2.7-1
[  275s] gir1.2-ical-3.0:amd64	3.0.11-2
[  275s] gnupg	2.2.27-2
[  275s] gnupg-l10n	2.2.27-2
[  275s] gnupg-utils	2.2.27-2
[  275s] gpg	2.2.27-2
[  275s] gpg-agent	2.2.27-2
[  275s] gpg-wks-client	2.2.27-2
[  275s] gpg-wks-server	2.2.27-2
[  275s] gpgconf	2.2.27-2
[  275s] gpgsm	2.2.27-2
[  275s] gpgv	2.2.27-2
[  275s] grep	3.7-1
[  275s] groff-base	1.22.4-7
[  275s] gzip	1.10-4
[  275s] hostname	3.23
[  275s] icu-devtools	67.1-7
[  275s] init-system-helpers	1.60
[  275s] insserv	1.23.0-1
[  275s] intltool-debian	0.35.0+20060710.5
[  275s] krb5-multidev:amd64	1.18.3-7
[  275s] libacl1:amd64	2.3.1-11.1
[  275s] libaom3:amd64	3.2.0-1
[  275s] libapt-pkg6.0:amd64	2.3.11
[  275s] libarchive-zip-perl	1.68-1
[  275s] libasan6:amd64	11.2.0-10
[  275s] libasound2:amd64	1.2.5.1-11.1
[  275s] libasound2-data	1.2.5.1-11.1
[  275s] libasound2-dev:amd64	1.2.5.1-11.1
[  275s] libass9:amd64	1:0.15.2-1
[  275s] libassuan0:amd64	2.5.5-1
[  275s] libasyncns0:amd64	0.8-6+b2
[  275s] libatomic1:amd64	11.2.0-10
[  275s] libattr1:amd64	1:2.5.1-11.1
[  275s] libaudit-common	1:3.0.6-11.1
[  275s] libaudit1:amd64	1:3.0.6-11.1
[  275s] libavc1394-0:amd64	0.5.4-5
[  275s] libavcodec-dev:amd64	7:4.4.1-1+b1
[  275s] libavcodec58:amd64	7:4.4.1-1+b1
[  275s] libavdevice-dev:amd64	7:4.4.1-1+b1
[  275s] libavdevice58:amd64	7:4.4.1-1+b1
[  275s] libavfilter-dev:amd64	7:4.4.1-1+b1
[  275s] libavfilter7:amd64	7:4.4.1-1+b1
[  275s] libavformat-dev:amd64	7:4.4.1-1+b1
[  275s] libavformat58:amd64	7:4.4.1-1+b1
[  275s] libavutil-dev:amd64	7:4.4.1-1+b1
[  275s] libavutil56:amd64	7:4.4.1-1+b1
[  275s] libbinutils:amd64	2.37-8
[  275s] libblas3:amd64	3.10.0-1
[  275s] libblkid-dev:amd64	2.37.2-4
[  275s] libblkid1:amd64	2.37.2-4
[  275s] libbluetooth-dev:amd64	5.61-11.1
[  275s] libbluetooth3:amd64	5.61-11.1
[  275s] libbluray2:amd64	1:1.3.0-3
[  275s] libbrotli1:amd64	1.0.9-21.1
[  275s] libbs2b0:amd64	3.1.0+dfsg-2.2+b1
[  275s] libbsd-dev:amd64	0.11.3-1
[  275s] libbsd0:amd64	0.11.3-1
[  275s] libbz2-1.0:amd64	1.0.8-4
[  275s] libc-bin	2.32-4
[  275s] libc-client2007e	8:2007f~dfsg-7+b1
[  275s] libc-client2007e-dev	8:2007f~dfsg-7+b1
[  275s] libc-dev-bin	2.32-4
[  275s] libc6:amd64	2.32-4
[  275s] libc6-dev:amd64	2.32-4
[  275s] libcaca-dev	0.99.beta19-2.2
[  275s] libcaca0:amd64	0.99.beta19-2.2
[  275s] libcairo-gobject2:amd64	1.16.0-51.1
[  275s] libcairo2:amd64	1.16.0-51.1
[  275s] libcap-dev:amd64	1:2.44-1
[  275s] libcap-ng0:amd64	0.7.9-2.2+b1
[  275s] libcap2:amd64	1:2.44-1
[  275s] libcc1-0:amd64	11.2.0-10
[  275s] libcdio-cdda2:amd64	10.2+2.0.0-1+b2
[  275s] libcdio-paranoia2:amd64	10.2+2.0.0-1+b2
[  275s] libcdio19:amd64	2.1.0-3
[  275s] libchromaprint1:amd64	1.5.0-2
[  275s] libcodec2-0.9:amd64	0.9.2-4
[  275s] libcom-err2:amd64	1.46.4-1
[  275s] libcrypt-dev:amd64	1:4.4.25-2
[  275s] libcrypt1:amd64	1:4.4.25-2
[  275s] libct4:amd64	1.2.3-1
[  275s] libctf-nobfd0:amd64	2.37-8
[  275s] libctf0:amd64	2.37-8
[  275s] libcurl4:amd64	7.74.0-1.3+b1
[  275s] libcurl4-openssl-dev:amd64	7.74.0-1.3+b1
[  275s] libdatrie1:amd64	0.2.13-2
[  275s] libdav1d5:amd64	0.9.2-1+b1
[  275s] libdb-dev:amd64	5.3.1+nmu1
[  275s] libdb5.3:amd64	5.3.28+dfsg1-0.8
[  275s] libdb5.3-dev	5.3.28+dfsg1-0.8
[  275s] libdbus-1-3:amd64	1.12.20-3
[  275s] libdc1394-25:amd64	2.2.6-4
[  275s] libdebconfclient0:amd64	0.2601.1
[  275s] libdebhelper-perl	13.5.2
[  275s] libdeflate-dev:amd64	1.8-1
[  275s] libdeflate0:amd64	1.8-1
[  275s] libdpkg-perl	1.20.9
[  275s] libdrm-amdgpu1:amd64	2.4.107-8
[  275s] libdrm-common	2.4.107-8
[  275s] libdrm-intel1:amd64	2.4.107-8
[  275s] libdrm-nouveau2:amd64	2.4.107-8
[  275s] libdrm-radeon1:amd64	2.4.107-8
[  275s] libdrm2:amd64	2.4.107-8
[  275s] libedit-dev:amd64	3.1-20210910-1
[  275s] libedit2:amd64	3.1-20210910-1
[  275s] libegl-dev:amd64	1.3.4-2+b1
[  275s] libegl-mesa0:amd64	21.2.5-1
[  275s] libegl1:amd64	1.3.4-2+b1
[  275s] libelf1:amd64	0.185-2
[  275s] libevent-2.1-7:amd64	2.1.12-stable-1
[  275s] libexpat1:amd64	2.4.1-3
[  275s] libfakeroot:amd64	1.26-1
[  275s] libffi-dev:amd64	3.4.2-3
[  275s] libffi8:amd64	3.4.2-3
[  275s] libfile-stripnondeterminism-perl	1.12.0-2
[  275s] libflac8:amd64	1.3.3-2
[  275s] libflite1:amd64	2.2-2
[  275s] libfontconfig1:amd64	2.13.1-4.2
[  275s] libfreetype6:amd64	2.11.0+dfsg-1
[  275s] libfribidi0:amd64	1.0.8-2
[  275s] libgbm1:amd64	21.2.5-1
[  275s] libgcc-11-dev:amd64	11.2.0-10
[  275s] libgcc-s1:amd64	11.2.0-10
[  275s] libgcrypt20:amd64	1.9.4-3+b1
[  275s] libgdbm-compat4:amd64	1.22-1
[  275s] libgdbm6:amd64	1.22-1
[  275s] libgdk-pixbuf-2.0-0:amd64	2.42.6+dfsg-2
[  275s] libgdk-pixbuf2.0-common	2.42.6+dfsg-2
[  275s] libgfortran5:amd64	11.2.0-10
[  275s] libgirepository-1.0-1:amd64	1.70.0-2
[  275s] libgl-dev:amd64	1.3.4-2+b1
[  275s] libgl1:amd64	1.3.4-2+b1
[  275s] libgl1-mesa-dev:amd64	21.2.5-1
[  275s] libgl1-mesa-dri:amd64	21.2.5-1
[  275s] libglapi-mesa:amd64	21.2.5-1
[  275s] libgles-dev:amd64	1.3.4-2+b1
[  275s] libgles1:amd64	1.3.4-2+b1
[  275s] libgles2:amd64	1.3.4-2+b1
[  275s] libglib2.0-0:amd64	2.70.0-3
[  275s] libglib2.0-bin	2.70.0-3
[  275s] libglib2.0-data	2.70.0-3
[  275s] libglib2.0-dev:amd64	2.70.0-3
[  275s] libglib2.0-dev-bin	2.70.0-3
[  275s] libglu1-mesa:amd64	9.0.1-1
[  275s] libglu1-mesa-dev:amd64	9.0.1-1
[  275s] libglvnd-core-dev:amd64	1.3.4-2+b1
[  275s] libglvnd-dev:amd64	1.3.4-2+b1
[  275s] libglvnd0:amd64	1.3.4-2+b1
[  275s] libglx-dev:amd64	1.3.4-2+b1
[  275s] libglx-mesa0:amd64	21.2.5-1
[  275s] libglx0:amd64	1.3.4-2+b1
[  275s] libgme0:amd64	0.6.3-2
[  275s] libgmime-3.0-0:amd64	3.2.7-1
[  275s] libgmime-3.0-dev:amd64	3.2.7-1
[  275s] libgmp-dev:amd64	2:6.2.1+dfsg-2
[  275s] libgmp10:amd64	2:6.2.1+dfsg-2
[  275s] libgmpxx4ldbl:amd64	2:6.2.1+dfsg-2
[  275s] libgnutls-dane0:amd64	3.7.2-2
[  275s] libgnutls-openssl27:amd64	3.7.2-2
[  275s] libgnutls28-dev:amd64	3.7.2-2
[  275s] libgnutls30:amd64	3.7.2-2
[  275s] libgnutlsxx28:amd64	3.7.2-2
[  275s] libgomp1:amd64	11.2.0-10
[  275s] libgpg-error0:amd64	1.42-3
[  275s] libgpgme11:amd64	1.16.0-1.1
[  275s] libgraphite2-3:amd64	1.3.14-1
[  275s] libgsm1:amd64	1.0.18-2
[  275s] libgsm1-dev:amd64	1.0.18-2
[  275s] libgssapi-krb5-2:amd64	1.18.3-7
[  275s] libgssrpc4:amd64	1.18.3-7
[  275s] libharfbuzz0b:amd64	2.7.4-1
[  275s] libhogweed6:amd64	3.7.3-1
[  275s] libical-dev:amd64	3.0.11-2
[  275s] libical3:amd64	3.0.11-2
[  275s] libicu-dev:amd64	67.1-7
[  275s] libicu67:amd64	67.1-7
[  275s] libidn2-0:amd64	2.3.2-2
[  275s] libidn2-dev:amd64	2.3.2-2
[  275s] libiec61883-0:amd64	1.2.0-4
[  275s] libiksemel-dev:amd64	1.4-3+b2
[  275s] libiksemel3:amd64	1.4-3+b2
[  275s] libisl23:amd64	0.24-2
[  275s] libitm1:amd64	11.2.0-10
[  275s] libjack-dev	1:0.125.0-3+b1
[  275s] libjack0:amd64	1:0.125.0-3+b1
[  275s] libjansson-dev:amd64	2.13.1-1.1
[  275s] libjansson4:amd64	2.13.1-1.1
[  275s] libjbig-dev:amd64	2.1-3.1+b2
[  275s] libjbig0:amd64	2.1-3.1+b2
[  275s] libjpeg-dev:amd64	1:2.0.6-4
[  275s] libjpeg62-turbo:amd64	1:2.0.6-4
[  275s] libjpeg62-turbo-dev:amd64	1:2.0.6-4
[  275s] libk5crypto3:amd64	1.18.3-7
[  275s] libkadm5clnt-mit12:amd64	1.18.3-7
[  275s] libkadm5srv-mit12:amd64	1.18.3-7
[  275s] libkdb5-10:amd64	1.18.3-7
[  275s] libkeyutils1:amd64	1.6.1-2
[  275s] libkrb5-3:amd64	1.18.3-7
[  275s] libkrb5support0:amd64	1.18.3-7
[  275s] libksba8:amd64	1.6.0-2
[  275s] liblapack3:amd64	3.10.0-1
[  275s] libldap-2.4-2:amd64	2.4.59+dfsg-1
[  275s] libldap2-dev:amd64	2.4.59+dfsg-1
[  275s] liblilv-0-0:amd64	0.24.12-2
[  275s] libllvm12:amd64	1:12.0.1-16
[  275s] liblsan0:amd64	11.2.0-10
[  275s] libltdl-dev:amd64	2.4.6-15
[  275s] libltdl7:amd64	2.4.6-15
[  275s] liblua5.1-0:amd64	5.1.5-8.1+b3
[  275s] liblua5.1-0-dev:amd64	5.1.5-8.1+b3
[  275s] liblz4-1:amd64	1.9.3-2
[  275s] liblzma-dev:amd64	5.2.5-2
[  275s] liblzma5:amd64	5.2.5-2
[  275s] libmagic-mgc	1:5.39-3
[  275s] libmagic1:amd64	1:5.39-3
[  275s] libmariadb-dev	1:10.5.12-1
[  275s] libmariadb-dev-compat:amd64	1:10.5.12-1
[  275s] libmariadb3:amd64	1:10.5.12-1
[  275s] libmd-dev:amd64	1.0.4-1
[  275s] libmd0:amd64	1.0.4-1
[  275s] libmfx1:amd64	21.3.4-1
[  275s] libmount-dev:amd64	2.37.2-4
[  275s] libmount1:amd64	2.37.2-4
[  275s] libmp3lame0:amd64	3.100-3
[  275s] libmpc3:amd64	1.2.1-1
[  275s] libmpdec3:amd64	2.5.1-2
[  275s] libmpfr6:amd64	4.1.0-3
[  275s] libmpg123-0:amd64	1.29.2-1
[  275s] libmysofa1:amd64	1.2~dfsg0-1
[  275s] libncurses-dev:amd64	6.2+20210905-1
[  275s] libncurses5:amd64	6.2+20210905-1
[  275s] libncurses6:amd64	6.2+20210905-1
[  275s] libncursesw6:amd64	6.2+20210905-1
[  275s] libneon27-gnutls:amd64	0.32.1-1
[  275s] libneon27-gnutls-dev	0.32.1-1
[  275s] libnetsnmptrapd40:amd64	5.9.1+dfsg-1
[  275s] libnettle8:amd64	3.7.3-1
[  275s] libnewt-dev:amd64	0.52.21-5
[  275s] libnewt0.52:amd64	0.52.21-5
[  275s] libnghttp2-14:amd64	1.43.0-1
[  275s] libnorm1:amd64	1.5.9+dfsg-2
[  275s] libnpth0:amd64	1.6-3
[  275s] libnsl-dev:amd64	1.3.0-2
[  275s] libnsl2:amd64	1.3.0-2
[  275s] libnspr4:amd64	2:4.32-1
[  275s] libnspr4-dev	2:4.32-1
[  275s] libnss-myhostname:amd64	249.5-2
[  275s] libnss3:amd64	2:3.72-1
[  275s] libnss3-dev:amd64	2:3.72-1
[  275s] libnuma1:amd64	2.0.14-3
[  275s] libodbc1:amd64	2.3.6-0.1+b1
[  275s] libogg-dev:amd64	1.3.4-0.1
[  275s] libogg0:amd64	1.3.4-0.1
[  275s] libopenal-data	1:1.19.1-2
[  275s] libopenal1:amd64	1:1.19.1-2
[  275s] libopencore-amrnb-dev:amd64	0.1.5-1
[  275s] libopencore-amrnb0:amd64	0.1.5-1
[  275s] libopencore-amrwb-dev:amd64	0.1.5-1
[  275s] libopencore-amrwb0:amd64	0.1.5-1
[  275s] libopengl-dev:amd64	1.3.4-2+b1
[  275s] libopengl0:amd64	1.3.4-2+b1
[  275s] libopenjp2-7:amd64	2.4.0-3
[  275s] libopenmpt0:amd64	0.4.22-1
[  275s] libopenr2-3	1.3.3-2
[  275s] libopenr2-dev	1.3.3-2
[  275s] libopus-dev:amd64	1.3.1-0.1
[  275s] libopus0:amd64	1.3.1-0.1
[  275s] libopusfile-dev	0.9+20170913-1.1
[  275s] libopusfile0	0.9+20170913-1.1
[  275s] libp11-kit-dev:amd64	0.24.0-5
[  275s] libp11-kit0:amd64	0.24.0-5
[  275s] libpam-modules:amd64	1.4.0-10
[  275s] libpam-modules-bin	1.4.0-10
[  275s] libpam-runtime	1.4.0-10
[  275s] libpam0g:amd64	1.4.0-10
[  275s] libpam0g-dev:amd64	1.4.0-10
[  275s] libpango-1.0-0:amd64	1.48.10+ds1-1
[  275s] libpangocairo-1.0-0:amd64	1.48.10+ds1-1
[  275s] libpangoft2-1.0-0:amd64	1.48.10+ds1-1
[  275s] libpci-dev:amd64	1:3.7.0-6
[  275s] libpci3:amd64	1:3.7.0-6
[  275s] libpciaccess0:amd64	0.16-1
[  275s] libpcre16-3:amd64	2:8.39-13
[  275s] libpcre2-16-0:amd64	10.36-2
[  275s] libpcre2-32-0:amd64	10.36-2
[  275s] libpcre2-8-0:amd64	10.36-2
[  275s] libpcre2-dev:amd64	10.36-2
[  275s] libpcre2-posix2:amd64	10.36-2
[  275s] libpcre3:amd64	2:8.39-13
[  275s] libpcre3-dev:amd64	2:8.39-13
[  275s] libpcre32-3:amd64	2:8.39-13
[  275s] libpcrecpp0v5:amd64	2:8.39-13
[  275s] libperl-dev:amd64	5.32.1-6
[  275s] libperl5.32:amd64	5.32.1-6
[  275s] libpgm-5.3-0:amd64	5.3.128~dfsg-2
[  275s] libpipeline1:amd64	1.5.3-1
[  275s] libpixman-1-0:amd64	0.40.0-1
[  275s] libpng-dev:amd64	1.6.37-3
[  275s] libpng16-16:amd64	1.6.37-3
[  275s] libpocketsphinx3:amd64	0.8+5prealpha+1-13
[  275s] libpopt-dev:amd64	1.18-3
[  275s] libpopt0:amd64	1.18-3
[  275s] libportaudio2:amd64	19.6.0-1.1
[  275s] libportaudiocpp0:amd64	19.6.0-1.1
[  275s] libpostproc-dev:amd64	7:4.4.1-1+b1
[  275s] libpostproc55:amd64	7:4.4.1-1+b1
[  275s] libpq-dev	14.0-1
[  275s] libpq5:amd64	14.0-1
[  275s] libpri-dev	1.6.0-2
[  275s] libpri1.4	1.6.0-2
[  275s] libprocps8:amd64	2:3.3.17-5
[  275s] libpsl5:amd64	0.21.0-1.2
[  275s] libpthread-stubs0-dev:amd64	0.4-1
[  275s] libpulse-dev:amd64	15.0+dfsg1-2
[  275s] libpulse-mainloop-glib0:amd64	15.0+dfsg1-2
[  275s] libpulse0:amd64	15.0+dfsg1-2
[  275s] libpython3-stdlib:amd64	3.9.7-1
[  275s] libpython3.9-minimal:amd64	3.9.7-4
[  275s] libpython3.9-stdlib:amd64	3.9.7-4
[  275s] libquadmath0:amd64	11.2.0-10
[  275s] librabbitmq4:amd64	0.10.0-1
[  275s] libradcli-dev	1.2.11-1+b2
[  275s] libradcli4	1.2.11-1+b2
[  275s] libraw1394-11:amd64	2.1.2-2
[  275s] libreadline-dev:amd64	8.1-2
[  275s] libreadline8:amd64	8.1-2
[  275s] libresample1	0.1.3-4+b2
[  275s] libresample1-dev	0.1.3-4+b2
[  275s] librsvg2-2:amd64	2.50.7+dfsg-2
[  275s] librtmp1:amd64	2.4+20151223.gitfa8646d.1-2+b2
[  275s] librubberband2:amd64	2.0.0-2
[  275s] libsamplerate0:amd64	0.2.2-1
[  275s] libsasl2-2:amd64	2.1.27+dfsg-2.2
[  275s] libsasl2-modules-db:amd64	2.1.27+dfsg-2.2
[  275s] libsdl-image1.2:amd64	1.2.12-12
[  275s] libsdl-image1.2-dev:amd64	1.2.12-12
[  275s] libsdl1.2-dev	1.2.15+dfsg2-6
[  275s] libsdl1.2debian:amd64	1.2.15+dfsg2-6
[  275s] libsdl2-2.0-0:amd64	2.0.16+dfsg1-5
[  275s] libseccomp2:amd64	2.5.2-2
[  275s] libselinux1:amd64	3.1-3+b1
[  275s] libselinux1-dev:amd64	3.1-3+b1
[  275s] libsemanage-common	3.1-1
[  275s] libsemanage1:amd64	3.1-1+b2
[  275s] libsensors-config	1:3.6.0-7
[  275s] libsensors-dev:amd64	1:3.6.0-7
[  275s] libsensors5:amd64	1:3.6.0-7
[  275s] libsepol1:amd64	3.1-1
[  275s] libsepol1-dev:amd64	3.1-1
[  275s] libserd-0-0:amd64	0.30.10-2
[  275s] libshine3:amd64	3.1.1-2
[  275s] libsigsegv2:amd64	2.13-1
[  275s] libslang2:amd64	2.3.2-5
[  275s] libslang2-dev:amd64	2.3.2-5
[  275s] libsmartcols1:amd64	2.37.2-4
[  275s] libsnappy1v5:amd64	1.1.8-1
[  275s] libsndfile1:amd64	1.0.31-2
[  275s] libsndio7.0:amd64	1.5.0-3
[  275s] libsnmp-base	5.9.1+dfsg-1
[  275s] libsnmp-dev	5.9.1+dfsg-1
[  275s] libsnmp40:amd64	5.9.1+dfsg-1
[  275s] libsodium23:amd64	1.0.18-1
[  275s] libsord-0-0:amd64	0.16.8-2
[  275s] libsoxr0:amd64	0.1.3-4
[  275s] libspandsp-dev:amd64	0.0.6+dfsg-2
[  275s] libspandsp2:amd64	0.0.6+dfsg-2
[  275s] libspeex-dev:amd64	1.2~rc1.2-1.1
[  275s] libspeex1:amd64	1.2~rc1.2-1.1
[  275s] libspeexdsp-dev:amd64	1.2~rc1.2-1.1
[  275s] libspeexdsp1:amd64	1.2~rc1.2-1.1
[  275s] libsphinxbase3:amd64	0.8+5prealpha+1-12
[  275s] libsqlite3-0:amd64	3.36.0-2
[  275s] libsqlite3-dev:amd64	3.36.0-2
[  275s] libsratom-0-0:amd64	0.6.8-1
[  275s] libsrt1.4-gnutls:amd64	1.4.2-1.4
[  275s] libsrtp2-1:amd64	2.4.2-2
[  275s] libsrtp2-dev	2.4.2-2
[  275s] libss7-2.0:amd64	2.0.0-3
[  275s] libss7-dev:amd64	2.0.0-3
[  275s] libssh-gcrypt-4:amd64	0.9.6-1
[  275s] libssh2-1:amd64	1.10.0-2
[  275s] libssl-dev:amd64	1.1.1l-1
[  275s] libssl1.1:amd64	1.1.1l-1
[  275s] libstdc++-11-dev:amd64	11.2.0-10
[  275s] libstdc++6:amd64	11.2.0-10
[  275s] libsub-override-perl	0.09-2
[  275s] libswresample-dev:amd64	7:4.4.1-1+b1
[  275s] libswresample3:amd64	7:4.4.1-1+b1
[  275s] libswscale-dev:amd64	7:4.4.1-1+b1
[  275s] libswscale5:amd64	7:4.4.1-1+b1
[  275s] libsybdb5:amd64	1.2.3-1
[  275s] libsystemd-dev:amd64	249.5-2
[  275s] libsystemd0:amd64	249.5-2
[  275s] libtasn1-6:amd64	4.17.0-2
[  275s] libtasn1-6-dev:amd64	4.17.0-2
[  275s] libtext-charwidth-perl	0.04-10+b1
[  275s] libtext-wrapi18n-perl	0.06-9
[  275s] libthai-data	0.1.28-4.1
[  275s] libthai0:amd64	0.1.28-4.1
[  275s] libtheora0:amd64	1.1.1+dfsg.1-15
[  275s] libtiff-dev:amd64	4.3.0-2
[  275s] libtiff5:amd64	4.3.0-2
[  275s] libtiffxx5:amd64	4.3.0-2
[  275s] libtinfo5:amd64	6.2+20210905-1
[  275s] libtinfo6:amd64	6.2+20210905-1
[  275s] libtirpc-common	1.3.2-2
[  275s] libtirpc-dev:amd64	1.3.2-2
[  275s] libtirpc3:amd64	1.3.2-2
[  275s] libtonezone-dev:amd64	1:3.1.0-2
[  275s] libtonezone2.0:amd64	1:3.1.0-2
[  275s] libtool	2.4.6-15
[  275s] libtsan0:amd64	11.2.0-10
[  275s] libtwolame0:amd64	0.4.0-2
[  275s] libubsan1:amd64	11.2.0-10
[  275s] libuchardet0:amd64	0.0.7-1
[  275s] libudev-dev:amd64	249.5-2
[  275s] libudev1:amd64	249.5-2
[  275s] libudfread0:amd64	1.1.2-1
[  275s] libunbound-dev:amd64	1.13.1-1
[  275s] libunbound8:amd64	1.13.1-1
[  275s] libunistring2:amd64	0.9.10-6
[  275s] liburiparser-dev	0.9.5+dfsg-2
[  275s] liburiparser1:amd64	0.9.5+dfsg-2
[  275s] libusb-1.0-0:amd64	2:1.0.24-3
[  275s] libuuid1:amd64	2.37.2-4
[  275s] libva-drm2:amd64	2.13.0-1
[  275s] libva-x11-2:amd64	2.13.0-1
[  275s] libva2:amd64	2.13.0-1
[  275s] libvdpau1:amd64	1.4-3
[  275s] libvidstab1.1:amd64	1.1.0-2+b1
[  275s] libvo-amrwbenc-dev:amd64	0.1.3-2
[  275s] libvo-amrwbenc0:amd64	0.1.3-2
[  275s] libvorbis-dev:amd64	1.3.7-1
[  275s] libvorbis0a:amd64	1.3.7-1
[  275s] libvorbisenc2:amd64	1.3.7-1
[  275s] libvorbisfile3:amd64	1.3.7-1
[  275s] libvpb-dev	4.2.61-1.2
[  275s] libvpb1	4.2.61-1.2
[  275s] libvpx7:amd64	1.11.0-2
[  275s] libvulkan1:amd64	1.2.189.0-2
[  275s] libwayland-client0:amd64	1.19.0-2+b1
[  275s] libwayland-cursor0:amd64	1.19.0-2+b1
[  275s] libwayland-egl1:amd64	1.19.0-2+b1
[  275s] libwayland-server0:amd64	1.19.0-2+b1
[  275s] libwebp-dev:amd64	0.6.1-2.1
[  275s] libwebp6:amd64	0.6.1-2.1
[  275s] libwebpdemux2:amd64	0.6.1-2.1
[  275s] libwebpmux3:amd64	0.6.1-2.1
[  275s] libwrap0:amd64	7.6.q-31
[  275s] libwrap0-dev:amd64	7.6.q-31
[  275s] libx11-6:amd64	2:1.7.2-2+b1
[  275s] libx11-data	2:1.7.2-2
[  275s] libx11-dev:amd64	2:1.7.2-2+b1
[  275s] libx11-xcb1:amd64	2:1.7.2-2+b1
[  275s] libx264-160:amd64	2:0.160.3011+gitcde9a93-2.1
[  275s] libx265-199:amd64	3.5-2
[  275s] libxau-dev:amd64	1:1.0.9-1
[  275s] libxau6:amd64	1:1.0.9-1
[  275s] libxcb-dri2-0:amd64	1.14-3
[  275s] libxcb-dri3-0:amd64	1.14-3
[  275s] libxcb-glx0:amd64	1.14-3
[  275s] libxcb-present0:amd64	1.14-3
[  275s] libxcb-render0:amd64	1.14-3
[  275s] libxcb-shape0:amd64	1.14-3
[  275s] libxcb-shm0:amd64	1.14-3
[  275s] libxcb-sync1:amd64	1.14-3
[  275s] libxcb-xfixes0:amd64	1.14-3
[  275s] libxcb1:amd64	1.14-3
[  275s] libxcb1-dev:amd64	1.14-3
[  275s] libxcursor1:amd64	1:1.2.0-2
[  275s] libxdmcp-dev:amd64	1:1.1.2-3
[  275s] libxdmcp6:amd64	1:1.1.2-3
[  275s] libxext-dev:amd64	2:1.3.4-1
[  275s] libxext6:amd64	2:1.3.4-1
[  275s] libxfixes3:amd64	1:5.0.3-2
[  275s] libxi6:amd64	2:1.8-1
[  275s] libxinerama1:amd64	2:1.1.4-2
[  275s] libxkbcommon0:amd64	1.3.1-1
[  275s] libxml2:amd64	2.9.12+dfsg-5
[  275s] libxml2-dev:amd64	2.9.12+dfsg-5
[  275s] libxrandr2:amd64	2:1.5.2-1
[  275s] libxrender1:amd64	1:0.9.10-1
[  275s] libxshmfence1:amd64	1.3-1
[  275s] libxslt1-dev:amd64	1.1.34-4
[  275s] libxslt1.1:amd64	1.1.34-4
[  275s] libxss1:amd64	1:1.2.3-1
[  275s] libxv1:amd64	2:1.0.11-1
[  275s] libxvidcore4:amd64	2:1.3.7-1
[  275s] libxxf86vm1:amd64	1:1.1.4-1+b2
[  275s] libxxhash0:amd64	0.8.0-2
[  275s] libz3-4:amd64	4.8.12-1+b1
[  275s] libzimg2:amd64	3.0.3+ds1-1+b1
[  275s] libzmq5:amd64	4.3.4-1
[  275s] libzstd1:amd64	1.4.8+dfsg-3
[  275s] libzvbi-common	0.2.35-18
[  275s] libzvbi0:amd64	0.2.35-18
[  275s] linux-libc-dev:amd64	5.14.16-1
[  275s] login	1:4.8.1-1.1
[  275s] lsb-base	11.1.0
[  275s] m4	1.4.18-5
[  275s] make	4.3-4.1
[  275s] man-db	2.9.4-2
[  275s] mariadb-common	1:10.5.12-1
[  275s] mawk	1.3.4.20200120-2
[  275s] media-types	4.0.0
[  275s] mlock	8:2007f~dfsg-7+b1
[  275s] module-assistant	0.11.10
[  275s] mount	2.37.2-4
[  275s] mysql-common	5.8+1.0.7
[  275s] ncurses-base	6.2+20210905-1
[  275s] ncurses-bin	6.2+20210905-1
[  275s] nettle-dev:amd64	3.7.3-1
[  275s] ocl-icd-libopencl1:amd64	2.2.14-3
[  275s] odbcinst	2.3.6-0.1+b1
[  275s] odbcinst1debian2:amd64	2.3.6-0.1+b1
[  275s] passwd	1:4.8.1-1.1
[  275s] patch	2.7.6-7
[  275s] pci.ids	0.0~2021.08.22-1
[  275s] perl	5.32.1-6
[  275s] perl-base	5.32.1-6
[  275s] perl-modules-5.32	5.32.1-6
[  275s] pinentry-curses	1.1.0-4
[  275s] pkg-config	0.29.2-1
[  275s] po-debconf	1.0.21+nmu1
[  275s] portaudio19-dev:amd64	19.6.0-1.1
[  275s] procps	2:3.3.17-5
[  275s] python3	3.9.7-1
[  275s] python3-distutils	3.9.7-1
[  275s] python3-lib2to3	3.9.7-1
[  275s] python3-minimal	3.9.7-1
[  275s] python3.9	3.9.7-4
[  275s] python3.9-minimal	3.9.7-4
[  275s] readline-common	8.1-2
[  275s] rpcsvc-proto	1.4.2-4
[  275s] sed	4.8-1
[  275s] sensible-utils	0.0.17
[  275s] shared-mime-info	2.0-1
[  275s] tar	1.34+dfsg-1
[  275s] tzdata	2021e-1
[  275s] ucf	3.0043
[  275s] unixodbc-dev:amd64	2.3.6-0.1+b1
[  275s] usbutils	1:014-1
[  275s] util-linux	2.37.2-4
[  275s] uuid-dev:amd64	2.37.2-4
[  275s] x11-common	1:7.7+23
[  275s] x11proto-dev	2021.5-1
[  275s] xkb-data	2.33-1
[  275s] xorg-sgml-doctools	1:1.11-1.1
[  275s] xtrans-dev	1.4.0-1
[  275s] xz-utils	5.2.5-2
[  275s] zlib1g:amd64	1:1.2.11.dfsg-2
[  275s] zlib1g-dev:amd64	1:1.2.11.dfsg-2
[  275s] 
[  275s] dpkg-buildpackage: info: source package asterisk
[  275s] dpkg-buildpackage: info: source version 1:16.16.1~dfsg-41.1
[  275s] dpkg-buildpackage: info: source distribution unstable
[  275s] dpkg-buildpackage: info: source changed by OBS Build <obs at buildd>
[  275s]  dpkg-source --before-build .
[  275s] dpkg-buildpackage: info: host architecture amd64
[  275s]  fakeroot debian/rules clean
[  276s] dh clean
[  277s]    dh_auto_clean
[  277s] 	make -j12 distclean
[  277s] make[1]: Entering directory '/usr/src/packages/BUILD'
[  277s] [jansson]  Distcleaning
[  277s] [pjproject]  Distcleaning
[  278s] rm -f defaults.h
[  278s] rm -f include/asterisk/build.h
[  278s] rm -f main/version.c
[  278s] rm -f doc/core-en_US.xml
[  278s] rm -f doc/full-en_US.xml
[  278s] rm -f doc/rest-api/*.wiki
[  278s] rm -f doxygen.log
[  278s] rm -rf latex
[  278s] rm -f rest-api-templates/*.pyc
[  278s] make[2]: Entering directory '/usr/src/packages/BUILD/menuselect'
[  278s] rm -f menuselect cmenuselect gmenuselect nmenuselect menuselect.o strcompat.o menuselect_stub.o   
[  278s] make[2]: Leaving directory '/usr/src/packages/BUILD/menuselect'
[  278s] cp -f .cleancount .lastclean
[  278s] make[2]: Entering directory '/usr/src/packages/BUILD/menuselect'
[  278s] rm -f menuselect cmenuselect gmenuselect nmenuselect menuselect.o strcompat.o menuselect_stub.o   
[  278s] rm -f autoconfig.h config.status config.log makeopts
[  278s] rm -rf autom4te.cache
[  278s] make[2]: Leaving directory '/usr/src/packages/BUILD/menuselect'
[  278s] make[2]: Entering directory '/usr/src/packages/BUILD/sounds'
[  278s] rm -f *.tar.gz
[  278s] make[2]: Leaving directory '/usr/src/packages/BUILD/sounds'
[  278s] rm -f menuselect.makeopts makeopts menuselect-tree menuselect.makedeps
[  278s] rm -f config.log config.status config.cache
[  278s] rm -rf autom4te.cache
[  278s] rm -f include/asterisk/autoconfig.h
[  278s] rm -f include/asterisk/buildopts.h
[  278s] rm -rf doc/api
[  278s] rm -f doc/asterisk-ng-doxygen
[  278s] rm -f build_tools/menuselect-deps
[  278s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  278s]    debian/rules override_dh_clean
[  278s] make[1]: Entering directory '/usr/src/packages/BUILD'
[  279s] if [ -r sounds/asterisk-core-sounds-en-gsm-1.4.20.tar.gz ]; then mv sounds/ debian/; fi
[  279s] GREP=grep AWK=awk /usr/bin/make distclean
[  279s] make[2]: Entering directory '/usr/src/packages/BUILD'
[  279s] /bin/sh: 0: Illegal option - 
[  280s] [pjproject]  Distcleaning
[  280s] [jansson]  Distcleaning
[  281s] rm -f defaults.h
[  281s] rm -f include/asterisk/build.h
[  281s] rm -f main/version.c
[  281s] rm -f doc/core-en_US.xml
[  281s] rm -f doc/full-en_US.xml
[  281s] rm -f doc/rest-api/*.wiki
[  281s] rm -f doxygen.log
[  281s] rm -rf latex
[  281s] rm -f rest-api-templates/*.pyc
[  281s] make[3]: Entering directory '/usr/src/packages/BUILD/menuselect'
[  281s] rm -f menuselect cmenuselect gmenuselect nmenuselect menuselect.o strcompat.o menuselect_stub.o   
[  281s] make[3]: Leaving directory '/usr/src/packages/BUILD/menuselect'
[  281s] cp -f .cleancount .lastclean
[  281s] make[3]: Entering directory '/usr/src/packages/BUILD/menuselect'
[  281s] rm -f menuselect cmenuselect gmenuselect nmenuselect menuselect.o strcompat.o menuselect_stub.o   
[  281s] rm -f autoconfig.h config.status config.log makeopts
[  281s] rm -rf autom4te.cache
[  281s] make[3]: Leaving directory '/usr/src/packages/BUILD/menuselect'
[  281s] make[3]: Entering directory '/usr/src/packages/BUILD/sounds'
[  281s] rm -f *.tar.gz
[  281s] make[3]: Leaving directory '/usr/src/packages/BUILD/sounds'
[  281s] rm -f menuselect.makeopts makeopts menuselect-tree menuselect.makedeps
[  281s] rm -f config.log config.status config.cache
[  281s] rm -rf autom4te.cache
[  281s] rm -f include/asterisk/autoconfig.h
[  281s] rm -f include/asterisk/buildopts.h
[  281s] rm -rf doc/api
[  281s] rm -f doc/asterisk-ng-doxygen
[  281s] rm -f build_tools/menuselect-deps
[  281s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  281s] if [ -r debian/asterisk-core-sounds-en-gsm-1.4.20.tar.gz ]; then mv debian/asterisk-core-sounds-en-gsm-1.4.20.tar.gz sounds/; fi
[  281s] [ ! -f .version.debian_sav ] || mv .version.debian_sav .version
[  281s] if [ -f configure.debian_sav ]; then mv configure.debian_sav configure; fi
[  281s] if [ -f third-party/pjproject/pjproject-2.10.tar.bz2.md5.debian_sav ]; then \
[  281s]   mv third-party/pjproject/pjproject-2.10.tar.bz2.md5.debian_sav third-party/pjproject/pjproject-2.10.tar.bz2.md5; \
[  281s] fi
[  281s] dh_clean
[  281s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  281s]  debian/rules build
[  281s] dh build
[  282s]    dh_update_autotools_config
[  283s]    debian/rules override_dh_autoreconf
[  283s] make[1]: Entering directory '/usr/src/packages/BUILD'
[  283s] if [ ! -r configure.debian_sav ]; then cp -a configure configure.debian_sav; fi
[  284s] [ -f .version.debian_sav ] || cp -a .version .version.debian_sav
[  284s] echo 16.16.1~dfsg-41.1 > .version
[  284s] dh_autoreconf -- ./bootstrap.sh
[  284s] Generating the configure script for Asterisk ...
[  287s] configure.ac:27: warning: The macro `AC_CONFIG_HEADER' is obsolete.
[  287s] configure.ac:27: You should run autoupdate.
[  287s] ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
[  287s] configure.ac:27: the top level
[  287s] configure.ac:384: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead
[  287s] lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
[  287s] lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
[  287s] ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
[  287s] ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
[  287s] autoconf/ax_pthread.m4:88: AX_PTHREAD is expanded from...
[  287s] configure.ac:384: the top level
[  287s] configure.ac:773: warning: The macro `AC_HEADER_TIME' is obsolete.
[  287s] configure.ac:773: You should run autoupdate.
[  287s] ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
[  287s] configure.ac:773: the top level
[  290s] Generating the configure script for menuselect ...
[  291s] configure.ac:13: warning: The macro `AC_CONFIG_HEADER' is obsolete.
[  291s] configure.ac:13: You should run autoupdate.
[  291s] ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
[  291s] configure.ac:13: the top level
[  292s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  292s]    debian/rules override_dh_auto_configure
[  292s] make[1]: Entering directory '/usr/src/packages/BUILD'
[  293s] chmod 755 /usr/src/packages/BUILD/debian/dummyprogs/fetch
[  293s] # Copy DSFG-free version of pjproject source into /tmp where the
[  293s] # upstream build will find it, update checksums because we repacked
[  293s] # it
[  293s] cp -a debian/pjproject_2.10~dfsg.orig.tar.bz2 /tmp/pjproject-2.10.tar.bz2
[  293s] cp third-party/pjproject/pjproject-2.10.tar.bz2.md5 third-party/pjproject/pjproject-2.10.tar.bz2.md5.debian_sav
[  293s] md5sum /tmp/pjproject-2.10.tar.bz2 | sed 's:/tmp/::' > third-party/pjproject/pjproject-2.10.tar.bz2.md5
[  293s] PATH=$PATH:/usr/src/packages/BUILD/debian/dummyprogs ./configure			\
[  293s] 	CFLAGS="-fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro -Wl,-z,now -Wl,--as-needed" \
[  293s] 	--host=x86_64-linux-gnu		\
[  293s] 	--build=x86_64-linux-gnu		\
[  293s] 	--prefix=/usr				\
[  293s] 	--mandir=\${prefix}/share/man		\
[  293s] 	--infodir=\${prefix}/share/info	\
[  293s] 	--disable-asteriskssl			\
[  293s] 	--with-gsm				\
[  293s] 	--with-imap=system			\
[  293s] 	--without-pwlib				\
[  293s] 	--without-sdl \
[  293s] 	 || { cat config.log; exit 1; }
[  294s] configure: WARNING: unrecognized options: --without-pwlib
[  294s] checking build system type... x86_64-pc-linux-gnu
[  294s] checking host system type... x86_64-pc-linux-gnu
[  294s] checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
[  294s] checking whether the C compiler works... yes
[  294s] checking for C compiler default output file name... a.out
[  294s] checking for suffix of executables... 
[  294s] checking whether we are cross compiling... no
[  294s] checking for suffix of object files... o
[  294s] checking whether the compiler supports GNU C... yes
[  294s] checking whether x86_64-linux-gnu-gcc accepts -g... yes
[  294s] checking for x86_64-linux-gnu-gcc option to enable C11 features... none needed
[  294s] checking for stdio.h... yes
[  294s] checking for stdlib.h... yes
[  294s] checking for string.h... yes
[  294s] checking for inttypes.h... yes
[  294s] checking for stdint.h... yes
[  294s] checking for strings.h... yes
[  294s] checking for sys/stat.h... yes
[  294s] checking for sys/types.h... yes
[  295s] checking for unistd.h... yes
[  295s] checking for wchar.h... yes
[  295s] checking for minix/config.h... no
[  295s] checking for sys/time.h... yes
[  295s] checking for sys/param.h... yes
[  295s] checking for sys/select.h... yes
[  295s] checking for sys/socket.h... yes
[  295s] checking for utime.h... yes
[  295s] checking whether it is safe to define __EXTENSIONS__... yes
[  295s] checking whether _XOPEN_SOURCE should be defined... no
[  295s] checking whether char is unsigned... no
[  295s] checking for x86_64-linux-gnu-uname... no
[  295s] checking for uname... /bin/uname
[  295s] checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
[  295s] checking whether the compiler supports GNU C++... yes
[  295s] checking whether x86_64-linux-gnu-g++ accepts -g... yes
[  295s] checking for x86_64-linux-gnu-g++ option to enable C++11 features... none needed
[  295s] checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
[  296s] checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
[  296s] checking for a sed that does not truncate output... /bin/sed
[  296s] checking for egrep... grep -E
[  296s] checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
[  296s] checking if the linker (/usr/bin/ld) is GNU ld... yes
[  296s] checking for gawk... no
[  296s] checking for mawk... mawk
[  296s] checking for a BSD-compatible install... /usr/bin/install -c
[  296s] checking whether ln -s works... yes
[  296s] checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
[  296s] checking for GNU make... make
[  296s] checking for grep that handles long lines and -e... /bin/grep
[  296s] checking for egrep... /bin/grep -E
[  296s] checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
[  296s] checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
[  296s] checking for bison... :
[  296s] checking for cmp... /usr/bin/cmp
[  296s] checking for cat... /bin/cat
[  296s] checking for cut... /usr/bin/cut
[  296s] checking for flex... :
[  296s] checking for grep... (cached) /bin/grep
[  296s] checking for python2.7... no
[  296s] checking for python2... no
[  296s] checking for python... no
[  296s] checking for python3... /usr/bin/python3
[  296s] checking for find... /usr/bin/find
[  296s] checking for basename... /usr/bin/basename
[  296s] checking for dirname... /usr/bin/dirname
[  296s] checking for sh... /bin/sh
[  296s] checking for ln... /bin/ln
[  296s] checking for doxygen... :
[  296s] checking for dot... :
[  296s] checking for wget... :
[  296s] checking for curl... :
[  296s] checking for xmllint... :
[  296s] checking for xmlstarlet... no
[  296s] checking for xml... no
[  296s] checking for bash... /bin/bash
[  296s] checking for git... :
[  296s] checking for alembic... :
[  296s] checking for bzip2... /bin/bzip2
[  296s] checking for tar... /bin/tar
[  296s] checking for patch... /usr/bin/patch
[  296s] checking for sed... (cached) /bin/sed
[  296s] checking for nm... /usr/bin/nm
[  296s] checking for fetch... /usr/src/packages/BUILD/debian/dummyprogs/fetch
[  296s] checking for ldconfig... :
[  296s] checking for sha1sum... /usr/bin/sha1sum
[  296s] checking for openssl... :
[  296s] checking for bison that supports parse-param... 
[  296s] checking for x86_64-linux-gnu-soxmix... no
[  296s] checking for soxmix... no
[  296s] checking for md5... no
[  296s] checking for md5sum... md5sum
[  296s] checking for a sed that does not truncate output... (cached) /bin/sed
[  296s] checking whether x86_64-linux-gnu-gcc is Clang... no
[  296s] checking whether pthreads work with -pthread... yes
[  296s] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
[  296s] checking whether more special flags are required for pthreads... no
[  296s] checking for PTHREAD_PRIO_INHERIT... yes
[  296s] checking for RAII support... checking for gcc -fnested-functions... no
[  296s] checking for clang strsep/strcmp optimization... no
[  296s] ./configure: 9971: test: unexpected operator
[  296s] ./configure: 9971: test: unexpected operator
[  296s] checking for embedded pjproject (may have to download)... configuring
[  296s] [pjproject]  Verifying /tmp/pjproject-2.10.tar.bz2
[  296s] [pjproject]  Verify successful
[  296s] [pjproject]  Unpacking /tmp/pjproject-2.10.tar.bz2
[  298s] [pjproject]  Applying patches /usr/src/packages/BUILD/third-party/pjproject/patches /usr/src/packages/BUILD/third-party/pjproject/source
[  299s] aconfigure.ac:8: warning: The macro `AC_CONFIG_HEADER' is obsolete.
[  299s] aconfigure.ac:8: You should run autoupdate.
[  299s] ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
[  299s] aconfigure.ac:8: the top level
[  299s] aconfigure.ac:41: warning: The macro `AC_TRY_LINK' is obsolete.
[  299s] aconfigure.ac:41: You should run autoupdate.
[  299s] ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
[  299s] aconfigure.ac:41: the top level
[  299s] [pjproject]  Applying user.mak
[  299s] [pjproject]  Applying custom include file patches/asterisk_malloc_debug.h
[  299s] [pjproject]  Applying custom include file patches/config_site.h
[  299s] [pjproject]  Rebuilding
[  299s] [pjproject]  Configuring with --prefix=/opt/pjproject --disable-speex-codec --disable-speex-aec --disable-bcg729 --disable-gsm-codec --disable-ilbc-codec --disable-l16-codec --disable-g722-codec --disable-g7221-codec --disable-opencore-amr --disable-silk --disable-opus --disable-video --disable-v4l2 --disable-sound --disable-ext-sound --disable-sdl --disable-libyuv --disable-ffmpeg --disable-openh264 --disable-ipp --disable-libwebrtc --without-external-pa --without-external-srtp --disable-resample --disable-g711-codec --enable-epoll
[  306s] checking for bundled pjproject... yes
[  306s] checking for gawk... (cached) mawk
[  306s] checking for curl-config... /usr/bin/curl-config
[  306s] checking for the version of libcurl... 7.74.0
[  306s] checking for libcurl >= version 7.10.1... yes
[  306s] checking whether libcurl is usable... yes
[  306s] checking for curl_free... yes
[  307s] checking for size_t... yes
[  307s] checking for working alloca.h... yes
[  307s] checking for alloca... yes
[  307s] checking for dirent.h that defines DIR... yes
[  307s] checking for library containing opendir... none required
[  307s] checking for sys/wait.h that is POSIX.1 compatible... yes
[  307s] checking for sys/types.h... (cached) yes
[  307s] checking for netinet/in.h... yes
[  307s] checking for arpa/nameser.h... yes
[  307s] checking for netdb.h... yes
[  307s] checking for resolv.h... yes
[  307s] checking for arpa/nameser.h... (cached) yes
[  307s] checking for assert.h... yes
[  307s] checking for ctype.h... yes
[  307s] checking for dlfcn.h... yes
[  307s] checking for errno.h... yes
[  307s] checking for fcntl.h... yes
[  307s] checking for float.h... yes
[  308s] checking for grp.h... yes
[  308s] checking for inttypes.h... (cached) yes
[  308s] checking for limits.h... yes
[  308s] checking for locale.h... yes
[  308s] checking for math.h... yes
[  308s] checking for pwd.h... yes
[  308s] checking for netinet/in.h... (cached) yes
[  308s] checking for regex.h... yes
[  308s] checking for sched.h... yes
[  308s] checking for stdarg.h... yes
[  308s] checking for stdint.h... (cached) yes
[  308s] checking for stdio.h... (cached) yes
[  308s] checking for stdlib.h... (cached) yes
[  308s] checking for string.h... (cached) yes
[  308s] checking for syslog.h... yes
[  308s] checking for sys/file.h... yes
[  308s] checking for sys/ioctl.h... yes
[  309s] checking for sys/param.h... (cached) yes
[  309s] checking for sys/resource.h... yes
[  309s] checking for sys/socket.h... (cached) yes
[  309s] checking for sys/stat.h... (cached) yes
[  309s] checking for sys/time.h... (cached) yes
[  309s] checking for sys/types.h... (cached) yes
[  309s] checking for sys/un.h... yes
[  309s] checking for termios.h... yes
[  309s] checking for time.h... yes
[  309s] checking for unistd.h... (cached) yes
[  309s] checking for arpa/inet.h... yes
[  309s] checking for libintl.h... yes
[  309s] checking for malloc.h... yes
[  309s] checking for netdb.h... (cached) yes
[  309s] checking for stddef.h... yes
[  309s] checking for strings.h... (cached) yes
[  309s] checking for sys/event.h... no
[  309s] checking for utime.h... (cached) yes
[  309s] checking for x86_64-linux-gnu-pkg-config... /usr/bin/x86_64-linux-gnu-pkg-config
[  309s] checking pkg-config is at least version 0.9.0... yes
[  309s] checking for libedit... yes
[  310s] checking for Testing for libedit unicode support... yes
[  310s] checking for uuid_generate_random in -luuid... yes
[  310s] checking for uuid/uuid.h... yes
[  310s] checking for jansson >= 2.11... yes
[  310s] checking for clock_gettime in -lrt... yes
[  310s] checking for x86_64-linux-gnu-xml2-config... no
[  310s] checking for xml2-config... /usr/bin/xml2-config
[  310s] checking for uriParseUriA in -luriparser... yes
[  310s] checking for uriparser/Uri.h... yes
[  311s] checking for xsltLoadStylesheetPI in -lxslt... yes
[  311s] checking for libxslt/xsltInternals.h... yes
[  311s] checking for xsltCleanupGlobals in -lxslt... yes
[  311s] checking for libxslt/xsltInternals.h... (cached) yes
[  311s] ./configure: 15784: test: no: unexpected operator
[  311s] checking for xlocale.h... no
[  311s] checking for winsock.h... no
[  311s] checking for winsock2.h... no
[  311s] checking for sys/poll.h... yes
[  311s] checking for special C compiler options needed for large files... no
[  311s] checking for _FILE_OFFSET_BITS value needed for large files... no
[  311s] checking for _Bool... yes
[  311s] checking for stdbool.h that conforms to C99... yes
[  312s] checking for an ANSI C-conforming const... yes
[  312s] checking for uid_t in sys/types.h... yes
[  312s] checking for inline... inline
[  312s] checking for long double with more range or precision than double... yes
[  312s] checking for mode_t... yes
[  312s] checking for off_t... yes
[  312s] checking for pid_t... yes
[  312s] checking for size_t... (cached) yes
[  312s] checking for struct stat.st_blksize... yes
[  312s] checking for struct ucred.uid... yes
[  312s] checking for struct ucred.cr_uid... no
[  312s] checking for struct sockpeercred.uid... no
[  312s] checking for struct ifreq.ifr_ifru.ifru_hwaddr... yes
[  313s] checking whether struct tm is in sys/time.h or time.h... time.h
[  313s] checking for working volatile... yes
[  313s] checking for ptrdiff_t... yes
[  313s] checking for struct stat.st_mtim... yes
[  313s] checking for struct stat.st_mtimensec... no
[  313s] checking for struct stat.st_mtimespec... no
[  313s] checking for working chown... yes
[  313s] checking whether closedir returns void... no
[  313s] checking for error_at_line... yes
[  313s] checking for vfork.h... no
[  313s] checking for fork... yes
[  313s] checking for vfork... yes
[  314s] checking for working fork... yes
[  314s] checking for working vfork... (cached) yes
[  314s] checking for _LARGEFILE_SOURCE value needed for large files... no
[  314s] checking whether x86_64-linux-gnu-gcc needs -traditional... no
[  314s] checking for working memcmp... yes
[  314s] checking for getpagesize... yes
[  314s] checking for vprintf... yes
[  314s] checking for working mmap... yes
[  314s] checking types of arguments for select... int,fd_set *,struct timeval *
[  314s] checking whether lstat correctly handles trailing slash... yes
[  314s] checking whether stat accepts an empty string... no
[  315s] checking for working strcoll... yes
[  315s] checking for strftime... yes
[  315s] checking for working strnlen... yes
[  315s] checking for working strtod... yes
[  315s] checking whether utime accepts a null argument... yes
[  315s] checking for asprintf... yes
[  315s] checking for atexit... yes
[  315s] checking for closefrom... no
[  315s] checking for dup2... yes
[  315s] checking for eaccess... yes
[  316s] checking for endpwent... yes
[  316s] checking for euidaccess... yes
[  316s] checking for ffsll... yes
[  316s] checking for ftruncate... yes
[  316s] checking for getcwd... yes
[  316s] checking for gethostbyname... yes
[  316s] checking for gethostname... yes
[  316s] checking for getloadavg... yes
[  316s] checking for gettimeofday... yes
[  316s] checking for glob... yes
[  316s] checking for ioperm... yes
[  316s] checking for inet_ntoa... yes
[  316s] checking for isascii... yes
[  317s] checking for memchr... yes
[  317s] checking for memmove... yes
[  317s] checking for memset... yes
[  317s] checking for mkdir... yes
[  317s] checking for mkdtemp... yes
[  317s] checking for munmap... yes
[  317s] checking for newlocale... yes
[  317s] checking for pipe2... yes
[  317s] checking for ppoll... yes
[  317s] checking for putenv... yes
[  317s] checking for re_comp... yes
[  317s] checking for regcomp... yes
[  317s] checking for select... yes
[  317s] checking for setenv... yes
[  318s] checking for socket... yes
[  318s] checking for strcasecmp... yes
[  318s] checking for strcasestr... yes
[  318s] checking for strchr... yes
[  318s] checking for strcspn... yes
[  318s] checking for strdup... yes
[  318s] checking for strerror... yes
[  318s] checking for strlcat... no
[  318s] checking for strlcpy... no
[  318s] checking for strncasecmp... yes
[  318s] checking for strndup... yes
[  318s] checking for strnlen... yes
[  318s] checking for strrchr... yes
[  319s] checking for strsep... yes
[  319s] checking for strspn... yes
[  319s] checking for strstr... yes
[  319s] checking for strtod... (cached) yes
[  319s] checking for strtol... yes
[  319s] checking for strtold... yes
[  319s] checking for strtoq... yes
[  319s] checking for unsetenv... yes
[  319s] checking for uselocale... yes
[  319s] checking for utime... yes
[  319s] checking for vasprintf... yes
[  319s] checking for getpeereid... no
[  319s] checking for sysctl... no
[  319s] checking for swapctl... no
[  320s] checking for malloc_trim... yes
[  320s] checking for htonll... no
[  320s] checking for ntohll... no
[  320s] checking for sqrt in -lm... yes
[  320s] checking for exp2... yes
[  320s] checking for log2... yes
[  320s] checking for exp10... yes
[  320s] checking for log10... yes
[  320s] checking for sin... yes
[  320s] checking for cos... yes
[  320s] checking for tan... yes
[  321s] checking for asin... yes
[  321s] checking for acos... yes
[  321s] checking for atan... yes
[  321s] checking for atan2... yes
[  321s] checking for pow... yes
[  321s] checking for rint... yes
[  321s] checking for exp... yes
[  321s] checking for log... yes
[  321s] checking for remainder... yes
[  321s] checking for fmod... yes
[  321s] checking for round... yes
[  322s] checking for roundf... yes
[  322s] checking for trunc... yes
[  322s] checking for floor... yes
[  322s] checking for ceil... yes
[  322s] checking for exp2l... yes
[  322s] checking for log2l... yes
[  322s] checking for exp10l... yes
[  322s] checking for log10l... yes
[  322s] checking for sinl... yes
[  322s] checking for cosl... yes
[  322s] checking for tanl... yes
[  323s] checking for asinl... yes
[  323s] checking for acosl... yes
[  323s] checking for atanl... yes
[  323s] checking for atan2l... yes
[  323s] checking for powl... yes
[  323s] checking for sqrtl... yes
[  323s] checking for rintl... yes
[  323s] checking for expl... yes
[  323s] checking for logl... yes
[  323s] checking for remainderl... yes
[  324s] checking for fmodl... yes
[  324s] checking for roundl... yes
[  324s] checking for truncl... yes
[  324s] checking for floorl... yes
[  324s] checking for ceill... yes
[  324s] checking for LLONG_MAX in limits.h... yes
[  324s] checking for timersub in time.h... yes
[  324s] checking for a version of GNU ld that supports the --dynamic-list flag... yes
[  324s] checking for sys/poll.h... (cached) yes
[  324s] checking for inet_aton... yes
[  324s] checking for IP_PKTINFO... yes
[  324s] checking for library containing gethostbyname_r... none required
[  325s] checking for gethostbyname_r with 6 arguments... yes
[  325s] checking for gethostbyname_r with 5 arguments... no
[  325s] checking for byteswap.h... yes
[  325s] checking for __swap16 variant of <sys/endian.h> byteswapping macros... no
[  325s] checking for bswap16 variant of <sys/endian.h> byteswapping macros... no
[  325s] checking for locale_t in locale.h... yes
[  325s] checking for O_EVTONLY in fcntl.h... no
[  325s] checking for O_SYMLINK in fcntl.h... no
[  325s] checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes
[  325s] checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes
[  325s] checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes
[  325s] checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h... yes
[  325s] checking for pthread_spinlock_t in pthread.h... yes
[  325s] checking for pthread_rwlock_timedwrlock() in pthread.h... yes
[  326s] checking for working unnamed semaphores... yes
[  326s] checking if PTHREAD_ONCE_INIT needs braces... no
[  326s] checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes
[  326s] checking whether we can compare a mutex to its initial value... no
[  326s] checking for sys/thr.h... no
[  326s] checking for compiler sync operations... yes
[  326s] checking for compiler atomic operations... yes
[  326s] checking if your system printf is NULL-safe.... (null)yes
[  326s] checking if socket() accepts SOCK_NONBLOCK... yes
[  326s] checking if we can increase the maximum select-able file descriptor... no
[  326s] checking if we have usable eventfd support... yes
[  326s] checking for compiler 'attribute pure' support... yes
[  326s] checking for compiler 'attribute malloc' support... yes
[  326s] checking for compiler 'attribute const' support... yes
[  327s] checking for compiler 'attribute unused' support... yes
[  327s] checking for compiler 'attribute always_inline' support... no
[  327s] checking for compiler 'attribute deprecated' support... yes
[  327s] checking for compiler 'attribute sentinel' support... yes
[  327s] checking for compiler 'attribute warn_unused_result' support... yes
[  327s] checking for compiler 'attribute may_alias' support... yes
[  327s] checking for compiler 'attribute constructor' support... yes
[  327s] checking for compiler 'attribute destructor' support... yes
[  327s] checking for compiler 'attribute noreturn' support... yes
[  327s] checking for -fsanitize=address support... yes
[  327s] checking for -fsanitize=thread support... yes
[  327s] checking for -fsanitize=leak support... yes
[  327s] checking for -fsanitize=undefined support... yes
[  327s] checking for -Wdeclaration-after-statement support... yes
[  327s] checking for -Wtrampolines support... yes
[  327s] checking for _FORTIFY_SOURCE support... yes
[  327s] checking for -fno-strict-overflow... yes
[  327s] checking for -Wno-format-truncation... yes
[  327s] checking for -Wno-stringop-truncation... yes
[  327s] checking for -Wshadow... yes
[  327s] checking for -march=native support... yes
[  327s] checking whether to use rpath... not needed
[  327s] checking for sysinfo... yes
[  327s] checking for library containing res_9_ninit... no
[  327s] checking for res_ninit... yes
[  328s] checking for library containing res_9_ndestroy... no
[  328s] checking for res_ndestroy... no
[  328s] checking for library containing res_9_close... no
[  328s] checking for res_close... no
[  328s] checking for BIND_8_COMPAT required... no
[  328s] checking for GLOB_NOMAGIC in glob.h... yes
[  328s] checking for GLOB_BRACE in glob.h... yes
[  328s] checking for RTLD_NOLOAD in dlfcn.h... yes
[  328s] checking for IP_MTU_DISCOVER in netinet/in.h... yes
[  328s] checking size of int... 4
[  329s] checking size of long... 8
[  329s] checking size of long long... 8
[  329s] checking size of char *... 8
[  329s] checking size of long... (cached) 8
[  329s] checking size of long long... (cached) 8
[  329s] checking size of fd_set.fds_bits... (cached) 8
[  329s] checking for dladdr in dlfcn.h... yes
[  329s] checking for snd_pcm_open in -lasound... yes
[  329s] checking for alsa/asoundlib.h... yes
[  329s] checking for Encoder_Interface_init in -lopencore-amrnb... yes
[  329s] checking for opencore-amrnb/interf_enc.h... yes
[  330s] checking for D_IF_init in -lopencore-amrwb... yes
[  330s] checking for opencore-amrwb/dec_if.h... yes
[  330s] checking for E_IF_init in -lvo-amrwbenc... yes
[  330s] checking for vo-amrwbenc/enc_if.h... yes
[  330s] checking for bfd_openr in -lbfd... yes
[  330s] checking for bfd.h... yes
[  330s] checking for cap_from_text in -lcap... yes
[  330s] checking for sys/capability.h... yes
[  330s] checking for DAHDI_RESET_COUNTERS in dahdi/user.h... yes
[  330s] checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... yes
[  330s] checking for enhanced dahdi vmwi support... yes
[  330s] checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... yes
[  330s] checking for getifaddrs() support... yes
[  330s] checking for timerfd support... yes
[  331s] checking for gsm_create in -lgsm... yes
[  331s] checking for gsm.h... yes
[  331s] checking for gsm/gsm.h... yes
[  331s] checking for libilbc... no
[  331s] checking for iconv_open in -liconv... no
[  331s] checking for libiconv_open in -liconv... no
[  331s] checking for iconv_close in -lc... yes
[  331s] checking for iconv.h... yes
[  332s] checking for icaltimezone_get_utc_timezone in -lical... yes
[  332s] checking for libical/ical.h... yes
[  332s] checking for iks_start_sasl in -liksemel... yes
[  332s] checking for iksemel.h... yes
[  333s] checking for system c-client library...... yes
[  333s] checking for SQLConnect in -liodbc... no
[  333s] checking for inotify_init in -lc... yes
[  333s] checking for sys/inotify.h... yes
[  333s] checking for jack_activate in -ljack... yes
[  333s] checking for jack/jack.h... yes
[  333s] checking for kqueue in -lc... no
[  333s] checking for kevent64... no
[  333s] checking for ldap_initialize in -lldap... yes
[  333s] checking for ldap.h... yes
[  334s] checking for mISDN_open in -lmISDN... no
[  334s] checking for x86_64-linux-gnu-mysql_config... no
[  334s] checking for mysql_config... /usr/bin/mysql_config
[  334s] checking for MySQL client bool support... no
[  334s] checking for MySQL client my_bool support... yes
[  334s] checking for nbs_connect in -lnbs... no
[  334s] checking for x86_64-linux-gnu-neon-config... no
[  334s] checking for neon-config... /usr/bin/neon-config
[  334s] checking for x86_64-linux-gnu-neon-config... no
[  334s] checking for neon-config... /usr/bin/neon-config
[  334s] checking for x86_64-linux-gnu-net-snmp-config... no
[  334s] checking for net-snmp-config... /usr/bin/net-snmp-config
[  334s] checking for newtBell in -lnewt... yes
[  334s] checking for newt.h... yes
[  334s] checking for ub_ctx_delete in -lunbound... yes
[  335s] checking for unbound.h... yes
[  335s] checking for unbound version >= 1.5... yes
[  335s] checking for SQLConnect in -lodbc... yes
[  335s] checking for sql.h... yes
[  335s] checking for ogg_stream_init in -logg... yes
[  335s] checking for ogg/ogg.h... yes
[  335s] checking for backtrace in -lexecinfo... no
[  335s] checking for backtrace in -lc... yes
[  335s] checking for execinfo.h... yes
[  335s] checking for ba2str in -lbluetooth... yes
[  335s] checking for bluetooth/bluetooth.h... yes
[  335s] checking for bs_version in -lbeanstalk... no
[  335s] checking for linux/soundcard.h... yes
[  335s] checking for x86_64-linux-gnu-pg_config... no
[  335s] checking for pg_config... /usr/bin/pg_config
[  336s] checking for PQescapeStringConn in -lpq... yes
[  336s] checking for pg_encoding_to_char within Postgres headers... no
[  336s] checking for poptStrerror in -lpopt... yes
[  336s] checking for popt.h... yes
[  336s] checking for portaudio-2.0... yes
[  336s] checking for pri_connected_line_update in -lpri... yes
[  336s] checking for libpri.h... yes
[  336s] checking for pri_setup_ack in -lpri... yes
[  336s] checking for libpri.h... (cached) yes
[  336s] checking for pri_persistent_layer2_option in -lpri... yes
[  336s] checking for libpri.h... (cached) yes
[  336s] checking for pri_date_time_send_option in -lpri... yes
[  336s] checking for libpri.h... (cached) yes
[  337s] checking for pri_mwi_indicate_v2 in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_display_text in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_mwi_indicate in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_mcid_enable in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_connect_ack_enable in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_aoc_events_enable in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_transfer_enable in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_cc_enable in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_hangup_fix_enable in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_sr_set_called_subaddress in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_hold_enable in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  337s] checking for pri_reroute_enable in -lpri... yes
[  337s] checking for libpri.h... (cached) yes
[  338s] checking for pri_sr_set_keypad_digits in -lpri... yes
[  338s] checking for libpri.h... (cached) yes
[  338s] checking for pri_progress_with_cause in -lpri... yes
[  338s] checking for libpri.h... (cached) yes
[  338s] checking for pri_set_inbanddisconnect in -lpri... yes
[  338s] checking for libpri.h... (cached) yes
[  338s] checking for pri_maintenance_service in -lpri... yes
[  338s] checking for libpri.h... (cached) yes
[  338s] checking for pri_sr_set_reversecharge in -lpri... yes
[  338s] checking for libpri.h... (cached) yes
[  338s] checking for resample_open in -lresample... yes
[  338s] checking for libresample.h... yes
[  338s] checking for fftw_malloc in -lfftw3... no
[  338s] checking for sf_open in -lsndfile... no
[  338s] checking for minimum version of SpanDSP... yes
[  338s] checking for span_set_message_handler in -lspandsp... yes
[  338s] checking for spandsp.h... yes
[  338s] checking for t38_terminal_init in -lspandsp... yes
[  338s] checking for spandsp.h... (cached) yes
[  339s] checking for ss7_set_isup_timer in -lss7... yes
[  339s] checking for libss7.h... yes
[  339s] checking for openr2_chan_new in -lopenr2... yes
[  339s] checking for openr2.h... yes
[  339s] checking for opus_encoder_create in -lopus... yes
[  339s] checking for opus/opus.h... yes
[  339s] checking for op_open_callbacks in -lopusfile... yes
[  339s] checking for opus/opusfile.h... yes
[  339s] checking for luaL_newstate in -llua5.4... no
[  339s] checking for luaL_newstate in -llua5.3... no
[  339s] checking for luaL_newstate in -llua5.2... no
[  339s] checking for luaL_newstate in -llua5.1... yes
[  339s] checking for lua5.1/lua.h... yes
[  340s] checking for rc_read_config in -lfreeradius-client... no
[  340s] checking for rc_read_config in -lradiusclient-ng... no
[  340s] checking for rc_read_config in -lradcli... yes
[  340s] checking for radcli/radcli.h... yes
[  340s] checking for codec2_create in -lcodec2... no
[  340s] checking for cpg_join in -lcpg... no
[  340s] checking for corosync_cfg_state_track in -lcfg... no
[  340s] checking for speex_encode in -lspeex... yes
[  340s] checking for speex/speex.h... yes
[  340s] checking for speex_preprocess_ctl in -lspeex... no
[  340s] checking for speex_preprocess_ctl in -lspeexdsp... yes
[  340s] checking for speex/speex.h... (cached) yes
[  340s] checking for sqlite_exec in -lsqlite... no
[  340s] checking for sqlite3_open in -lsqlite3... yes
[  340s] checking for sqlite3.h... yes
[  341s] checking for crypt in -lcrypt... yes
[  341s] checking for crypt.h... yes
[  341s] checking for crypt... no
[  341s] checking for crypt_r in -lcrypt... yes
[  341s] checking for AES_encrypt in -lcrypto... yes
[  341s] checking for openssl/aes.h... yes
[  341s] checking for SSL_connect in -lssl... yes
[  341s] checking for openssl/ssl.h... yes
[  341s] checking for BIO_meth_new in -lssl... yes
[  341s] checking for openssl/ssl.h... (cached) yes
[  341s] checking for osp/osp.h... no
[  342s] checking for srtp_init in -lsrtp2... yes
[  342s] checking for srtp2/srtp.h... yes
[  342s] checking for the ability of -lsrtp2 to be linked in a shared object... yes
[  342s] checking for srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80 in -lsrtp2... yes
[  342s] checking for srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80 in -lsrtp2... yes
[  342s] checking for srtp_crypto_policy_set_aes_gcm_128_8_auth in -lsrtp2... yes
[  342s] checking for srtp_shutdown in -lsrtp2... yes
[  342s] checking for srtp2/srtp.h... (cached) yes
[  342s] checking for srtp_get_version_string in -lsrtp2... yes
[  342s] checking for srtp2/srtp.h... (cached) yes
[  343s] checking for gmime-3.0... yes
[  343s] checking for malloc in -lhoard... no
[  343s] checking for dbinit in -lsybdb... yes
[  343s] checking for sybdb.h... yes
[  343s] checking for tone_zone_find_by_num in -ltonezone... yes
[  343s] checking for tone_zone_find in -ltonezone... yes
[  343s] checking for dahdi/tonezone.h... yes
[  343s] checking for vorbis_info_init in -lvorbis... yes
[  344s] checking for vorbis/codec.h... yes
[  344s] checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h... yes
[  344s] checking for vpb_open in -lvpb... yes
[  345s] checking for compress in -lz... yes
[  345s] checking for zlib.h... yes
[  345s] checking whether ODBC has support for Unicode types... yes
[  345s] checking for linux/compiler.h... no
[  345s] checking for linux/ixjuser.h... no
[  345s] checking for MSG_NOSIGNAL in sys/socket.h... yes
[  345s] checking for SO_NOSIGPIPE in sys/socket.h... no
[  345s] checking for IMG_Load in -lSDL_image... yes
[  345s] checking for SDL_image.h... no
[  345s] checking for x86_64-linux-gnu-pkg-config... x86_64-linux-gnu-pkg-config
[  346s] checking for linux/videodev.h... no
[  346s] checking for XOpenDisplay in -lX11... yes
[  346s] checking for X11/Xlib.h... yes
[  346s] checking for /sbin/launchd... no
[  346s] checking for gtk+-2.0... no
[  346s] checking for libsystemd... yes
[  346s] checking for LOG_AUTH in syslog.h... yes
[  346s] checking for LOG_AUTHPRIV in syslog.h... yes
[  346s] checking for LOG_CRON in syslog.h... yes
[  346s] checking for LOG_DAEMON in syslog.h... yes
[  346s] checking for LOG_FTP in syslog.h... yes
[  346s] checking for LOG_KERN in syslog.h... yes
[  347s] checking for LOG_LPR in syslog.h... yes
[  347s] checking for LOG_MAIL in syslog.h... yes
[  347s] checking for LOG_NEWS in syslog.h... yes
[  347s] checking for LOG_SYSLOG in syslog.h... yes
[  347s] checking for LOG_UUCP in syslog.h... yes
[  347s] checking for bridges/bridge_softmix/include/hrirs.h... yes
[  347s] checking for mandatory modules:  PJPROJECT GSM IMAP_TK... ok
[  347s] configure: creating ./config.status
[  347s] config.status: creating build_tools/menuselect-deps
[  347s] config.status: creating makeopts
[  347s] config.status: creating include/asterisk/autoconfig.h
[  347s] configure: WARNING: unrecognized options: --without-pwlib
[  347s] checking build system type... x86_64-pc-linux-gnu
[  347s] checking host system type... x86_64-pc-linux-gnu
[  347s] checking for gcc... gcc
[  347s] checking whether the C compiler works... yes
[  347s] checking for C compiler default output file name... a.out
[  347s] checking for suffix of executables... 
[  347s] checking whether we are cross compiling... no
[  347s] checking for suffix of object files... o
[  347s] checking whether the compiler supports GNU C... yes
[  347s] checking whether gcc accepts -g... yes
[  348s] checking for gcc option to enable C11 features... none needed
[  348s] checking for GNU make... make
[  348s] checking for stdio.h... yes
[  348s] checking for stdlib.h... yes
[  348s] checking for string.h... yes
[  348s] checking for inttypes.h... yes
[  348s] checking for stdint.h... yes
[  348s] checking for strings.h... yes
[  348s] checking for sys/stat.h... yes
[  348s] checking for sys/types.h... yes
[  348s] checking for unistd.h... yes
[  348s] checking for size_t... yes
[  348s] checking for working alloca.h... yes
[  348s] checking for alloca... yes
[  348s] checking for asprintf... yes
[  348s] checking for getloadavg... yes
[  349s] checking for setenv... yes
[  349s] checking for strcasestr... yes
[  349s] checking for strndup... yes
[  349s] checking for strnlen... yes
[  349s] checking for strsep... yes
[  349s] checking for unsetenv... yes
[  349s] checking for vasprintf... yes
[  349s] checking for newtBell in -lnewt... yes
[  349s] checking for newt.h... yes
[  349s] checking for initscr in -lncurses... yes
[  349s] checking for ncurses.h... yes
[  349s] checking for keypad in -ltinfo... yes
[  349s] checking for ncurses.h... (cached) yes
[  349s] checking for a sed that does not truncate output... /bin/sed
[  349s] checking for xml2-config... /usr/bin/xml2-config
[  350s] checking for pkg-config... /usr/bin/pkg-config
[  350s] checking pkg-config is at least version 0.9.0... yes
[  350s] checking for gtk+-2.0... no
[  350s] configure: creating ./config.status
[  350s] config.status: creating makeopts
[  350s] config.status: creating autoconfig.h
[  350s] configure: Menuselect build configuration successfully completed
[  350s] 
[  350s]                .$$$$$$$$$$$$$$$=..      
[  350s]             .$7$7..          .7$$7:.    
[  350s]           .$$:.                 ,$7.7   
[  350s]         .$7.     7$$$$           .$$77  
[  350s]      ..$$.       $$$$$            .$$$7 
[  350s]     ..7$   .?.   $$$$$   .?.       7$$$.
[  350s]    $.$.   .$$$7. $$$$7 .7$$$.      .$$$.
[  350s]  .777.   .$$$$$$77$$$77$$$$$7.      $$$,
[  350s]  $$$~      .7$$$$$$$$$$$$$7.       .$$$.
[  350s] .$$7          .7$$$$$$$7:          ?$$$.
[  350s] $$$          ?7$$$$$$$$$$I        .$$$7 
[  350s] $$$       .7$$$$$$$$$$$$$$$$      :$$$. 
[  350s] $$$       $$$$$$7$$$$$$$$$$$$    .$$$.  
[  350s] $$$        $$$   7$$$7  .$$$    .$$$.   
[  350s] $$$$             $$$$7         .$$$.    
[  350s] 7$$$7            7$$$$        7$$$      
[  350s]  $$$$$                        $$$       
[  350s]   $$$$7.                       $$  (TM)     
[  350s]    $$$$$$$.           .7$$$$$$  $$      
[  350s]      $$$$$$$$$$$$7$$$$$$$$$.$$$$$$      
[  350s]        $$$$$$$$$$$$$$$$.                
[  350s] 
[  350s] configure: Package configured for: 
[  350s] configure: OS type  : linux-gnu
[  350s] configure: Host CPU : x86_64
[  350s] configure: build-cpu:vendor:os: x86_64 : pc : linux-gnu :
[  350s] configure: host-cpu:vendor:os: x86_64 : pc : linux-gnu :
[  350s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  350s]    debian/rules override_dh_auto_build
[  350s] make[1]: Entering directory '/usr/src/packages/BUILD'
[  350s] /usr/bin/make menuselect.makeopts BUILD_CFLAGS="-g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" BUILD_LDFLAGS="-Wl,-z,relro -Wl,-z,now"
[  351s] make[2]: Entering directory '/usr/src/packages/BUILD'
[  351s] CC="cc" CXX="x86_64-linux-gnu-g++" LD="" AR="" RANLIB="" CFLAGS="-g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro -Wl,-z,now" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
[  351s] make[3]: Entering directory '/usr/src/packages/BUILD/menuselect'
[  351s] gcc -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o menuselect.o menuselect.c
[  351s] menuselect.c: In function ?generate_makeopts_file?:
[  351s] menuselect.c:1611:41: warning: ignoring return value of ?system? declared with attribute ?warn_unused_result? [-Wunused-result]
[  351s]  1611 |                                         system(touchcommand);
[  351s]       |                                         ^~~~~~~~~~~~~~~~~~~~
[  351s] menuselect.c:1620:41: warning: ignoring return value of ?system? declared with attribute ?warn_unused_result? [-Wunused-result]
[  351s]  1620 |                                         system(rmcommand);
[  351s]       |                                         ^~~~~~~~~~~~~~~~~
[  351s] menuselect.c:1630:33: warning: ignoring return value of ?system? declared with attribute ?warn_unused_result? [-Wunused-result]
[  351s]  1630 |                                 system(touchcommand);
[  351s]       |                                 ^~~~~~~~~~~~~~~~~~~~
[  351s] menuselect.c:1639:33: warning: ignoring return value of ?system? declared with attribute ?warn_unused_result? [-Wunused-result]
[  351s]  1639 |                                 system(rmcommand);
[  351s]       |                                 ^~~~~~~~~~~~~~~~~
[  352s] gcc -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -Wdate-time -D_FORTIFY_SOURCE=2  -c -o strcompat.o strcompat.c
[  352s] gcc -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -Wdate-time -D_FORTIFY_SOURCE=2  -c -o menuselect_stub.o menuselect_stub.c
[  352s] gcc -Wl,-z,relro -Wl,-z,now -o menuselect menuselect.o strcompat.o menuselect_stub.o -lxml2
[  352s] make[3]: Leaving directory '/usr/src/packages/BUILD/menuselect'
[  352s] Generating input for menuselect ...
[  359s] menuselect/menuselect --check-deps menuselect.makeopts
[  359s] menuselect/menuselect --check-deps menuselect.makeopts  
[  359s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  359s] menuselect/menuselect --enable app_macro menuselect.makeopts
[  359s] menuselect/menuselect --enable codec_opus_open_source menuselect.makeopts
[  359s] 'codec_opus_open_source' not found
[  359s] PATH=$PATH:/usr/src/packages/BUILD/debian/dummyprogs dh_auto_build -- AST_FORTIFY_SOURCE= DEBUG= OPTIMIZE= NOISY_BUILD=yes ASTDATADIR=/usr/share/asterisk ASTVARRUNDIR=/var/run/asterisk
[  359s] 	make -j12 AST_FORTIFY_SOURCE= DEBUG= OPTIMIZE= NOISY_BUILD=yes ASTDATADIR=/usr/share/asterisk ASTVARRUNDIR=/var/run/asterisk
[  359s] make[2]: Entering directory '/usr/src/packages/BUILD'
[  360s] make[3]: Entering directory '/usr/src/packages/BUILD/utils'
[  360s] _ASTCFLAGS="-I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing" ASTCFLAGS="" make -C db1-ast libdb1.a
[  360s] x86_64-linux-gnu-gcc -o astcanary.o -c astcanary.c -MD -MT astcanary.o -MF .astcanary.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] x86_64-linux-gnu-gcc -o astdb2sqlite3.o -c astdb2sqlite3.c -MD -MT astdb2sqlite3.o -MF .astdb2sqlite3.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread  
[  360s] x86_64-linux-gnu-gcc -o astdb2bdb.o -c astdb2bdb.c -MD -MT astdb2bdb.o -MF .astdb2bdb.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread  
[  360s] make[4]: Entering directory '/usr/src/packages/BUILD/utils/db1-ast'
[  360s] x86_64-linux-gnu-gcc -o smsq.o -c smsq.c -MD -MT smsq.o -MF .smsq.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] cp "/usr/src/packages/BUILD/main/strcompat.c" "strcompat.c"
[  360s] cp "/usr/src/packages/BUILD/res/ael/ael_lex.c" "aelparse.c"
[  360s] cp "/usr/src/packages/BUILD/res/ael/ael.tab.c" "aelbison.c"
[  360s] cp "/usr/src/packages/BUILD/pbx/pbx_ael.c" "pbx_ael.c"
[  360s] cp "/usr/src/packages/BUILD/main/hashtab.c" "hashtab.c"
[  360s] x86_64-linux-gnu-gcc -o hash/hash.o -c hash/hash.c -MD -MT hash/hash.o -MF .hash_hash.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] cp "/usr/src/packages/BUILD/main/lock.c" "lock.c"
[  360s] x86_64-linux-gnu-gcc -o ael_main.o -c ael_main.c -MD -MT ael_main.o -MF .ael_main.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] sed 's/ast_debug([[:digit:]][[:digit:]]*/ast_log(LOG_DEBUG/' "pbx_ael.c" > "pbx_ael.c.new"
[  360s] sed 's/ast_debug([[:digit:]][[:digit:]]*/ast_log(LOG_DEBUG/' "aelparse.c" > "aelparse.c.new"
[  360s] mv "aelparse.c.new" "aelparse.c"
[  360s] cp "/usr/src/packages/BUILD/main/ast_expr2f.c" "ast_expr2f.c"
[  360s] cp "/usr/src/packages/BUILD/main/ast_expr2.c" "ast_expr2.c"
[  360s] mv "pbx_ael.c.new" "pbx_ael.c"
[  360s] x86_64-linux-gnu-gcc -o strcompat.o -c strcompat.c -MD -MT strcompat.o -MF .strcompat.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] cp "/usr/src/packages/BUILD/res/ael/pval.c" "pval.c"
[  360s] x86_64-linux-gnu-gcc -o hash/hash_bigkey.o -c hash/hash_bigkey.c -MD -MT hash/hash_bigkey.o -MF .hash_hash_bigkey.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o hash/hash_buf.o -c hash/hash_buf.c -MD -MT hash/hash_buf.o -MF .hash_hash_buf.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o extconf.o -c extconf.c -MD -MT extconf.o -MF .extconf.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE     
[  360s] x86_64-linux-gnu-gcc -o hash/hash_func.o -c hash/hash_func.c -MD -MT hash/hash_func.o -MF .hash_hash_func.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] cp "/usr/src/packages/BUILD/main/astmm.c" "astmm.c"
[  360s] x86_64-linux-gnu-g++ -o astcanary -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed astcanary.o  -lc   
[  360s] x86_64-linux-gnu-gcc -o hash/hash_log2.o -c hash/hash_log2.c -MD -MT hash/hash_log2.o -MF .hash_hash_log2.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o hash/hash_page.o -c hash/hash_page.c -MD -MT hash/hash_page.o -MF .hash_hash_page.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o aelparse.o -c aelparse.c -MD -MT aelparse.o -MF .aelparse.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -I/usr/src/packages/BUILD/res -Wno-unused -Wno-format-truncation  
[  360s] x86_64-linux-gnu-gcc -o hash/ndbm.o -c hash/ndbm.c -MD -MT hash/ndbm.o -MF .hash_ndbm.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o btree/bt_close.o -c btree/bt_close.c -MD -MT btree/bt_close.o -MF .btree_bt_close.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o aelbison.o -c aelbison.c -MD -MT aelbison.o -MF .aelbison.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -I/usr/src/packages/BUILD/res/ael -DYYENABLE_NLS=0  
[  360s] x86_64-linux-gnu-gcc -o btree/bt_conv.o -c btree/bt_conv.c -MD -MT btree/bt_conv.o -MF .btree_bt_conv.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o pbx_ael.o -c pbx_ael.c -MD -MT pbx_ael.o -MF .pbx_ael.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -DAST_MODULE_SELF_SYM=__internal_pbx_ael_self  
[  360s] x86_64-linux-gnu-gcc -o hashtab.o -c hashtab.c -MD -MT hashtab.o -MF .hashtab.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] x86_64-linux-gnu-gcc -o btree/bt_debug.o -c btree/bt_debug.c -MD -MT btree/bt_debug.o -MF .btree_bt_debug.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o btree/bt_delete.o -c btree/bt_delete.c -MD -MT btree/bt_delete.o -MF .btree_bt_delete.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o lock.o -c lock.c -MD -MT lock.o -MF .lock.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] x86_64-linux-gnu-gcc -o btree/bt_get.o -c btree/bt_get.c -MD -MT btree/bt_get.o -MF .btree_bt_get.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o ast_expr2f.o -c ast_expr2f.c -MD -MT ast_expr2f.o -MF .ast_expr2f.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -I/usr/src/packages/BUILD/main -Wno-unused  
[  360s] x86_64-linux-gnu-gcc -o ast_expr2.o -c ast_expr2.c -MD -MT ast_expr2.o -MF .ast_expr2.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] x86_64-linux-gnu-gcc -o btree/bt_open.o -c btree/bt_open.c -MD -MT btree/bt_open.o -MF .btree_bt_open.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o pval.o -c pval.c -MD -MT pval.o -MF .pval.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] x86_64-linux-gnu-gcc -o btree/bt_overflow.o -c btree/bt_overflow.c -MD -MT btree/bt_overflow.o -MF .btree_bt_overflow.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  360s] x86_64-linux-gnu-gcc -o astmm.o -c astmm.c -MD -MT astmm.o -MF .astmm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE    
[  360s] x86_64-linux-gnu-gcc -o btree/bt_page.o -c btree/bt_page.c -MD -MT btree/bt_page.o -MF .btree_bt_page.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o btree/bt_put.o -c btree/bt_put.c -MD -MT btree/bt_put.o -MF .btree_bt_put.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o btree/bt_search.o -c btree/bt_search.c -MD -MT btree/bt_search.o -MF .btree_bt_search.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] extconf.c: In function ?ast_config_internal_load?:
[  361s] extconf.c:2896:18: warning: ?db? may be used uninitialized [-Wmaybe-uninitialized]
[  361s]  2896 |         result = loader->load_func(db, table, filename, cfg, withcomments, suggested_incl_file);
[  361s]       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  361s] extconf.c:2896:18: note: by argument 1 of type ?const char *? to ?config_load_func? {aka ?struct ast_config *(const char *, const char *, const char *, struct ast_config *, int,  const char *)?}
[  361s] extconf.c:2866:14: note: ?db? declared here
[  361s]  2866 |         char db[256];
[  361s]       |              ^~
[  361s] extconf.c:2896:18: warning: ?table? may be used uninitialized [-Wmaybe-uninitialized]
[  361s]  2896 |         result = loader->load_func(db, table, filename, cfg, withcomments, suggested_incl_file);
[  361s]       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  361s] extconf.c:2896:18: note: by argument 2 of type ?const char *? to ?config_load_func? {aka ?struct ast_config *(const char *, const char *, const char *, struct ast_config *, int,  const char *)?}
[  361s] extconf.c:2867:14: note: ?table? declared here
[  361s]  2867 |         char table[256];
[  361s]       |              ^~~~~
[  361s] x86_64-linux-gnu-gcc -o btree/bt_seq.o -c btree/bt_seq.c -MD -MT btree/bt_seq.o -MF .btree_bt_seq.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-g++ -o smsq -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed smsq.o strcompat.o  -lc   -lpopt  
[  361s] x86_64-linux-gnu-gcc -o btree/bt_split.o -c btree/bt_split.c -MD -MT btree/bt_split.o -MF .btree_bt_split.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o btree/bt_utils.o -c btree/bt_utils.c -MD -MT btree/bt_utils.o -MF .btree_bt_utils.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o db/db.o -c db/db.c -MD -MT db/db.o -MF .db_db.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o mpool/mpool.o -c mpool/mpool.c -MD -MT mpool/mpool.o -MF .mpool_mpool.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o recno/rec_close.o -c recno/rec_close.c -MD -MT recno/rec_close.o -MF .recno_rec_close.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o recno/rec_delete.o -c recno/rec_delete.c -MD -MT recno/rec_delete.o -MF .recno_rec_delete.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o recno/rec_get.o -c recno/rec_get.c -MD -MT recno/rec_get.o -MF .recno_rec_get.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o recno/rec_open.o -c recno/rec_open.c -MD -MT recno/rec_open.o -MF .recno_rec_open.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o recno/rec_put.o -c recno/rec_put.c -MD -MT recno/rec_put.o -MF .recno_rec_put.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o recno/rec_search.o -c recno/rec_search.c -MD -MT recno/rec_search.o -MF .recno_rec_search.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o recno/rec_seq.o -c recno/rec_seq.c -MD -MT recno/rec_seq.o -MF .recno_rec_seq.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-gcc -o recno/rec_utils.o -c recno/rec_utils.c -MD -MT recno/rec_utils.o -MF .recno_rec_utils.o.d -MP -pthread -Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations    -DSTANDALONE   -pthread -Wno-strict-aliasing    
[  361s] x86_64-linux-gnu-ar cr libdb1.a 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
[  361s] x86_64-linux-gnu-ranlib libdb1.a
[  361s] make[4]: Leaving directory '/usr/src/packages/BUILD/utils/db1-ast'
[  361s] x86_64-linux-gnu-g++ -o astdb2sqlite3 -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed astdb2sqlite3.o db1-ast/libdb1.a  -lc   -lsqlite3  
[  361s] x86_64-linux-gnu-g++ -o astdb2bdb -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed astdb2bdb.o db1-ast/libdb1.a  -lc   -lsqlite3  
[  363s] x86_64-linux-gnu-g++ -o aelparse -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed 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 astmm.o  -lc   -lm  
[  363s] make[3]: Leaving directory '/usr/src/packages/BUILD/utils'
[  363s] make[3]: Entering directory '/usr/src/packages/BUILD/agi'
[  363s] make[3]: Nothing to be done for 'all'.
[  363s] make[3]: Leaving directory '/usr/src/packages/BUILD/agi'
[  363s] make[3]: Entering directory '/usr/src/packages/BUILD/contrib'
[  363s] make[3]: Nothing to be done for 'all'.
[  363s] make[3]: Leaving directory '/usr/src/packages/BUILD/contrib'
[  363s] make[3]: Entering directory '/usr/src/packages/BUILD/third-party'
[  363s] make -C pjproject all
[  363s] make -C jansson all
[  363s] make[4]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject'
[  363s] make[4]: Entering directory '/usr/src/packages/BUILD/third-party/jansson'
[  363s] make[4]: Nothing to be done for 'all'.
[  363s] make[4]: Leaving directory '/usr/src/packages/BUILD/third-party/jansson'
[  363s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjlib//build libpj-x86_64-pc-linux-gnu.a 
[  363s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/build'
[  363s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJLIB app=pjlib ../lib/libpj-x86_64-pc-linux-gnu.a
[  363s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/build'
[  363s] mkdir -p output/pjlib-x86_64-pc-linux-gnu/
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/ioqueue_epoll.o \
[  363s] 	../src/pj/ioqueue_epoll.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/file_access_unistd.o \
[  363s] 	../src/pj/file_access_unistd.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/file_io_ansi.o \
[  363s] 	../src/pj/file_io_ansi.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/os_core_unix.o \
[  363s] 	../src/pj/os_core_unix.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/os_error_unix.o \
[  363s] 	../src/pj/os_error_unix.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/os_time_unix.o \
[  363s] 	../src/pj/os_time_unix.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/os_timestamp_posix.o \
[  363s] 	../src/pj/os_timestamp_posix.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/sock_qos_bsd.o \
[  363s] 	../src/pj/sock_qos_bsd.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/guid_uuid.o \
[  363s] 	../src/pj/guid_uuid.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/addr_resolv_sock.o \
[  363s] 	../src/pj/addr_resolv_sock.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/log_writer_stdout.o \
[  363s] 	../src/pj/log_writer_stdout.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/os_timestamp_common.o \
[  363s] 	../src/pj/os_timestamp_common.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/pool_policy_malloc.o \
[  363s] 	../src/pj/pool_policy_malloc.c 
[  363s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  363s] 	-o output/pjlib-x86_64-pc-linux-gnu/sock_bsd.o \
[  363s] 	../src/pj/sock_bsd.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/sock_select.o \
[  364s] 	../src/pj/sock_select.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/activesock.o \
[  364s] 	../src/pj/activesock.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/array.o \
[  364s] 	../src/pj/array.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/config.o \
[  364s] 	../src/pj/config.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/ctype.o \
[  364s] 	../src/pj/ctype.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/errno.o \
[  364s] 	../src/pj/errno.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/except.o \
[  364s] 	../src/pj/except.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/fifobuf.o \
[  364s] 	../src/pj/fifobuf.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/guid.o \
[  364s] 	../src/pj/guid.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/hash.o \
[  364s] 	../src/pj/hash.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/ip_helper_generic.o \
[  364s] 	../src/pj/ip_helper_generic.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/list.o \
[  364s] 	../src/pj/list.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/lock.o \
[  364s] 	../src/pj/lock.c 
[  364s] In function ?pj_thread_init?,
[  364s]     inlined from ?pj_thread_init? at ../src/pj/os_core_unix.c:493:13:
[  364s] ../src/pj/os_core_unix.c:503:12: warning: ?pj_thread_register? accessing 512 bytes in a region of size 72 [-Wstringop-overflow=]
[  364s]   503 |     return pj_thread_register("thr%p", (long*)&main_thread, &dummy);
[  364s]       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  364s] ../src/pj/os_core_unix.c: In function ?pj_thread_init?:
[  364s] ../src/pj/os_core_unix.c:503:12: note: referencing argument 2 of type ?long int *?
[  364s] ../src/pj/os_core_unix.c:418:21: note: in a call to function ?pj_thread_register?
[  364s]   418 | PJ_DEF(pj_status_t) pj_thread_register ( const char *cstr_thread_name,
[  364s]       |                     ^~~~~~~~~~~~~~~~~~
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/log.o \
[  364s] 	../src/pj/log.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/os_time_common.o \
[  364s] 	../src/pj/os_time_common.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/os_info.o \
[  364s] 	../src/pj/os_info.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/pool.o \
[  364s] 	../src/pj/pool.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/pool_buf.o \
[  364s] 	../src/pj/pool_buf.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/pool_caching.o \
[  364s] 	../src/pj/pool_caching.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/pool_dbg.o \
[  364s] 	../src/pj/pool_dbg.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/rand.o \
[  364s] 	../src/pj/rand.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/rbtree.o \
[  364s] 	../src/pj/rbtree.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/sock_common.o \
[  364s] 	../src/pj/sock_common.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/sock_qos_common.o \
[  364s] 	../src/pj/sock_qos_common.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/ssl_sock_common.o \
[  364s] 	../src/pj/ssl_sock_common.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/ssl_sock_ossl.o \
[  364s] 	../src/pj/ssl_sock_ossl.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/ssl_sock_gtls.o \
[  364s] 	../src/pj/ssl_sock_gtls.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/ssl_sock_dump.o \
[  364s] 	../src/pj/ssl_sock_dump.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/ssl_sock_darwin.o \
[  364s] 	../src/pj/ssl_sock_darwin.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/string.o \
[  364s] 	../src/pj/string.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/timer.o \
[  364s] 	../src/pj/timer.c 
[  364s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include \
[  364s] 	-o output/pjlib-x86_64-pc-linux-gnu/types.o \
[  364s] 	../src/pj/types.c 
[  366s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  366s] ar rv ../lib/libpj-x86_64-pc-linux-gnu.a  output/pjlib-x86_64-pc-linux-gnu/ioqueue_epoll.o  output/pjlib-x86_64-pc-linux-gnu/file_access_unistd.o  output/pjlib-x86_64-pc-linux-gnu/file_io_ansi.o  output/pjlib-x86_64-pc-linux-gnu/os_core_unix.o  output/pjlib-x86_64-pc-linux-gnu/os_error_unix.o  output/pjlib-x86_64-pc-linux-gnu/os_time_unix.o  output/pjlib-x86_64-pc-linux-gnu/os_timestamp_posix.o  output/pjlib-x86_64-pc-linux-gnu/sock_qos_bsd.o  output/pjlib-x86_64-pc-linux-gnu/guid_uuid.o  output/pjlib-x86_64-pc-linux-gnu/addr_resolv_sock.o  output/pjlib-x86_64-pc-linux-gnu/log_writer_stdout.o  output/pjlib-x86_64-pc-linux-gnu/os_timestamp_common.o  output/pjlib-x86_64-pc-linux-gnu/pool_policy_malloc.o  output/pjlib-x86_64-pc-linux-gnu/sock_bsd.o  output/pjlib-x86_64-pc-linux-gnu/sock_select.o  output/pjlib-x86_64-pc-linux-gnu/activesock.o  output/pjlib-x86_64-pc-linux-gnu/array.o  output/pjlib-x86_64-pc-linux-gnu/config.o  output/pjlib-x86_64-pc-linux-gnu/ctype.o  output/pjlib-x86_64-pc-linux-gnu/errno.o  output/pjlib-x86_64-pc-linux-gnu/except.o  output/pjlib-x86_64-pc-linux-gnu/fifobuf.o  output/pjlib-x86_64-pc-linux-gnu/guid.o  output/pjlib-x86_64-pc-linux-gnu/hash.o  output/pjlib-x86_64-pc-linux-gnu/ip_helper_generic.o  output/pjlib-x86_64-pc-linux-gnu/list.o  output/pjlib-x86_64-pc-linux-gnu/lock.o  output/pjlib-x86_64-pc-linux-gnu/log.o  output/pjlib-x86_64-pc-linux-gnu/os_time_common.o  output/pjlib-x86_64-pc-linux-gnu/os_info.o  output/pjlib-x86_64-pc-linux-gnu/pool.o  output/pjlib-x86_64-pc-linux-gnu/pool_buf.o  output/pjlib-x86_64-pc-linux-gnu/pool_caching.o  output/pjlib-x86_64-pc-linux-gnu/pool_dbg.o  output/pjlib-x86_64-pc-linux-gnu/rand.o  output/pjlib-x86_64-pc-linux-gnu/rbtree.o  output/pjlib-x86_64-pc-linux-gnu/sock_common.o  output/pjlib-x86_64-pc-linux-gnu/sock_qos_common.o  output/pjlib-x86_64-pc-linux-gnu/ssl_sock_common.o  output/pjlib-x86_64-pc-linux-gnu/ssl_sock_ossl.o  output/pjlib-x86_64-pc-linux-gnu/ssl_sock_gtls.o  output/pjlib-x86_64-pc-linux-gnu/ssl_sock_dump.o  output/pjlib-x86_64-pc-linux-gnu/ssl_sock_darwin.o  output/pjlib-x86_64-pc-linux-gnu/string.o  output/pjlib-x86_64-pc-linux-gnu/timer.o  output/pjlib-x86_64-pc-linux-gnu/types.o
[  366s] ar: creating ../lib/libpj-x86_64-pc-linux-gnu.a
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/ioqueue_epoll.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/file_access_unistd.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/file_io_ansi.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/os_core_unix.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/os_error_unix.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/os_time_unix.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/os_timestamp_posix.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/sock_qos_bsd.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/guid_uuid.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/addr_resolv_sock.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/log_writer_stdout.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/os_timestamp_common.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/pool_policy_malloc.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/sock_bsd.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/sock_select.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/activesock.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/array.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/config.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/ctype.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/errno.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/except.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/fifobuf.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/guid.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/hash.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/ip_helper_generic.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/list.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/lock.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/log.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/os_time_common.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/os_info.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/pool.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/pool_buf.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/pool_caching.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/pool_dbg.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/rand.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/rbtree.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/sock_common.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/sock_qos_common.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/ssl_sock_common.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/ssl_sock_ossl.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/ssl_sock_gtls.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/ssl_sock_dump.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/ssl_sock_darwin.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/string.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/timer.o
[  366s] a - output/pjlib-x86_64-pc-linux-gnu/types.o
[  366s] ranlib ../lib/libpj-x86_64-pc-linux-gnu.a
[  366s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/build'
[  366s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/build'
[  366s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util//build libpjlib-util-x86_64-pc-linux-gnu.a 
[  366s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/build'
[  366s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJLIB_UTIL app=pjlib-util ../lib/libpjlib-util-x86_64-pc-linux-gnu.a
[  366s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/build'
[  366s] mkdir -p output/pjlib-util-x86_64-pc-linux-gnu/
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/base64.o \
[  366s] 	../src/pjlib-util/base64.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/cli.o \
[  366s] 	../src/pjlib-util/cli.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/cli_console.o \
[  366s] 	../src/pjlib-util/cli_console.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/cli_telnet.o \
[  366s] 	../src/pjlib-util/cli_telnet.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/crc32.o \
[  366s] 	../src/pjlib-util/crc32.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/errno.o \
[  366s] 	../src/pjlib-util/errno.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/dns.o \
[  366s] 	../src/pjlib-util/dns.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/dns_dump.o \
[  366s] 	../src/pjlib-util/dns_dump.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/dns_server.o \
[  366s] 	../src/pjlib-util/dns_server.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/getopt.o \
[  366s] 	../src/pjlib-util/getopt.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/hmac_md5.o \
[  366s] 	../src/pjlib-util/hmac_md5.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/hmac_sha1.o \
[  366s] 	../src/pjlib-util/hmac_sha1.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/http_client.o \
[  366s] 	../src/pjlib-util/http_client.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/json.o \
[  366s] 	../src/pjlib-util/json.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/md5.o \
[  366s] 	../src/pjlib-util/md5.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/pcap.o \
[  366s] 	../src/pjlib-util/pcap.c 
[  366s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  366s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/resolver.o \
[  366s] 	../src/pjlib-util/resolver.c 
[  367s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  367s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/scanner.o \
[  367s] 	../src/pjlib-util/scanner.c 
[  367s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  367s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/sha1.o \
[  367s] 	../src/pjlib-util/sha1.c 
[  367s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  367s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/srv_resolver.o \
[  367s] 	../src/pjlib-util/srv_resolver.c 
[  367s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  367s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/string.o \
[  367s] 	../src/pjlib-util/string.c 
[  367s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  367s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/stun_simple.o \
[  367s] 	../src/pjlib-util/stun_simple.c 
[  367s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  367s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/stun_simple_client.o \
[  367s] 	../src/pjlib-util/stun_simple_client.c 
[  367s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include \
[  367s] 	-o output/pjlib-util-x86_64-pc-linux-gnu/xml.o \
[  367s] 	../src/pjlib-util/xml.c 
[  367s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  367s] ar rv ../lib/libpjlib-util-x86_64-pc-linux-gnu.a  output/pjlib-util-x86_64-pc-linux-gnu/base64.o  output/pjlib-util-x86_64-pc-linux-gnu/cli.o  output/pjlib-util-x86_64-pc-linux-gnu/cli_console.o  output/pjlib-util-x86_64-pc-linux-gnu/cli_telnet.o  output/pjlib-util-x86_64-pc-linux-gnu/crc32.o  output/pjlib-util-x86_64-pc-linux-gnu/errno.o  output/pjlib-util-x86_64-pc-linux-gnu/dns.o  output/pjlib-util-x86_64-pc-linux-gnu/dns_dump.o  output/pjlib-util-x86_64-pc-linux-gnu/dns_server.o  output/pjlib-util-x86_64-pc-linux-gnu/getopt.o  output/pjlib-util-x86_64-pc-linux-gnu/hmac_md5.o  output/pjlib-util-x86_64-pc-linux-gnu/hmac_sha1.o  output/pjlib-util-x86_64-pc-linux-gnu/http_client.o  output/pjlib-util-x86_64-pc-linux-gnu/json.o  output/pjlib-util-x86_64-pc-linux-gnu/md5.o  output/pjlib-util-x86_64-pc-linux-gnu/pcap.o  output/pjlib-util-x86_64-pc-linux-gnu/resolver.o  output/pjlib-util-x86_64-pc-linux-gnu/scanner.o  output/pjlib-util-x86_64-pc-linux-gnu/sha1.o  output/pjlib-util-x86_64-pc-linux-gnu/srv_resolver.o  output/pjlib-util-x86_64-pc-linux-gnu/string.o  output/pjlib-util-x86_64-pc-linux-gnu/stun_simple.o  output/pjlib-util-x86_64-pc-linux-gnu/stun_simple_client.o  output/pjlib-util-x86_64-pc-linux-gnu/xml.o
[  367s] ar: creating ../lib/libpjlib-util-x86_64-pc-linux-gnu.a
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/base64.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/cli.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/cli_console.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/cli_telnet.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/crc32.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/errno.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/dns.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/dns_dump.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/dns_server.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/getopt.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/hmac_md5.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/hmac_sha1.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/http_client.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/json.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/md5.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/pcap.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/resolver.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/scanner.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/sha1.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/srv_resolver.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/string.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/stun_simple.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/stun_simple_client.o
[  367s] a - output/pjlib-util-x86_64-pc-linux-gnu/xml.o
[  368s] ranlib ../lib/libpjlib-util-x86_64-pc-linux-gnu.a
[  368s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/build'
[  368s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/build'
[  368s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjsip//build libpjsua-x86_64-pc-linux-gnu.a 
[  368s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  368s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip ../lib/libpjsip-x86_64-pc-linux-gnu.a
[  368s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  368s] mkdir -p output/pjsip-x86_64-pc-linux-gnu/
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_config.o \
[  368s] 	../src/pjsip/sip_config.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_multipart.o \
[  368s] 	../src/pjsip/sip_multipart.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_errno.o \
[  368s] 	../src/pjsip/sip_errno.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_msg.o \
[  368s] 	../src/pjsip/sip_msg.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_parser.o \
[  368s] 	../src/pjsip/sip_parser.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_tel_uri.o \
[  368s] 	../src/pjsip/sip_tel_uri.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_uri.o \
[  368s] 	../src/pjsip/sip_uri.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_endpoint.o \
[  368s] 	../src/pjsip/sip_endpoint.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_util.o \
[  368s] 	../src/pjsip/sip_util.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_util_proxy.o \
[  368s] 	../src/pjsip/sip_util_proxy.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_resolve.o \
[  368s] 	../src/pjsip/sip_resolve.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_transport.o \
[  368s] 	../src/pjsip/sip_transport.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_transport_loop.o \
[  368s] 	../src/pjsip/sip_transport_loop.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_transport_udp.o \
[  368s] 	../src/pjsip/sip_transport_udp.c 
[  368s] ../src/pjsip/sip_transport_udp.c: In function ?udp_set_pub_name?:
[  368s] ../src/pjsip/sip_transport_udp.c:647:70: warning: ?%s? directive output may be truncated writing up to 55 bytes into a region of size between 6 and 61 [-Wformat-truncation=]
[  368s]   647 |     pj_ansi_snprintf( tp->base.info, INFO_LEN, "udp %s [published as %s]",
[  368s]       |                                                                      ^~
[  368s]   648 |                       local_addr, pub_addr);
[  368s]       |                                   ~~~~~~~~                            
[  368s] In file included from /usr/include/stdio.h:866,
[  368s]                  from ../../pjlib/include/pj/compat/string.h:39,
[  368s]                  from ../../pjlib/include/pj/asterisk_malloc_debug.h:20,
[  368s]                  from ../../pjlib/include/pj/config_site.h:12,
[  368s]                  from ../../pjlib/include/pj/config.h:312,
[  368s]                  from ../../pjlib/include/pj/types.h:33,
[  368s]                  from ../include/pjsip/sip_config.h:27,
[  368s]                  from ../include/pjsip/sip_types.h:34,
[  368s]                  from ../include/pjsip/sip_msg.h:28,
[  368s]                  from ../include/pjsip/sip_transport.h:28,
[  368s]                  from ../include/pjsip/sip_transport_udp.h:28,
[  368s]                  from ../src/pjsip/sip_transport_udp.c:20:
[  368s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 21 and 131 bytes into a destination of size 80
[  368s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  368s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  368s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  368s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_transport_tcp.o \
[  368s] 	../src/pjsip/sip_transport_tcp.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_transport_tls.o \
[  368s] 	../src/pjsip/sip_transport_tls.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_auth_aka.o \
[  368s] 	../src/pjsip/sip_auth_aka.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_auth_client.o \
[  368s] 	../src/pjsip/sip_auth_client.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_auth_msg.o \
[  368s] 	../src/pjsip/sip_auth_msg.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_auth_parser.o \
[  368s] 	../src/pjsip/sip_auth_parser.c 
[  368s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  368s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_auth_server.o \
[  368s] 	../src/pjsip/sip_auth_server.c 
[  369s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  369s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_transaction.o \
[  369s] 	../src/pjsip/sip_transaction.c 
[  369s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  369s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_util_statefull.o \
[  369s] 	../src/pjsip/sip_util_statefull.c 
[  369s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  369s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_dialog.o \
[  369s] 	../src/pjsip/sip_dialog.c 
[  369s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  369s] 	-o output/pjsip-x86_64-pc-linux-gnu/sip_ua_layer.o \
[  369s] 	../src/pjsip/sip_ua_layer.c 
[  369s] ../src/pjsip/sip_transport_tcp.c: In function ?pjsip_tcp_transport_lis_start?:
[  369s] ../src/pjsip/sip_transport_tcp.c:345:69: warning: ?%s? directive output may be truncated writing up to 55 bytes into a region of size between 26 and 81 [-Wformat-truncation=]
[  369s]   345 |             listener->factory.info, INFO_LEN, "tcp %s [published as %s]",
[  369s]       |                                                                     ^~
[  369s]   346 |             local_addr, pub_addr);
[  369s]       |                         ~~~~~~~~                                     
[  369s] In file included from /usr/include/stdio.h:866,
[  369s]                  from ../../pjlib/include/pj/compat/string.h:39,
[  369s]                  from ../../pjlib/include/pj/asterisk_malloc_debug.h:20,
[  369s]                  from ../../pjlib/include/pj/config_site.h:12,
[  369s]                  from ../../pjlib/include/pj/config.h:312,
[  369s]                  from ../../pjlib/include/pj/types.h:33,
[  369s]                  from ../include/pjsip/sip_config.h:27,
[  369s]                  from ../include/pjsip/sip_types.h:34,
[  369s]                  from ../include/pjsip/sip_msg.h:28,
[  369s]                  from ../include/pjsip/sip_transport.h:28,
[  369s]                  from ../include/pjsip/sip_transport_tcp.h:28,
[  369s]                  from ../src/pjsip/sip_transport_tcp.c:20:
[  369s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 21 and 131 bytes into a destination of size 100
[  369s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  369s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  369s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  369s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  369s] ../src/pjsip/sip_transport_tls.c: In function ?pjsip_tls_transport_lis_start?:
[  369s] ../src/pjsip/sip_transport_tls.c:433:69: warning: ?%s? directive output may be truncated writing up to 55 bytes into a region of size between 26 and 81 [-Wformat-truncation=]
[  369s]   433 |             listener->factory.info, INFO_LEN, "tls %s [published as %s]",
[  369s]       |                                                                     ^~
[  369s]   434 |             local_addr, pub_addr);
[  369s]       |                         ~~~~~~~~                                     
[  369s] In file included from /usr/include/stdio.h:866,
[  369s]                  from ../../pjlib/include/pj/compat/string.h:39,
[  369s]                  from ../../pjlib/include/pj/asterisk_malloc_debug.h:20,
[  369s]                  from ../../pjlib/include/pj/config_site.h:12,
[  369s]                  from ../../pjlib/include/pj/config.h:312,
[  369s]                  from ../../pjlib/include/pj/types.h:33,
[  369s]                  from ../include/pjsip/sip_config.h:27,
[  369s]                  from ../include/pjsip/sip_types.h:34,
[  369s]                  from ../include/pjsip/sip_msg.h:28,
[  369s]                  from ../include/pjsip/sip_transport.h:28,
[  369s]                  from ../include/pjsip/sip_transport_tls.h:28,
[  369s]                  from ../src/pjsip/sip_transport_tls.c:20:
[  369s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 21 and 131 bytes into a destination of size 100
[  369s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  369s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  369s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  369s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  370s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  370s] ar rv ../lib/libpjsip-x86_64-pc-linux-gnu.a  output/pjsip-x86_64-pc-linux-gnu/sip_config.o  output/pjsip-x86_64-pc-linux-gnu/sip_multipart.o  output/pjsip-x86_64-pc-linux-gnu/sip_errno.o  output/pjsip-x86_64-pc-linux-gnu/sip_msg.o  output/pjsip-x86_64-pc-linux-gnu/sip_parser.o  output/pjsip-x86_64-pc-linux-gnu/sip_tel_uri.o  output/pjsip-x86_64-pc-linux-gnu/sip_uri.o  output/pjsip-x86_64-pc-linux-gnu/sip_endpoint.o  output/pjsip-x86_64-pc-linux-gnu/sip_util.o  output/pjsip-x86_64-pc-linux-gnu/sip_util_proxy.o  output/pjsip-x86_64-pc-linux-gnu/sip_resolve.o  output/pjsip-x86_64-pc-linux-gnu/sip_transport.o  output/pjsip-x86_64-pc-linux-gnu/sip_transport_loop.o  output/pjsip-x86_64-pc-linux-gnu/sip_transport_udp.o  output/pjsip-x86_64-pc-linux-gnu/sip_transport_tcp.o  output/pjsip-x86_64-pc-linux-gnu/sip_transport_tls.o  output/pjsip-x86_64-pc-linux-gnu/sip_auth_aka.o  output/pjsip-x86_64-pc-linux-gnu/sip_auth_client.o  output/pjsip-x86_64-pc-linux-gnu/sip_auth_msg.o  output/pjsip-x86_64-pc-linux-gnu/sip_auth_parser.o  output/pjsip-x86_64-pc-linux-gnu/sip_auth_server.o  output/pjsip-x86_64-pc-linux-gnu/sip_transaction.o  output/pjsip-x86_64-pc-linux-gnu/sip_util_statefull.o  output/pjsip-x86_64-pc-linux-gnu/sip_dialog.o  output/pjsip-x86_64-pc-linux-gnu/sip_ua_layer.o
[  370s] ar: creating ../lib/libpjsip-x86_64-pc-linux-gnu.a
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_config.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_multipart.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_errno.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_msg.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_parser.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_tel_uri.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_uri.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_endpoint.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_util.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_util_proxy.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_resolve.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_transport.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_transport_loop.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_transport_udp.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_transport_tcp.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_transport_tls.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_auth_aka.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_auth_client.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_auth_msg.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_auth_parser.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_auth_server.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_transaction.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_util_statefull.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_dialog.o
[  370s] a - output/pjsip-x86_64-pc-linux-gnu/sip_ua_layer.o
[  370s] ranlib ../lib/libpjsip-x86_64-pc-linux-gnu.a
[  370s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  370s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP_SIMPLE app=pjsip-simple ../lib/libpjsip-simple-x86_64-pc-linux-gnu.a
[  370s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  370s] mkdir -p output/pjsip-simple-x86_64-pc-linux-gnu/
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/errno.o \
[  370s] 	../src/pjsip-simple/errno.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/evsub.o \
[  370s] 	../src/pjsip-simple/evsub.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/evsub_msg.o \
[  370s] 	../src/pjsip-simple/evsub_msg.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/iscomposing.o \
[  370s] 	../src/pjsip-simple/iscomposing.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/mwi.o \
[  370s] 	../src/pjsip-simple/mwi.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/pidf.o \
[  370s] 	../src/pjsip-simple/pidf.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/presence.o \
[  370s] 	../src/pjsip-simple/presence.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/presence_body.o \
[  370s] 	../src/pjsip-simple/presence_body.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/publishc.o \
[  370s] 	../src/pjsip-simple/publishc.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/rpid.o \
[  370s] 	../src/pjsip-simple/rpid.c 
[  370s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  370s] 	-o output/pjsip-simple-x86_64-pc-linux-gnu/xpidf.o \
[  370s] 	../src/pjsip-simple/xpidf.c 
[  371s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  371s] ar rv ../lib/libpjsip-simple-x86_64-pc-linux-gnu.a  output/pjsip-simple-x86_64-pc-linux-gnu/errno.o  output/pjsip-simple-x86_64-pc-linux-gnu/evsub.o  output/pjsip-simple-x86_64-pc-linux-gnu/evsub_msg.o  output/pjsip-simple-x86_64-pc-linux-gnu/iscomposing.o  output/pjsip-simple-x86_64-pc-linux-gnu/mwi.o  output/pjsip-simple-x86_64-pc-linux-gnu/pidf.o  output/pjsip-simple-x86_64-pc-linux-gnu/presence.o  output/pjsip-simple-x86_64-pc-linux-gnu/presence_body.o  output/pjsip-simple-x86_64-pc-linux-gnu/publishc.o  output/pjsip-simple-x86_64-pc-linux-gnu/rpid.o  output/pjsip-simple-x86_64-pc-linux-gnu/xpidf.o
[  371s] ar: creating ../lib/libpjsip-simple-x86_64-pc-linux-gnu.a
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/errno.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/evsub.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/evsub_msg.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/iscomposing.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/mwi.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/pidf.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/presence.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/presence_body.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/publishc.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/rpid.o
[  371s] a - output/pjsip-simple-x86_64-pc-linux-gnu/xpidf.o
[  371s] ranlib ../lib/libpjsip-simple-x86_64-pc-linux-gnu.a
[  371s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  371s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP_UA app=pjsip-ua ../lib/libpjsip-ua-x86_64-pc-linux-gnu.a
[  371s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  371s] mkdir -p output/pjsip-ua-x86_64-pc-linux-gnu/
[  371s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  371s] 	-o output/pjsip-ua-x86_64-pc-linux-gnu/sip_inv.o \
[  371s] 	../src/pjsip-ua/sip_inv.c 
[  371s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  371s] 	-o output/pjsip-ua-x86_64-pc-linux-gnu/sip_reg.o \
[  371s] 	../src/pjsip-ua/sip_reg.c 
[  371s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  371s] 	-o output/pjsip-ua-x86_64-pc-linux-gnu/sip_replaces.o \
[  371s] 	../src/pjsip-ua/sip_replaces.c 
[  371s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  371s] 	-o output/pjsip-ua-x86_64-pc-linux-gnu/sip_xfer.o \
[  371s] 	../src/pjsip-ua/sip_xfer.c 
[  371s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  371s] 	-o output/pjsip-ua-x86_64-pc-linux-gnu/sip_100rel.o \
[  371s] 	../src/pjsip-ua/sip_100rel.c 
[  371s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include \
[  371s] 	-o output/pjsip-ua-x86_64-pc-linux-gnu/sip_timer.o \
[  371s] 	../src/pjsip-ua/sip_timer.c 
[  373s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  373s] ar rv ../lib/libpjsip-ua-x86_64-pc-linux-gnu.a  output/pjsip-ua-x86_64-pc-linux-gnu/sip_inv.o  output/pjsip-ua-x86_64-pc-linux-gnu/sip_reg.o  output/pjsip-ua-x86_64-pc-linux-gnu/sip_replaces.o  output/pjsip-ua-x86_64-pc-linux-gnu/sip_xfer.o  output/pjsip-ua-x86_64-pc-linux-gnu/sip_100rel.o  output/pjsip-ua-x86_64-pc-linux-gnu/sip_timer.o
[  373s] ar: creating ../lib/libpjsip-ua-x86_64-pc-linux-gnu.a
[  373s] a - output/pjsip-ua-x86_64-pc-linux-gnu/sip_inv.o
[  373s] a - output/pjsip-ua-x86_64-pc-linux-gnu/sip_reg.o
[  373s] a - output/pjsip-ua-x86_64-pc-linux-gnu/sip_replaces.o
[  373s] a - output/pjsip-ua-x86_64-pc-linux-gnu/sip_xfer.o
[  373s] a - output/pjsip-ua-x86_64-pc-linux-gnu/sip_100rel.o
[  373s] a - output/pjsip-ua-x86_64-pc-linux-gnu/sip_timer.o
[  373s] ranlib ../lib/libpjsip-ua-x86_64-pc-linux-gnu.a
[  373s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  373s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSUA_LIB app=pjsua-lib ../lib/libpjsua-x86_64-pc-linux-gnu.a
[  373s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  373s] mkdir -p output/pjsua-lib-x86_64-pc-linux-gnu/
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_acc.o \
[  373s] 	../src/pjsua-lib/pjsua_acc.c 
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_call.o \
[  373s] 	../src/pjsua-lib/pjsua_call.c 
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_core.o \
[  373s] 	../src/pjsua-lib/pjsua_core.c 
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_im.o \
[  373s] 	../src/pjsua-lib/pjsua_im.c 
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_media.o \
[  373s] 	../src/pjsua-lib/pjsua_media.c 
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_pres.o \
[  373s] 	../src/pjsua-lib/pjsua_pres.c 
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_dump.o \
[  373s] 	../src/pjsua-lib/pjsua_dump.c 
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_aud.o \
[  373s] 	../src/pjsua-lib/pjsua_aud.c 
[  373s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjnath/include -I../../pjmedia/include               \
[  373s] 	-o output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_vid.o \
[  373s] 	../src/pjsua-lib/pjsua_vid.c 
[  374s] In file included from /usr/include/string.h:519,
[  374s]                  from ../../pjlib/include/pj/compat/string.h:30,
[  374s]                  from ../../pjlib/include/pj/asterisk_malloc_debug.h:20,
[  374s]                  from ../../pjlib/include/pj/config_site.h:12,
[  374s]                  from ../../pjlib/include/pj/config.h:312,
[  374s]                  from ../../pjlib/include/pj/types.h:33,
[  374s]                  from ../include/pjsip/sip_config.h:27,
[  374s]                  from ../include/pjsip/sip_types.h:34,
[  374s]                  from ../include/pjsip.h:24,
[  374s]                  from ../include/pjsua-lib/pjsua.h:30,
[  374s]                  from ../src/pjsua-lib/pjsua_aud.c:20:
[  374s] In function ?strncpy?,
[  374s]     inlined from ?pjsua_enum_snd_devs? at ../src/pjsua-lib/pjsua_aud.c:1623:2:
[  374s] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning: ?__builtin_strncpy? output may be truncated copying 63 bytes from a string of length 63 [-Wstringop-truncation]
[  374s]    91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
[  374s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  375s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  375s] ar rv ../lib/libpjsua-x86_64-pc-linux-gnu.a  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_acc.o  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_call.o  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_core.o  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_im.o  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_media.o  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_pres.o  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_dump.o  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_aud.o  output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_vid.o
[  375s] ar: creating ../lib/libpjsua-x86_64-pc-linux-gnu.a
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_acc.o
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_call.o
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_core.o
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_im.o
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_media.o
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_pres.o
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_dump.o
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_aud.o
[  375s] a - output/pjsua-lib-x86_64-pc-linux-gnu/pjsua_vid.o
[  375s] ranlib ../lib/libpjsua-x86_64-pc-linux-gnu.a
[  375s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  375s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  375s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjsip//build libpjsip-ua-x86_64-pc-linux-gnu.a 
[  375s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip ../lib/libpjsip-x86_64-pc-linux-gnu.a
[  376s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[6]: '../lib/libpjsip-x86_64-pc-linux-gnu.a' is up to date.
[  376s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP_SIMPLE app=pjsip-simple ../lib/libpjsip-simple-x86_64-pc-linux-gnu.a
[  376s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[6]: '../lib/libpjsip-simple-x86_64-pc-linux-gnu.a' is up to date.
[  376s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP_UA app=pjsip-ua ../lib/libpjsip-ua-x86_64-pc-linux-gnu.a
[  376s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[6]: '../lib/libpjsip-ua-x86_64-pc-linux-gnu.a' is up to date.
[  376s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjsip//build libpjsip-simple-x86_64-pc-linux-gnu.a 
[  376s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip ../lib/libpjsip-x86_64-pc-linux-gnu.a
[  376s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[6]: '../lib/libpjsip-x86_64-pc-linux-gnu.a' is up to date.
[  376s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP_SIMPLE app=pjsip-simple ../lib/libpjsip-simple-x86_64-pc-linux-gnu.a
[  376s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[6]: '../lib/libpjsip-simple-x86_64-pc-linux-gnu.a' is up to date.
[  376s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjsip//build libpjsip-x86_64-pc-linux-gnu.a 
[  376s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJSIP app=pjsip ../lib/libpjsip-x86_64-pc-linux-gnu.a
[  376s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[6]: '../lib/libpjsip-x86_64-pc-linux-gnu.a' is up to date.
[  376s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/build'
[  376s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjmedia//build libpjmedia-codec-x86_64-pc-linux-gnu.a 
[  376s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  376s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia ../lib/libpjmedia-x86_64-pc-linux-gnu.a
[  376s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  376s] mkdir -p output/pjmedia-x86_64-pc-linux-gnu/
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/alaw_ulaw.o \
[  376s] 	../src/pjmedia/alaw_ulaw.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/alaw_ulaw_table.o \
[  376s] 	../src/pjmedia/alaw_ulaw_table.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/avi_player.o \
[  376s] 	../src/pjmedia/avi_player.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/bidirectional.o \
[  376s] 	../src/pjmedia/bidirectional.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/clock_thread.o \
[  376s] 	../src/pjmedia/clock_thread.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/codec.o \
[  376s] 	../src/pjmedia/codec.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/conference.o \
[  376s] 	../src/pjmedia/conference.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/conf_switch.o \
[  376s] 	../src/pjmedia/conf_switch.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/converter.o \
[  376s] 	../src/pjmedia/converter.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/converter_libswscale.o \
[  376s] 	../src/pjmedia/converter_libswscale.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/converter_libyuv.o \
[  376s] 	../src/pjmedia/converter_libyuv.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/delaybuf.o \
[  376s] 	../src/pjmedia/delaybuf.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/echo_common.o \
[  376s] 	../src/pjmedia/echo_common.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/echo_port.o \
[  376s] 	../src/pjmedia/echo_port.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/echo_suppress.o \
[  376s] 	../src/pjmedia/echo_suppress.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/echo_webrtc.o \
[  376s] 	../src/pjmedia/echo_webrtc.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/endpoint.o \
[  376s] 	../src/pjmedia/endpoint.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/errno.o \
[  376s] 	../src/pjmedia/errno.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/event.o \
[  376s] 	../src/pjmedia/event.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/format.o \
[  376s] 	../src/pjmedia/format.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/ffmpeg_util.o \
[  376s] 	../src/pjmedia/ffmpeg_util.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/g711.o \
[  376s] 	../src/pjmedia/g711.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/jbuf.o \
[  376s] 	../src/pjmedia/jbuf.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/master_port.o \
[  376s] 	../src/pjmedia/master_port.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/mem_capture.o \
[  376s] 	../src/pjmedia/mem_capture.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/mem_player.o \
[  376s] 	../src/pjmedia/mem_player.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/null_port.o \
[  376s] 	../src/pjmedia/null_port.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/plc_common.o \
[  376s] 	../src/pjmedia/plc_common.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/port.o \
[  376s] 	../src/pjmedia/port.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/splitcomb.o \
[  376s] 	../src/pjmedia/splitcomb.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/resample_resample.o \
[  376s] 	../src/pjmedia/resample_resample.c 
[  376s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  376s] 	-o output/pjmedia-x86_64-pc-linux-gnu/resample_libsamplerate.o \
[  376s] 	../src/pjmedia/resample_libsamplerate.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/resample_speex.o \
[  377s] 	../src/pjmedia/resample_speex.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/resample_port.o \
[  377s] 	../src/pjmedia/resample_port.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/rtcp.o \
[  377s] 	../src/pjmedia/rtcp.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/rtcp_xr.o \
[  377s] 	../src/pjmedia/rtcp_xr.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/rtcp_fb.o \
[  377s] 	../src/pjmedia/rtcp_fb.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/rtp.o \
[  377s] 	../src/pjmedia/rtp.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/sdp.o \
[  377s] 	../src/pjmedia/sdp.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/sdp_cmp.o \
[  377s] 	../src/pjmedia/sdp_cmp.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/sdp_neg.o \
[  377s] 	../src/pjmedia/sdp_neg.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/session.o \
[  377s] 	../src/pjmedia/session.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/silencedet.o \
[  377s] 	../src/pjmedia/silencedet.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/sound_legacy.o \
[  377s] 	../src/pjmedia/sound_legacy.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/sound_port.o \
[  377s] 	../src/pjmedia/sound_port.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/stereo_port.o \
[  377s] 	../src/pjmedia/stereo_port.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/stream_common.o \
[  377s] 	../src/pjmedia/stream_common.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/stream.o \
[  377s] 	../src/pjmedia/stream.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/stream_info.o \
[  377s] 	../src/pjmedia/stream_info.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/tonegen.o \
[  377s] 	../src/pjmedia/tonegen.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/transport_adapter_sample.o \
[  377s] 	../src/pjmedia/transport_adapter_sample.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/transport_ice.o \
[  377s] 	../src/pjmedia/transport_ice.c 
[  377s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  377s] 	-o output/pjmedia-x86_64-pc-linux-gnu/transport_loop.o \
[  377s] 	../src/pjmedia/transport_loop.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/transport_srtp.o \
[  378s] 	../src/pjmedia/transport_srtp.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/transport_udp.o \
[  378s] 	../src/pjmedia/transport_udp.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/types.o \
[  378s] 	../src/pjmedia/types.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/vid_codec.o \
[  378s] 	../src/pjmedia/vid_codec.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/vid_codec_util.o \
[  378s] 	../src/pjmedia/vid_codec_util.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/vid_port.o \
[  378s] 	../src/pjmedia/vid_port.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/vid_stream.o \
[  378s] 	../src/pjmedia/vid_stream.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/vid_stream_info.o \
[  378s] 	../src/pjmedia/vid_stream_info.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/vid_conf.o \
[  378s] 	../src/pjmedia/vid_conf.c 
[  378s] In file included from /usr/include/string.h:519,
[  378s]                  from ../../pjlib/include/pj/compat/string.h:30,
[  378s]                  from ../../pjlib/include/pj/asterisk_malloc_debug.h:20,
[  378s]                  from ../../pjlib/include/pj/config_site.h:12,
[  378s]                  from ../../pjlib/include/pj/config.h:312,
[  378s]                  from ../include/pjmedia/config.h:27,
[  378s]                  from ../include/pjmedia/types.h:28,
[  378s]                  from ../include/pjmedia/clock.h:27,
[  378s]                  from ../include/pjmedia/port.h:27,
[  378s]                  from ../include/pjmedia/codec.h:29,
[  378s]                  from ../include/pjmedia/stream.h:29,
[  378s]                  from ../include/pjmedia/transport_loop.h:29,
[  378s]                  from ../src/pjmedia/transport_loop.c:20:
[  378s] In function ?strncpy?,
[  378s]     inlined from ?pjmedia_transport_loop_create2? at ../src/pjmedia/transport_loop.c:178:5,
[  378s]     inlined from ?pjmedia_transport_loop_create2? at ../src/pjmedia/transport_loop.c:161:1:
[  378s] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:91:10: warning: ?__builtin_strncpy? output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation]
[  378s]    91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
[  378s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/wav_player.o \
[  378s] 	../src/pjmedia/wav_player.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/wav_playlist.o \
[  378s] 	../src/pjmedia/wav_playlist.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/wav_writer.o \
[  378s] 	../src/pjmedia/wav_writer.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/wave.o \
[  378s] 	../src/pjmedia/wave.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/wsola.o \
[  378s] 	../src/pjmedia/wsola.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/audiodev.o \
[  378s] 	../src/pjmedia/audiodev.c 
[  378s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  378s] 	-o output/pjmedia-x86_64-pc-linux-gnu/videodev.o \
[  378s] 	../src/pjmedia/videodev.c 
[  379s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  379s] ar rv ../lib/libpjmedia-x86_64-pc-linux-gnu.a  output/pjmedia-x86_64-pc-linux-gnu/alaw_ulaw.o  output/pjmedia-x86_64-pc-linux-gnu/alaw_ulaw_table.o  output/pjmedia-x86_64-pc-linux-gnu/avi_player.o  output/pjmedia-x86_64-pc-linux-gnu/bidirectional.o  output/pjmedia-x86_64-pc-linux-gnu/clock_thread.o  output/pjmedia-x86_64-pc-linux-gnu/codec.o  output/pjmedia-x86_64-pc-linux-gnu/conference.o  output/pjmedia-x86_64-pc-linux-gnu/conf_switch.o  output/pjmedia-x86_64-pc-linux-gnu/converter.o  output/pjmedia-x86_64-pc-linux-gnu/converter_libswscale.o  output/pjmedia-x86_64-pc-linux-gnu/converter_libyuv.o  output/pjmedia-x86_64-pc-linux-gnu/delaybuf.o  output/pjmedia-x86_64-pc-linux-gnu/echo_common.o  output/pjmedia-x86_64-pc-linux-gnu/echo_port.o  output/pjmedia-x86_64-pc-linux-gnu/echo_suppress.o  output/pjmedia-x86_64-pc-linux-gnu/echo_webrtc.o  output/pjmedia-x86_64-pc-linux-gnu/endpoint.o  output/pjmedia-x86_64-pc-linux-gnu/errno.o  output/pjmedia-x86_64-pc-linux-gnu/event.o  output/pjmedia-x86_64-pc-linux-gnu/format.o  output/pjmedia-x86_64-pc-linux-gnu/ffmpeg_util.o  output/pjmedia-x86_64-pc-linux-gnu/g711.o  output/pjmedia-x86_64-pc-linux-gnu/jbuf.o  output/pjmedia-x86_64-pc-linux-gnu/master_port.o  output/pjmedia-x86_64-pc-linux-gnu/mem_capture.o  output/pjmedia-x86_64-pc-linux-gnu/mem_player.o  output/pjmedia-x86_64-pc-linux-gnu/null_port.o  output/pjmedia-x86_64-pc-linux-gnu/plc_common.o  output/pjmedia-x86_64-pc-linux-gnu/port.o  output/pjmedia-x86_64-pc-linux-gnu/splitcomb.o  output/pjmedia-x86_64-pc-linux-gnu/resample_resample.o  output/pjmedia-x86_64-pc-linux-gnu/resample_libsamplerate.o  output/pjmedia-x86_64-pc-linux-gnu/resample_speex.o  output/pjmedia-x86_64-pc-linux-gnu/resample_port.o  output/pjmedia-x86_64-pc-linux-gnu/rtcp.o  output/pjmedia-x86_64-pc-linux-gnu/rtcp_xr.o  output/pjmedia-x86_64-pc-linux-gnu/rtcp_fb.o  output/pjmedia-x86_64-pc-linux-gnu/rtp.o  output/pjmedia-x86_64-pc-linux-gnu/sdp.o  output/pjmedia-x86_64-pc-linux-gnu/sdp_cmp.o  output/pjmedia-x86_64-pc-linux-gnu/sdp_neg.o  output/pjmedia-x86_64-pc-linux-gnu/session.o  output/pjmedia-x86_64-pc-linux-gnu/silencedet.o  output/pjmedia-x86_64-pc-linux-gnu/sound_legacy.o  output/pjmedia-x86_64-pc-linux-gnu/sound_port.o  output/pjmedia-x86_64-pc-linux-gnu/stereo_port.o  output/pjmedia-x86_64-pc-linux-gnu/stream_common.o  output/pjmedia-x86_64-pc-linux-gnu/stream.o  output/pjmedia-x86_64-pc-linux-gnu/stream_info.o  output/pjmedia-x86_64-pc-linux-gnu/tonegen.o  output/pjmedia-x86_64-pc-linux-gnu/transport_adapter_sample.o  output/pjmedia-x86_64-pc-linux-gnu/transport_ice.o  output/pjmedia-x86_64-pc-linux-gnu/transport_loop.o  output/pjmedia-x86_64-pc-linux-gnu/transport_srtp.o  output/pjmedia-x86_64-pc-linux-gnu/transport_udp.o  output/pjmedia-x86_64-pc-linux-gnu/types.o  output/pjmedia-x86_64-pc-linux-gnu/vid_codec.o  output/pjmedia-x86_64-pc-linux-gnu/vid_codec_util.o  output/pjmedia-x86_64-pc-linux-gnu/vid_port.o  output/pjmedia-x86_64-pc-linux-gnu/vid_stream.o  output/pjmedia-x86_64-pc-linux-gnu/vid_stream_info.o  output/pjmedia-x86_64-pc-linux-gnu/vid_conf.o  output/pjmedia-x86_64-pc-linux-gnu/wav_player.o  output/pjmedia-x86_64-pc-linux-gnu/wav_playlist.o  output/pjmedia-x86_64-pc-linux-gnu/wav_writer.o  output/pjmedia-x86_64-pc-linux-gnu/wave.o  output/pjmedia-x86_64-pc-linux-gnu/wsola.o  output/pjmedia-x86_64-pc-linux-gnu/audiodev.o  output/pjmedia-x86_64-pc-linux-gnu/videodev.o
[  379s] ar: creating ../lib/libpjmedia-x86_64-pc-linux-gnu.a
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/alaw_ulaw.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/alaw_ulaw_table.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/avi_player.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/bidirectional.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/clock_thread.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/codec.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/conference.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/conf_switch.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/converter.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/converter_libswscale.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/converter_libyuv.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/delaybuf.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/echo_common.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/echo_port.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/echo_suppress.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/echo_webrtc.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/endpoint.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/errno.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/event.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/format.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/ffmpeg_util.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/g711.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/jbuf.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/master_port.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/mem_capture.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/mem_player.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/null_port.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/plc_common.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/port.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/splitcomb.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/resample_resample.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/resample_libsamplerate.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/resample_speex.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/resample_port.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/rtcp.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/rtcp_xr.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/rtcp_fb.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/rtp.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/sdp.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/sdp_cmp.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/sdp_neg.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/session.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/silencedet.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/sound_legacy.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/sound_port.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/stereo_port.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/stream_common.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/stream.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/stream_info.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/tonegen.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/transport_adapter_sample.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/transport_ice.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/transport_loop.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/transport_srtp.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/transport_udp.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/types.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/vid_codec.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/vid_codec_util.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/vid_port.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/vid_stream.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/vid_stream_info.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/vid_conf.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/wav_player.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/wav_playlist.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/wav_writer.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/wave.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/wsola.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/audiodev.o
[  379s] a - output/pjmedia-x86_64-pc-linux-gnu/videodev.o
[  379s] ranlib ../lib/libpjmedia-x86_64-pc-linux-gnu.a
[  379s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  379s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_CODEC app=pjmedia-codec ../lib/libpjmedia-codec-x86_64-pc-linux-gnu.a
[  379s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  379s] mkdir -p output/pjmedia-codec-x86_64-pc-linux-gnu/
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/audio_codecs.o \
[  379s] 	../src/pjmedia-codec/audio_codecs.c 
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/ffmpeg_vid_codecs.o \
[  379s] 	../src/pjmedia-codec/ffmpeg_vid_codecs.c 
[  379s] g++ -c  -DPJ_AUTOCONF=1 -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..       \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/openh264.o \
[  379s] 	../src/pjmedia-codec/openh264.cpp
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/h263_packetizer.o \
[  379s] 	../src/pjmedia-codec/h263_packetizer.c 
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/h264_packetizer.o \
[  379s] 	../src/pjmedia-codec/h264_packetizer.c 
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/ipp_codecs.o \
[  379s] 	../src/pjmedia-codec/ipp_codecs.c 
[  379s] cc1plus: warning: command-line option ?-fgnu89-inline? is valid for C/ObjC but not for C++
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/silk.o \
[  379s] 	../src/pjmedia-codec/silk.c 
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/opus.o \
[  379s] 	../src/pjmedia-codec/opus.c 
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/g7221_sdp_match.o \
[  379s] 	../src/pjmedia-codec/g7221_sdp_match.c 
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/amr_sdp_match.o \
[  379s] 	../src/pjmedia-codec/amr_sdp_match.c 
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/passthrough.o \
[  379s] 	../src/pjmedia-codec/passthrough.c 
[  379s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../..      \
[  379s] 	-o output/pjmedia-codec-x86_64-pc-linux-gnu/vpx.o \
[  379s] 	../src/pjmedia-codec/vpx.c 
[  380s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  380s] ar rv ../lib/libpjmedia-codec-x86_64-pc-linux-gnu.a  output/pjmedia-codec-x86_64-pc-linux-gnu/audio_codecs.o  output/pjmedia-codec-x86_64-pc-linux-gnu/ffmpeg_vid_codecs.o  output/pjmedia-codec-x86_64-pc-linux-gnu/openh264.o  output/pjmedia-codec-x86_64-pc-linux-gnu/h263_packetizer.o  output/pjmedia-codec-x86_64-pc-linux-gnu/h264_packetizer.o  output/pjmedia-codec-x86_64-pc-linux-gnu/ipp_codecs.o  output/pjmedia-codec-x86_64-pc-linux-gnu/silk.o  output/pjmedia-codec-x86_64-pc-linux-gnu/opus.o  output/pjmedia-codec-x86_64-pc-linux-gnu/g7221_sdp_match.o  output/pjmedia-codec-x86_64-pc-linux-gnu/amr_sdp_match.o  output/pjmedia-codec-x86_64-pc-linux-gnu/passthrough.o  output/pjmedia-codec-x86_64-pc-linux-gnu/vpx.o
[  380s] ar: creating ../lib/libpjmedia-codec-x86_64-pc-linux-gnu.a
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/audio_codecs.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/ffmpeg_vid_codecs.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/openh264.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/h263_packetizer.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/h264_packetizer.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/ipp_codecs.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/silk.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/opus.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/g7221_sdp_match.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/amr_sdp_match.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/passthrough.o
[  380s] a - output/pjmedia-codec-x86_64-pc-linux-gnu/vpx.o
[  380s] ranlib ../lib/libpjmedia-codec-x86_64-pc-linux-gnu.a
[  380s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjmedia//build libpjmedia-videodev-x86_64-pc-linux-gnu.a 
[  380s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia ../lib/libpjmedia-x86_64-pc-linux-gnu.a
[  380s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make[6]: '../lib/libpjmedia-x86_64-pc-linux-gnu.a' is up to date.
[  380s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_VIDEODEV app=pjmedia-videodev ../lib/libpjmedia-videodev-x86_64-pc-linux-gnu.a
[  380s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] mkdir -p output/pjmedia-videodev-x86_64-pc-linux-gnu/
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/sdl_dev.o \
[  380s] 	../src/pjmedia-videodev/sdl_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/videodev.o \
[  380s] 	../src/pjmedia-videodev/videodev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/errno.o \
[  380s] 	../src/pjmedia-videodev/errno.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/avi_dev.o \
[  380s] 	../src/pjmedia-videodev/avi_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/ffmpeg_dev.o \
[  380s] 	../src/pjmedia-videodev/ffmpeg_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/colorbar_dev.o \
[  380s] 	../src/pjmedia-videodev/colorbar_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/v4l2_dev.o \
[  380s] 	../src/pjmedia-videodev/v4l2_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/opengl_dev.o \
[  380s] 	../src/pjmedia-videodev/opengl_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-videodev-x86_64-pc-linux-gnu/util.o \
[  380s] 	../src/pjmedia-videodev/util.c 
[  380s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  380s] ar rv ../lib/libpjmedia-videodev-x86_64-pc-linux-gnu.a  output/pjmedia-videodev-x86_64-pc-linux-gnu/sdl_dev.o  output/pjmedia-videodev-x86_64-pc-linux-gnu/videodev.o  output/pjmedia-videodev-x86_64-pc-linux-gnu/errno.o  output/pjmedia-videodev-x86_64-pc-linux-gnu/avi_dev.o  output/pjmedia-videodev-x86_64-pc-linux-gnu/ffmpeg_dev.o  output/pjmedia-videodev-x86_64-pc-linux-gnu/colorbar_dev.o  output/pjmedia-videodev-x86_64-pc-linux-gnu/v4l2_dev.o  output/pjmedia-videodev-x86_64-pc-linux-gnu/opengl_dev.o  output/pjmedia-videodev-x86_64-pc-linux-gnu/util.o
[  380s] ar: creating ../lib/libpjmedia-videodev-x86_64-pc-linux-gnu.a
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/sdl_dev.o
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/videodev.o
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/errno.o
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/avi_dev.o
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/ffmpeg_dev.o
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/colorbar_dev.o
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/v4l2_dev.o
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/opengl_dev.o
[  380s] a - output/pjmedia-videodev-x86_64-pc-linux-gnu/util.o
[  380s] ranlib ../lib/libpjmedia-videodev-x86_64-pc-linux-gnu.a
[  380s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjmedia//build libpjmedia-x86_64-pc-linux-gnu.a 
[  380s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia ../lib/libpjmedia-x86_64-pc-linux-gnu.a
[  380s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make[6]: '../lib/libpjmedia-x86_64-pc-linux-gnu.a' is up to date.
[  380s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjmedia//build libpjmedia-audiodev-x86_64-pc-linux-gnu.a 
[  380s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJMEDIA app=pjmedia ../lib/libpjmedia-x86_64-pc-linux-gnu.a
[  380s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make[6]: '../lib/libpjmedia-x86_64-pc-linux-gnu.a' is up to date.
[  380s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJMEDIA_AUDIODEV app=pjmedia-audiodev ../lib/libpjmedia-audiodev-x86_64-pc-linux-gnu.a
[  380s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] mkdir -p output/pjmedia-audiodev-x86_64-pc-linux-gnu/
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/audiodev.o \
[  380s] 	../src/pjmedia-audiodev/audiodev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/audiotest.o \
[  380s] 	../src/pjmedia-audiodev/audiotest.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/errno.o \
[  380s] 	../src/pjmedia-audiodev/errno.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/legacy_dev.o \
[  380s] 	../src/pjmedia-audiodev/legacy_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/null_dev.o \
[  380s] 	../src/pjmedia-audiodev/null_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/pa_dev.o \
[  380s] 	../src/pjmedia-audiodev/pa_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/wmme_dev.o \
[  380s] 	../src/pjmedia-audiodev/wmme_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/alsa_dev.o \
[  380s] 	../src/pjmedia-audiodev/alsa_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/bb10_dev.o \
[  380s] 	../src/pjmedia-audiodev/bb10_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/bdimad_dev.o \
[  380s] 	../src/pjmedia-audiodev/bdimad_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/android_jni_dev.o \
[  380s] 	../src/pjmedia-audiodev/android_jni_dev.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -DPJMEDIA_HAS_SPEEX_AEC=0         -DPJMEDIA_HAS_G711_CODEC=0 -DPJMEDIA_HAS_L16_CODEC=0 -DPJMEDIA_HAS_GSM_CODEC=0 -DPJMEDIA_HAS_SPEEX_CODEC=0 -DPJMEDIA_HAS_ILBC_CODEC=0 -DPJMEDIA_HAS_G722_CODEC=0 -DPJMEDIA_HAS_G7221_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRNB_CODEC=0 -DPJMEDIA_HAS_OPENCORE_AMRWB_CODEC=0 -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/build/srtp -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/crypto/include -I/usr/src/packages/BUILD/third-party/pjproject/source/third_party/srtp/include -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE -DPJMEDIA_HAS_LIBYUV=0 -DPJMEDIA_HAS_WEBRTC_AEC=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0 -DPJMEDIA_AUDIO_DEV_HAS_WMME=0 -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include -I../../pjmedia/include -I../../pjnath/include -I../.. \
[  380s] 	-o output/pjmedia-audiodev-x86_64-pc-linux-gnu/opensl_dev.o \
[  380s] 	../src/pjmedia-audiodev/opensl_dev.c 
[  380s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  380s] ar rv ../lib/libpjmedia-audiodev-x86_64-pc-linux-gnu.a  output/pjmedia-audiodev-x86_64-pc-linux-gnu/audiodev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/audiotest.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/errno.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/legacy_dev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/null_dev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/pa_dev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/wmme_dev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/alsa_dev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/bb10_dev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/bdimad_dev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/android_jni_dev.o  output/pjmedia-audiodev-x86_64-pc-linux-gnu/opensl_dev.o
[  380s] ar: creating ../lib/libpjmedia-audiodev-x86_64-pc-linux-gnu.a
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/audiodev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/audiotest.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/errno.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/legacy_dev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/null_dev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/pa_dev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/wmme_dev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/alsa_dev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/bb10_dev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/bdimad_dev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/android_jni_dev.o
[  380s] a - output/pjmedia-audiodev-x86_64-pc-linux-gnu/opensl_dev.o
[  380s] ranlib ../lib/libpjmedia-audiodev-x86_64-pc-linux-gnu.a
[  380s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/build'
[  380s] make -C /usr/src/packages/BUILD/third-party/pjproject/source/pjnath//build libpjnath-x86_64-pc-linux-gnu.a 
[  380s] make[5]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/build'
[  380s] make -f /usr/src/packages/BUILD/third-party/pjproject/source/build/rules.mak APP=PJNATH app=pjnath ../lib/libpjnath-x86_64-pc-linux-gnu.a
[  380s] make[6]: Entering directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/build'
[  380s] mkdir -p output/pjnath-x86_64-pc-linux-gnu/
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/errno.o \
[  380s] 	../src/pjnath/errno.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/ice_session.o \
[  380s] 	../src/pjnath/ice_session.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/ice_strans.o \
[  380s] 	../src/pjnath/ice_strans.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/nat_detect.o \
[  380s] 	../src/pjnath/nat_detect.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/stun_auth.o \
[  380s] 	../src/pjnath/stun_auth.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/stun_msg.o \
[  380s] 	../src/pjnath/stun_msg.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/stun_msg_dump.o \
[  380s] 	../src/pjnath/stun_msg_dump.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/stun_session.o \
[  380s] 	../src/pjnath/stun_session.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/stun_sock.o \
[  380s] 	../src/pjnath/stun_sock.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/stun_transaction.o \
[  380s] 	../src/pjnath/stun_transaction.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/turn_session.o \
[  380s] 	../src/pjnath/turn_session.c 
[  380s] gcc -c -Wall -DPJ_AUTOCONF=1 -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1   -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -pthread -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -D_FORTIFY_SOURCE=2 -pipe -fPIC -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-label -Wno-unused-function -Wno-strict-aliasing -I../include -I../../pjlib/include -I../../pjlib-util/include \
[  380s] 	-o output/pjnath-x86_64-pc-linux-gnu/turn_sock.o \
[  380s] 	../src/pjnath/turn_sock.c 
[  381s] if test ! -d ../lib; then mkdir -p ../lib; fi
[  381s] ar rv ../lib/libpjnath-x86_64-pc-linux-gnu.a  output/pjnath-x86_64-pc-linux-gnu/errno.o  output/pjnath-x86_64-pc-linux-gnu/ice_session.o  output/pjnath-x86_64-pc-linux-gnu/ice_strans.o  output/pjnath-x86_64-pc-linux-gnu/nat_detect.o  output/pjnath-x86_64-pc-linux-gnu/stun_auth.o  output/pjnath-x86_64-pc-linux-gnu/stun_msg.o  output/pjnath-x86_64-pc-linux-gnu/stun_msg_dump.o  output/pjnath-x86_64-pc-linux-gnu/stun_session.o  output/pjnath-x86_64-pc-linux-gnu/stun_sock.o  output/pjnath-x86_64-pc-linux-gnu/stun_transaction.o  output/pjnath-x86_64-pc-linux-gnu/turn_session.o  output/pjnath-x86_64-pc-linux-gnu/turn_sock.o
[  381s] ar: creating ../lib/libpjnath-x86_64-pc-linux-gnu.a
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/errno.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/ice_session.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/ice_strans.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/nat_detect.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/stun_auth.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/stun_msg.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/stun_msg_dump.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/stun_session.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/stun_sock.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/stun_transaction.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/turn_session.o
[  381s] a - output/pjnath-x86_64-pc-linux-gnu/turn_sock.o
[  381s] ranlib ../lib/libpjnath-x86_64-pc-linux-gnu.a
[  381s] make[6]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/build'
[  381s] make[5]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/build'
[  381s] /usr/bin/nm -Pog           /usr/src/packages/BUILD/third-party/pjproject/source/pjlib/lib/libpj-x86_64-pc-linux-gnu.a          /usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/lib/libpjlib-util-x86_64-pc-linux-gnu.a  /usr/src/packages/BUILD/third-party/pjproject/source/pjsip/lib/libpjsua-x86_64-pc-linux-gnu.a /usr/src/packages/BUILD/third-party/pjproject/source/pjsip/lib/libpjsip-ua-x86_64-pc-linux-gnu.a /usr/src/packages/BUILD/third-party/pjproject/source/pjsip/lib/libpjsip-simple-x86_64-pc-linux-gnu.a /usr/src/packages/BUILD/third-party/pjproject/source/pjsip/lib/libpjsip-x86_64-pc-linux-gnu.a /usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/lib/libpjmedia-codec-x86_64-pc-linux-gnu.a /usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/lib/libpjmedia-videodev-x86_64-pc-linux-gnu.a /usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/lib/libpjmedia-x86_64-pc-linux-gnu.a /usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/lib/libpjmedia-audiodev-x86_64-pc-linux-gnu.a /usr/src/packages/BUILD/third-party/pjproject/source/pjnath/lib/libpjnath-x86_64-pc-linux-gnu.a | /bin/sed -n -r -e "s/.+: ([pP][jJ][^ ]+) .+/\1/gp" | sort -u > pjproject.symbols
[  382s] make[4]: Leaving directory '/usr/src/packages/BUILD/third-party/pjproject'
[  382s] make[3]: Leaving directory '/usr/src/packages/BUILD/third-party'
[  382s] make[3]: Entering directory '/usr/src/packages/BUILD/channels'
[  382s] x86_64-linux-gnu-gcc -o chan_alsa.o -c chan_alsa.c -MD -MT chan_alsa.o -MF .chan_alsa.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_alsa\" -DAST_MODULE_SELF_SYM=__internal_chan_alsa_self    
[  382s] x86_64-linux-gnu-gcc -o chan_bridge_media.o -c chan_bridge_media.c -MD -MT chan_bridge_media.o -MF .chan_bridge_media.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_bridge_media\" -DAST_MODULE_SELF_SYM=__internal_chan_bridge_media_self    
[  382s] x86_64-linux-gnu-gcc -o chan_console.o -c chan_console.c -MD -MT chan_console.o -MF .chan_console.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_console\" -DAST_MODULE_SELF_SYM=__internal_chan_console_self  -pthread  
[  382s] x86_64-linux-gnu-gcc -o chan_dahdi.o -c chan_dahdi.c -MD -MT chan_dahdi.o -MF .chan_dahdi.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_dahdi\" -DAST_MODULE_SELF_SYM=__internal_chan_dahdi_self         
[  382s] x86_64-linux-gnu-gcc -o dahdi/bridge_native_dahdi.o -c dahdi/bridge_native_dahdi.c -MD -MT dahdi/bridge_native_dahdi.o -MF .dahdi_bridge_native_dahdi.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_dahdi\" -DAST_MODULE_SELF_SYM=__internal_chan_dahdi_self        
[  382s] x86_64-linux-gnu-gcc -o sig_analog.o -c sig_analog.c -MD -MT sig_analog.o -MF .sig_analog.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_dahdi\" -DAST_MODULE_SELF_SYM=__internal_chan_dahdi_self        
[  382s] x86_64-linux-gnu-gcc -o sig_pri.o -c sig_pri.c -MD -MT sig_pri.o -MF .sig_pri.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_dahdi\" -DAST_MODULE_SELF_SYM=__internal_chan_dahdi_self        
[  382s] x86_64-linux-gnu-gcc -o sig_ss7.o -c sig_ss7.c -MD -MT sig_ss7.o -MF .sig_ss7.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_dahdi\" -DAST_MODULE_SELF_SYM=__internal_chan_dahdi_self        
[  382s] x86_64-linux-gnu-gcc -o chan_iax2.o -c chan_iax2.c -MD -MT chan_iax2.o -MF .chan_iax2.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self    
[  382s] x86_64-linux-gnu-gcc -o iax2/codec_pref.o -c iax2/codec_pref.c -MD -MT iax2/codec_pref.o -MF .iax2_codec_pref.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self    
[  382s] x86_64-linux-gnu-gcc -o iax2/firmware.o -c iax2/firmware.c -MD -MT iax2/firmware.o -MF .iax2_firmware.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self    
[  382s] x86_64-linux-gnu-gcc -o iax2/format_compatibility.o -c iax2/format_compatibility.c -MD -MT iax2/format_compatibility.o -MF .iax2_format_compatibility.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self    
[  382s] x86_64-linux-gnu-gcc -o iax2/netsock.o -c iax2/netsock.c -MD -MT iax2/netsock.o -MF .iax2_netsock.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self    
[  382s] x86_64-linux-gnu-gcc -o iax2/parser.o -c iax2/parser.c -MD -MT iax2/parser.o -MF .iax2_parser.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self    
[  382s] x86_64-linux-gnu-gcc -o iax2/provision.o -c iax2/provision.c -MD -MT iax2/provision.o -MF .iax2_provision.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_iax2\" -DAST_MODULE_SELF_SYM=__internal_chan_iax2_self    
[  382s] x86_64-linux-gnu-gcc -o chan_mgcp.o -c chan_mgcp.c -MD -MT chan_mgcp.o -MF .chan_mgcp.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_mgcp\" -DAST_MODULE_SELF_SYM=__internal_chan_mgcp_self   -Wno-format-truncation  
[  382s] x86_64-linux-gnu-gcc -o chan_motif.o -c chan_motif.c -MD -MT chan_motif.o -MF .chan_motif.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_motif\" -DAST_MODULE_SELF_SYM=__internal_chan_motif_self     
[  383s] x86_64-linux-gnu-gcc -o chan_oss.o -c chan_oss.c -MD -MT chan_oss.o -MF .chan_oss.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_oss\" -DAST_MODULE_SELF_SYM=__internal_chan_oss_self  -I/usr/include/x86_64-linux-gnu     
[  383s] x86_64-linux-gnu-gcc -o console_video.o -c console_video.c -MD -MT console_video.o -MF .console_video.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_oss\" -DAST_MODULE_SELF_SYM=__internal_chan_oss_self  -I/usr/include/x86_64-linux-gnu     
[  383s] x86_64-linux-gnu-gcc -o vgrabbers.o -c vgrabbers.c -MD -MT vgrabbers.o -MF .vgrabbers.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_oss\" -DAST_MODULE_SELF_SYM=__internal_chan_oss_self  -I/usr/include/x86_64-linux-gnu     
[  383s] x86_64-linux-gnu-gcc -o console_board.o -c console_board.c -MD -MT console_board.o -MF .console_board.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_oss\" -DAST_MODULE_SELF_SYM=__internal_chan_oss_self  -I/usr/include/x86_64-linux-gnu     
[  383s] x86_64-linux-gnu-gcc -o chan_pjsip.o -c chan_pjsip.c -MD -MT chan_pjsip.o -MF .chan_pjsip.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_pjsip\" -DAST_MODULE_SELF_SYM=__internal_chan_pjsip_self  -DPJ_AUTOCONF=1 -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include  
[  383s] x86_64-linux-gnu-gcc -o pjsip/cli_commands.o -c pjsip/cli_commands.c -MD -MT pjsip/cli_commands.o -MF .pjsip_cli_commands.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_pjsip\" -DAST_MODULE_SELF_SYM=__internal_chan_pjsip_self  -DPJ_AUTOCONF=1 -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include  
[  383s] x86_64-linux-gnu-gcc -o pjsip/dialplan_functions.o -c pjsip/dialplan_functions.c -MD -MT pjsip/dialplan_functions.o -MF .pjsip_dialplan_functions.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_pjsip\" -DAST_MODULE_SELF_SYM=__internal_chan_pjsip_self  -DPJ_AUTOCONF=1 -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include  
[  383s] x86_64-linux-gnu-gcc -o chan_rtp.o -c chan_rtp.c -MD -MT chan_rtp.o -MF .chan_rtp.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_rtp\" -DAST_MODULE_SELF_SYM=__internal_chan_rtp_self    
[  384s] x86_64-linux-gnu-gcc -o chan_sip.o -c chan_sip.c -MD -MT chan_sip.o -MF .chan_sip.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_sip\" -DAST_MODULE_SELF_SYM=__internal_chan_sip_self   -Wno-format-truncation  
[  384s] x86_64-linux-gnu-gcc -o sip/config_parser.o -c sip/config_parser.c -MD -MT sip/config_parser.o -MF .sip_config_parser.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_sip\" -DAST_MODULE_SELF_SYM=__internal_chan_sip_self    
[  384s] x86_64-linux-gnu-gcc -o sip/dialplan_functions.o -c sip/dialplan_functions.c -MD -MT sip/dialplan_functions.o -MF .sip_dialplan_functions.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_sip\" -DAST_MODULE_SELF_SYM=__internal_chan_sip_self    
[  384s] x86_64-linux-gnu-gcc -o sip/reqresp_parser.o -c sip/reqresp_parser.c -MD -MT sip/reqresp_parser.o -MF .sip_reqresp_parser.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_sip\" -DAST_MODULE_SELF_SYM=__internal_chan_sip_self    
[  385s] x86_64-linux-gnu-gcc -o sip/route.o -c sip/route.c -MD -MT sip/route.o -MF .sip_route.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_sip\" -DAST_MODULE_SELF_SYM=__internal_chan_sip_self    
[  385s] x86_64-linux-gnu-gcc -o sip/security_events.o -c sip/security_events.c -MD -MT sip/security_events.o -MF .sip_security_events.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_sip\" -DAST_MODULE_SELF_SYM=__internal_chan_sip_self    
[  385s] x86_64-linux-gnu-gcc -o sip/utils.o -c sip/utils.c -MD -MT sip/utils.o -MF .sip_utils.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_sip\" -DAST_MODULE_SELF_SYM=__internal_chan_sip_self    
[  385s] x86_64-linux-gnu-gcc -o chan_skinny.o -c chan_skinny.c -MD -MT chan_skinny.o -MF .chan_skinny.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_skinny\" -DAST_MODULE_SELF_SYM=__internal_chan_skinny_self    
[  385s] x86_64-linux-gnu-gcc -o chan_unistim.o -c chan_unistim.c -MD -MT chan_unistim.o -MF .chan_unistim.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"chan_unistim\" -DAST_MODULE_SELF_SYM=__internal_chan_unistim_self   -Wno-format-truncation  
[  385s] chan_dahdi.c: In function ?dahdi_r2_on_chan_log?:
[  385s] chan_dahdi.c:3975:18: warning: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 242 and 252 [-Wformat-truncation=]
[  385s]  3975 | #define CHAN_TAG "Chan "
[  385s]       |                  ^~~~~~~
[  385s] chan_dahdi.c:3979:52: note: in expansion of macro ?CHAN_TAG?
[  385s]  3979 |         snprintf(completemsg, sizeof(completemsg), CHAN_TAG "%d - %s", openr2_chan_get_number(r2chan), logmsg);
[  385s]       |                                                    ^~~~~~~~
[  385s] chan_dahdi.c:3979:67: note: format string is defined here
[  385s]  3979 |         snprintf(completemsg, sizeof(completemsg), CHAN_TAG "%d - %s", openr2_chan_get_number(r2chan), logmsg);
[  385s]       |                                                                   ^~
[  385s] In file included from /usr/include/stdio.h:866,
[  385s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  385s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  385s]                  from chan_dahdi.c:55:
[  385s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 10 and 275 bytes into a destination of size 261
[  385s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  385s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  385s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  385s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  385s] x86_64-linux-gnu-g++ -o chan_vpb.oo -c chan_vpb.cc -MD -MT chan_vpb.oo -MF .chan_vpb.oo.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -fPIC -DAST_MODULE=\"chan_vpb\" -DAST_MODULE_SELF_SYM=__internal_chan_vpb_self 
[  385s] cc1plus: warning: command-line option ?-fgnu89-inline? is valid for C/ObjC but not for C++
[  385s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_alsa "" "/usr/src/packages/BUILD"
[  385s] x86_64-linux-gnu-gcc -o chan_alsa.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_alsa.exports,--warn-common  chan_alsa.o  -lasound 
[  385s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_bridge_media "" "/usr/src/packages/BUILD"
[  385s] x86_64-linux-gnu-gcc -o chan_bridge_media.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_bridge_media.exports,--warn-common  chan_bridge_media.o  
[  386s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_console "" "/usr/src/packages/BUILD"
[  386s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_motif "" "/usr/src/packages/BUILD"
[  386s] x86_64-linux-gnu-gcc -o chan_console.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_console.exports,--warn-common  chan_console.o  -lportaudio -lasound -lm -lpthread
[  386s] x86_64-linux-gnu-gcc -o chan_motif.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed   -shared -Wl,--version-script,chan_motif.exports,--warn-common  chan_motif.o  -liksemel  -lssl -lcrypto
[  386s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_oss "" "/usr/src/packages/BUILD"
[  386s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_pjsip "" "/usr/src/packages/BUILD"
[  386s] x86_64-linux-gnu-gcc -o chan_pjsip.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_pjsip.exports,--warn-common  chan_pjsip.o pjsip/cli_commands.o pjsip/dialplan_functions.o  
[  386s] x86_64-linux-gnu-gcc -o chan_oss.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_oss.exports,--warn-common  chan_oss.o console_video.o vgrabbers.o console_board.o  -lavcodec -lswscale    -lX11 
[  386s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_rtp "" "/usr/src/packages/BUILD"
[  386s] x86_64-linux-gnu-gcc -o chan_rtp.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_rtp.exports,--warn-common  chan_rtp.o  
[  387s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_mgcp "" "/usr/src/packages/BUILD"
[  387s] x86_64-linux-gnu-gcc -o chan_mgcp.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_mgcp.exports,--warn-common  chan_mgcp.o  
[  388s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_vpb "" "/usr/src/packages/BUILD"
[  388s] x86_64-linux-gnu-g++ -o chan_vpb.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_vpb.exports,--warn-common  chan_vpb.oo  -lvpb
[  389s] In function ?handle_enbloc_call_message?,
[  389s]     inlined from ?handle_message? at chan_skinny.c:7331:9,
[  389s]     inlined from ?skinny_session? at chan_skinny.c:7638:9:
[  389s] chan_skinny.c:6968:17: warning: ?dialandactivatesub? accessing 80 bytes in a region of size 24 [-Wstringop-overflow=]
[  389s]  6968 |                 dialandactivatesub(sub, req->data.enbloccallmessage.calledParty);
[  389s]       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  389s] chan_skinny.c: In function ?skinny_session?:
[  389s] chan_skinny.c:6968:17: note: referencing argument 2 of type ?char *?
[  389s] chan_skinny.c:6071:13: note: in a call to function ?dialandactivatesub?
[  389s]  6071 | static void dialandactivatesub(struct skinny_subchannel *sub, char exten[AST_MAX_EXTENSION])
[  389s]       |             ^~~~~~~~~~~~~~~~~~
[  389s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_unistim "" "/usr/src/packages/BUILD"
[  389s] x86_64-linux-gnu-gcc -o chan_unistim.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_unistim.exports,--warn-common  chan_unistim.o  
[  389s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_skinny "" "/usr/src/packages/BUILD"
[  389s] x86_64-linux-gnu-gcc -o chan_skinny.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_skinny.exports,--warn-common  chan_skinny.o  
[  395s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_iax2 "" "/usr/src/packages/BUILD"
[  395s] x86_64-linux-gnu-gcc -o chan_iax2.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_iax2.exports,--warn-common  chan_iax2.o iax2/codec_pref.o iax2/firmware.o iax2/format_compatibility.o iax2/netsock.o iax2/parser.o iax2/provision.o  -lcrypto 
[  396s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_dahdi "" "/usr/src/packages/BUILD"
[  396s] x86_64-linux-gnu-gcc -o chan_dahdi.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed      -shared -Wl,--version-script,chan_dahdi.exports,--warn-common  chan_dahdi.o dahdi/bridge_native_dahdi.o sig_analog.o sig_pri.o sig_ss7.o   -ltonezone   -lpri  -lss7  -lopenr2 
[  411s] /usr/src/packages/BUILD/build_tools/make_linker_version_script chan_sip "" "/usr/src/packages/BUILD"
[  411s] x86_64-linux-gnu-gcc -o chan_sip.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,chan_sip.exports,--warn-common  chan_sip.o sip/config_parser.o sip/dialplan_functions.o sip/reqresp_parser.o sip/route.o sip/security_events.o sip/utils.o  
[  411s] make[3]: Leaving directory '/usr/src/packages/BUILD/channels'
[  411s] make[3]: Entering directory '/usr/src/packages/BUILD/pbx'
[  411s] x86_64-linux-gnu-gcc -o pbx_ael.o -c pbx_ael.c -MD -MT pbx_ael.o -MF .pbx_ael.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"pbx_ael\" -DAST_MODULE_SELF_SYM=__internal_pbx_ael_self    
[  411s] x86_64-linux-gnu-gcc -o pbx_config.o -c pbx_config.c -MD -MT pbx_config.o -MF .pbx_config.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"pbx_config\" -DAST_MODULE_SELF_SYM=__internal_pbx_config_self    
[  411s] x86_64-linux-gnu-gcc -o pbx_dundi.o -c pbx_dundi.c -MD -MT pbx_dundi.o -MF .pbx_dundi.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"pbx_dundi\" -DAST_MODULE_SELF_SYM=__internal_pbx_dundi_self     
[  411s] x86_64-linux-gnu-gcc -o dundi-parser.o -c dundi-parser.c -MD -MT dundi-parser.o -MF .dundi-parser.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"pbx_dundi\" -DAST_MODULE_SELF_SYM=__internal_pbx_dundi_self     
[  411s] x86_64-linux-gnu-gcc -o pbx_loopback.o -c pbx_loopback.c -MD -MT pbx_loopback.o -MF .pbx_loopback.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"pbx_loopback\" -DAST_MODULE_SELF_SYM=__internal_pbx_loopback_self    
[  411s] x86_64-linux-gnu-gcc -o pbx_lua.o -c pbx_lua.c -MD -MT pbx_lua.o -MF .pbx_lua.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"pbx_lua\" -DAST_MODULE_SELF_SYM=__internal_pbx_lua_self  -I/usr/include/lua5.1  
[  411s] x86_64-linux-gnu-gcc -o pbx_realtime.o -c pbx_realtime.c -MD -MT pbx_realtime.o -MF .pbx_realtime.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"pbx_realtime\" -DAST_MODULE_SELF_SYM=__internal_pbx_realtime_self    
[  411s] x86_64-linux-gnu-gcc -o pbx_spool.o -c pbx_spool.c -MD -MT pbx_spool.o -MF .pbx_spool.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"pbx_spool\" -DAST_MODULE_SELF_SYM=__internal_pbx_spool_self    
[  411s] /usr/src/packages/BUILD/build_tools/make_linker_version_script pbx_ael "" "/usr/src/packages/BUILD"
[  411s] x86_64-linux-gnu-gcc -o pbx_ael.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,pbx_ael.exports,--warn-common  pbx_ael.o  
[  411s] /usr/src/packages/BUILD/build_tools/make_linker_version_script pbx_loopback "" "/usr/src/packages/BUILD"
[  411s] x86_64-linux-gnu-gcc -o pbx_loopback.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,pbx_loopback.exports,--warn-common  pbx_loopback.o  
[  411s] /usr/src/packages/BUILD/build_tools/make_linker_version_script pbx_realtime "" "/usr/src/packages/BUILD"
[  411s] x86_64-linux-gnu-gcc -o pbx_realtime.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,pbx_realtime.exports,--warn-common  pbx_realtime.o  
[  411s] /usr/src/packages/BUILD/build_tools/make_linker_version_script pbx_lua "" "/usr/src/packages/BUILD"
[  411s] x86_64-linux-gnu-gcc -o pbx_lua.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,pbx_lua.exports,--warn-common  pbx_lua.o  -llua5.1 -lm
[  412s] /usr/src/packages/BUILD/build_tools/make_linker_version_script pbx_spool "" "/usr/src/packages/BUILD"
[  412s] x86_64-linux-gnu-gcc -o pbx_spool.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,pbx_spool.exports,--warn-common  pbx_spool.o  
[  412s] /usr/src/packages/BUILD/build_tools/make_linker_version_script pbx_config "" "/usr/src/packages/BUILD"
[  412s] x86_64-linux-gnu-gcc -o pbx_config.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,pbx_config.exports,--warn-common  pbx_config.o  
[  415s] /usr/src/packages/BUILD/build_tools/make_linker_version_script pbx_dundi "" "/usr/src/packages/BUILD"
[  415s] x86_64-linux-gnu-gcc -o pbx_dundi.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed   -shared -Wl,--version-script,pbx_dundi.exports,--warn-common  pbx_dundi.o dundi-parser.o  -lz  -lcrypto 
[  415s] make[3]: Leaving directory '/usr/src/packages/BUILD/pbx'
[  415s] make[3]: Entering directory '/usr/src/packages/BUILD/apps'
[  415s] x86_64-linux-gnu-gcc -o app_voicemail_imapstorage.o -c app_voicemail_imapstorage.c -MD -MT app_voicemail_imapstorage.o -MF .app_voicemail_imapstorage.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -fPIC -DIMAP_STORAGE -DAST_MODULE=\"app_voicemail_imapstorage\" -DAST_MODULE_SELF_SYM=__internal_app_voicemail_imapstorage_self   -DUSE_SYSTEM_CCLIENT -DAST_MODULE=\"app_voicemail_imapstorage\" -DAST_MODULE_SELF_SYM=__internal_app_voicemail_imapstorage_self   -DUSE_SYSTEM_CCLIENT  
[  415s] x86_64-linux-gnu-gcc -o app_voicemail_odbcstorage.o -c app_voicemail_odbcstorage.c -MD -MT app_voicemail_odbcstorage.o -MF .app_voicemail_odbcstorage.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -fPIC -DODBC_STORAGE -DAST_MODULE=\"app_voicemail_odbcstorage\" -DAST_MODULE_SELF_SYM=__internal_app_voicemail_odbcstorage_self   -DAST_MODULE=\"app_voicemail_odbcstorage\" -DAST_MODULE_SELF_SYM=__internal_app_voicemail_odbcstorage_self    
[  415s] x86_64-linux-gnu-gcc -o app_adsiprog.o -c app_adsiprog.c -MD -MT app_adsiprog.o -MF .app_adsiprog.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_adsiprog\" -DAST_MODULE_SELF_SYM=__internal_app_adsiprog_self    
[  415s] x86_64-linux-gnu-gcc -o app_agent_pool.o -c app_agent_pool.c -MD -MT app_agent_pool.o -MF .app_agent_pool.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_agent_pool\" -DAST_MODULE_SELF_SYM=__internal_app_agent_pool_self    
[  415s] x86_64-linux-gnu-gcc -o app_alarmreceiver.o -c app_alarmreceiver.c -MD -MT app_alarmreceiver.o -MF .app_alarmreceiver.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_alarmreceiver\" -DAST_MODULE_SELF_SYM=__internal_app_alarmreceiver_self    
[  415s] x86_64-linux-gnu-gcc -o app_amd.o -c app_amd.c -MD -MT app_amd.o -MF .app_amd.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_amd\" -DAST_MODULE_SELF_SYM=__internal_app_amd_self    
[  415s] x86_64-linux-gnu-gcc -o app_attended_transfer.o -c app_attended_transfer.c -MD -MT app_attended_transfer.o -MF .app_attended_transfer.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_attended_transfer\" -DAST_MODULE_SELF_SYM=__internal_app_attended_transfer_self    
[  415s] x86_64-linux-gnu-gcc -o app_authenticate.o -c app_authenticate.c -MD -MT app_authenticate.o -MF .app_authenticate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_authenticate\" -DAST_MODULE_SELF_SYM=__internal_app_authenticate_self    
[  415s] x86_64-linux-gnu-gcc -o app_blind_transfer.o -c app_blind_transfer.c -MD -MT app_blind_transfer.o -MF .app_blind_transfer.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_blind_transfer\" -DAST_MODULE_SELF_SYM=__internal_app_blind_transfer_self    
[  415s] x86_64-linux-gnu-gcc -o app_bridgeaddchan.o -c app_bridgeaddchan.c -MD -MT app_bridgeaddchan.o -MF .app_bridgeaddchan.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_bridgeaddchan\" -DAST_MODULE_SELF_SYM=__internal_app_bridgeaddchan_self    
[  415s] x86_64-linux-gnu-gcc -o app_bridgewait.o -c app_bridgewait.c -MD -MT app_bridgewait.o -MF .app_bridgewait.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_bridgewait\" -DAST_MODULE_SELF_SYM=__internal_app_bridgewait_self    
[  415s] x86_64-linux-gnu-gcc -o app_cdr.o -c app_cdr.c -MD -MT app_cdr.o -MF .app_cdr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_cdr\" -DAST_MODULE_SELF_SYM=__internal_app_cdr_self    
[  415s] x86_64-linux-gnu-gcc -o app_celgenuserevent.o -c app_celgenuserevent.c -MD -MT app_celgenuserevent.o -MF .app_celgenuserevent.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_celgenuserevent\" -DAST_MODULE_SELF_SYM=__internal_app_celgenuserevent_self    
[  415s] x86_64-linux-gnu-gcc -o app_chanisavail.o -c app_chanisavail.c -MD -MT app_chanisavail.o -MF .app_chanisavail.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_chanisavail\" -DAST_MODULE_SELF_SYM=__internal_app_chanisavail_self    
[  415s] x86_64-linux-gnu-gcc -o app_channelredirect.o -c app_channelredirect.c -MD -MT app_channelredirect.o -MF .app_channelredirect.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_channelredirect\" -DAST_MODULE_SELF_SYM=__internal_app_channelredirect_self    
[  415s] x86_64-linux-gnu-gcc -o app_chanspy.o -c app_chanspy.c -MD -MT app_chanspy.o -MF .app_chanspy.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_chanspy\" -DAST_MODULE_SELF_SYM=__internal_app_chanspy_self    
[  415s] x86_64-linux-gnu-gcc -o app_confbridge.o -c app_confbridge.c -MD -MT app_confbridge.o -MF .app_confbridge.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self   -Wno-format-truncation  
[  415s] x86_64-linux-gnu-gcc -o confbridge/conf_chan_announce.o -c confbridge/conf_chan_announce.c -MD -MT confbridge/conf_chan_announce.o -MF .confbridge_conf_chan_announce.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  415s] x86_64-linux-gnu-gcc -o confbridge/conf_chan_record.o -c confbridge/conf_chan_record.c -MD -MT confbridge/conf_chan_record.o -MF .confbridge_conf_chan_record.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  415s] x86_64-linux-gnu-gcc -o confbridge/conf_config_parser.o -c confbridge/conf_config_parser.c -MD -MT confbridge/conf_config_parser.o -MF .confbridge_conf_config_parser.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o confbridge/conf_state.o -c confbridge/conf_state.c -MD -MT confbridge/conf_state.o -MF .confbridge_conf_state.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o confbridge/conf_state_empty.o -c confbridge/conf_state_empty.c -MD -MT confbridge/conf_state_empty.o -MF .confbridge_conf_state_empty.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o confbridge/conf_state_inactive.o -c confbridge/conf_state_inactive.c -MD -MT confbridge/conf_state_inactive.o -MF .confbridge_conf_state_inactive.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o confbridge/conf_state_multi.o -c confbridge/conf_state_multi.c -MD -MT confbridge/conf_state_multi.o -MF .confbridge_conf_state_multi.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o confbridge/conf_state_multi_marked.o -c confbridge/conf_state_multi_marked.c -MD -MT confbridge/conf_state_multi_marked.o -MF .confbridge_conf_state_multi_marked.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o confbridge/conf_state_single.o -c confbridge/conf_state_single.c -MD -MT confbridge/conf_state_single.o -MF .confbridge_conf_state_single.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o confbridge/conf_state_single_marked.o -c confbridge/conf_state_single_marked.c -MD -MT confbridge/conf_state_single_marked.o -MF .confbridge_conf_state_single_marked.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o confbridge/confbridge_manager.o -c confbridge/confbridge_manager.c -MD -MT confbridge/confbridge_manager.o -MF .confbridge_confbridge_manager.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_confbridge\" -DAST_MODULE_SELF_SYM=__internal_app_confbridge_self    
[  416s] x86_64-linux-gnu-gcc -o app_controlplayback.o -c app_controlplayback.c -MD -MT app_controlplayback.o -MF .app_controlplayback.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_controlplayback\" -DAST_MODULE_SELF_SYM=__internal_app_controlplayback_self    
[  416s] x86_64-linux-gnu-gcc -o app_dahdiras.o -c app_dahdiras.c -MD -MT app_dahdiras.o -MF .app_dahdiras.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_dahdiras\" -DAST_MODULE_SELF_SYM=__internal_app_dahdiras_self    
[  416s] x86_64-linux-gnu-gcc -o app_db.o -c app_db.c -MD -MT app_db.o -MF .app_db.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_db\" -DAST_MODULE_SELF_SYM=__internal_app_db_self    
[  416s] x86_64-linux-gnu-gcc -o app_dial.o -c app_dial.c -MD -MT app_dial.o -MF .app_dial.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_dial\" -DAST_MODULE_SELF_SYM=__internal_app_dial_self    
[  416s] x86_64-linux-gnu-gcc -o app_dictate.o -c app_dictate.c -MD -MT app_dictate.o -MF .app_dictate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_dictate\" -DAST_MODULE_SELF_SYM=__internal_app_dictate_self    
[  416s] x86_64-linux-gnu-gcc -o app_directed_pickup.o -c app_directed_pickup.c -MD -MT app_directed_pickup.o -MF .app_directed_pickup.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_directed_pickup\" -DAST_MODULE_SELF_SYM=__internal_app_directed_pickup_self    
[  416s] x86_64-linux-gnu-gcc -o app_directory.o -c app_directory.c -MD -MT app_directory.o -MF .app_directory.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_directory\" -DAST_MODULE_SELF_SYM=__internal_app_directory_self -DFILE_STORAGE   
[  416s] x86_64-linux-gnu-gcc -o app_disa.o -c app_disa.c -MD -MT app_disa.o -MF .app_disa.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_disa\" -DAST_MODULE_SELF_SYM=__internal_app_disa_self    
[  416s] x86_64-linux-gnu-gcc -o app_dumpchan.o -c app_dumpchan.c -MD -MT app_dumpchan.o -MF .app_dumpchan.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_dumpchan\" -DAST_MODULE_SELF_SYM=__internal_app_dumpchan_self    
[  416s] x86_64-linux-gnu-gcc -o app_echo.o -c app_echo.c -MD -MT app_echo.o -MF .app_echo.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_echo\" -DAST_MODULE_SELF_SYM=__internal_app_echo_self    
[  417s] x86_64-linux-gnu-gcc -o app_exec.o -c app_exec.c -MD -MT app_exec.o -MF .app_exec.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_exec\" -DAST_MODULE_SELF_SYM=__internal_app_exec_self    
[  417s] x86_64-linux-gnu-gcc -o app_externalivr.o -c app_externalivr.c -MD -MT app_externalivr.o -MF .app_externalivr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_externalivr\" -DAST_MODULE_SELF_SYM=__internal_app_externalivr_self    
[  417s] x86_64-linux-gnu-gcc -o app_festival.o -c app_festival.c -MD -MT app_festival.o -MF .app_festival.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_festival\" -DAST_MODULE_SELF_SYM=__internal_app_festival_self    
[  417s] x86_64-linux-gnu-gcc -o app_flash.o -c app_flash.c -MD -MT app_flash.o -MF .app_flash.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_flash\" -DAST_MODULE_SELF_SYM=__internal_app_flash_self    
[  417s] x86_64-linux-gnu-gcc -o app_followme.o -c app_followme.c -MD -MT app_followme.o -MF .app_followme.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_followme\" -DAST_MODULE_SELF_SYM=__internal_app_followme_self    
[  417s] x86_64-linux-gnu-gcc -o app_forkcdr.o -c app_forkcdr.c -MD -MT app_forkcdr.o -MF .app_forkcdr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_forkcdr\" -DAST_MODULE_SELF_SYM=__internal_app_forkcdr_self    
[  417s] app_voicemail_odbcstorage.c: In function ?count_messages_in_folder?:
[  417s] app_voicemail_odbcstorage.c:5887:74: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size between 3982 and 4061 [-Wformat-truncation=]
[  417s]  5887 |         snprintf(sql, sizeof(sql), "SELECT COUNT(*) FROM %s WHERE dir = '%s%s/%s/%s'", odbc_table, VM_SPOOL_DIR, context, mailbox, folder);
[  417s]       |                                                                          ^~                        ~~~~~~~~~~~~
[  417s] In file included from /usr/include/stdio.h:866,
[  417s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  417s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  417s]                  from app_voicemail_odbcstorage.c:83:
[  417s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 39 or more bytes (assuming 4213) into a destination of size 4096
[  417s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  417s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  417s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  417s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  417s] x86_64-linux-gnu-gcc -o app_getcpeid.o -c app_getcpeid.c -MD -MT app_getcpeid.o -MF .app_getcpeid.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_getcpeid\" -DAST_MODULE_SELF_SYM=__internal_app_getcpeid_self    
[  417s] x86_64-linux-gnu-gcc -o app_ices.o -c app_ices.c -MD -MT app_ices.o -MF .app_ices.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_ices\" -DAST_MODULE_SELF_SYM=__internal_app_ices_self    
[  417s] x86_64-linux-gnu-gcc -o app_image.o -c app_image.c -MD -MT app_image.o -MF .app_image.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_image\" -DAST_MODULE_SELF_SYM=__internal_app_image_self    
[  417s] x86_64-linux-gnu-gcc -o app_jack.o -c app_jack.c -MD -MT app_jack.o -MF .app_jack.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_jack\" -DAST_MODULE_SELF_SYM=__internal_app_jack_self     
[  417s] x86_64-linux-gnu-gcc -o app_macro.o -c app_macro.c -MD -MT app_macro.o -MF .app_macro.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_macro\" -DAST_MODULE_SELF_SYM=__internal_app_macro_self    
[  417s] x86_64-linux-gnu-gcc -o app_milliwatt.o -c app_milliwatt.c -MD -MT app_milliwatt.o -MF .app_milliwatt.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_milliwatt\" -DAST_MODULE_SELF_SYM=__internal_app_milliwatt_self    
[  417s] x86_64-linux-gnu-gcc -o app_minivm.o -c app_minivm.c -MD -MT app_minivm.o -MF .app_minivm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_minivm\" -DAST_MODULE_SELF_SYM=__internal_app_minivm_self   -Wno-format-truncation  
[  417s] x86_64-linux-gnu-gcc -o app_mixmonitor.o -c app_mixmonitor.c -MD -MT app_mixmonitor.o -MF .app_mixmonitor.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_mixmonitor\" -DAST_MODULE_SELF_SYM=__internal_app_mixmonitor_self    
[  417s] x86_64-linux-gnu-gcc -o app_morsecode.o -c app_morsecode.c -MD -MT app_morsecode.o -MF .app_morsecode.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_morsecode\" -DAST_MODULE_SELF_SYM=__internal_app_morsecode_self    
[  417s] app_voicemail_imapstorage.c: In function ?save_body?:
[  417s] app_voicemail_imapstorage.c:3774:55: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
[  417s]  3774 |                 snprintf(filename, sizeof(filename), "%s.%s", fn, format);
[  417s]       |                                                       ^~
[  417s] In file included from /usr/include/stdio.h:866,
[  417s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  417s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  417s]                  from app_voicemail_imapstorage.c:84:
[  417s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 2 or more bytes (assuming 4097) into a destination of size 256
[  417s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  417s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  417s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  417s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s] x86_64-linux-gnu-gcc -o app_mp3.o -c app_mp3.c -MD -MT app_mp3.o -MF .app_mp3.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_mp3\" -DAST_MODULE_SELF_SYM=__internal_app_mp3_self    
[  418s] x86_64-linux-gnu-gcc -o app_nbscat.o -c app_nbscat.c -MD -MT app_nbscat.o -MF .app_nbscat.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_nbscat\" -DAST_MODULE_SELF_SYM=__internal_app_nbscat_self    
[  418s] app_voicemail_odbcstorage.c: In function ?adsi_message?:
[  418s] app_voicemail_odbcstorage.c:7657:39: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  418s]  7657 |         snprintf(fn2, sizeof(fn2), "%s.txt", vms->fn);
[  418s]       |                                       ^~~~
[  418s] In file included from /usr/include/stdio.h:866,
[  418s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  418s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  418s]                  from app_voicemail_odbcstorage.c:83:
[  418s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  418s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  418s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  418s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s] x86_64-linux-gnu-gcc -o app_originate.o -c app_originate.c -MD -MT app_originate.o -MF .app_originate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_originate\" -DAST_MODULE_SELF_SYM=__internal_app_originate_self    
[  418s] app_voicemail_odbcstorage.c: In function ?messagecount?:
[  418s] app_voicemail_odbcstorage.c:6013:82: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size between 3982 and 4061 [-Wformat-truncation=]
[  418s]  6013 |                 snprintf(sql, sizeof(sql), "SELECT COUNT(*) FROM %s WHERE dir = '%s%s/%s/%s'", odbc_table, VM_SPOOL_DIR, context, mailbox, folder);
[  418s]       |                                                                                  ^~                        ~~~~~~~~~~~~
[  418s] In file included from /usr/include/stdio.h:866,
[  418s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  418s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  418s]                  from app_voicemail_odbcstorage.c:83:
[  418s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 39 or more bytes (assuming 4213) into a destination of size 4096
[  418s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  418s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  418s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s] app_voicemail_odbcstorage.c:6011:82: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size between 3982 and 4061 [-Wformat-truncation=]
[  418s]  6011 |                 snprintf(sql, sizeof(sql), "SELECT COUNT(*) FROM %s WHERE dir = '%s%s/%s/INBOX' OR dir = '%s%s/%s/Urgent'", odbc_table, VM_SPOOL_DIR, context, mailbox, VM_SPOOL_DIR, context, mailbox);
[  418s]       |                                                                                  ^~                                                     ~~~~~~~~~~~~
[  418s] In file included from /usr/include/stdio.h:866,
[  418s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  418s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  418s]                  from app_voicemail_odbcstorage.c:83:
[  418s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 64 or more bytes (assuming 8333) into a destination of size 4096
[  418s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  418s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  418s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s] x86_64-linux-gnu-gcc -o app_page.o -c app_page.c -MD -MT app_page.o -MF .app_page.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_page\" -DAST_MODULE_SELF_SYM=__internal_app_page_self    
[  418s] x86_64-linux-gnu-gcc -o app_playback.o -c app_playback.c -MD -MT app_playback.o -MF .app_playback.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_playback\" -DAST_MODULE_SELF_SYM=__internal_app_playback_self    
[  418s] x86_64-linux-gnu-gcc -o app_playtones.o -c app_playtones.c -MD -MT app_playtones.o -MF .app_playtones.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_playtones\" -DAST_MODULE_SELF_SYM=__internal_app_playtones_self    
[  418s] x86_64-linux-gnu-gcc -o app_privacy.o -c app_privacy.c -MD -MT app_privacy.o -MF .app_privacy.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_privacy\" -DAST_MODULE_SELF_SYM=__internal_app_privacy_self    
[  418s] app_voicemail_imapstorage.c: In function ?adsi_message?:
[  418s] app_voicemail_imapstorage.c:7658:39: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  418s]  7658 |         snprintf(fn2, sizeof(fn2), "%s.txt", vms->fn);
[  418s]       |                                       ^~~~
[  418s] In file included from /usr/include/stdio.h:866,
[  418s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  418s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  418s]                  from app_voicemail_imapstorage.c:84:
[  418s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  418s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  418s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  418s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  418s] x86_64-linux-gnu-gcc -o app_queue.o -c app_queue.c -MD -MT app_queue.o -MF .app_queue.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_queue\" -DAST_MODULE_SELF_SYM=__internal_app_queue_self    
[  418s] x86_64-linux-gnu-gcc -o app_read.o -c app_read.c -MD -MT app_read.o -MF .app_read.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_read\" -DAST_MODULE_SELF_SYM=__internal_app_read_self    
[  418s] x86_64-linux-gnu-gcc -o app_readexten.o -c app_readexten.c -MD -MT app_readexten.o -MF .app_readexten.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_readexten\" -DAST_MODULE_SELF_SYM=__internal_app_readexten_self    
[  418s] x86_64-linux-gnu-gcc -o app_record.o -c app_record.c -MD -MT app_record.o -MF .app_record.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_record\" -DAST_MODULE_SELF_SYM=__internal_app_record_self    
[  418s] x86_64-linux-gnu-gcc -o app_sayunixtime.o -c app_sayunixtime.c -MD -MT app_sayunixtime.o -MF .app_sayunixtime.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_sayunixtime\" -DAST_MODULE_SELF_SYM=__internal_app_sayunixtime_self    
[  418s] x86_64-linux-gnu-gcc -o app_senddtmf.o -c app_senddtmf.c -MD -MT app_senddtmf.o -MF .app_senddtmf.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_senddtmf\" -DAST_MODULE_SELF_SYM=__internal_app_senddtmf_self    
[  418s] x86_64-linux-gnu-gcc -o app_sendtext.o -c app_sendtext.c -MD -MT app_sendtext.o -MF .app_sendtext.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_sendtext\" -DAST_MODULE_SELF_SYM=__internal_app_sendtext_self    
[  418s] x86_64-linux-gnu-gcc -o app_sms.o -c app_sms.c -MD -MT app_sms.o -MF .app_sms.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_sms\" -DAST_MODULE_SELF_SYM=__internal_app_sms_self    
[  418s] x86_64-linux-gnu-gcc -o app_softhangup.o -c app_softhangup.c -MD -MT app_softhangup.o -MF .app_softhangup.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_softhangup\" -DAST_MODULE_SELF_SYM=__internal_app_softhangup_self    
[  418s] x86_64-linux-gnu-gcc -o app_speech_utils.o -c app_speech_utils.c -MD -MT app_speech_utils.o -MF .app_speech_utils.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_speech_utils\" -DAST_MODULE_SELF_SYM=__internal_app_speech_utils_self    
[  418s] x86_64-linux-gnu-gcc -o app_stack.o -c app_stack.c -MD -MT app_stack.o -MF .app_stack.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_stack\" -DAST_MODULE_SELF_SYM=__internal_app_stack_self    
[  419s] x86_64-linux-gnu-gcc -o app_stasis.o -c app_stasis.c -MD -MT app_stasis.o -MF .app_stasis.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_stasis\" -DAST_MODULE_SELF_SYM=__internal_app_stasis_self    
[  419s] x86_64-linux-gnu-gcc -o app_stream_echo.o -c app_stream_echo.c -MD -MT app_stream_echo.o -MF .app_stream_echo.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_stream_echo\" -DAST_MODULE_SELF_SYM=__internal_app_stream_echo_self    
[  419s] x86_64-linux-gnu-gcc -o app_system.o -c app_system.c -MD -MT app_system.o -MF .app_system.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_system\" -DAST_MODULE_SELF_SYM=__internal_app_system_self    
[  419s] x86_64-linux-gnu-gcc -o app_talkdetect.o -c app_talkdetect.c -MD -MT app_talkdetect.o -MF .app_talkdetect.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_talkdetect\" -DAST_MODULE_SELF_SYM=__internal_app_talkdetect_self    
[  419s] app_voicemail_odbcstorage.c: In function ?check_password.part.0?:
[  419s] app_voicemail_odbcstorage.c:1555:51: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 47 and 253 [-Wformat-truncation=]
[  419s]  1555 |                 snprintf(cmd, sizeof(cmd), "%s %s %s %s %s", ext_pass_check_cmd, vmu->mailbox, vmu->context, vmu->password, password);
[  419s]       |                                                   ^~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_odbcstorage.c:83:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 5 or more bytes (assuming 369) into a destination of size 255
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] app_voicemail_odbcstorage.c: In function ?append_mailbox.isra?:
[  419s] app_voicemail_odbcstorage.c:12555:57: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  419s] 12555 |                 snprintf(secretfn, sizeof(secretfn), "%s%s/%s/secret.conf", VM_SPOOL_DIR, vmu->context, vmu->mailbox);
[  419s]       |                                                         ^~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_odbcstorage.c:83:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 14 and 4267 bytes into a destination of size 4096
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] x86_64-linux-gnu-gcc -o app_test.o -c app_test.c -MD -MT app_test.o -MF .app_test.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_test\" -DAST_MODULE_SELF_SYM=__internal_app_test_self    
[  419s] x86_64-linux-gnu-gcc -o app_transfer.o -c app_transfer.c -MD -MT app_transfer.o -MF .app_transfer.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_transfer\" -DAST_MODULE_SELF_SYM=__internal_app_transfer_self    
[  419s] x86_64-linux-gnu-gcc -o app_url.o -c app_url.c -MD -MT app_url.o -MF .app_url.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_url\" -DAST_MODULE_SELF_SYM=__internal_app_url_self    
[  419s] app_voicemail_imapstorage.c: In function ?imap_mailbox_name.constprop?:
[  419s] app_voicemail_imapstorage.c:3061:48: warning: ?%s? directive output may be truncated writing up to 63 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
[  419s]  3061 |                         snprintf(spec, len, "%s%s%c%s", tmp, imapparentfolder, delimiter, mbox(NULL, box));
[  419s]       |                                                ^~            ~~~~~~~~~~~~~~~~
[  419s] app_voicemail_imapstorage.c:3061:45: note: assuming directive output of 7 bytes
[  419s]  3061 |                         snprintf(spec, len, "%s%s%c%s", tmp, imapparentfolder, delimiter, mbox(NULL, box));
[  419s]       |                                             ^~~~~~~~~~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_imapstorage.c:84:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 2 or more bytes (assuming 327) into a destination of size 256
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] app_voicemail_imapstorage.c:3063:48: warning: ?%s? directive output may be truncated writing likely 7 or more bytes into a region of size between 1 and 256 [-Wformat-truncation=]
[  419s]  3063 |                         snprintf(spec, len, "%s%s", tmp, mbox(NULL, box));
[  419s]       |                                                ^~
[  419s] x86_64-linux-gnu-gcc -o app_userevent.o -c app_userevent.c -MD -MT app_userevent.o -MF .app_userevent.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_userevent\" -DAST_MODULE_SELF_SYM=__internal_app_userevent_self    
[  419s] app_voicemail_imapstorage.c:3063:45: note: assuming directive output of 7 bytes
[  419s]  3063 |                         snprintf(spec, len, "%s%s", tmp, mbox(NULL, box));
[  419s]       |                                             ^~~~~~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_imapstorage.c:84:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 1 or more bytes (assuming 263) into a destination of size 256
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] app_voicemail_imapstorage.c:3057:40: warning: ?%s? directive output may be truncated writing up to 63 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
[  419s]  3057 |                 snprintf(spec, len, "%s%s", tmp, greetingfolder);
[  419s]       |                                        ^~        ~~~~~~~~~~~~~~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_imapstorage.c:84:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 1 and 319 bytes into a destination of size 256
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] app_voicemail_imapstorage.c:3055:40: warning: ?%s? directive output may be truncated writing up to 63 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
[  419s]  3055 |                 snprintf(spec, len, "%s%s", tmp, use_folder? vms->imapfolder: "INBOX");
[  419s]       |                                        ^~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_imapstorage.c:84:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 1 and 319 bytes into a destination of size 256
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] x86_64-linux-gnu-gcc -o app_verbose.o -c app_verbose.c -MD -MT app_verbose.o -MF .app_verbose.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_verbose\" -DAST_MODULE_SELF_SYM=__internal_app_verbose_self    
[  419s] x86_64-linux-gnu-gcc -o app_voicemail.o -c app_voicemail.c -MD -MT app_voicemail.o -MF .app_voicemail.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_voicemail\" -DAST_MODULE_SELF_SYM=__internal_app_voicemail_self -DFILE_STORAGE  -Wno-format-truncation  
[  419s] app_voicemail_odbcstorage.c: In function ?actual_load_config.constprop?:
[  419s] app_voicemail_odbcstorage.c:14576:89: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  419s] 14576 |                                                 snprintf(secretfn, sizeof(secretfn), "%s%s/%s/secret.conf", VM_SPOOL_DIR, current->context, current->mailbox);
[  419s]       |                                                                                         ^~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_odbcstorage.c:83:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 14 and 4267 bytes into a destination of size 4096
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] x86_64-linux-gnu-gcc -o app_waitforring.o -c app_waitforring.c -MD -MT app_waitforring.o -MF .app_waitforring.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_waitforring\" -DAST_MODULE_SELF_SYM=__internal_app_waitforring_self    
[  419s] x86_64-linux-gnu-gcc -o app_waitforsilence.o -c app_waitforsilence.c -MD -MT app_waitforsilence.o -MF .app_waitforsilence.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_waitforsilence\" -DAST_MODULE_SELF_SYM=__internal_app_waitforsilence_self    
[  419s] x86_64-linux-gnu-gcc -o app_waituntil.o -c app_waituntil.c -MD -MT app_waituntil.o -MF .app_waituntil.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_waituntil\" -DAST_MODULE_SELF_SYM=__internal_app_waituntil_self    
[  419s] x86_64-linux-gnu-gcc -o app_while.o -c app_while.c -MD -MT app_while.o -MF .app_while.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_while\" -DAST_MODULE_SELF_SYM=__internal_app_while_self   -Wno-format-truncation  
[  419s] x86_64-linux-gnu-gcc -o app_zapateller.o -c app_zapateller.c -MD -MT app_zapateller.o -MF .app_zapateller.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"app_zapateller\" -DAST_MODULE_SELF_SYM=__internal_app_zapateller_self    
[  419s] app_voicemail_imapstorage.c: In function ?check_password.part.0?:
[  419s] app_voicemail_imapstorage.c:1556:51: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 47 and 253 [-Wformat-truncation=]
[  419s]  1556 |                 snprintf(cmd, sizeof(cmd), "%s %s %s %s %s", ext_pass_check_cmd, vmu->mailbox, vmu->context, vmu->password, password);
[  419s]       |                                                   ^~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_imapstorage.c:84:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 5 or more bytes (assuming 369) into a destination of size 255
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_adsiprog "" "/usr/src/packages/BUILD"
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_agent_pool "" "/usr/src/packages/BUILD"
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_alarmreceiver "" "/usr/src/packages/BUILD"
[  419s] x86_64-linux-gnu-gcc -o app_agent_pool.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_agent_pool.exports,--warn-common  app_agent_pool.o  
[  419s] x86_64-linux-gnu-gcc -o app_adsiprog.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_adsiprog.exports,--warn-common  app_adsiprog.o  
[  419s] x86_64-linux-gnu-gcc -o app_alarmreceiver.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_alarmreceiver.exports,--warn-common  app_alarmreceiver.o  
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_amd "" "/usr/src/packages/BUILD"
[  419s] x86_64-linux-gnu-gcc -o app_amd.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_amd.exports,--warn-common  app_amd.o  
[  419s] app_voicemail_imapstorage.c: In function ?append_mailbox.isra?:
[  419s] app_voicemail_imapstorage.c:12556:57: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  419s] 12556 |                 snprintf(secretfn, sizeof(secretfn), "%s%s/%s/secret.conf", VM_SPOOL_DIR, vmu->context, vmu->mailbox);
[  419s]       |                                                         ^~
[  419s] In file included from /usr/include/stdio.h:866,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  419s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  419s]                  from app_voicemail_imapstorage.c:84:
[  419s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 14 and 4267 bytes into a destination of size 4096
[  419s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  419s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  419s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_attended_transfer "" "/usr/src/packages/BUILD"
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_authenticate "" "/usr/src/packages/BUILD"
[  419s] x86_64-linux-gnu-gcc -o app_attended_transfer.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_attended_transfer.exports,--warn-common  app_attended_transfer.o  
[  419s] x86_64-linux-gnu-gcc -o app_authenticate.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_authenticate.exports,--warn-common  app_authenticate.o  
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_blind_transfer "" "/usr/src/packages/BUILD"
[  419s] x86_64-linux-gnu-gcc -o app_blind_transfer.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_blind_transfer.exports,--warn-common  app_blind_transfer.o  
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_bridgeaddchan "" "/usr/src/packages/BUILD"
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_bridgewait "" "/usr/src/packages/BUILD"
[  419s] x86_64-linux-gnu-gcc -o app_bridgeaddchan.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_bridgeaddchan.exports,--warn-common  app_bridgeaddchan.o  
[  419s] x86_64-linux-gnu-gcc -o app_bridgewait.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_bridgewait.exports,--warn-common  app_bridgewait.o  
[  419s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_cdr "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_celgenuserevent "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_cdr.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_cdr.exports,--warn-common  app_cdr.o  
[  420s] x86_64-linux-gnu-gcc -o app_celgenuserevent.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_celgenuserevent.exports,--warn-common  app_celgenuserevent.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_chanisavail "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_channelredirect "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_chanisavail.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_chanisavail.exports,--warn-common  app_chanisavail.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_chanspy "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_channelredirect.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_channelredirect.exports,--warn-common  app_channelredirect.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_confbridge "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_controlplayback "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_dahdiras "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_chanspy.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_chanspy.exports,--warn-common  app_chanspy.o  
[  420s] x86_64-linux-gnu-gcc -o app_controlplayback.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_controlplayback.exports,--warn-common  app_controlplayback.o  
[  420s] x86_64-linux-gnu-gcc -o app_dahdiras.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_dahdiras.exports,--warn-common  app_dahdiras.o  
[  420s] x86_64-linux-gnu-gcc -o app_confbridge.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_confbridge.exports,--warn-common  app_confbridge.o confbridge/conf_chan_announce.o confbridge/conf_chan_record.o confbridge/conf_config_parser.o confbridge/conf_state.o confbridge/conf_state_empty.o confbridge/conf_state_inactive.o confbridge/conf_state_multi.o confbridge/conf_state_multi_marked.o confbridge/conf_state_single.o confbridge/conf_state_single_marked.o confbridge/confbridge_manager.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_db "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_db.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_db.exports,--warn-common  app_db.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_dial "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_dictate "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_directed_pickup "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_directory "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_dial.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_dial.exports,--warn-common  app_dial.o  
[  420s] x86_64-linux-gnu-gcc -o app_directory.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_directory.exports,--warn-common  app_directory.o  
[  420s] x86_64-linux-gnu-gcc -o app_dictate.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_dictate.exports,--warn-common  app_dictate.o  
[  420s] x86_64-linux-gnu-gcc -o app_directed_pickup.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_directed_pickup.exports,--warn-common  app_directed_pickup.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_disa "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_dumpchan "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_echo "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_exec "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_disa.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_disa.exports,--warn-common  app_disa.o  
[  420s] x86_64-linux-gnu-gcc -o app_echo.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_echo.exports,--warn-common  app_echo.o  
[  420s] x86_64-linux-gnu-gcc -o app_dumpchan.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_dumpchan.exports,--warn-common  app_dumpchan.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_externalivr "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_exec.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_exec.exports,--warn-common  app_exec.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_festival "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_festival.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_festival.exports,--warn-common  app_festival.o  
[  420s] app_voicemail_imapstorage.c: In function ?actual_load_config.constprop?:
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_flash "" "/usr/src/packages/BUILD"
[  420s] app_voicemail_imapstorage.c:14577:89: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s] 14577 |                                                 snprintf(secretfn, sizeof(secretfn), "%s%s/%s/secret.conf", VM_SPOOL_DIR, current->context, current->mailbox);
[  420s]       |                                                                                         ^~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_imapstorage.c:84:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 14 and 4267 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_followme "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_forkcdr "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_flash.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_flash.exports,--warn-common  app_flash.o  
[  420s] x86_64-linux-gnu-gcc -o app_externalivr.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_externalivr.exports,--warn-common  app_externalivr.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_getcpeid "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_followme.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_followme.exports,--warn-common  app_followme.o  
[  420s] x86_64-linux-gnu-gcc -o app_forkcdr.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_forkcdr.exports,--warn-common  app_forkcdr.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_ices "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_image "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_getcpeid.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_getcpeid.exports,--warn-common  app_getcpeid.o  
[  420s] x86_64-linux-gnu-gcc -o app_ices.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_ices.exports,--warn-common  app_ices.o  
[  420s] x86_64-linux-gnu-gcc -o app_image.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_image.exports,--warn-common  app_image.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_jack "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_macro "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_milliwatt "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_mixmonitor "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_jack.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed   -shared -Wl,--version-script,app_jack.exports,--warn-common  app_jack.o  -ljack  -lresample -lm
[  420s] x86_64-linux-gnu-gcc -o app_macro.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_macro.exports,--warn-common  app_macro.o  
[  420s] x86_64-linux-gnu-gcc -o app_mixmonitor.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_mixmonitor.exports,--warn-common  app_mixmonitor.o  
[  420s] x86_64-linux-gnu-gcc -o app_milliwatt.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_milliwatt.exports,--warn-common  app_milliwatt.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_morsecode "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_mp3 "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_nbscat "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_morsecode.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_morsecode.exports,--warn-common  app_morsecode.o  
[  420s] x86_64-linux-gnu-gcc -o app_mp3.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_mp3.exports,--warn-common  app_mp3.o  
[  420s] x86_64-linux-gnu-gcc -o app_nbscat.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_nbscat.exports,--warn-common  app_nbscat.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_originate "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_page "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_playback "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_originate.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_originate.exports,--warn-common  app_originate.o  
[  420s] x86_64-linux-gnu-gcc -o app_playback.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_playback.exports,--warn-common  app_playback.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_playtones "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_page.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_page.exports,--warn-common  app_page.o  
[  420s] x86_64-linux-gnu-gcc -o app_playtones.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_playtones.exports,--warn-common  app_playtones.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_privacy "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_read "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_privacy.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_privacy.exports,--warn-common  app_privacy.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_readexten "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_read.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_read.exports,--warn-common  app_read.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_record "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_readexten.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_readexten.exports,--warn-common  app_readexten.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_sayunixtime "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_record.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_record.exports,--warn-common  app_record.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_senddtmf "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_sendtext "" "/usr/src/packages/BUILD"
[  420s] app_voicemail_odbcstorage.c: In function ?vm_change_password?:
[  420s] app_voicemail_odbcstorage.c:1878:57: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  1878 |                 snprintf(secretfn, sizeof(secretfn), "%s%s/%s/secret.conf", VM_SPOOL_DIR, vmu->context, vmu->mailbox);
[  420s]       |                                                         ^~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 14 and 4267 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] x86_64-linux-gnu-gcc -o app_sayunixtime.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_sayunixtime.exports,--warn-common  app_sayunixtime.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_sms "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_senddtmf.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_senddtmf.exports,--warn-common  app_senddtmf.o  
[  420s] x86_64-linux-gnu-gcc -o app_sendtext.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_sendtext.exports,--warn-common  app_sendtext.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_softhangup "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_speech_utils "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_sms.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_sms.exports,--warn-common  app_sms.o  
[  420s] x86_64-linux-gnu-gcc -o app_softhangup.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_softhangup.exports,--warn-common  app_softhangup.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_stack "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_speech_utils.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_speech_utils.exports,--warn-common  app_speech_utils.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_stasis "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_stream_echo "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_stack.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_stack.exports,--warn-common  app_stack.o  
[  420s] x86_64-linux-gnu-gcc -o app_stasis.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_stasis.exports,--warn-common  app_stasis.o  
[  420s] x86_64-linux-gnu-gcc -o app_stream_echo.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_stream_echo.exports,--warn-common  app_stream_echo.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_system "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_talkdetect "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_test "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_transfer "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_talkdetect.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_talkdetect.exports,--warn-common  app_talkdetect.o  
[  420s] x86_64-linux-gnu-gcc -o app_system.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_system.exports,--warn-common  app_system.o  
[  420s] x86_64-linux-gnu-gcc -o app_transfer.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_transfer.exports,--warn-common  app_transfer.o  
[  420s] x86_64-linux-gnu-gcc -o app_test.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_test.exports,--warn-common  app_test.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_url "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_userevent "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_verbose "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_url.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_url.exports,--warn-common  app_url.o  
[  420s] app_voicemail_odbcstorage.c: In function ?vm_change_password_shell?:
[  420s] app_voicemail_odbcstorage.c:1977:43: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 47 and 253 [-Wformat-truncation=]
[  420s]  1977 |         snprintf(buf, sizeof(buf), "%s %s %s %s", ext_pass_cmd, vmu->context, vmu->mailbox, newpassword);
[  420s]       |                                           ^~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 4 or more bytes (assuming 289) into a destination of size 255
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] x86_64-linux-gnu-gcc -o app_userevent.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_userevent.exports,--warn-common  app_userevent.o  
[  420s] x86_64-linux-gnu-gcc -o app_verbose.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_verbose.exports,--warn-common  app_verbose.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_waitforring "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_waitforsilence "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_waitforring.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_waitforring.exports,--warn-common  app_waitforring.o  
[  420s] x86_64-linux-gnu-gcc -o app_waitforsilence.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_waitforsilence.exports,--warn-common  app_waitforsilence.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_waituntil "" "/usr/src/packages/BUILD"
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_while "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_waituntil.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_waituntil.exports,--warn-common  app_waituntil.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_zapateller "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_while.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_while.exports,--warn-common  app_while.o  
[  420s] x86_64-linux-gnu-gcc -o app_zapateller.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_zapateller.exports,--warn-common  app_zapateller.o  
[  420s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_minivm "" "/usr/src/packages/BUILD"
[  420s] x86_64-linux-gnu-gcc -o app_minivm.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_minivm.exports,--warn-common  app_minivm.o  
[  420s] app_voicemail_odbcstorage.c: In function ?create_dirpath?:
[  420s] app_voicemail_odbcstorage.c:2002:44: warning: ?/? directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
[  420s]  2002 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  420s]       |                                            ^
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 3 or more bytes (assuming 4098) into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c: In function ?remove_file?:
[  420s] app_voicemail_odbcstorage.c:4607:47: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  4607 |         snprintf(full_fn, sizeof(full_fn), "%s.txt", fn);
[  420s]       |                                               ^~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c: In function ?prep_email_sub_vars.constprop?:
[  420s] app_voicemail_odbcstorage.c:2002:37: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
[  420s]  2002 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  420s]       |                                     ^~           ~~~~~~~~~~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4261 bytes into a destination of size 256
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483646]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                    ^~~~~~~~~~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 271 bytes into a destination of size 256
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c: In function ?save_to_folder.constprop?:
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [1, 2147483647]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                    ^~~~~~~~~~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4110 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [0, 2147483646]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                    ^~~~~~~~~~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4110 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c: In function ?close_mailbox?:
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483647]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                    ^~~~~~~~~~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483647]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                    ^~~~~~~~~~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483647]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                    ^~~~~~~~~~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  420s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  420s]       |                                       ^~~~
[  420s] In file included from /usr/include/stdio.h:866,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  420s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  420s]                  from app_voicemail_odbcstorage.c:83:
[  420s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  420s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  420s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  420s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  420s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?store_file.isra?:
[  421s] app_voicemail_odbcstorage.c:4459:55: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  4459 |                 snprintf(full_fn, sizeof(full_fn), "%s.txt", fn);
[  421s]       |                                                       ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:4461:58: warning: ?__builtin___snprintf_chk? output may be truncated before the last format character [-Wformat-truncation=]
[  421s]  4461 |                 snprintf(full_fn, sizeof(full_fn), "%s.%s", fn, fmt);
[  421s]       |                                                          ^
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 2 or more bytes (assuming 4097) into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c: In function ?vm_change_password?:
[  421s] app_voicemail_imapstorage.c:1879:57: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  1879 |                 snprintf(secretfn, sizeof(secretfn), "%s%s/%s/secret.conf", VM_SPOOL_DIR, vmu->context, vmu->mailbox);
[  421s]       |                                                         ^~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 14 and 4267 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c: In function ?vm_change_password_shell?:
[  421s] app_voicemail_imapstorage.c:1978:43: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 47 and 253 [-Wformat-truncation=]
[  421s]  1978 |         snprintf(buf, sizeof(buf), "%s %s %s %s", ext_pass_cmd, vmu->context, vmu->mailbox, newpassword);
[  421s]       |                                           ^~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 4 or more bytes (assuming 289) into a destination of size 255
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c: In function ?create_dirpath?:
[  421s] app_voicemail_imapstorage.c:2003:44: warning: ?/? directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
[  421s]  2003 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  421s]       |                                            ^
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 3 or more bytes (assuming 4098) into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?test_voicemail_msgcount?:
[  421s] app_voicemail_odbcstorage.c:14867:52: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 248 [-Wformat-truncation=]
[  421s] 14867 |         snprintf(syscmd, sizeof(syscmd), "rm -rf \"%s%s/%s\"", VM_SPOOL_DIR, testcontext, testmailbox);
[  421s]       |                                                    ^~          ~~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 23 and 4118 bytes into a destination of size 256
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:14902:88: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 234 [-Wformat-truncation=]
[  421s] 14902 |                         snprintf(syscmd, sizeof(syscmd), "cp \"%s/sounds/en/%s.gsm\" \"%s/%s/%s/%s/msg0000.gsm\"", ast_config_AST_DATA_DIR, origweasels,
[  421s]       |                                                                                        ^~
[  421s] 14903 |                                 VM_SPOOL_DIR, testcontext, testmailbox, folders[i]);
[  421s]       |                                 ~~~~~~~~~~~~                                            
[  421s] app_voicemail_odbcstorage.c:14902:58: note: assuming directive output of 3 bytes
[  421s] 14902 |                         snprintf(syscmd, sizeof(syscmd), "cp \"%s/sounds/en/%s.gsm\" \"%s/%s/%s/%s/msg0000.gsm\"", ast_config_AST_DATA_DIR, origweasels,
[  421s]       |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 39 or more bytes (assuming 4137) into a destination of size 256
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:14989:52: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 248 [-Wformat-truncation=]
[  421s] 14989 |         snprintf(syscmd, sizeof(syscmd), "rm -rf \"%s%s/%s\"", VM_SPOOL_DIR, testcontext, testmailbox);
[  421s]       |                                                    ^~          ~~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 11 or more bytes (assuming 4106) into a destination of size 256
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?msg_create_from_file?:
[  421s] app_voicemail_odbcstorage.c:6488:53: warning: ?/XXXXXX? directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  6488 |         snprintf(tmptxtfile, sizeof(tmptxtfile), "%s/XXXXXX", tmpdir);
[  421s]       |                                                     ^~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4103 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                       ^~~~
[  421s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483647]
[  421s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                    ^~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                       ^~~~
[  421s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483647]
[  421s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                    ^~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:6646:55: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  6646 |         snprintf(desttxtfile, sizeof(desttxtfile), "%s.txt", destination);
[  421s]       |                                                       ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?retrieve_file?:
[  421s] app_voicemail_odbcstorage.c:3968:47: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  3968 |         snprintf(full_fn, sizeof(full_fn), "%s.txt", fn);
[  421s]       |                                               ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:3975:50: warning: ?__builtin___snprintf_chk? output may be truncated before the last format character [-Wformat-truncation=]
[  421s]  3975 |         snprintf(full_fn, sizeof(full_fn), "%s.%s", fn, fmt);
[  421s]       |                                                  ^
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 2 or more bytes (assuming 4097) into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?sayname?:
[  421s] app_voicemail_odbcstorage.c:14614:44: warning: ?/greet? directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
[  421s] 14614 |         snprintf(dir, sizeof(dir), "%s%s/%s/greet", VM_SPOOL_DIR, context, mailbox);
[  421s]       |                                            ^~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 8 or more bytes (assuming 4103) into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?test_voicemail_vmsayname.part.0?:
[  421s] app_voicemail_odbcstorage.c:14783:47: warning: ?%s? directive output may be truncated writing 89 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s] 14783 |                 snprintf(dir, sizeof(dir), "%s%s/%s/greet", VM_SPOOL_DIR, TEST_CONTEXT, TEST_EXTENSION);
[  421s]       |                                               ^~                          ~~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 101 and 4196 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:14795:57: warning: ?%s? directive output may be truncated writing 89 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s] 14795 |                         snprintf(dir2, sizeof(dir2), "%s%s/%s/greet.gsm", VM_SPOOL_DIR, TEST_CONTEXT, TEST_EXTENSION);
[  421s]       |                                                         ^~                              ~~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 105 and 4200 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:14807:57: warning: ?%s? directive output may be truncated writing 89 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s] 14807 |                         snprintf(dir2, sizeof(dir2), "%s%s/%s", VM_SPOOL_DIR, TEST_CONTEXT, TEST_EXTENSION);
[  421s]       |                                                         ^~                    ~~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 95 and 4190 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:14809:57: warning: ?%s? directive output may be truncated writing 89 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s] 14809 |                         snprintf(dir2, sizeof(dir2), "%s%s", VM_SPOOL_DIR, TEST_CONTEXT);
[  421s]       |                                                         ^~                 ~~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 90 and 4185 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?message_range_and_existence_check?:
[  421s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                       ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:16350:65: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s] 16350 |                         snprintf(filename, sizeof(filename), "%s.txt", vms->fn);
[  421s]       |                                                                 ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c: In function ?imap_remove_file?:
[  421s] app_voicemail_imapstorage.c:9114:51: warning: ?intro? directive output may be truncated writing 5 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  9114 |                 snprintf(intro, sizeof(intro), "%sintro", fn);
[  421s]       |                                                   ^~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 6 and 4101 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c:9123:55: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  9123 |                 snprintf(full_fn, sizeof(full_fn), "%s.txt", fn);
[  421s]       |                                                       ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c: In function ?prep_email_sub_vars?:
[  421s] app_voicemail_imapstorage.c:2003:37: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
[  421s]  2003 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  421s]       |                                     ^~           ~~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 3 or more bytes (assuming 4256) into a destination of size 256
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
[  421s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                       ^~~~
[  421s] app_voicemail_imapstorage.c:2020:36: note: directive argument in the range [-2147483648, 2147483646]
[  421s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                    ^~~~~~~~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 271 bytes into a destination of size 256
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?play_message_by_id?:
[  421s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                       ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c: In function ?vm_imap_delete?:
[  421s] app_voicemail_imapstorage.c:2184:38: warning: ?%lu? directive output may be truncated writing between 1 and 20 bytes into a region of size 10 [-Wformat-truncation=]
[  421s]  2184 |         snprintf (arg, sizeof(arg), "%lu", messageNum);
[  421s]       |                                      ^~~
[  421s] app_voicemail_imapstorage.c:2184:37: note: directive argument in the range [1, 18446744073709551615]
[  421s]  2184 |         snprintf (arg, sizeof(arg), "%lu", messageNum);
[  421s]       |                                     ^~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 2 and 21 bytes into a destination of size 10
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?vm_mailbox_snapshot_create?:
[  421s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                       ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:16089:57: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s] 16089 |                 snprintf(filename, sizeof(filename), "%s.txt", vms->fn);
[  421s]       |                                                         ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c: In function ?imap_retrieve_file?:
[  421s] app_voicemail_imapstorage.c:2412:57: warning: ?intro? directive output may be truncated writing 5 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  2412 |         snprintf(vms->introfn, sizeof(vms->introfn), "%sintro", vms->fn);
[  421s]       |                                                         ^~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 6 and 4101 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c:2466:52: warning: ?%s? directive output may be truncated writing 3 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
[  421s]  2466 |         snprintf(text_file, sizeof(text_file), "%s.%s", vms->fn, "txt");
[  421s]       |                                                    ^~            ~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c: In function ?vm_msg_play?:
[  421s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  421s]       |                                       ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_odbcstorage.c:16801:49: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  421s] 16801 |         snprintf(filename, sizeof(filename), "%s.txt", vms.fn);
[  421s]       |                                                 ^~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_odbcstorage.c:83:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s] app_voicemail_imapstorage.c: In function ?sayname?:
[  421s] app_voicemail_imapstorage.c:14615:44: warning: ?/greet? directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
[  421s] 14615 |         snprintf(dir, sizeof(dir), "%s%s/%s/greet", VM_SPOOL_DIR, context, mailbox);
[  421s]       |                                            ^~~~~~
[  421s] In file included from /usr/include/stdio.h:866,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  421s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  421s]                  from app_voicemail_imapstorage.c:84:
[  421s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 8 or more bytes (assuming 4103) into a destination of size 4096
[  421s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  421s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  421s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  421s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c: In function ?test_voicemail_vmsayname.part.0?:
[  422s] app_voicemail_imapstorage.c:14784:47: warning: ?%s? directive output may be truncated writing 89 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s] 14784 |                 snprintf(dir, sizeof(dir), "%s%s/%s/greet", VM_SPOOL_DIR, TEST_CONTEXT, TEST_EXTENSION);
[  422s]       |                                               ^~                          ~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 101 and 4196 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c:14796:57: warning: ?%s? directive output may be truncated writing 89 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s] 14796 |                         snprintf(dir2, sizeof(dir2), "%s%s/%s/greet.gsm", VM_SPOOL_DIR, TEST_CONTEXT, TEST_EXTENSION);
[  422s]       |                                                         ^~                              ~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 105 and 4200 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c:14808:57: warning: ?%s? directive output may be truncated writing 89 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s] 14808 |                         snprintf(dir2, sizeof(dir2), "%s%s/%s", VM_SPOOL_DIR, TEST_CONTEXT, TEST_EXTENSION);
[  422s]       |                                                         ^~                    ~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 95 and 4190 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c:14810:57: warning: ?%s? directive output may be truncated writing 89 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s] 14810 |                         snprintf(dir2, sizeof(dir2), "%s%s", VM_SPOOL_DIR, TEST_CONTEXT);
[  422s]       |                                                         ^~                 ~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 90 and 4185 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c: In function ?make_email_file.constprop?:
[  422s] app_voicemail_odbcstorage.c:2002:37: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
[  422s]  2002 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  422s]       |                                     ^~           ~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4261 bytes into a destination of size 256
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [0, 2147483647]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                    ^~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 270 bytes into a destination of size 256
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c: In function ?message_range_and_existence_check?:
[  422s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c:16351:65: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s] 16351 |                         snprintf(filename, sizeof(filename), "%s.txt", vms->fn);
[  422s]       |                                                                 ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c: In function ?play_message_by_id?:
[  422s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c: In function ?make_email_file?:
[  422s] app_voicemail_imapstorage.c:2003:37: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
[  422s]  2003 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  422s]       |                                     ^~           ~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 3 or more bytes (assuming 4256) into a destination of size 256
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
[  422s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] app_voicemail_imapstorage.c:2020:36: note: directive argument in the range [0, 2147483647]
[  422s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                    ^~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 270 bytes into a destination of size 256
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c: In function ?notify_new_message.constprop.isra?:
[  422s] app_voicemail_odbcstorage.c:2002:39: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2002 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  422s]       |                                       ^~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4262 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483647]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                    ^~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c: In function ?copy_message?:
[  422s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:2002:39: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2002 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  422s]       |                                       ^~
[  422s] app_voicemail_odbcstorage.c:2002:36: note: assuming directive output of 5 bytes
[  422s]  2002 |         return snprintf(dest, len, "%s%s/%s/%s", VM_SPOOL_DIR, context, ext, folder);
[  422s]       |                                    ^~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 3 or more bytes (assuming 4261) into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483647]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                    ^~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:4801:51: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  4801 |         snprintf(frompath2, sizeof(frompath2), "%s.txt", frompath);
[  422s]       |                                                   ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:4802:47: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  4802 |         snprintf(topath2, sizeof(topath2), "%s.txt", topath);
[  422s]       |                                               ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c: In function ?imap_store_file.constprop?:
[  422s] app_voicemail_imapstorage.c:2771:47: warning: ?intro? directive output may be truncated writing 5 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2771 |         snprintf(introfn, sizeof(introfn), "%sintro", fn);
[  422s]       |                                               ^~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 6 and 4101 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c: In function ?vm_msg_forward?:
[  422s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:16489:57: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s] 16489 |                 snprintf(filename, sizeof(filename), "%s.txt", from_vms.fn);
[  422s]       |                                                         ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c: In function ?leave_voicemail?:
[  422s] app_voicemail_odbcstorage.c:6798:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  6798 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/unavail", VM_SPOOL_DIR, vmu->context, ext);
[  422s]       |                                                       ^~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 10 or more bytes (assuming 4184) into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:6796:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  6796 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/busy", VM_SPOOL_DIR, vmu->context, ext);
[  422s]       |                                                       ^~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 7 or more bytes (assuming 4181) into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:6804:49: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  6804 |         snprintf(tempfile, sizeof(tempfile), "%s%s/%s/temp", VM_SPOOL_DIR, vmu->context, ext);
[  422s]       |                                                 ^~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 7 or more bytes (assuming 4181) into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:5840:37: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  5840 |         snprintf(fn, sizeof(fn), "%s%s/%s/greet", VM_SPOOL_DIR, context, ext);
[  422s]       |                                     ^~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 8 or more bytes (assuming 4182) into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:7031:61: warning: ?/XXXXXX? directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  7031 |                 snprintf(tmptxtfile, sizeof(tmptxtfile), "%s/XXXXXX", tmpdir);
[  422s]       |                                                             ^~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4103 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] app_voicemail_odbcstorage.c:2019:36: note: directive argument in the range [-2147483647, 2147483647]
[  422s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                    ^~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_odbcstorage.c:7172:79: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  7172 |                                         snprintf(txtfile, sizeof(txtfile), "%s.txt", fn);
[  422s]       |                                                                               ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_odbcstorage.c:83:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c: In function ?vm_mailbox_snapshot_create?:
[  422s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  422s]       |                                       ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c:16090:57: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  422s] 16090 |                 snprintf(filename, sizeof(filename), "%s.txt", vms->fn);
[  422s]       |                                                         ^~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c: In function ?test_voicemail_msgcount?:
[  422s] app_voicemail_imapstorage.c:14868:52: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 248 [-Wformat-truncation=]
[  422s] 14868 |         snprintf(syscmd, sizeof(syscmd), "rm -rf \"%s%s/%s\"", VM_SPOOL_DIR, testcontext, testmailbox);
[  422s]       |                                                    ^~          ~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 23 and 4118 bytes into a destination of size 256
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c:14903:88: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 234 [-Wformat-truncation=]
[  422s] 14903 |                         snprintf(syscmd, sizeof(syscmd), "cp \"%s/sounds/en/%s.gsm\" \"%s/%s/%s/%s/msg0000.gsm\"", ast_config_AST_DATA_DIR, origweasels,
[  422s]       |                                                                                        ^~
[  422s] 14904 |                                 VM_SPOOL_DIR, testcontext, testmailbox, folders[i]);
[  422s]       |                                 ~~~~~~~~~~~~                                            
[  422s] app_voicemail_imapstorage.c:14903:58: note: assuming directive output of 3 bytes
[  422s] 14903 |                         snprintf(syscmd, sizeof(syscmd), "cp \"%s/sounds/en/%s.gsm\" \"%s/%s/%s/%s/msg0000.gsm\"", ast_config_AST_DATA_DIR, origweasels,
[  422s]       |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 39 or more bytes (assuming 4137) into a destination of size 256
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s] app_voicemail_imapstorage.c:14990:52: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 248 [-Wformat-truncation=]
[  422s] 14990 |         snprintf(syscmd, sizeof(syscmd), "rm -rf \"%s%s/%s\"", VM_SPOOL_DIR, testcontext, testmailbox);
[  422s]       |                                                    ^~          ~~~~~~~~~~~~
[  422s] In file included from /usr/include/stdio.h:866,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  422s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  422s]                  from app_voicemail_imapstorage.c:84:
[  422s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 11 or more bytes (assuming 4106) into a destination of size 256
[  422s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  422s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  422s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  422s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c: In function ?msg_create_from_file?:
[  423s] app_voicemail_imapstorage.c:6489:53: warning: ?/XXXXXX? directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  6489 |         snprintf(tmptxtfile, sizeof(tmptxtfile), "%s/XXXXXX", tmpdir);
[  423s]       |                                                     ^~~~~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4103 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:6584:55: warning: ?imap/msg? directive output may be truncated writing 8 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  6584 |         snprintf(destination, sizeof(destination), "%simap/msg%s%04d", VM_SPOOL_DIR, recipient->mailbox, msgnum);
[  423s]       |                                                       ^~~~~~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 13 and 4194 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:6647:55: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  6647 |         snprintf(desttxtfile, sizeof(desttxtfile), "%s.txt", destination);
[  423s]       |                                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c: In function ?forward_message.constprop?:
[  423s] app_voicemail_odbcstorage.c:8552:53: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  8552 |                         snprintf(fn, sizeof(fn), "%s%s/%s/greet", VM_SPOOL_DIR, receiver->context, s);
[  423s]       |                                                     ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 8 or more bytes (assuming 4182) into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c: In function ?notify_new_message.isra?:
[  423s] app_voicemail_imapstorage.c:8266:43: warning: ?imap? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  8266 |         snprintf(todir, sizeof(todir), "%simap", VM_SPOOL_DIR);
[  423s]       |                                           ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:8294:57: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  8294 |                 snprintf(filename, sizeof(filename), "%s.txt", fn);
[  423s]       |                                                         ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c: In function ?play_message_callerid.isra?:
[  423s] app_voicemail_odbcstorage.c:8839:76: warning: ?/greet? directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
[  423s]  8839 |                                 snprintf(prefile, sizeof(prefile), "%s%s/%s/greet", VM_SPOOL_DIR, context, callerid);
[  423s]       |                                                                            ^~~~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 8 or more bytes (assuming 4103) into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c: In function ?advanced_options?:
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:15576:49: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 15576 |         snprintf(filename, sizeof(filename), "%s.txt", vms->fn);
[  423s]       |                                                 ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c: In function ?leave_voicemail?:
[  423s] app_voicemail_imapstorage.c:6799:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  6799 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/unavail", VM_SPOOL_DIR, vmu->context, ext);
[  423s]       |                                                       ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 10 or more bytes (assuming 4184) into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:6797:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  6797 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/busy", VM_SPOOL_DIR, vmu->context, ext);
[  423s]       |                                                       ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 7 or more bytes (assuming 4181) into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:6805:49: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  6805 |         snprintf(tempfile, sizeof(tempfile), "%s%s/%s/temp", VM_SPOOL_DIR, vmu->context, ext);
[  423s]       |                                                 ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 7 or more bytes (assuming 4181) into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:6821:39: warning: ?imap? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  6821 |         snprintf(dir, sizeof(dir), "%simap", VM_SPOOL_DIR);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:5841:37: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  5841 |         snprintf(fn, sizeof(fn), "%s%s/%s/greet", VM_SPOOL_DIR, context, ext);
[  423s]       |                                     ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 8 or more bytes (assuming 4182) into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:7013:45: warning: ?imap/msg? directive output may be truncated writing 8 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  7013 |                 snprintf(fn, sizeof(fn), "%simap/msg%s%04d", VM_SPOOL_DIR, vmu->mailbox, msgnum);
[  423s]       |                                             ^~~~~~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 13 and 4194 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:7032:61: warning: ?/XXXXXX? directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  7032 |                 snprintf(tmptxtfile, sizeof(tmptxtfile), "%s/XXXXXX", tmpdir);
[  423s]       |                                                             ^~~~~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4103 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:7173:79: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  7173 |                                         snprintf(txtfile, sizeof(txtfile), "%s.txt", fn);
[  423s]       |                                                                               ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c: In function ?play_message?:
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:8953:49: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  8953 |         snprintf(filename, sizeof(filename), "%s.txt", vms->fn);
[  423s]       |                                                 ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c: In function ?forward_message.constprop?:
[  423s] app_voicemail_imapstorage.c:8553:53: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  8553 |                         snprintf(fn, sizeof(fn), "%s%s/%s/greet", VM_SPOOL_DIR, receiver->context, s);
[  423s]       |                                                     ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 8 or more bytes (assuming 4182) into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c: In function ?vm_execmain?:
[  423s] app_voicemail_odbcstorage.c:10762:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 10762 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/greet", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                                       ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4261 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:10772:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 10772 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/unavail", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                                       ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 10 and 4263 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:10779:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 10779 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/busy", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                                       ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:10459:45: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
[  423s] 10459 |         snprintf(prefile, sizeof(prefile), "%s%s/%s/temp", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                             ^~             ~~~~~~~~~~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 256
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:2019:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2019 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:11000:47: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 11000 |         snprintf(prefile, sizeof(prefile), "%s%s/%s/temp", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                               ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:10870:63: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 10870 |                         snprintf(prefile, sizeof(prefile), "%s%s/%s/greet", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                                               ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4261 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:10866:63: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 10866 |                         snprintf(prefile, sizeof(prefile), "%s%s/%s/busy", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                                               ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:10862:63: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 10862 |                         snprintf(prefile, sizeof(prefile), "%s%s/%s/unavail", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                                               ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 10 and 4263 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_odbcstorage.c:10938:63: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 10938 |                         snprintf(prefile, sizeof(prefile), "%s%s/%s/temp", VM_SPOOL_DIR, vmu->context, vms->username);
[  423s]       |                                                               ^~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_odbcstorage.c:83:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c: In function ?vm_msg_forward?:
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c:16490:57: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s] 16490 |                 snprintf(filename, sizeof(filename), "%s.txt", from_vms.fn);
[  423s]       |                                                         ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s] app_voicemail_imapstorage.c: In function ?vm_msg_play?:
[  423s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  423s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  423s]       |                                       ^~~~
[  423s] In file included from /usr/include/stdio.h:866,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  423s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  423s]                  from app_voicemail_imapstorage.c:84:
[  423s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  423s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  423s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  423s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  423s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:16802:49: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 16802 |         snprintf(filename, sizeof(filename), "%s.txt", vms.fn);
[  424s]       |                                                 ^~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c: In function ?play_message_callerid.isra?:
[  424s] app_voicemail_imapstorage.c:8840:76: warning: ?/greet? directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
[  424s]  8840 |                                 snprintf(prefile, sizeof(prefile), "%s%s/%s/greet", VM_SPOOL_DIR, context, callerid);
[  424s]       |                                                                            ^~~~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output 8 or more bytes (assuming 4103) into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c: In function ?advanced_options?:
[  424s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  424s]       |                                       ^~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:15577:49: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 15577 |         snprintf(filename, sizeof(filename), "%s.txt", vms->fn);
[  424s]       |                                                 ^~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c: In function ?play_message?:
[  424s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  424s]       |                                       ^~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:8954:49: warning: ?.txt? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s]  8954 |         snprintf(filename, sizeof(filename), "%s.txt", vms->fn);
[  424s]       |                                                 ^~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 5 and 4100 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  424s]       |                                       ^~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_queue "" "/usr/src/packages/BUILD"
[  424s] x86_64-linux-gnu-gcc -o app_queue.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_queue.exports,--warn-common  app_queue.o  
[  424s] app_voicemail_imapstorage.c: In function ?vm_execmain?:
[  424s] app_voicemail_imapstorage.c:10763:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 10763 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/greet", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                                       ^~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4261 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:10773:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 10773 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/unavail", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                                       ^~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 10 and 4263 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:10780:55: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 10780 |                 snprintf(prefile, sizeof(prefile), "%s%s/%s/busy", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                                       ^~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:10460:45: warning: ?%s? directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
[  424s] 10460 |         snprintf(prefile, sizeof(prefile), "%s%s/%s/temp", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                             ^~             ~~~~~~~~~~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 256
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  424s]       |                                       ^~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:2020:39: warning: ?/msg? directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s]  2020 |         return snprintf(dest, len, "%s/msg%04d", dir, num);
[  424s]       |                                       ^~~~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 9 and 4111 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:11001:47: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 11001 |         snprintf(prefile, sizeof(prefile), "%s%s/%s/temp", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                               ^~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:10871:63: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 10871 |                         snprintf(prefile, sizeof(prefile), "%s%s/%s/greet", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                                               ^~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 8 and 4261 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:10867:63: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 10867 |                         snprintf(prefile, sizeof(prefile), "%s%s/%s/busy", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                                               ^~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:10863:63: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 10863 |                         snprintf(prefile, sizeof(prefile), "%s%s/%s/unavail", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                                               ^~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 10 and 4263 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s] app_voicemail_imapstorage.c:10939:63: warning: ?%s? directive output may be truncated writing up to 79 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
[  424s] 10939 |                         snprintf(prefile, sizeof(prefile), "%s%s/%s/temp", VM_SPOOL_DIR, vmu->context, vms->username);
[  424s]       |                                                               ^~
[  424s] In file included from /usr/include/stdio.h:866,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk/compat.h:49,
[  424s]                  from /usr/src/packages/BUILD/include/asterisk.h:22,
[  424s]                  from app_voicemail_imapstorage.c:84:
[  424s] /usr/include/x86_64-linux-gnu/bits/stdio2.h:70:10: note: ?__builtin___snprintf_chk? output between 7 and 4260 bytes into a destination of size 4096
[  424s]    70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[  424s]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  424s]    71 |                                    __bos (__s), __fmt, __va_arg_pack ());
[  424s]       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  425s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_voicemail_odbcstorage "" "/usr/src/packages/BUILD"
[  425s] x86_64-linux-gnu-gcc -o app_voicemail_odbcstorage.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed   -shared -Wl,--version-script,app_voicemail_odbcstorage.exports,--warn-common  app_voicemail_odbcstorage.o  -lodbc  -lodbc 
[  426s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_voicemail_imapstorage "" "/usr/src/packages/BUILD"
[  426s] x86_64-linux-gnu-gcc -o app_voicemail_imapstorage.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -shared -Wl,--version-script,app_voicemail_imapstorage.exports,--warn-common  app_voicemail_imapstorage.o  -lssl -lcrypto -lcrypto -lssl -lc-client  -lssl -lcrypto -lcrypto -lssl -lc-client 
[  427s] /usr/src/packages/BUILD/build_tools/make_linker_version_script app_voicemail "" "/usr/src/packages/BUILD"
[  427s] x86_64-linux-gnu-gcc -o app_voicemail.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,app_voicemail.exports,--warn-common  app_voicemail.o  
[  427s] make[3]: Leaving directory '/usr/src/packages/BUILD/apps'
[  427s] make[3]: Entering directory '/usr/src/packages/BUILD/codecs'
[  427s] x86_64-linux-gnu-gcc -o codec_a_mu.o -c codec_a_mu.c -MD -MT codec_a_mu.o -MF .codec_a_mu.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_a_mu\" -DAST_MODULE_SELF_SYM=__internal_codec_a_mu_self    
[  427s] x86_64-linux-gnu-gcc -o codec_adpcm.o -c codec_adpcm.c -MD -MT codec_adpcm.o -MF .codec_adpcm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_adpcm\" -DAST_MODULE_SELF_SYM=__internal_codec_adpcm_self    
[  427s] x86_64-linux-gnu-gcc -o codec_alaw.o -c codec_alaw.c -MD -MT codec_alaw.o -MF .codec_alaw.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_alaw\" -DAST_MODULE_SELF_SYM=__internal_codec_alaw_self    
[  427s] make[4]: Entering directory '/usr/src/packages/BUILD/codecs/lpc10'
[  427s] x86_64-linux-gnu-gcc -o f2clib.o -c f2clib.c -MD -MT f2clib.o -MF .f2clib.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o analys.o -c analys.c -MD -MT analys.o -MF .analys.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o codec_amr.o -c codec_amr.c -MD -MT codec_amr.o -MF .codec_amr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_amr\" -DAST_MODULE_SELF_SYM=__internal_codec_amr_self      
[  427s] x86_64-linux-gnu-gcc -o codec_dahdi.o -c codec_dahdi.c -MD -MT codec_dahdi.o -MF .codec_dahdi.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_dahdi\" -DAST_MODULE_SELF_SYM=__internal_codec_dahdi_self    
[  427s] x86_64-linux-gnu-gcc -o codec_g722.o -c codec_g722.c -MD -MT codec_g722.o -MF .codec_g722.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_g722\" -DAST_MODULE_SELF_SYM=__internal_codec_g722_self    
[  427s] x86_64-linux-gnu-gcc -o bsynz.o -c bsynz.c -MD -MT bsynz.o -MF .bsynz.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o chanwr.o -c chanwr.c -MD -MT chanwr.o -MF .chanwr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o g722/g722_encode.o -c g722/g722_encode.c -MD -MT g722/g722_encode.o -MF .g722_g722_encode.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_g722\" -DAST_MODULE_SELF_SYM=__internal_codec_g722_self    
[  427s] x86_64-linux-gnu-gcc -o g722/g722_decode.o -c g722/g722_decode.c -MD -MT g722/g722_decode.o -MF .g722_g722_decode.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_g722\" -DAST_MODULE_SELF_SYM=__internal_codec_g722_self    
[  427s] x86_64-linux-gnu-gcc -o dcbias.o -c dcbias.c -MD -MT dcbias.o -MF .dcbias.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o decode.o -c decode.c -MD -MT decode.o -MF .decode.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o deemp.o -c deemp.c -MD -MT deemp.o -MF .deemp.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o difmag.o -c difmag.c -MD -MT difmag.o -MF .difmag.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o codec_g726.o -c codec_g726.c -MD -MT codec_g726.o -MF .codec_g726.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_g726\" -DAST_MODULE_SELF_SYM=__internal_codec_g726_self    
[  427s] x86_64-linux-gnu-gcc -o dyptrk.o -c dyptrk.c -MD -MT dyptrk.o -MF .dyptrk.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o encode.o -c encode.c -MD -MT encode.o -MF .encode.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o energy.o -c energy.c -MD -MT energy.o -MF .energy.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o ham84.o -c ham84.c -MD -MT ham84.o -MF .ham84.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o hp100.o -c hp100.c -MD -MT hp100.o -MF .hp100.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o invert.o -c invert.c -MD -MT invert.o -MF .invert.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  427s] x86_64-linux-gnu-gcc -o codec_gsm.o -c codec_gsm.c -MD -MT codec_gsm.o -MF .codec_gsm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_gsm\" -DAST_MODULE_SELF_SYM=__internal_codec_gsm_self    
[  427s] x86_64-linux-gnu-gcc -o irc2pc.o -c irc2pc.c -MD -MT irc2pc.o -MF .irc2pc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o codec_lpc10.o -c codec_lpc10.c -MD -MT codec_lpc10.o -MF .codec_lpc10.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_lpc10\" -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self    
[  428s] x86_64-linux-gnu-gcc -o ivfilt.o -c ivfilt.c -MD -MT ivfilt.o -MF .ivfilt.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o codec_resample.o -c codec_resample.c -MD -MT codec_resample.o -MF .codec_resample.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_resample\" -DAST_MODULE_SELF_SYM=__internal_codec_resample_self   -DOUTSIDE_SPEEX  
[  428s] x86_64-linux-gnu-gcc -o speex/resample.o -c speex/resample.c -MD -MT speex/resample.o -MF .speex_resample.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_resample\" -DAST_MODULE_SELF_SYM=__internal_codec_resample_self   -fPIC -DOUTSIDE_SPEEX -DEXPORT=  
[  428s] x86_64-linux-gnu-gcc -o codec_speex.o -c codec_speex.c -MD -MT codec_speex.o -MF .codec_speex.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_speex\" -DAST_MODULE_SELF_SYM=__internal_codec_speex_self      
[  428s] x86_64-linux-gnu-gcc -o codec_ulaw.o -c codec_ulaw.c -MD -MT codec_ulaw.o -MF .codec_ulaw.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"codec_ulaw\" -DAST_MODULE_SELF_SYM=__internal_codec_ulaw_self    
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_a_mu "" "/usr/src/packages/BUILD"
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_adpcm "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o lpcdec.o -c lpcdec.c -MD -MT lpcdec.o -MF .lpcdec.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o lpcenc.o -c lpcenc.c -MD -MT lpcenc.o -MF .lpcenc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o codec_adpcm.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_adpcm.exports,--warn-common  codec_adpcm.o  
[  428s] x86_64-linux-gnu-gcc -o codec_a_mu.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_a_mu.exports,--warn-common  codec_a_mu.o  
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_alaw "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o lpcini.o -c lpcini.c -MD -MT lpcini.o -MF .lpcini.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o codec_alaw.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_alaw.exports,--warn-common  codec_alaw.o  
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_amr "" "/usr/src/packages/BUILD"
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_g722 "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o codec_amr.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed    -shared -Wl,--version-script,codec_amr.exports,--warn-common  codec_amr.o  -lopencore-amrnb  -lopencore-amrwb  -lvo-amrwbenc 
[  428s] x86_64-linux-gnu-gcc -o codec_g722.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_g722.exports,--warn-common  codec_g722.o g722/g722_encode.o g722/g722_decode.o  
[  428s] x86_64-linux-gnu-gcc -o lpfilt.o -c lpfilt.c -MD -MT lpfilt.o -MF .lpfilt.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o median.o -c median.c -MD -MT median.o -MF .median.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o mload.o -c mload.c -MD -MT mload.o -MF .mload.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_dahdi "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o codec_dahdi.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_dahdi.exports,--warn-common  codec_dahdi.o  
[  428s] x86_64-linux-gnu-gcc -o onset.o -c onset.c -MD -MT onset.o -MF .onset.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o pitsyn.o -c pitsyn.c -MD -MT pitsyn.o -MF .pitsyn.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o placea.o -c placea.c -MD -MT placea.o -MF .placea.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o placev.o -c placev.c -MD -MT placev.o -MF .placev.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o preemp.o -c preemp.c -MD -MT preemp.o -MF .preemp.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_g726 "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o prepro.o -c prepro.c -MD -MT prepro.o -MF .prepro.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o codec_g726.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_g726.exports,--warn-common  codec_g726.o  
[  428s] x86_64-linux-gnu-gcc -o random.o -c random.c -MD -MT random.o -MF .random.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o rcchk.o -c rcchk.c -MD -MT rcchk.o -MF .rcchk.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o synths.o -c synths.c -MD -MT synths.o -MF .synths.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o tbdm.o -c tbdm.c -MD -MT tbdm.o -MF .tbdm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] x86_64-linux-gnu-gcc -o voicin.o -c voicin.c -MD -MT voicin.o -MF .voicin.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_ulaw "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o codec_ulaw.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_ulaw.exports,--warn-common  codec_ulaw.o  
[  428s] x86_64-linux-gnu-gcc -o vparms.o -c vparms.c -MD -MT vparms.o -MF .vparms.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE_SELF_SYM=__internal_codec_lpc10_self  
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_speex "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o codec_speex.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed    -shared -Wl,--version-script,codec_speex.exports,--warn-common  codec_speex.o  -lspeex -lm  -lspeexdsp -lm
[  428s] x86_64-linux-gnu-ar cr liblpc10.a f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o pitsyn.o placea.o placev.o preemp.o prepro.o random.o rcchk.o synths.o tbdm.o voicin.o vparms.o
[  428s] x86_64-linux-gnu-ranlib liblpc10.a
[  428s] make[4]: Leaving directory '/usr/src/packages/BUILD/codecs/lpc10'
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_lpc10 "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o codec_lpc10.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_lpc10.exports,--warn-common  codec_lpc10.o lpc10/liblpc10.a  
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_gsm "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o codec_gsm.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_gsm.exports,--warn-common  codec_gsm.o  -lgsm
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script codec_resample "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o codec_resample.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,codec_resample.exports,--warn-common  codec_resample.o speex/resample.o  
[  428s] make[3]: Leaving directory '/usr/src/packages/BUILD/codecs'
[  428s] make[3]: Entering directory '/usr/src/packages/BUILD/formats'
[  428s] x86_64-linux-gnu-gcc -o format_g719.o -c format_g719.c -MD -MT format_g719.o -MF .format_g719.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_g719\" -DAST_MODULE_SELF_SYM=__internal_format_g719_self    
[  428s] x86_64-linux-gnu-gcc -o format_g723.o -c format_g723.c -MD -MT format_g723.o -MF .format_g723.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_g723\" -DAST_MODULE_SELF_SYM=__internal_format_g723_self    
[  428s] x86_64-linux-gnu-gcc -o format_g726.o -c format_g726.c -MD -MT format_g726.o -MF .format_g726.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_g726\" -DAST_MODULE_SELF_SYM=__internal_format_g726_self    
[  428s] x86_64-linux-gnu-gcc -o format_g729.o -c format_g729.c -MD -MT format_g729.o -MF .format_g729.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_g729\" -DAST_MODULE_SELF_SYM=__internal_format_g729_self    
[  428s] x86_64-linux-gnu-gcc -o format_gsm.o -c format_gsm.c -MD -MT format_gsm.o -MF .format_gsm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_gsm\" -DAST_MODULE_SELF_SYM=__internal_format_gsm_self    
[  428s] x86_64-linux-gnu-gcc -o format_h263.o -c format_h263.c -MD -MT format_h263.o -MF .format_h263.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_h263\" -DAST_MODULE_SELF_SYM=__internal_format_h263_self    
[  428s] x86_64-linux-gnu-gcc -o format_h264.o -c format_h264.c -MD -MT format_h264.o -MF .format_h264.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_h264\" -DAST_MODULE_SELF_SYM=__internal_format_h264_self    
[  428s] x86_64-linux-gnu-gcc -o format_ilbc.o -c format_ilbc.c -MD -MT format_ilbc.o -MF .format_ilbc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_ilbc\" -DAST_MODULE_SELF_SYM=__internal_format_ilbc_self    
[  428s] x86_64-linux-gnu-gcc -o format_ogg_speex.o -c format_ogg_speex.c -MD -MT format_ogg_speex.o -MF .format_ogg_speex.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_ogg_speex\" -DAST_MODULE_SELF_SYM=__internal_format_ogg_speex_self     
[  428s] x86_64-linux-gnu-gcc -o format_ogg_vorbis.o -c format_ogg_vorbis.c -MD -MT format_ogg_vorbis.o -MF .format_ogg_vorbis.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_ogg_vorbis\" -DAST_MODULE_SELF_SYM=__internal_format_ogg_vorbis_self     
[  428s] x86_64-linux-gnu-gcc -o format_pcm.o -c format_pcm.c -MD -MT format_pcm.o -MF .format_pcm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_pcm\" -DAST_MODULE_SELF_SYM=__internal_format_pcm_self    
[  428s] x86_64-linux-gnu-gcc -o format_siren14.o -c format_siren14.c -MD -MT format_siren14.o -MF .format_siren14.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_siren14\" -DAST_MODULE_SELF_SYM=__internal_format_siren14_self    
[  428s] x86_64-linux-gnu-gcc -o format_siren7.o -c format_siren7.c -MD -MT format_siren7.o -MF .format_siren7.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_siren7\" -DAST_MODULE_SELF_SYM=__internal_format_siren7_self    
[  428s] x86_64-linux-gnu-gcc -o format_sln.o -c format_sln.c -MD -MT format_sln.o -MF .format_sln.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_sln\" -DAST_MODULE_SELF_SYM=__internal_format_sln_self    
[  428s] x86_64-linux-gnu-gcc -o format_vox.o -c format_vox.c -MD -MT format_vox.o -MF .format_vox.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_vox\" -DAST_MODULE_SELF_SYM=__internal_format_vox_self    
[  428s] x86_64-linux-gnu-gcc -o format_wav.o -c format_wav.c -MD -MT format_wav.o -MF .format_wav.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_wav\" -DAST_MODULE_SELF_SYM=__internal_format_wav_self    
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_g719 "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o format_wav_gsm.o -c format_wav_gsm.c -MD -MT format_wav_gsm.o -MF .format_wav_gsm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"format_wav_gsm\" -DAST_MODULE_SELF_SYM=__internal_format_wav_gsm_self    
[  428s] x86_64-linux-gnu-gcc -o format_g719.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_g719.exports,--warn-common  format_g719.o  
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_g723 "" "/usr/src/packages/BUILD"
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_g726 "" "/usr/src/packages/BUILD"
[  428s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_g729 "" "/usr/src/packages/BUILD"
[  428s] x86_64-linux-gnu-gcc -o format_g723.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_g723.exports,--warn-common  format_g723.o  
[  429s] x86_64-linux-gnu-gcc -o format_g726.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_g726.exports,--warn-common  format_g726.o  
[  429s] x86_64-linux-gnu-gcc -o format_g729.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_g729.exports,--warn-common  format_g729.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_h263 "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_h263.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_h263.exports,--warn-common  format_h263.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_h264 "" "/usr/src/packages/BUILD"
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_ilbc "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_ilbc.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_ilbc.exports,--warn-common  format_ilbc.o  
[  429s] x86_64-linux-gnu-gcc -o format_h264.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_h264.exports,--warn-common  format_h264.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_ogg_vorbis "" "/usr/src/packages/BUILD"
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_siren14 "" "/usr/src/packages/BUILD"
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_ogg_speex "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_ogg_vorbis.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed   -shared -Wl,--version-script,format_ogg_vorbis.exports,--warn-common  format_ogg_vorbis.o  -lvorbis -lm -lvorbisenc -lvorbisfile -logg 
[  429s] x86_64-linux-gnu-gcc -o format_siren14.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_siren14.exports,--warn-common  format_siren14.o  
[  429s] x86_64-linux-gnu-gcc -o format_ogg_speex.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed   -shared -Wl,--version-script,format_ogg_speex.exports,--warn-common  format_ogg_speex.o  -lspeex -lm -logg 
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_pcm "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_pcm.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_pcm.exports,--warn-common  format_pcm.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_siren7 "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_siren7.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_siren7.exports,--warn-common  format_siren7.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_vox "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_vox.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_vox.exports,--warn-common  format_vox.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_sln "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_sln.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_sln.exports,--warn-common  format_sln.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_wav "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_wav.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_wav.exports,--warn-common  format_wav.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_gsm "" "/usr/src/packages/BUILD"
[  429s] x86_64-linux-gnu-gcc -o format_gsm.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_gsm.exports,--warn-common  format_gsm.o  
[  429s] /usr/src/packages/BUILD/build_tools/make_linker_version_script format_wav_gsm "" "/usr/src/packages/BUILD"
[  430s] x86_64-linux-gnu-gcc -o format_wav_gsm.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,format_wav_gsm.exports,--warn-common  format_wav_gsm.o  
[  430s] make[3]: Leaving directory '/usr/src/packages/BUILD/formats'
[  430s] make[3]: Entering directory '/usr/src/packages/BUILD/cdr'
[  430s] x86_64-linux-gnu-gcc -o cdr_adaptive_odbc.o -c cdr_adaptive_odbc.c -MD -MT cdr_adaptive_odbc.o -MF .cdr_adaptive_odbc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_adaptive_odbc\" -DAST_MODULE_SELF_SYM=__internal_cdr_adaptive_odbc_self    
[  430s] x86_64-linux-gnu-gcc -o cdr_csv.o -c cdr_csv.c -MD -MT cdr_csv.o -MF .cdr_csv.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_csv\" -DAST_MODULE_SELF_SYM=__internal_cdr_csv_self    
[  430s] x86_64-linux-gnu-gcc -o cdr_custom.o -c cdr_custom.c -MD -MT cdr_custom.o -MF .cdr_custom.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_custom\" -DAST_MODULE_SELF_SYM=__internal_cdr_custom_self    
[  430s] x86_64-linux-gnu-gcc -o cdr_manager.o -c cdr_manager.c -MD -MT cdr_manager.o -MF .cdr_manager.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_manager\" -DAST_MODULE_SELF_SYM=__internal_cdr_manager_self    
[  430s] x86_64-linux-gnu-gcc -o cdr_odbc.o -c cdr_odbc.c -MD -MT cdr_odbc.o -MF .cdr_odbc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_odbc\" -DAST_MODULE_SELF_SYM=__internal_cdr_odbc_self    
[  430s] x86_64-linux-gnu-gcc -o cdr_pgsql.o -c cdr_pgsql.c -MD -MT cdr_pgsql.o -MF .cdr_pgsql.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_pgsql\" -DAST_MODULE_SELF_SYM=__internal_cdr_pgsql_self  -I/usr/include/postgresql  
[  430s] x86_64-linux-gnu-gcc -o cdr_radius.o -c cdr_radius.c -MD -MT cdr_radius.o -MF .cdr_radius.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_radius\" -DAST_MODULE_SELF_SYM=__internal_cdr_radius_self    
[  430s] x86_64-linux-gnu-gcc -o cdr_sqlite3_custom.o -c cdr_sqlite3_custom.c -MD -MT cdr_sqlite3_custom.o -MF .cdr_sqlite3_custom.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_sqlite3_custom\" -DAST_MODULE_SELF_SYM=__internal_cdr_sqlite3_custom_self  -pthread  
[  430s] x86_64-linux-gnu-gcc -o cdr_tds.o -c cdr_tds.c -MD -MT cdr_tds.o -MF .cdr_tds.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cdr_tds\" -DAST_MODULE_SELF_SYM=__internal_cdr_tds_self    
[  430s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_manager "" "/usr/src/packages/BUILD"
[  430s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_custom "" "/usr/src/packages/BUILD"
[  430s] x86_64-linux-gnu-gcc -o cdr_custom.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_custom.exports,--warn-common  cdr_custom.o  
[  430s] x86_64-linux-gnu-gcc -o cdr_manager.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_manager.exports,--warn-common  cdr_manager.o  
[  430s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_radius "" "/usr/src/packages/BUILD"
[  430s] x86_64-linux-gnu-gcc -o cdr_radius.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_radius.exports,--warn-common  cdr_radius.o  -lradcli 
[  430s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_odbc "" "/usr/src/packages/BUILD"
[  430s] x86_64-linux-gnu-gcc -o cdr_odbc.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_odbc.exports,--warn-common  cdr_odbc.o  -lodbc 
[  430s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_sqlite3_custom "" "/usr/src/packages/BUILD"
[  430s] x86_64-linux-gnu-gcc -o cdr_sqlite3_custom.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_sqlite3_custom.exports,--warn-common  cdr_sqlite3_custom.o  -lsqlite3 
[  430s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_csv "" "/usr/src/packages/BUILD"
[  430s] x86_64-linux-gnu-gcc -o cdr_csv.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_csv.exports,--warn-common  cdr_csv.o  
[  430s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_tds "" "/usr/src/packages/BUILD"
[  430s] x86_64-linux-gnu-gcc -o cdr_tds.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_tds.exports,--warn-common  cdr_tds.o  -lsybdb 
[  431s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_pgsql "" "/usr/src/packages/BUILD"
[  431s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cdr_adaptive_odbc "" "/usr/src/packages/BUILD"
[  431s] x86_64-linux-gnu-gcc -o cdr_pgsql.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_pgsql.exports,--warn-common  cdr_pgsql.o  -L/usr/lib/x86_64-linux-gnu -lpq -lz
[  431s] x86_64-linux-gnu-gcc -o cdr_adaptive_odbc.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cdr_adaptive_odbc.exports,--warn-common  cdr_adaptive_odbc.o  -lodbc 
[  431s] make[3]: Leaving directory '/usr/src/packages/BUILD/cdr'
[  431s] make[3]: Entering directory '/usr/src/packages/BUILD/cel'
[  431s] x86_64-linux-gnu-gcc -o cel_custom.o -c cel_custom.c -MD -MT cel_custom.o -MF .cel_custom.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cel_custom\" -DAST_MODULE_SELF_SYM=__internal_cel_custom_self    
[  431s] x86_64-linux-gnu-gcc -o cel_manager.o -c cel_manager.c -MD -MT cel_manager.o -MF .cel_manager.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cel_manager\" -DAST_MODULE_SELF_SYM=__internal_cel_manager_self    
[  431s] x86_64-linux-gnu-gcc -o cel_odbc.o -c cel_odbc.c -MD -MT cel_odbc.o -MF .cel_odbc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cel_odbc\" -DAST_MODULE_SELF_SYM=__internal_cel_odbc_self    
[  431s] x86_64-linux-gnu-gcc -o cel_pgsql.o -c cel_pgsql.c -MD -MT cel_pgsql.o -MF .cel_pgsql.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cel_pgsql\" -DAST_MODULE_SELF_SYM=__internal_cel_pgsql_self  -I/usr/include/postgresql  
[  431s] x86_64-linux-gnu-gcc -o cel_radius.o -c cel_radius.c -MD -MT cel_radius.o -MF .cel_radius.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cel_radius\" -DAST_MODULE_SELF_SYM=__internal_cel_radius_self    
[  431s] x86_64-linux-gnu-gcc -o cel_sqlite3_custom.o -c cel_sqlite3_custom.c -MD -MT cel_sqlite3_custom.o -MF .cel_sqlite3_custom.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cel_sqlite3_custom\" -DAST_MODULE_SELF_SYM=__internal_cel_sqlite3_custom_self  -pthread  
[  431s] x86_64-linux-gnu-gcc -o cel_tds.o -c cel_tds.c -MD -MT cel_tds.o -MF .cel_tds.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"cel_tds\" -DAST_MODULE_SELF_SYM=__internal_cel_tds_self    
[  431s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cel_manager "" "/usr/src/packages/BUILD"
[  431s] x86_64-linux-gnu-gcc -o cel_manager.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cel_manager.exports,--warn-common  cel_manager.o  
[  431s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cel_custom "" "/usr/src/packages/BUILD"
[  431s] x86_64-linux-gnu-gcc -o cel_custom.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cel_custom.exports,--warn-common  cel_custom.o  
[  431s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cel_radius "" "/usr/src/packages/BUILD"
[  431s] x86_64-linux-gnu-gcc -o cel_radius.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cel_radius.exports,--warn-common  cel_radius.o  -lradcli 
[  431s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cel_sqlite3_custom "" "/usr/src/packages/BUILD"
[  431s] x86_64-linux-gnu-gcc -o cel_sqlite3_custom.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cel_sqlite3_custom.exports,--warn-common  cel_sqlite3_custom.o  -lsqlite3 
[  431s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cel_tds "" "/usr/src/packages/BUILD"
[  431s] x86_64-linux-gnu-gcc -o cel_tds.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cel_tds.exports,--warn-common  cel_tds.o  -lsybdb 
[  431s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cel_pgsql "" "/usr/src/packages/BUILD"
[  431s] x86_64-linux-gnu-gcc -o cel_pgsql.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cel_pgsql.exports,--warn-common  cel_pgsql.o  -L/usr/lib/x86_64-linux-gnu -lpq -lz
[  432s] /usr/src/packages/BUILD/build_tools/make_linker_version_script cel_odbc "" "/usr/src/packages/BUILD"
[  432s] x86_64-linux-gnu-gcc -o cel_odbc.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,cel_odbc.exports,--warn-common  cel_odbc.o  -lodbc 
[  432s] make[3]: Leaving directory '/usr/src/packages/BUILD/cel'
[  432s] make[3]: Entering directory '/usr/src/packages/BUILD/bridges'
[  432s] x86_64-linux-gnu-gcc -o bridge_builtin_features.o -c bridge_builtin_features.c -MD -MT bridge_builtin_features.o -MF .bridge_builtin_features.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"bridge_builtin_features\" -DAST_MODULE_SELF_SYM=__internal_bridge_builtin_features_self    
[  432s] x86_64-linux-gnu-gcc -o bridge_builtin_interval_features.o -c bridge_builtin_interval_features.c -MD -MT bridge_builtin_interval_features.o -MF .bridge_builtin_interval_features.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"bridge_builtin_interval_features\" -DAST_MODULE_SELF_SYM=__internal_bridge_builtin_interval_features_self    
[  432s] x86_64-linux-gnu-gcc -o bridge_holding.o -c bridge_holding.c -MD -MT bridge_holding.o -MF .bridge_holding.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"bridge_holding\" -DAST_MODULE_SELF_SYM=__internal_bridge_holding_self    
[  432s] x86_64-linux-gnu-gcc -o bridge_native_rtp.o -c bridge_native_rtp.c -MD -MT bridge_native_rtp.o -MF .bridge_native_rtp.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"bridge_native_rtp\" -DAST_MODULE_SELF_SYM=__internal_bridge_native_rtp_self    
[  432s] x86_64-linux-gnu-gcc -o bridge_simple.o -c bridge_simple.c -MD -MT bridge_simple.o -MF .bridge_simple.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"bridge_simple\" -DAST_MODULE_SELF_SYM=__internal_bridge_simple_self    
[  432s] x86_64-linux-gnu-gcc -o bridge_softmix.o -c bridge_softmix.c -MD -MT bridge_softmix.o -MF .bridge_softmix.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"bridge_softmix\" -DAST_MODULE_SELF_SYM=__internal_bridge_softmix_self    
[  432s] x86_64-linux-gnu-gcc -o bridge_softmix/bridge_softmix_binaural.o -c bridge_softmix/bridge_softmix_binaural.c -MD -MT bridge_softmix/bridge_softmix_binaural.o -MF .bridge_softmix_bridge_softmix_binaural.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"bridge_softmix\" -DAST_MODULE_SELF_SYM=__internal_bridge_softmix_self    
[  432s] /usr/src/packages/BUILD/build_tools/make_linker_version_script bridge_simple "" "/usr/src/packages/BUILD"
[  432s] x86_64-linux-gnu-gcc -o bridge_simple.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,bridge_simple.exports,--warn-common  bridge_simple.o  
[  432s] /usr/src/packages/BUILD/build_tools/make_linker_version_script bridge_holding "" "/usr/src/packages/BUILD"
[  432s] /usr/src/packages/BUILD/build_tools/make_linker_version_script bridge_builtin_interval_features "" "/usr/src/packages/BUILD"
[  432s] x86_64-linux-gnu-gcc -o bridge_holding.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,bridge_holding.exports,--warn-common  bridge_holding.o  
[  432s] x86_64-linux-gnu-gcc -o bridge_builtin_interval_features.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,bridge_builtin_interval_features.exports,--warn-common  bridge_builtin_interval_features.o  
[  432s] /usr/src/packages/BUILD/build_tools/make_linker_version_script bridge_builtin_features "" "/usr/src/packages/BUILD"
[  432s] x86_64-linux-gnu-gcc -o bridge_builtin_features.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,bridge_builtin_features.exports,--warn-common  bridge_builtin_features.o  
[  433s] /usr/src/packages/BUILD/build_tools/make_linker_version_script bridge_native_rtp "" "/usr/src/packages/BUILD"
[  433s] x86_64-linux-gnu-gcc -o bridge_native_rtp.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,bridge_native_rtp.exports,--warn-common  bridge_native_rtp.o  
[  434s] /usr/src/packages/BUILD/build_tools/make_linker_version_script bridge_softmix "" "/usr/src/packages/BUILD"
[  434s] x86_64-linux-gnu-gcc -o bridge_softmix.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,bridge_softmix.exports,--warn-common  bridge_softmix.o bridge_softmix/bridge_softmix_binaural.o  
[  434s] make[3]: Leaving directory '/usr/src/packages/BUILD/bridges'
[  434s] make[3]: Entering directory '/usr/src/packages/BUILD/funcs'
[  434s] x86_64-linux-gnu-gcc -o func_aes.o -c func_aes.c -MD -MT func_aes.o -MF .func_aes.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_aes\" -DAST_MODULE_SELF_SYM=__internal_func_aes_self    
[  434s] x86_64-linux-gnu-gcc -o func_base64.o -c func_base64.c -MD -MT func_base64.o -MF .func_base64.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_base64\" -DAST_MODULE_SELF_SYM=__internal_func_base64_self    
[  434s] x86_64-linux-gnu-gcc -o func_blacklist.o -c func_blacklist.c -MD -MT func_blacklist.o -MF .func_blacklist.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_blacklist\" -DAST_MODULE_SELF_SYM=__internal_func_blacklist_self    
[  434s] x86_64-linux-gnu-gcc -o func_callcompletion.o -c func_callcompletion.c -MD -MT func_callcompletion.o -MF .func_callcompletion.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_callcompletion\" -DAST_MODULE_SELF_SYM=__internal_func_callcompletion_self    
[  434s] x86_64-linux-gnu-gcc -o func_callerid.o -c func_callerid.c -MD -MT func_callerid.o -MF .func_callerid.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_callerid\" -DAST_MODULE_SELF_SYM=__internal_func_callerid_self    
[  434s] x86_64-linux-gnu-gcc -o func_cdr.o -c func_cdr.c -MD -MT func_cdr.o -MF .func_cdr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_cdr\" -DAST_MODULE_SELF_SYM=__internal_func_cdr_self    
[  434s] x86_64-linux-gnu-gcc -o func_channel.o -c func_channel.c -MD -MT func_channel.o -MF .func_channel.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_channel\" -DAST_MODULE_SELF_SYM=__internal_func_channel_self    
[  434s] x86_64-linux-gnu-gcc -o func_config.o -c func_config.c -MD -MT func_config.o -MF .func_config.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_config\" -DAST_MODULE_SELF_SYM=__internal_func_config_self    
[  434s] x86_64-linux-gnu-gcc -o func_curl.o -c func_curl.c -MD -MT func_curl.o -MF .func_curl.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_curl\" -DAST_MODULE_SELF_SYM=__internal_func_curl_self    
[  434s] x86_64-linux-gnu-gcc -o func_cut.o -c func_cut.c -MD -MT func_cut.o -MF .func_cut.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_cut\" -DAST_MODULE_SELF_SYM=__internal_func_cut_self    
[  434s] x86_64-linux-gnu-gcc -o func_db.o -c func_db.c -MD -MT func_db.o -MF .func_db.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_db\" -DAST_MODULE_SELF_SYM=__internal_func_db_self    
[  434s] x86_64-linux-gnu-gcc -o func_devstate.o -c func_devstate.c -MD -MT func_devstate.o -MF .func_devstate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_devstate\" -DAST_MODULE_SELF_SYM=__internal_func_devstate_self    
[  434s] x86_64-linux-gnu-gcc -o func_dialgroup.o -c func_dialgroup.c -MD -MT func_dialgroup.o -MF .func_dialgroup.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_dialgroup\" -DAST_MODULE_SELF_SYM=__internal_func_dialgroup_self    
[  434s] x86_64-linux-gnu-gcc -o func_dialplan.o -c func_dialplan.c -MD -MT func_dialplan.o -MF .func_dialplan.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_dialplan\" -DAST_MODULE_SELF_SYM=__internal_func_dialplan_self    
[  434s] x86_64-linux-gnu-gcc -o func_enum.o -c func_enum.c -MD -MT func_enum.o -MF .func_enum.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_enum\" -DAST_MODULE_SELF_SYM=__internal_func_enum_self    
[  434s] x86_64-linux-gnu-gcc -o func_env.o -c func_env.c -MD -MT func_env.o -MF .func_env.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_env\" -DAST_MODULE_SELF_SYM=__internal_func_env_self    
[  434s] x86_64-linux-gnu-gcc -o func_extstate.o -c func_extstate.c -MD -MT func_extstate.o -MF .func_extstate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_extstate\" -DAST_MODULE_SELF_SYM=__internal_func_extstate_self    
[  434s] x86_64-linux-gnu-gcc -o func_frame_trace.o -c func_frame_trace.c -MD -MT func_frame_trace.o -MF .func_frame_trace.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_frame_trace\" -DAST_MODULE_SELF_SYM=__internal_func_frame_trace_self    
[  434s] x86_64-linux-gnu-gcc -o func_global.o -c func_global.c -MD -MT func_global.o -MF .func_global.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_global\" -DAST_MODULE_SELF_SYM=__internal_func_global_self    
[  434s] x86_64-linux-gnu-gcc -o func_groupcount.o -c func_groupcount.c -MD -MT func_groupcount.o -MF .func_groupcount.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_groupcount\" -DAST_MODULE_SELF_SYM=__internal_func_groupcount_self   -Wno-format-truncation  
[  434s] x86_64-linux-gnu-gcc -o func_hangupcause.o -c func_hangupcause.c -MD -MT func_hangupcause.o -MF .func_hangupcause.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_hangupcause\" -DAST_MODULE_SELF_SYM=__internal_func_hangupcause_self    
[  434s] x86_64-linux-gnu-gcc -o func_holdintercept.o -c func_holdintercept.c -MD -MT func_holdintercept.o -MF .func_holdintercept.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_holdintercept\" -DAST_MODULE_SELF_SYM=__internal_func_holdintercept_self    
[  434s] x86_64-linux-gnu-gcc -o func_iconv.o -c func_iconv.c -MD -MT func_iconv.o -MF .func_iconv.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_iconv\" -DAST_MODULE_SELF_SYM=__internal_func_iconv_self    
[  434s] x86_64-linux-gnu-gcc -o func_jitterbuffer.o -c func_jitterbuffer.c -MD -MT func_jitterbuffer.o -MF .func_jitterbuffer.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_jitterbuffer\" -DAST_MODULE_SELF_SYM=__internal_func_jitterbuffer_self    
[  434s] x86_64-linux-gnu-gcc -o func_lock.o -c func_lock.c -MD -MT func_lock.o -MF .func_lock.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_lock\" -DAST_MODULE_SELF_SYM=__internal_func_lock_self    
[  434s] x86_64-linux-gnu-gcc -o func_logic.o -c func_logic.c -MD -MT func_logic.o -MF .func_logic.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_logic\" -DAST_MODULE_SELF_SYM=__internal_func_logic_self    
[  435s] x86_64-linux-gnu-gcc -o func_math.o -c func_math.c -MD -MT func_math.o -MF .func_math.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_math\" -DAST_MODULE_SELF_SYM=__internal_func_math_self    
[  435s] x86_64-linux-gnu-gcc -o func_md5.o -c func_md5.c -MD -MT func_md5.o -MF .func_md5.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_md5\" -DAST_MODULE_SELF_SYM=__internal_func_md5_self    
[  435s] x86_64-linux-gnu-gcc -o func_module.o -c func_module.c -MD -MT func_module.o -MF .func_module.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_module\" -DAST_MODULE_SELF_SYM=__internal_func_module_self    
[  435s] x86_64-linux-gnu-gcc -o func_odbc.o -c func_odbc.c -MD -MT func_odbc.o -MF .func_odbc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_odbc\" -DAST_MODULE_SELF_SYM=__internal_func_odbc_self    
[  435s] x86_64-linux-gnu-gcc -o func_periodic_hook.o -c func_periodic_hook.c -MD -MT func_periodic_hook.o -MF .func_periodic_hook.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_periodic_hook\" -DAST_MODULE_SELF_SYM=__internal_func_periodic_hook_self    
[  435s] x86_64-linux-gnu-gcc -o func_pitchshift.o -c func_pitchshift.c -MD -MT func_pitchshift.o -MF .func_pitchshift.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_pitchshift\" -DAST_MODULE_SELF_SYM=__internal_func_pitchshift_self    
[  435s] x86_64-linux-gnu-gcc -o func_pjsip_aor.o -c func_pjsip_aor.c -MD -MT func_pjsip_aor.o -MF .func_pjsip_aor.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_pjsip_aor\" -DAST_MODULE_SELF_SYM=__internal_func_pjsip_aor_self  -DPJ_AUTOCONF=1 -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include  
[  435s] x86_64-linux-gnu-gcc -o func_pjsip_contact.o -c func_pjsip_contact.c -MD -MT func_pjsip_contact.o -MF .func_pjsip_contact.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_pjsip_contact\" -DAST_MODULE_SELF_SYM=__internal_func_pjsip_contact_self  -DPJ_AUTOCONF=1 -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include  
[  435s] x86_64-linux-gnu-gcc -o func_pjsip_endpoint.o -c func_pjsip_endpoint.c -MD -MT func_pjsip_endpoint.o -MF .func_pjsip_endpoint.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_pjsip_endpoint\" -DAST_MODULE_SELF_SYM=__internal_func_pjsip_endpoint_self  -DPJ_AUTOCONF=1 -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include  
[  435s] x86_64-linux-gnu-gcc -o func_presencestate.o -c func_presencestate.c -MD -MT func_presencestate.o -MF .func_presencestate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_presencestate\" -DAST_MODULE_SELF_SYM=__internal_func_presencestate_self    
[  435s] x86_64-linux-gnu-gcc -o func_rand.o -c func_rand.c -MD -MT func_rand.o -MF .func_rand.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_rand\" -DAST_MODULE_SELF_SYM=__internal_func_rand_self    
[  435s] x86_64-linux-gnu-gcc -o func_realtime.o -c func_realtime.c -MD -MT func_realtime.o -MF .func_realtime.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_realtime\" -DAST_MODULE_SELF_SYM=__internal_func_realtime_self    
[  435s] x86_64-linux-gnu-gcc -o func_sha1.o -c func_sha1.c -MD -MT func_sha1.o -MF .func_sha1.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_sha1\" -DAST_MODULE_SELF_SYM=__internal_func_sha1_self    
[  435s] x86_64-linux-gnu-gcc -o func_shell.o -c func_shell.c -MD -MT func_shell.o -MF .func_shell.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_shell\" -DAST_MODULE_SELF_SYM=__internal_func_shell_self    
[  435s] x86_64-linux-gnu-gcc -o func_sorcery.o -c func_sorcery.c -MD -MT func_sorcery.o -MF .func_sorcery.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_sorcery\" -DAST_MODULE_SELF_SYM=__internal_func_sorcery_self    
[  435s] x86_64-linux-gnu-gcc -o func_speex.o -c func_speex.c -MD -MT func_speex.o -MF .func_speex.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_speex\" -DAST_MODULE_SELF_SYM=__internal_func_speex_self      
[  435s] x86_64-linux-gnu-gcc -o func_sprintf.o -c func_sprintf.c -MD -MT func_sprintf.o -MF .func_sprintf.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_sprintf\" -DAST_MODULE_SELF_SYM=__internal_func_sprintf_self   -Wno-format-nonliteral  
[  435s] x86_64-linux-gnu-gcc -o func_srv.o -c func_srv.c -MD -MT func_srv.o -MF .func_srv.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_srv\" -DAST_MODULE_SELF_SYM=__internal_func_srv_self    
[  435s] x86_64-linux-gnu-gcc -o func_strings.o -c func_strings.c -MD -MT func_strings.o -MF .func_strings.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_strings\" -DAST_MODULE_SELF_SYM=__internal_func_strings_self    
[  435s] x86_64-linux-gnu-gcc -o func_sysinfo.o -c func_sysinfo.c -MD -MT func_sysinfo.o -MF .func_sysinfo.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_sysinfo\" -DAST_MODULE_SELF_SYM=__internal_func_sysinfo_self    
[  435s] x86_64-linux-gnu-gcc -o func_talkdetect.o -c func_talkdetect.c -MD -MT func_talkdetect.o -MF .func_talkdetect.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_talkdetect\" -DAST_MODULE_SELF_SYM=__internal_func_talkdetect_self    
[  435s] x86_64-linux-gnu-gcc -o func_timeout.o -c func_timeout.c -MD -MT func_timeout.o -MF .func_timeout.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_timeout\" -DAST_MODULE_SELF_SYM=__internal_func_timeout_self    
[  435s] x86_64-linux-gnu-gcc -o func_uri.o -c func_uri.c -MD -MT func_uri.o -MF .func_uri.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_uri\" -DAST_MODULE_SELF_SYM=__internal_func_uri_self    
[  435s] x86_64-linux-gnu-gcc -o func_version.o -c func_version.c -MD -MT func_version.o -MF .func_version.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_version\" -DAST_MODULE_SELF_SYM=__internal_func_version_self    
[  435s] x86_64-linux-gnu-gcc -o func_vmcount.o -c func_vmcount.c -MD -MT func_vmcount.o -MF .func_vmcount.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_vmcount\" -DAST_MODULE_SELF_SYM=__internal_func_vmcount_self    
[  435s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_aes "" "/usr/src/packages/BUILD"
[  435s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_base64 "" "/usr/src/packages/BUILD"
[  435s] x86_64-linux-gnu-gcc -o func_volume.o -c func_volume.c -MD -MT func_volume.o -MF .func_volume.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"func_volume\" -DAST_MODULE_SELF_SYM=__internal_func_volume_self    
[  435s] x86_64-linux-gnu-gcc -o func_base64.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_base64.exports,--warn-common  func_base64.o  
[  435s] x86_64-linux-gnu-gcc -o func_aes.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_aes.exports,--warn-common  func_aes.o  -lcrypto 
[  435s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_blacklist "" "/usr/src/packages/BUILD"
[  435s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_callcompletion "" "/usr/src/packages/BUILD"
[  435s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_callerid "" "/usr/src/packages/BUILD"
[  435s] x86_64-linux-gnu-gcc -o func_callcompletion.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_callcompletion.exports,--warn-common  func_callcompletion.o  
[  435s] x86_64-linux-gnu-gcc -o func_callerid.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_callerid.exports,--warn-common  func_callerid.o  
[  435s] x86_64-linux-gnu-gcc -o func_blacklist.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_blacklist.exports,--warn-common  func_blacklist.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_cdr "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_channel "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_config "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_cdr.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_cdr.exports,--warn-common  func_cdr.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_curl "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_channel.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_channel.exports,--warn-common  func_channel.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_cut "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_config.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_config.exports,--warn-common  func_config.o  
[  436s] x86_64-linux-gnu-gcc -o func_curl.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_curl.exports,--warn-common  func_curl.o  -lcurl
[  436s] x86_64-linux-gnu-gcc -o func_cut.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_cut.exports,--warn-common  func_cut.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_db "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_devstate "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_dialgroup "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_devstate.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_devstate.exports,--warn-common  func_devstate.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_dialplan "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_db.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_db.exports,--warn-common  func_db.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_enum "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_dialgroup.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_dialgroup.exports,--warn-common  func_dialgroup.o  
[  436s] x86_64-linux-gnu-gcc -o func_dialplan.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_dialplan.exports,--warn-common  func_dialplan.o  
[  436s] x86_64-linux-gnu-gcc -o func_enum.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_enum.exports,--warn-common  func_enum.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_env "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_env.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_env.exports,--warn-common  func_env.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_extstate "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_frame_trace "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_global "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_groupcount "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_extstate.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_extstate.exports,--warn-common  func_extstate.o  
[  436s] x86_64-linux-gnu-gcc -o func_frame_trace.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_frame_trace.exports,--warn-common  func_frame_trace.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_hangupcause "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_holdintercept "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_groupcount.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_groupcount.exports,--warn-common  func_groupcount.o  
[  436s] x86_64-linux-gnu-gcc -o func_global.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_global.exports,--warn-common  func_global.o  
[  436s] x86_64-linux-gnu-gcc -o func_holdintercept.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_holdintercept.exports,--warn-common  func_holdintercept.o  
[  436s] x86_64-linux-gnu-gcc -o func_hangupcause.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_hangupcause.exports,--warn-common  func_hangupcause.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_iconv "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_jitterbuffer "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_lock "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_jitterbuffer.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_jitterbuffer.exports,--warn-common  func_jitterbuffer.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_logic "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_iconv.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_iconv.exports,--warn-common  func_iconv.o  -lc 
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_math "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_md5 "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_module "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_lock.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_lock.exports,--warn-common  func_lock.o  
[  436s] x86_64-linux-gnu-gcc -o func_logic.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_logic.exports,--warn-common  func_logic.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_periodic_hook "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_math.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_math.exports,--warn-common  func_math.o  
[  436s] x86_64-linux-gnu-gcc -o func_md5.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_md5.exports,--warn-common  func_md5.o  
[  436s] x86_64-linux-gnu-gcc -o func_periodic_hook.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_periodic_hook.exports,--warn-common  func_periodic_hook.o  
[  436s] x86_64-linux-gnu-gcc -o func_module.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_module.exports,--warn-common  func_module.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_pitchshift "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_pjsip_aor "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_pjsip_aor.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_pjsip_aor.exports,--warn-common  func_pjsip_aor.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_pjsip_contact "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_pitchshift.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_pitchshift.exports,--warn-common  func_pitchshift.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_pjsip_endpoint "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_pjsip_contact.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_pjsip_contact.exports,--warn-common  func_pjsip_contact.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_presencestate "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_rand "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_realtime "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_sha1 "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_pjsip_endpoint.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_pjsip_endpoint.exports,--warn-common  func_pjsip_endpoint.o  
[  436s] x86_64-linux-gnu-gcc -o func_rand.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_rand.exports,--warn-common  func_rand.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_shell "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_realtime.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_realtime.exports,--warn-common  func_realtime.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_sorcery "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_presencestate.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_presencestate.exports,--warn-common  func_presencestate.o  
[  436s] x86_64-linux-gnu-gcc -o func_sha1.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_sha1.exports,--warn-common  func_sha1.o  
[  436s] x86_64-linux-gnu-gcc -o func_shell.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_shell.exports,--warn-common  func_shell.o  
[  436s] x86_64-linux-gnu-gcc -o func_sorcery.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_sorcery.exports,--warn-common  func_sorcery.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_speex "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_sprintf "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_srv "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_sysinfo "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_talkdetect "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_timeout "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_sprintf.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_sprintf.exports,--warn-common  func_sprintf.o  
[  436s] x86_64-linux-gnu-gcc -o func_speex.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed    -shared -Wl,--version-script,func_speex.exports,--warn-common  func_speex.o  -lspeex -lm  -lspeexdsp -lm
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_uri "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_sysinfo.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_sysinfo.exports,--warn-common  func_sysinfo.o  
[  436s] x86_64-linux-gnu-gcc -o func_srv.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_srv.exports,--warn-common  func_srv.o  
[  436s] x86_64-linux-gnu-gcc -o func_talkdetect.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_talkdetect.exports,--warn-common  func_talkdetect.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_version "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_timeout.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_timeout.exports,--warn-common  func_timeout.o  
[  436s] x86_64-linux-gnu-gcc -o func_uri.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_uri.exports,--warn-common  func_uri.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_vmcount "" "/usr/src/packages/BUILD"
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_volume "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_version.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_version.exports,--warn-common  func_version.o  
[  436s] x86_64-linux-gnu-gcc -o func_vmcount.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_vmcount.exports,--warn-common  func_vmcount.o  
[  436s] x86_64-linux-gnu-gcc -o func_volume.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_volume.exports,--warn-common  func_volume.o  
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_odbc "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_odbc.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_odbc.exports,--warn-common  func_odbc.o  -lodbc 
[  436s] /usr/src/packages/BUILD/build_tools/make_linker_version_script func_strings "" "/usr/src/packages/BUILD"
[  436s] x86_64-linux-gnu-gcc -o func_strings.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,func_strings.exports,--warn-common  func_strings.o  
[  437s] make[3]: Leaving directory '/usr/src/packages/BUILD/funcs'
[  437s] make[3]: Entering directory '/usr/src/packages/BUILD/tests'
[  437s] x86_64-linux-gnu-gcc -o test_abstract_jb.o -c test_abstract_jb.c -MD -MT test_abstract_jb.o -MF .test_abstract_jb.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_abstract_jb\" -DAST_MODULE_SELF_SYM=__internal_test_abstract_jb_self    
[  437s] x86_64-linux-gnu-gcc -o test_acl.o -c test_acl.c -MD -MT test_acl.o -MF .test_acl.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_acl\" -DAST_MODULE_SELF_SYM=__internal_test_acl_self    
[  437s] x86_64-linux-gnu-gcc -o test_amihooks.o -c test_amihooks.c -MD -MT test_amihooks.o -MF .test_amihooks.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_amihooks\" -DAST_MODULE_SELF_SYM=__internal_test_amihooks_self    
[  437s] x86_64-linux-gnu-gcc -o test_aoc.o -c test_aoc.c -MD -MT test_aoc.o -MF .test_aoc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_aoc\" -DAST_MODULE_SELF_SYM=__internal_test_aoc_self    
[  437s] x86_64-linux-gnu-gcc -o test_app.o -c test_app.c -MD -MT test_app.o -MF .test_app.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_app\" -DAST_MODULE_SELF_SYM=__internal_test_app_self    
[  437s] x86_64-linux-gnu-gcc -o test_ari.o -c test_ari.c -MD -MT test_ari.o -MF .test_ari.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_ari\" -DAST_MODULE_SELF_SYM=__internal_test_ari_self    
[  437s] x86_64-linux-gnu-gcc -o test_ari_model.o -c test_ari_model.c -MD -MT test_ari_model.o -MF .test_ari_model.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_ari_model\" -DAST_MODULE_SELF_SYM=__internal_test_ari_model_self    
[  437s] x86_64-linux-gnu-gcc -o test_ast_format_str_reduce.o -c test_ast_format_str_reduce.c -MD -MT test_ast_format_str_reduce.o -MF .test_ast_format_str_reduce.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_ast_format_str_reduce\" -DAST_MODULE_SELF_SYM=__internal_test_ast_format_str_reduce_self    
[  437s] x86_64-linux-gnu-gcc -o test_astobj2.o -c test_astobj2.c -MD -MT test_astobj2.o -MF .test_astobj2.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_astobj2\" -DAST_MODULE_SELF_SYM=__internal_test_astobj2_self     
[  437s] x86_64-linux-gnu-gcc -o test_astobj2_thrash.o -c test_astobj2_thrash.c -MD -MT test_astobj2_thrash.o -MF .test_astobj2_thrash.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_astobj2_thrash\" -DAST_MODULE_SELF_SYM=__internal_test_astobj2_thrash_self    
[  437s] x86_64-linux-gnu-gcc -o test_astobj2_weaken.o -c test_astobj2_weaken.c -MD -MT test_astobj2_weaken.o -MF .test_astobj2_weaken.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_astobj2_weaken\" -DAST_MODULE_SELF_SYM=__internal_test_astobj2_weaken_self    
[  437s] x86_64-linux-gnu-gcc -o test_bridging.o -c test_bridging.c -MD -MT test_bridging.o -MF .test_bridging.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_bridging\" -DAST_MODULE_SELF_SYM=__internal_test_bridging_self    
[  437s] test_ari.c: In function ?setup_invocation_test?:
[  437s] test_ari.c:182:13: warning: variable ?r? set but not used [-Wunused-but-set-variable]
[  437s]   182 |         int r;
[  437s]       |             ^
[  437s] test_astobj2_thrash.c: In function ?ht_new?:
[  437s] test_astobj2_thrash.c:87:13: warning: variable ?needed? set but not used [-Wunused-but-set-variable]
[  437s]    87 |         int needed;
[  437s]       |             ^~~~~~
[  437s] x86_64-linux-gnu-gcc -o test_bucket.o -c test_bucket.c -MD -MT test_bucket.o -MF .test_bucket.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_bucket\" -DAST_MODULE_SELF_SYM=__internal_test_bucket_self    
[  437s] x86_64-linux-gnu-gcc -o test_callerid.o -c test_callerid.c -MD -MT test_callerid.o -MF .test_callerid.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_callerid\" -DAST_MODULE_SELF_SYM=__internal_test_callerid_self    
[  437s] x86_64-linux-gnu-gcc -o test_cdr.o -c test_cdr.c -MD -MT test_cdr.o -MF .test_cdr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_cdr\" -DAST_MODULE_SELF_SYM=__internal_test_cdr_self    
[  437s] x86_64-linux-gnu-gcc -o test_cel.o -c test_cel.c -MD -MT test_cel.o -MF .test_cel.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_cel\" -DAST_MODULE_SELF_SYM=__internal_test_cel_self    
[  437s] x86_64-linux-gnu-gcc -o test_channel.o -c test_channel.c -MD -MT test_channel.o -MF .test_channel.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_channel\" -DAST_MODULE_SELF_SYM=__internal_test_channel_self    
[  437s] x86_64-linux-gnu-gcc -o test_channel_feature_hooks.o -c test_channel_feature_hooks.c -MD -MT test_channel_feature_hooks.o -MF .test_channel_feature_hooks.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_channel_feature_hooks\" -DAST_MODULE_SELF_SYM=__internal_test_channel_feature_hooks_self    
[  437s] x86_64-linux-gnu-gcc -o test_config.o -c test_config.c -MD -MT test_config.o -MF .test_config.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_config\" -DAST_MODULE_SELF_SYM=__internal_test_config_self    
[  437s] x86_64-linux-gnu-gcc -o test_conversions.o -c test_conversions.c -MD -MT test_conversions.o -MF .test_conversions.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_conversions\" -DAST_MODULE_SELF_SYM=__internal_test_conversions_self    
[  437s] x86_64-linux-gnu-gcc -o test_core_codec.o -c test_core_codec.c -MD -MT test_core_codec.o -MF .test_core_codec.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_core_codec\" -DAST_MODULE_SELF_SYM=__internal_test_core_codec_self    
[  437s] x86_64-linux-gnu-gcc -o test_core_format.o -c test_core_format.c -MD -MT test_core_format.o -MF .test_core_format.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_core_format\" -DAST_MODULE_SELF_SYM=__internal_test_core_format_self    
[  437s] x86_64-linux-gnu-gcc -o test_data_buffer.o -c test_data_buffer.c -MD -MT test_data_buffer.o -MF .test_data_buffer.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_data_buffer\" -DAST_MODULE_SELF_SYM=__internal_test_data_buffer_self    
[  437s] x86_64-linux-gnu-gcc -o test_db.o -c test_db.c -MD -MT test_db.o -MF .test_db.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_db\" -DAST_MODULE_SELF_SYM=__internal_test_db_self    
[  437s] x86_64-linux-gnu-gcc -o test_devicestate.o -c test_devicestate.c -MD -MT test_devicestate.o -MF .test_devicestate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_devicestate\" -DAST_MODULE_SELF_SYM=__internal_test_devicestate_self    
[  437s] x86_64-linux-gnu-gcc -o test_dlinklists.o -c test_dlinklists.c -MD -MT test_dlinklists.o -MF .test_dlinklists.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_dlinklists\" -DAST_MODULE_SELF_SYM=__internal_test_dlinklists_self    
[  437s] x86_64-linux-gnu-gcc -o test_dns.o -c test_dns.c -MD -MT test_dns.o -MF .test_dns.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_dns\" -DAST_MODULE_SELF_SYM=__internal_test_dns_self    
[  437s] x86_64-linux-gnu-gcc -o test_dns_naptr.o -c test_dns_naptr.c -MD -MT test_dns_naptr.o -MF .test_dns_naptr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_dns_naptr\" -DAST_MODULE_SELF_SYM=__internal_test_dns_naptr_self    
[  437s] x86_64-linux-gnu-gcc -o test_dns_query_set.o -c test_dns_query_set.c -MD -MT test_dns_query_set.o -MF .test_dns_query_set.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_dns_query_set\" -DAST_MODULE_SELF_SYM=__internal_test_dns_query_set_self    
[  437s] x86_64-linux-gnu-gcc -o test_dns_recurring.o -c test_dns_recurring.c -MD -MT test_dns_recurring.o -MF .test_dns_recurring.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_dns_recurring\" -DAST_MODULE_SELF_SYM=__internal_test_dns_recurring_self    
[  437s] x86_64-linux-gnu-gcc -o test_dns_srv.o -c test_dns_srv.c -MD -MT test_dns_srv.o -MF .test_dns_srv.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_dns_srv\" -DAST_MODULE_SELF_SYM=__internal_test_dns_srv_self    
[  438s] x86_64-linux-gnu-gcc -o test_endpoints.o -c test_endpoints.c -MD -MT test_endpoints.o -MF .test_endpoints.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_endpoints\" -DAST_MODULE_SELF_SYM=__internal_test_endpoints_self    
[  438s] test_dns_query_set.c: In function ?resolution_thread?:
[  438s] test_dns_query_set.c:93:32: warning: unused variable ?qsdata? [-Wunused-variable]
[  438s]    93 |         struct query_set_data *qsdata = query_set->user_data;
[  438s]       |                                ^~~~~~
[  438s] x86_64-linux-gnu-gcc -o test_event.o -c test_event.c -MD -MT test_event.o -MF .test_event.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_event\" -DAST_MODULE_SELF_SYM=__internal_test_event_self    
[  438s] x86_64-linux-gnu-gcc -o test_expr.o -c test_expr.c -MD -MT test_expr.o -MF .test_expr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_expr\" -DAST_MODULE_SELF_SYM=__internal_test_expr_self    
[  438s] x86_64-linux-gnu-gcc -o test_file.o -c test_file.c -MD -MT test_file.o -MF .test_file.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_file\" -DAST_MODULE_SELF_SYM=__internal_test_file_self    
[  438s] x86_64-linux-gnu-gcc -o test_format_cache.o -c test_format_cache.c -MD -MT test_format_cache.o -MF .test_format_cache.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_format_cache\" -DAST_MODULE_SELF_SYM=__internal_test_format_cache_self    
[  438s] x86_64-linux-gnu-gcc -o test_format_cap.o -c test_format_cap.c -MD -MT test_format_cap.o -MF .test_format_cap.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_format_cap\" -DAST_MODULE_SELF_SYM=__internal_test_format_cap_self    
[  438s] x86_64-linux-gnu-gcc -o test_func_file.o -c test_func_file.c -MD -MT test_func_file.o -MF .test_func_file.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_func_file\" -DAST_MODULE_SELF_SYM=__internal_test_func_file_self    
[  438s] x86_64-linux-gnu-gcc -o test_gosub.o -c test_gosub.c -MD -MT test_gosub.o -MF .test_gosub.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_gosub\" -DAST_MODULE_SELF_SYM=__internal_test_gosub_self    
[  438s] x86_64-linux-gnu-gcc -o test_hashtab_thrash.o -c test_hashtab_thrash.c -MD -MT test_hashtab_thrash.o -MF .test_hashtab_thrash.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_hashtab_thrash\" -DAST_MODULE_SELF_SYM=__internal_test_hashtab_thrash_self    
[  438s] x86_64-linux-gnu-gcc -o test_heap.o -c test_heap.c -MD -MT test_heap.o -MF .test_heap.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_heap\" -DAST_MODULE_SELF_SYM=__internal_test_heap_self    
[  438s] x86_64-linux-gnu-gcc -o test_http_media_cache.o -c test_http_media_cache.c -MD -MT test_http_media_cache.o -MF .test_http_media_cache.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_http_media_cache\" -DAST_MODULE_SELF_SYM=__internal_test_http_media_cache_self    
[  438s] test_hashtab_thrash.c: In function ?ht_new?:
[  438s] test_hashtab_thrash.c:81:13: warning: variable ?needed? set but not used [-Wunused-but-set-variable]
[  438s]    81 |         int needed;
[  438s]       |             ^~~~~~
[  438s] x86_64-linux-gnu-gcc -o test_jitterbuf.o -c test_jitterbuf.c -MD -MT test_jitterbuf.o -MF .test_jitterbuf.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_jitterbuf\" -DAST_MODULE_SELF_SYM=__internal_test_jitterbuf_self    
[  438s] x86_64-linux-gnu-gcc -o test_json.o -c test_json.c -MD -MT test_json.o -MF .test_json.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_json\" -DAST_MODULE_SELF_SYM=__internal_test_json_self    
[  438s] x86_64-linux-gnu-gcc -o test_linkedlists.o -c test_linkedlists.c -MD -MT test_linkedlists.o -MF .test_linkedlists.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_linkedlists\" -DAST_MODULE_SELF_SYM=__internal_test_linkedlists_self    
[  438s] x86_64-linux-gnu-gcc -o test_locale.o -c test_locale.c -MD -MT test_locale.o -MF .test_locale.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_locale\" -DAST_MODULE_SELF_SYM=__internal_test_locale_self    
[  438s] x86_64-linux-gnu-gcc -o test_logger.o -c test_logger.c -MD -MT test_logger.o -MF .test_logger.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_logger\" -DAST_MODULE_SELF_SYM=__internal_test_logger_self    
[  438s] x86_64-linux-gnu-gcc -o test_media_cache.o -c test_media_cache.c -MD -MT test_media_cache.o -MF .test_media_cache.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_media_cache\" -DAST_MODULE_SELF_SYM=__internal_test_media_cache_self    
[  438s] x86_64-linux-gnu-gcc -o test_message.o -c test_message.c -MD -MT test_message.o -MF .test_message.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_message\" -DAST_MODULE_SELF_SYM=__internal_test_message_self    
[  438s] x86_64-linux-gnu-gcc -o test_named_lock.o -c test_named_lock.c -MD -MT test_named_lock.o -MF .test_named_lock.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_named_lock\" -DAST_MODULE_SELF_SYM=__internal_test_named_lock_self    
[  438s] x86_64-linux-gnu-gcc -o test_netsock2.o -c test_netsock2.c -MD -MT test_netsock2.o -MF .test_netsock2.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_netsock2\" -DAST_MODULE_SELF_SYM=__internal_test_netsock2_self    
[  438s] x86_64-linux-gnu-gcc -o test_optional_api.o -c test_optional_api.c -MD -MT test_optional_api.o -MF .test_optional_api.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_optional_api\" -DAST_MODULE_SELF_SYM=__internal_test_optional_api_self    
[  439s] x86_64-linux-gnu-gcc -o test_pbx.o -c test_pbx.c -MD -MT test_pbx.o -MF .test_pbx.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_pbx\" -DAST_MODULE_SELF_SYM=__internal_test_pbx_self    
[  439s] x86_64-linux-gnu-gcc -o test_poll.o -c test_poll.c -MD -MT test_poll.o -MF .test_poll.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_poll\" -DAST_MODULE_SELF_SYM=__internal_test_poll_self    
[  439s] x86_64-linux-gnu-gcc -o test_res_pjsip_scheduler.o -c test_res_pjsip_scheduler.c -MD -MT test_res_pjsip_scheduler.o -MF .test_res_pjsip_scheduler.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_res_pjsip_scheduler\" -DAST_MODULE_SELF_SYM=__internal_test_res_pjsip_scheduler_self  -DPJ_AUTOCONF=1 -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include  
[  439s] x86_64-linux-gnu-gcc -o test_res_rtp.o -c test_res_rtp.c -MD -MT test_res_rtp.o -MF .test_res_rtp.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_res_rtp\" -DAST_MODULE_SELF_SYM=__internal_test_res_rtp_self    
[  439s] x86_64-linux-gnu-gcc -o test_res_stasis.o -c test_res_stasis.c -MD -MT test_res_stasis.o -MF .test_res_stasis.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_res_stasis\" -DAST_MODULE_SELF_SYM=__internal_test_res_stasis_self    
[  439s] x86_64-linux-gnu-gcc -o test_sched.o -c test_sched.c -MD -MT test_sched.o -MF .test_sched.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_sched\" -DAST_MODULE_SELF_SYM=__internal_test_sched_self    
[  439s] x86_64-linux-gnu-gcc -o test_scope_trace.o -c test_scope_trace.c -MD -MT test_scope_trace.o -MF .test_scope_trace.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_scope_trace\" -DAST_MODULE_SELF_SYM=__internal_test_scope_trace_self    
[  439s] x86_64-linux-gnu-gcc -o test_scoped_lock.o -c test_scoped_lock.c -MD -MT test_scoped_lock.o -MF .test_scoped_lock.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_scoped_lock\" -DAST_MODULE_SELF_SYM=__internal_test_scoped_lock_self    
[  439s] test_res_stasis.c: In function ?test_handler?:
[  439s] test_res_stasis.c:90:13: warning: variable ?res? set but not used [-Wunused-but-set-variable]
[  439s]    90 |         int res;
[  439s]       |             ^~~
[  439s] x86_64-linux-gnu-gcc -o test_security_events.o -c test_security_events.c -MD -MT test_security_events.o -MF .test_security_events.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_security_events\" -DAST_MODULE_SELF_SYM=__internal_test_security_events_self    
[  439s] x86_64-linux-gnu-gcc -o test_skel.o -c test_skel.c -MD -MT test_skel.o -MF .test_skel.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_skel\" -DAST_MODULE_SELF_SYM=__internal_test_skel_self    
[  439s] x86_64-linux-gnu-gcc -o test_sorcery.o -c test_sorcery.c -MD -MT test_sorcery.o -MF .test_sorcery.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_sorcery\" -DAST_MODULE_SELF_SYM=__internal_test_sorcery_self    
[  439s] x86_64-linux-gnu-gcc -o test_sorcery_astdb.o -c test_sorcery_astdb.c -MD -MT test_sorcery_astdb.o -MF .test_sorcery_astdb.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_sorcery_astdb\" -DAST_MODULE_SELF_SYM=__internal_test_sorcery_astdb_self    
[  439s] x86_64-linux-gnu-gcc -o test_sorcery_memory_cache_thrash.o -c test_sorcery_memory_cache_thrash.c -MD -MT test_sorcery_memory_cache_thrash.o -MF .test_sorcery_memory_cache_thrash.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_sorcery_memory_cache_thrash\" -DAST_MODULE_SELF_SYM=__internal_test_sorcery_memory_cache_thrash_self    
[  439s] x86_64-linux-gnu-gcc -o test_sorcery_realtime.o -c test_sorcery_realtime.c -MD -MT test_sorcery_realtime.o -MF .test_sorcery_realtime.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_sorcery_realtime\" -DAST_MODULE_SELF_SYM=__internal_test_sorcery_realtime_self    
[  439s] x86_64-linux-gnu-gcc -o test_stasis.o -c test_stasis.c -MD -MT test_stasis.o -MF .test_stasis.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_stasis\" -DAST_MODULE_SELF_SYM=__internal_test_stasis_self    
[  439s] x86_64-linux-gnu-gcc -o test_stasis_channels.o -c test_stasis_channels.c -MD -MT test_stasis_channels.o -MF .test_stasis_channels.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_stasis_channels\" -DAST_MODULE_SELF_SYM=__internal_test_stasis_channels_self    
[  439s] x86_64-linux-gnu-gcc -o test_stasis_endpoints.o -c test_stasis_endpoints.c -MD -MT test_stasis_endpoints.o -MF .test_stasis_endpoints.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_stasis_endpoints\" -DAST_MODULE_SELF_SYM=__internal_test_stasis_endpoints_self    
[  439s] In file included from /usr/src/packages/BUILD/include/asterisk/astobj2.h:22,
[  439s]                  from /usr/src/packages/BUILD/include/asterisk/strings.h:33,
[  439s]                  from /usr/src/packages/BUILD/include/asterisk/utils.h:668,
[  439s]                  from /usr/src/packages/BUILD/include/asterisk/module.h:39,
[  439s]                  from test_linkedlists.c:33:
[  439s] test_linkedlists.c: In function ?single_ll_tests?:
[  439s] /usr/src/packages/BUILD/include/asterisk/linkedlists.h:871:74: warning: ?*bogus.list.next? may be used uninitialized [-Wmaybe-uninitialized]
[  439s]   871 |                                         __prev->field.next = __elm->field.next;         \
[  439s]       |                                                              ~~~~~~~~~~~~^~~~~
[  439s] test_linkedlists.c:189:13: note: in expansion of macro ?AST_LIST_REMOVE?
[  439s]   189 |         if (AST_LIST_REMOVE(&test_list, bogus, list)) {
[  439s]       |             ^~~~~~~~~~~~~~~
[  440s] x86_64-linux-gnu-gcc -o test_stream.o -c test_stream.c -MD -MT test_stream.o -MF .test_stream.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_stream\" -DAST_MODULE_SELF_SYM=__internal_test_stream_self    
[  440s] x86_64-linux-gnu-gcc -o test_stringfields.o -c test_stringfields.c -MD -MT test_stringfields.o -MF .test_stringfields.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_stringfields\" -DAST_MODULE_SELF_SYM=__internal_test_stringfields_self    
[  440s] x86_64-linux-gnu-gcc -o test_strings.o -c test_strings.c -MD -MT test_strings.o -MF .test_strings.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_strings\" -DAST_MODULE_SELF_SYM=__internal_test_strings_self   -Wno-format-truncation -Wno-stringop-truncation  
[  440s] x86_64-linux-gnu-gcc -o test_substitution.o -c test_substitution.c -MD -MT test_substitution.o -MF .test_substitution.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_substitution\" -DAST_MODULE_SELF_SYM=__internal_test_substitution_self    
[  440s] x86_64-linux-gnu-gcc -o test_taskprocessor.o -c test_taskprocessor.c -MD -MT test_taskprocessor.o -MF .test_taskprocessor.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_taskprocessor\" -DAST_MODULE_SELF_SYM=__internal_test_taskprocessor_self    
[  440s] x86_64-linux-gnu-gcc -o test_threadpool.o -c test_threadpool.c -MD -MT test_threadpool.o -MF .test_threadpool.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_threadpool\" -DAST_MODULE_SELF_SYM=__internal_test_threadpool_self    
[  440s] x86_64-linux-gnu-gcc -o test_time.o -c test_time.c -MD -MT test_time.o -MF .test_time.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_time\" -DAST_MODULE_SELF_SYM=__internal_test_time_self    
[  440s] x86_64-linux-gnu-gcc -o test_uri.o -c test_uri.c -MD -MT test_uri.o -MF .test_uri.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_uri\" -DAST_MODULE_SELF_SYM=__internal_test_uri_self    
[  440s] x86_64-linux-gnu-gcc -o test_utils.o -c test_utils.c -MD -MT test_utils.o -MF .test_utils.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_utils\" -DAST_MODULE_SELF_SYM=__internal_test_utils_self    
[  440s] x86_64-linux-gnu-gcc -o test_uuid.o -c test_uuid.c -MD -MT test_uuid.o -MF .test_uuid.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_uuid\" -DAST_MODULE_SELF_SYM=__internal_test_uuid_self    
[  440s] x86_64-linux-gnu-gcc -o test_vector.o -c test_vector.c -MD -MT test_vector.o -MF .test_vector.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_vector\" -DAST_MODULE_SELF_SYM=__internal_test_vector_self    
[  440s] x86_64-linux-gnu-gcc -o test_voicemail_api.o -c test_voicemail_api.c -MD -MT test_voicemail_api.o -MF .test_voicemail_api.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_voicemail_api\" -DAST_MODULE_SELF_SYM=__internal_test_voicemail_api_self   -Wno-format-truncation  
[  440s] x86_64-linux-gnu-gcc -o test_websocket_client.o -c test_websocket_client.c -MD -MT test_websocket_client.o -MF .test_websocket_client.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_websocket_client\" -DAST_MODULE_SELF_SYM=__internal_test_websocket_client_self    
[  440s] x86_64-linux-gnu-gcc -o test_xml_escape.o -c test_xml_escape.c -MD -MT test_xml_escape.o -MF .test_xml_escape.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"test_xml_escape\" -DAST_MODULE_SELF_SYM=__internal_test_xml_escape_self    
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_abstract_jb "" "/usr/src/packages/BUILD"
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_acl "" "/usr/src/packages/BUILD"
[  440s] x86_64-linux-gnu-gcc -o test_abstract_jb.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_abstract_jb.exports,--warn-common  test_abstract_jb.o  
[  440s] x86_64-linux-gnu-gcc -o test_acl.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_acl.exports,--warn-common  test_acl.o  
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_amihooks "" "/usr/src/packages/BUILD"
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_aoc "" "/usr/src/packages/BUILD"
[  440s] x86_64-linux-gnu-gcc -o test_amihooks.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_amihooks.exports,--warn-common  test_amihooks.o  
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_app "" "/usr/src/packages/BUILD"
[  440s] x86_64-linux-gnu-gcc -o test_aoc.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_aoc.exports,--warn-common  test_aoc.o  
[  440s] x86_64-linux-gnu-gcc -o test_app.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_app.exports,--warn-common  test_app.o  
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_ari "" "/usr/src/packages/BUILD"
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_ari_model "" "/usr/src/packages/BUILD"
[  440s] x86_64-linux-gnu-gcc -o test_ari.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_ari.exports,--warn-common  test_ari.o  
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_ast_format_str_reduce "" "/usr/src/packages/BUILD"
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_astobj2 "" "/usr/src/packages/BUILD"
[  440s] x86_64-linux-gnu-gcc -o test_ari_model.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_ari_model.exports,--warn-common  test_ari_model.o  
[  440s] x86_64-linux-gnu-gcc -o test_ast_format_str_reduce.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_ast_format_str_reduce.exports,--warn-common  test_ast_format_str_reduce.o  
[  440s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_astobj2_thrash "" "/usr/src/packages/BUILD"
[  440s] x86_64-linux-gnu-gcc -o test_astobj2.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_astobj2.exports,--warn-common  test_astobj2.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_astobj2_weaken "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_astobj2_thrash.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_astobj2_thrash.exports,--warn-common  test_astobj2_thrash.o  
[  441s] x86_64-linux-gnu-gcc -o test_astobj2_weaken.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_astobj2_weaken.exports,--warn-common  test_astobj2_weaken.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_bridging "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_bucket "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_callerid "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_bucket.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_bucket.exports,--warn-common  test_bucket.o  
[  441s] x86_64-linux-gnu-gcc -o test_bridging.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_bridging.exports,--warn-common  test_bridging.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_cdr "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_callerid.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_callerid.exports,--warn-common  test_callerid.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_cel "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_channel "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_cdr.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_cdr.exports,--warn-common  test_cdr.o  
[  441s] x86_64-linux-gnu-gcc -o test_cel.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_cel.exports,--warn-common  test_cel.o  
[  441s] x86_64-linux-gnu-gcc -o test_channel.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_channel.exports,--warn-common  test_channel.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_channel_feature_hooks "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_config "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_conversions "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_channel_feature_hooks.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_channel_feature_hooks.exports,--warn-common  test_channel_feature_hooks.o  
[  441s] x86_64-linux-gnu-gcc -o test_config.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_config.exports,--warn-common  test_config.o  
[  441s] x86_64-linux-gnu-gcc -o test_conversions.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_conversions.exports,--warn-common  test_conversions.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_core_codec "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_core_codec.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_core_codec.exports,--warn-common  test_core_codec.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_core_format "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_data_buffer "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_core_format.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_core_format.exports,--warn-common  test_core_format.o  
[  441s] x86_64-linux-gnu-gcc -o test_data_buffer.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_data_buffer.exports,--warn-common  test_data_buffer.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_db "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_devicestate "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_dlinklists "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_db.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_db.exports,--warn-common  test_db.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_dns "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_dlinklists.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_dlinklists.exports,--warn-common  test_dlinklists.o  
[  441s] x86_64-linux-gnu-gcc -o test_devicestate.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_devicestate.exports,--warn-common  test_devicestate.o  
[  441s] x86_64-linux-gnu-gcc -o test_dns.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_dns.exports,--warn-common  test_dns.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_dns_naptr "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_dns_query_set "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_dns_recurring "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_dns_naptr.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_dns_naptr.exports,--warn-common  test_dns_naptr.o  
[  441s] x86_64-linux-gnu-gcc -o test_dns_recurring.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_dns_recurring.exports,--warn-common  test_dns_recurring.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_dns_srv "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_dns_query_set.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_dns_query_set.exports,--warn-common  test_dns_query_set.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_endpoints "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_event "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_dns_srv.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_dns_srv.exports,--warn-common  test_dns_srv.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_expr "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_endpoints.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_endpoints.exports,--warn-common  test_endpoints.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_file "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_event.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_event.exports,--warn-common  test_event.o  
[  441s] x86_64-linux-gnu-gcc -o test_expr.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_expr.exports,--warn-common  test_expr.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_format_cache "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_format_cap "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_file.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_file.exports,--warn-common  test_file.o  
[  441s] x86_64-linux-gnu-gcc -o test_format_cache.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_format_cache.exports,--warn-common  test_format_cache.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_func_file "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_format_cap.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_format_cap.exports,--warn-common  test_format_cap.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_gosub "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_func_file.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_func_file.exports,--warn-common  test_func_file.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_hashtab_thrash "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_heap "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_http_media_cache "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_gosub.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_gosub.exports,--warn-common  test_gosub.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_jitterbuf "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_hashtab_thrash.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_hashtab_thrash.exports,--warn-common  test_hashtab_thrash.o  
[  441s] x86_64-linux-gnu-gcc -o test_http_media_cache.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_http_media_cache.exports,--warn-common  test_http_media_cache.o  -lcurl
[  441s] x86_64-linux-gnu-gcc -o test_heap.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_heap.exports,--warn-common  test_heap.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_json "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_jitterbuf.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_jitterbuf.exports,--warn-common  test_jitterbuf.o  
[  441s] x86_64-linux-gnu-gcc -o test_json.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_json.exports,--warn-common  test_json.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_linkedlists "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_locale "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_logger "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_linkedlists.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_linkedlists.exports,--warn-common  test_linkedlists.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_media_cache "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_message "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_named_lock "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_logger.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_logger.exports,--warn-common  test_logger.o  
[  441s] x86_64-linux-gnu-gcc -o test_locale.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_locale.exports,--warn-common  test_locale.o  
[  441s] x86_64-linux-gnu-gcc -o test_media_cache.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_media_cache.exports,--warn-common  test_media_cache.o  
[  441s] x86_64-linux-gnu-gcc -o test_named_lock.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_named_lock.exports,--warn-common  test_named_lock.o  
[  441s] x86_64-linux-gnu-gcc -o test_message.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_message.exports,--warn-common  test_message.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_netsock2 "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_optional_api "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_optional_api.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_optional_api.exports,--warn-common  test_optional_api.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_pbx "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_netsock2.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_netsock2.exports,--warn-common  test_netsock2.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_poll "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_res_pjsip_scheduler "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_res_rtp "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_res_stasis "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_sched "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_pbx.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_pbx.exports,--warn-common  test_pbx.o  
[  441s] x86_64-linux-gnu-gcc -o test_poll.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_poll.exports,--warn-common  test_poll.o  
[  441s] x86_64-linux-gnu-gcc -o test_res_pjsip_scheduler.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_res_pjsip_scheduler.exports,--warn-common  test_res_pjsip_scheduler.o  
[  441s] x86_64-linux-gnu-gcc -o test_res_rtp.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_res_rtp.exports,--warn-common  test_res_rtp.o  
[  441s] x86_64-linux-gnu-gcc -o test_res_stasis.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_res_stasis.exports,--warn-common  test_res_stasis.o  
[  441s] x86_64-linux-gnu-gcc -o test_sched.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_sched.exports,--warn-common  test_sched.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_scope_trace "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_scoped_lock "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_security_events "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_skel "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_scope_trace.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_scope_trace.exports,--warn-common  test_scope_trace.o  
[  441s] x86_64-linux-gnu-gcc -o test_scoped_lock.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_scoped_lock.exports,--warn-common  test_scoped_lock.o  
[  441s] x86_64-linux-gnu-gcc -o test_security_events.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_security_events.exports,--warn-common  test_security_events.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_sorcery_astdb "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_skel.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_skel.exports,--warn-common  test_skel.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_sorcery_memory_cache_thrash "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_sorcery_realtime "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_stasis_channels "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_sorcery_astdb.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_sorcery_astdb.exports,--warn-common  test_sorcery_astdb.o  
[  441s] x86_64-linux-gnu-gcc -o test_sorcery_memory_cache_thrash.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_sorcery_memory_cache_thrash.exports,--warn-common  test_sorcery_memory_cache_thrash.o  
[  441s] x86_64-linux-gnu-gcc -o test_sorcery_realtime.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_sorcery_realtime.exports,--warn-common  test_sorcery_realtime.o  
[  441s] x86_64-linux-gnu-gcc -o test_stasis_channels.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_stasis_channels.exports,--warn-common  test_stasis_channels.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_stasis_endpoints "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_stream "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_stringfields "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_stream.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_stream.exports,--warn-common  test_stream.o  
[  441s] x86_64-linux-gnu-gcc -o test_stasis_endpoints.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_stasis_endpoints.exports,--warn-common  test_stasis_endpoints.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_strings "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_substitution "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_stringfields.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_stringfields.exports,--warn-common  test_stringfields.o  
[  441s] x86_64-linux-gnu-gcc -o test_strings.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_strings.exports,--warn-common  test_strings.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_taskprocessor "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_threadpool "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_time "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_uri "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_substitution.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_substitution.exports,--warn-common  test_substitution.o  
[  441s] x86_64-linux-gnu-gcc -o test_threadpool.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_threadpool.exports,--warn-common  test_threadpool.o  
[  441s] x86_64-linux-gnu-gcc -o test_taskprocessor.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_taskprocessor.exports,--warn-common  test_taskprocessor.o  
[  441s] x86_64-linux-gnu-gcc -o test_time.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_time.exports,--warn-common  test_time.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_utils "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_uri.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_uri.exports,--warn-common  test_uri.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_uuid "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_vector "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_utils.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_utils.exports,--warn-common  test_utils.o  -lcrypto 
[  441s] x86_64-linux-gnu-gcc -o test_uuid.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_uuid.exports,--warn-common  test_uuid.o  
[  441s] x86_64-linux-gnu-gcc -o test_vector.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_vector.exports,--warn-common  test_vector.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_websocket_client "" "/usr/src/packages/BUILD"
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_xml_escape "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_websocket_client.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_websocket_client.exports,--warn-common  test_websocket_client.o  
[  441s] x86_64-linux-gnu-gcc -o test_xml_escape.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_xml_escape.exports,--warn-common  test_xml_escape.o  
[  441s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_sorcery "" "/usr/src/packages/BUILD"
[  441s] x86_64-linux-gnu-gcc -o test_sorcery.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_sorcery.exports,--warn-common  test_sorcery.o  
[  441s] test_voicemail_api.c: In function ?voicemail_api_off_nominal_forward?:
[  441s] test_voicemail_api.c:277:14: warning: ?ast_vm_msg_forward? accessing 8 bytes in a region of size 0 [-Wstringop-overflow=]
[  441s]   277 |         if (!ast_vm_msg_forward((from_mailbox), (from_context), (from_folder), (to_mailbox), (to_context), (to_folder), (number_of_messages), (message_numbers_in), (delete_old))) { \
[  441s]       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  441s] test_voicemail_api.c:1396:9: note: in expansion of macro ?VM_API_FORWARD_MESSAGE_OFF_NOMINAL?
[  441s]  1396 |         VM_API_FORWARD_MESSAGE_OFF_NOMINAL("test_vm_api_1234", "default", "INBOX", "test_vm_api_2345", "default", "INBOX", 0, empty_msg_ids, 0);
[  441s]       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  441s] test_voicemail_api.c:277:14: note: referencing argument 8 of type ?const char **?
[  441s]   277 |         if (!ast_vm_msg_forward((from_mailbox), (from_context), (from_folder), (to_mailbox), (to_context), (to_folder), (number_of_messages), (message_numbers_in), (delete_old))) { \
[  441s]       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  441s] test_voicemail_api.c:1396:9: note: in expansion of macro ?VM_API_FORWARD_MESSAGE_OFF_NOMINAL?
[  441s]  1396 |         VM_API_FORWARD_MESSAGE_OFF_NOMINAL("test_vm_api_1234", "default", "INBOX", "test_vm_api_2345", "default", "INBOX", 0, empty_msg_ids, 0);
[  441s]       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  441s] In file included from test_voicemail_api.c:43:
[  441s] /usr/src/packages/BUILD/include/asterisk/app.h:839:5: note: in a call to function ?ast_vm_msg_forward?
[  441s]   839 | int ast_vm_msg_forward(const char *from_mailbox,
[  441s]       |     ^~~~~~~~~~~~~~~~~~
[  441s] test_voicemail_api.c: In function ?voicemail_api_off_nominal_remove?:
[  441s] test_voicemail_api.c:252:14: warning: ?ast_vm_msg_remove? accessing 8 bytes in a region of size 0 [-Wstringop-overflow=]
[  441s]   252 |         if (!ast_vm_msg_remove((mailbox), (context), (number_of_messages), (folder), (message_numbers_in))) { \
[  441s]       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  441s] test_voicemail_api.c:1210:9: note: in expansion of macro ?VM_API_REMOVE_MESSAGE_OFF_NOMINAL?
[  441s]  1210 |         VM_API_REMOVE_MESSAGE_OFF_NOMINAL("test_vm_api_1234", "default", 0, "INBOX", empty_msg_ids);
[  441s]       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  441s] test_voicemail_api.c:252:14: note: referencing argument 5 of type ?const char **?
[  441s]   252 |         if (!ast_vm_msg_remove((mailbox), (context), (number_of_messages), (folder), (message_numbers_in))) { \
[  441s]       |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  441s] test_voicemail_api.c:1210:9: note: in expansion of macro ?VM_API_REMOVE_MESSAGE_OFF_NOMINAL?
[  441s]  1210 |         VM_API_REMOVE_MESSAGE_OFF_NOMINAL("test_vm_api_1234", "default", 0, "INBOX", empty_msg_ids);
[  441s]       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[  441s] In file included from test_voicemail_api.c:43:
[  441s] /usr/src/packages/BUILD/include/asterisk/app.h:816:5: note: in a call to function ?ast_vm_msg_remove?
[  441s]   816 | int ast_vm_msg_remove(const char *mailbox,
[  441s]       |     ^~~~~~~~~~~~~~~~~
[  442s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_stasis "" "/usr/src/packages/BUILD"
[  442s] x86_64-linux-gnu-gcc -o test_stasis.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_stasis.exports,--warn-common  test_stasis.o  
[  442s] /usr/src/packages/BUILD/build_tools/make_linker_version_script test_voicemail_api "" "/usr/src/packages/BUILD"
[  442s] x86_64-linux-gnu-gcc -o test_voicemail_api.so -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,test_voicemail_api.exports,--warn-common  test_voicemail_api.o  
[  442s] make[3]: Leaving directory '/usr/src/packages/BUILD/tests'
[  442s] make[3]: Entering directory '/usr/src/packages/BUILD/main'
[  442s] x86_64-linux-gnu-gcc -o abstract_jb.o -c abstract_jb.c -MD -MT abstract_jb.o -MF .abstract_jb.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o acl.o -c acl.c -MD -MT acl.o -MF .acl.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o adsi.o -c adsi.c -MD -MT adsi.o -MF .adsi.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o alaw.o -c alaw.c -MD -MT alaw.o -MF .alaw.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o alertpipe.o -c alertpipe.c -MD -MT alertpipe.o -MF .alertpipe.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o aoc.o -c aoc.c -MD -MT aoc.o -MF .aoc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o app.o -c app.c -MD -MT app.o -MF .app.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o ast_expr2.o -c ast_expr2.c -MD -MT ast_expr2.o -MF .ast_expr2.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o ast_expr2f.o -c ast_expr2f.c -MD -MT ast_expr2f.o -MF .ast_expr2f.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -Wno-unused -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o asterisk.o -c asterisk.c -MD -MT asterisk.o -MF .asterisk.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -I/usr/include/editline -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o astfd.o -c astfd.c -MD -MT astfd.o -MF .astfd.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  442s] x86_64-linux-gnu-gcc -o astmm.o -c astmm.c -MD -MT astmm.o -MF .astmm.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o astobj2.o -c astobj2.c -MD -MT astobj2.o -MF .astobj2.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o astobj2_container.o -c astobj2_container.c -MD -MT astobj2_container.o -MF .astobj2_container.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o astobj2_global.o -c astobj2_global.c -MD -MT astobj2_global.o -MF .astobj2_global.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o astobj2_hash.o -c astobj2_hash.c -MD -MT astobj2_hash.o -MF .astobj2_hash.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o astobj2_rbtree.o -c astobj2_rbtree.c -MD -MT astobj2_rbtree.o -MF .astobj2_rbtree.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o audiohook.o -c audiohook.c -MD -MT audiohook.o -MF .audiohook.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o autochan.o -c autochan.c -MD -MT autochan.o -MF .autochan.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o autoservice.o -c autoservice.c -MD -MT autoservice.o -MF .autoservice.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o backtrace.o -c backtrace.c -MD -MT backtrace.o -MF .backtrace.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o bridge.o -c bridge.c -MD -MT bridge.o -MF .bridge.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o bridge_after.o -c bridge_after.c -MD -MT bridge_after.o -MF .bridge_after.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o bridge_basic.o -c bridge_basic.c -MD -MT bridge_basic.o -MF .bridge_basic.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o bridge_channel.o -c bridge_channel.c -MD -MT bridge_channel.o -MF .bridge_channel.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o bridge_roles.o -c bridge_roles.c -MD -MT bridge_roles.o -MF .bridge_roles.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o bucket.o -c bucket.c -MD -MT bucket.o -MF .bucket.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  443s] x86_64-linux-gnu-gcc -o callerid.o -c callerid.c -MD -MT callerid.o -MF .callerid.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o channel.o -c channel.c -MD -MT channel.o -MF .channel.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o channel_internal_api.o -c channel_internal_api.c -MD -MT channel_internal_api.o -MF .channel_internal_api.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o chanvars.o -c chanvars.c -MD -MT chanvars.o -MF .chanvars.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o cli.o -c cli.c -MD -MT cli.o -MF .cli.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o codec.o -c codec.c -MD -MT codec.o -MF .codec.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o codec_builtin.o -c codec_builtin.c -MD -MT codec_builtin.o -MF .codec_builtin.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o config_options.o -c config_options.c -MD -MT config_options.o -MF .config_options.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o conversions.o -c conversions.c -MD -MT conversions.o -MF .conversions.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  444s] x86_64-linux-gnu-gcc -o core_local.o -c core_local.c -MD -MT core_local.o -MF .core_local.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o core_unreal.o -c core_unreal.c -MD -MT core_unreal.o -MF .core_unreal.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o crypt.o -c crypt.c -MD -MT crypt.o -MF .crypt.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o data_buffer.o -c data_buffer.c -MD -MT data_buffer.o -MF .data_buffer.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o datastore.o -c datastore.c -MD -MT datastore.o -MF .datastore.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o db.o -c db.c -MD -MT db.o -MF .db.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -pthread -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o devicestate.o -c devicestate.c -MD -MT devicestate.o -MF .devicestate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dial.o -c dial.c -MD -MT dial.o -MF .dial.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns.o -c dns.c -MD -MT dns.o -MF .dns.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_core.o -c dns_core.c -MD -MT dns_core.o -MF .dns_core.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_naptr.o -c dns_naptr.c -MD -MT dns_naptr.o -MF .dns_naptr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_query_set.o -c dns_query_set.c -MD -MT dns_query_set.o -MF .dns_query_set.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_recurring.o -c dns_recurring.c -MD -MT dns_recurring.o -MF .dns_recurring.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_srv.o -c dns_srv.c -MD -MT dns_srv.o -MF .dns_srv.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_system_resolver.o -c dns_system_resolver.c -MD -MT dns_system_resolver.o -MF .dns_system_resolver.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_test.o -c dns_test.c -MD -MT dns_test.o -MF .dns_test.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_tlsa.o -c dns_tlsa.c -MD -MT dns_tlsa.o -MF .dns_tlsa.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  445s] x86_64-linux-gnu-gcc -o dns_txt.o -c dns_txt.c -MD -MT dns_txt.o -MF .dns_txt.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o endpoints.o -c endpoints.c -MD -MT endpoints.o -MF .endpoints.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o event.o -c event.c -MD -MT event.o -MF .event.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o features_config.o -c features_config.c -MD -MT features_config.o -MF .features_config.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o file.o -c file.c -MD -MT file.o -MF .file.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o fixedjitterbuf.o -c fixedjitterbuf.c -MD -MT fixedjitterbuf.o -MF .fixedjitterbuf.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o format.o -c format.c -MD -MT format.o -MF .format.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o format_cache.o -c format_cache.c -MD -MT format_cache.o -MF .format_cache.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o format_cap.o -c format_cap.c -MD -MT format_cap.o -MF .format_cap.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o format_compatibility.o -c format_compatibility.c -MD -MT format_compatibility.o -MF .format_compatibility.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o frame.o -c frame.c -MD -MT frame.o -MF .frame.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o framehook.o -c framehook.c -MD -MT framehook.o -MF .framehook.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o fskmodem.o -c fskmodem.c -MD -MT fskmodem.o -MF .fskmodem.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o global_datastores.o -c global_datastores.c -MD -MT global_datastores.o -MF .global_datastores.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o hashtab.o -c hashtab.c -MD -MT hashtab.o -MF .hashtab.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o heap.o -c heap.c -MD -MT heap.o -MF .heap.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o image.o -c image.c -MD -MT image.o -MF .image.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o io.o -c io.c -MD -MT io.o -MF .io.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o iostream.o -c iostream.c -MD -MT iostream.o -MF .iostream.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o jitterbuf.o -c jitterbuf.c -MD -MT jitterbuf.o -MF .jitterbuf.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o json.o -c json.c -MD -MT json.o -MF .json.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o libasteriskssl.o -c libasteriskssl.c -MD -MT libasteriskssl.o -MF .libasteriskssl.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE   
[  446s] x86_64-linux-gnu-gcc -o loader.o -c loader.c -MD -MT loader.o -MF .loader.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o lock.o -c lock.c -MD -MT lock.o -MF .lock.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o logger_category.o -c logger_category.c -MD -MT logger_category.o -MF .logger_category.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  446s] x86_64-linux-gnu-gcc -o manager_bridges.o -c manager_bridges.c -MD -MT manager_bridges.o -MF .manager_bridges.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o manager_channels.o -c manager_channels.c -MD -MT manager_channels.o -MF .manager_channels.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o manager_endpoints.o -c manager_endpoints.c -MD -MT manager_endpoints.o -MF .manager_endpoints.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o manager_mwi.o -c manager_mwi.c -MD -MT manager_mwi.o -MF .manager_mwi.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o manager_system.o -c manager_system.c -MD -MT manager_system.o -MF .manager_system.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o max_forwards.o -c max_forwards.c -MD -MT max_forwards.o -MF .max_forwards.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o md5.o -c md5.c -MD -MT md5.o -MF .md5.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o media_cache.o -c media_cache.c -MD -MT media_cache.o -MF .media_cache.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o media_index.o -c media_index.c -MD -MT media_index.o -MF .media_index.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o message.o -c message.c -MD -MT message.o -MF .message.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o mixmonitor.o -c mixmonitor.c -MD -MT mixmonitor.o -MF .mixmonitor.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o mwi.o -c mwi.c -MD -MT mwi.o -MF .mwi.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o named_locks.o -c named_locks.c -MD -MT named_locks.o -MF .named_locks.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o netsock2.o -c netsock2.c -MD -MT netsock2.o -MF .netsock2.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o optional_api.o -c optional_api.c -MD -MT optional_api.o -MF .optional_api.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o options.o -c options.c -MD -MT options.o -MF .options.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o parking.o -c parking.c -MD -MT parking.o -MF .parking.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o pbx.o -c pbx.c -MD -MT pbx.o -MF .pbx.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o pbx_app.o -c pbx_app.c -MD -MT pbx_app.o -MF .pbx_app.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o pbx_builtins.o -c pbx_builtins.c -MD -MT pbx_builtins.o -MF .pbx_builtins.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o pbx_functions.o -c pbx_functions.c -MD -MT pbx_functions.o -MF .pbx_functions.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o pbx_hangup_handler.o -c pbx_hangup_handler.c -MD -MT pbx_hangup_handler.o -MF .pbx_hangup_handler.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o pbx_ignorepat.o -c pbx_ignorepat.c -MD -MT pbx_ignorepat.o -MF .pbx_ignorepat.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  447s] x86_64-linux-gnu-gcc -o pbx_include.o -c pbx_include.c -MD -MT pbx_include.o -MF .pbx_include.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o pbx_sw.o -c pbx_sw.c -MD -MT pbx_sw.o -MF .pbx_sw.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o pbx_switch.o -c pbx_switch.c -MD -MT pbx_switch.o -MF .pbx_switch.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o pbx_timing.o -c pbx_timing.c -MD -MT pbx_timing.o -MF .pbx_timing.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o pbx_variables.o -c pbx_variables.c -MD -MT pbx_variables.o -MF .pbx_variables.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o pickup.o -c pickup.c -MD -MT pickup.o -MF .pickup.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o poll.o -c poll.c -MD -MT poll.o -MF .poll.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o presencestate.o -c presencestate.c -MD -MT presencestate.o -MF .presencestate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o privacy.o -c privacy.c -MD -MT privacy.o -MF .privacy.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o rtp_engine.o -c rtp_engine.c -MD -MT rtp_engine.o -MF .rtp_engine.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o say.o -c say.c -MD -MT say.o -MF .say.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o sched.o -c sched.c -MD -MT sched.o -MF .sched.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o sdp_srtp.o -c sdp_srtp.c -MD -MT sdp_srtp.o -MF .sdp_srtp.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o security_events.o -c security_events.c -MD -MT security_events.o -MF .security_events.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o sem.o -c sem.c -MD -MT sem.o -MF .sem.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o serializer.o -c serializer.c -MD -MT serializer.o -MF .serializer.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o sha1.o -c sha1.c -MD -MT sha1.o -MF .sha1.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o sip_api.o -c sip_api.c -MD -MT sip_api.o -MF .sip_api.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o slinfactory.o -c slinfactory.c -MD -MT slinfactory.o -MF .slinfactory.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o smoother.o -c smoother.c -MD -MT smoother.o -MF .smoother.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o sorcery.o -c sorcery.c -MD -MT sorcery.o -MF .sorcery.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o srv.o -c srv.c -MD -MT srv.o -MF .srv.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o stasis.o -c stasis.c -MD -MT stasis.o -MF .stasis.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o stasis_bridges.o -c stasis_bridges.c -MD -MT stasis_bridges.o -MF .stasis_bridges.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  448s] x86_64-linux-gnu-gcc -o stasis_cache.o -c stasis_cache.c -MD -MT stasis_cache.o -MF .stasis_cache.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stasis_cache_pattern.o -c stasis_cache_pattern.c -MD -MT stasis_cache_pattern.o -MF .stasis_cache_pattern.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stasis_channels.o -c stasis_channels.c -MD -MT stasis_channels.o -MF .stasis_channels.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stasis_endpoints.o -c stasis_endpoints.c -MD -MT stasis_endpoints.o -MF .stasis_endpoints.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stasis_message.o -c stasis_message.c -MD -MT stasis_message.o -MF .stasis_message.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stasis_message_router.o -c stasis_message_router.c -MD -MT stasis_message_router.o -MF .stasis_message_router.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stasis_system.o -c stasis_system.c -MD -MT stasis_system.o -MF .stasis_system.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stdtime/localtime.o -c stdtime/localtime.c -MD -MT stdtime/localtime.o -MF .stdtime_localtime.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fno-strict-overflow -Wno-format-nonliteral -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o strcompat.o -c strcompat.c -MD -MT strcompat.o -MF .strcompat.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stream.o -c stream.c -MD -MT stream.o -MF .stream.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stringfields.o -c stringfields.c -MD -MT stringfields.o -MF .stringfields.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o strings.o -c strings.c -MD -MT strings.o -MF .strings.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o stun.o -c stun.c -MD -MT stun.o -MF .stun.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o syslog.o -c syslog.c -MD -MT syslog.o -MF .syslog.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  449s] x86_64-linux-gnu-gcc -o taskprocessor.o -c taskprocessor.c -MD -MT taskprocessor.o -MF .taskprocessor.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o tcptls.o -c tcptls.c -MD -MT tcptls.o -MF .tcptls.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -Wno-deprecated-declarations -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o tdd.o -c tdd.c -MD -MT tdd.o -MF .tdd.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o term.o -c term.c -MD -MT term.o -MF .term.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o test.o -c test.c -MD -MT test.o -MF .test.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o threadpool.o -c threadpool.c -MD -MT threadpool.o -MF .threadpool.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o threadstorage.o -c threadstorage.c -MD -MT threadstorage.o -MF .threadstorage.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o timing.o -c timing.c -MD -MT timing.o -MF .timing.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o translate.o -c translate.c -MD -MT translate.o -MF .translate.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o ulaw.o -c ulaw.c -MD -MT ulaw.o -MF .ulaw.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o uri.o -c uri.c -MD -MT uri.o -MF .uri.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o utf8.o -c utf8.c -MD -MT utf8.o -MF .utf8.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o utils.o -c utils.c -MD -MT utils.o -MF .utils.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o uuid.o -c uuid.c -MD -MT uuid.o -MF .uuid.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o version.o -c version.c -MD -MT version.o -MF .version.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o xml.o -c xml.c -MD -MT xml.o -MF .xml.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o xmldoc.o -c xmldoc.c -MD -MT xmldoc.o -MF .xmldoc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"core\" -DAST_IN_CORE  
[  450s] x86_64-linux-gnu-gcc -o ccss.o -c ccss.c -MD -MT ccss.o -MF .ccss.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"ccss\" -DAST_MODULE_SELF_SYM=__internal_ccss_self    
[  450s] x86_64-linux-gnu-gcc -o cdr.o -c cdr.c -MD -MT cdr.o -MF .cdr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -Wno-format-truncation -DAST_MODULE=\"cdr\" -DAST_MODULE_SELF_SYM=__internal_cdr_self    
[  450s] x86_64-linux-gnu-gcc -o cel.o -c cel.c -MD -MT cel.o -MF .cel.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"cel\" -DAST_MODULE_SELF_SYM=__internal_cel_self    
[  451s] x86_64-linux-gnu-gcc -o config.o -c config.c -MD -MT config.o -MF .config.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"config\" -DAST_MODULE_SELF_SYM=__internal_config_self    
[  451s] x86_64-linux-gnu-gcc -o dnsmgr.o -c dnsmgr.c -MD -MT dnsmgr.o -MF .dnsmgr.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"dnsmgr\" -DAST_MODULE_SELF_SYM=__internal_dnsmgr_self    
[  451s] x86_64-linux-gnu-gcc -o dsp.o -c dsp.c -MD -MT dsp.o -MF .dsp.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"dsp\" -DAST_MODULE_SELF_SYM=__internal_dsp_self    
[  451s] x86_64-linux-gnu-gcc -o enum.o -c enum.c -MD -MT enum.o -MF .enum.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"enum\" -DAST_MODULE_SELF_SYM=__internal_enum_self    
[  451s] x86_64-linux-gnu-gcc -o features.o -c features.c -MD -MT features.o -MF .features.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"features\" -DAST_MODULE_SELF_SYM=__internal_features_self    
[  451s] x86_64-linux-gnu-gcc -o http.o -c http.c -MD -MT http.o -MF .http.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -DAST_MODULE=\"http\" -DAST_MODULE_SELF_SYM=__internal_http_self    
[  451s] x86_64-linux-gnu-gcc -o indications.o -c indications.c -MD -MT indications.o -MF .indications.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"indications\" -DAST_MODULE_SELF_SYM=__internal_indications_self    
[  452s] x86_64-linux-gnu-gcc -o logger.o -c logger.c -MD -MT logger.o -MF .logger.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"logger\" -DAST_MODULE_SELF_SYM=__internal_logger_self    
[  452s] x86_64-linux-gnu-gcc -o manager.o -c manager.c -MD -MT manager.o -MF .manager.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"manager\" -DAST_MODULE_SELF_SYM=__internal_manager_self    
[  452s] x86_64-linux-gnu-gcc -o named_acl.o -c named_acl.c -MD -MT named_acl.o -MF .named_acl.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"named_acl\" -DAST_MODULE_SELF_SYM=__internal_named_acl_self    
[  452s] x86_64-linux-gnu-gcc -o plc.o -c plc.c -MD -MT plc.o -MF .plc.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"plc\" -DAST_MODULE_SELF_SYM=__internal_plc_self    
[  452s] x86_64-linux-gnu-gcc -o sounds.o -c sounds.c -MD -MT sounds.o -MF .sounds.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"sounds\" -DAST_MODULE_SELF_SYM=__internal_sounds_self    
[  452s] x86_64-linux-gnu-gcc -o udptl.o -c udptl.c -MD -MT udptl.o -MF .udptl.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -DAST_MODULE=\"udptl\" -DAST_MODULE_SELF_SYM=__internal_udptl_self    
[  452s] x86_64-linux-gnu-gcc -o libasteriskpj.o -c libasteriskpj.c -MD -MT libasteriskpj.o -MF .libasteriskpj.o.d -MP -pthread -I/usr/src/packages/BUILD/include -fgnu89-inline -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations      -fPIC -DAST_MODULE=\"asteriskpj\" -DAST_NOT_MODULE -DPJ_AUTOCONF=1        -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include -DPJ_AUTOCONF=1 -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/include -I/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/include  
[  452s] echo -e "{\nglobal:" > libasteriskpj.exports
[  452s] sed -r -e "s/.*/&;/" /usr/src/packages/BUILD/third-party/pjproject/pjproject.symbols >> libasteriskpj.exports
[  452s] /usr/src/packages/BUILD/build_tools/make_linker_version_script asterisk 
[  452s] echo -e "ast_pj_init;\n" >> libasteriskpj.exports
[  452s] echo -e "local:\n*;\n};" >> libasteriskpj.exports
[  452s] x86_64-linux-gnu-gcc -o libasteriskpj.so.2 -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-soname=libasteriskpj.so.2 -L/usr/src/packages/BUILD/third-party/pjproject/source/pjlib/lib -L/usr/src/packages/BUILD/third-party/pjproject/source/pjlib-util/lib -L/usr/src/packages/BUILD/third-party/pjproject/source/pjnath/lib -L/usr/src/packages/BUILD/third-party/pjproject/source/pjmedia/lib -L/usr/src/packages/BUILD/third-party/pjproject/source/pjsip/lib -L/usr/src/packages/BUILD/third-party/pjproject/source/third_party/lib      -Wl,-z,relro -Wl,-z,now -Wl,--as-needed  -shared -Wl,--version-script,libasteriskpj.exports,--warn-common  libasteriskpj.o  -Wl,--whole-archive -lpjsua-x86_64-pc-linux-gnu -lpjsip-ua-x86_64-pc-linux-gnu -lpjsip-simple-x86_64-pc-linux-gnu -lpjsip-x86_64-pc-linux-gnu -lpjnath-x86_64-pc-linux-gnu -lpjmedia-codec-x86_64-pc-linux-gnu -lpjmedia-videodev-x86_64-pc-linux-gnu -lpjmedia-audiodev-x86_64-pc-linux-gnu -lpjmedia-x86_64-pc-linux-gnu -lpjlib-util-x86_64-pc-linux-gnu -lpj-x86_64-pc-linux-gnu -Wl,--no-whole-archive   -lssl -lcrypto -luuid  -lm -lpthread -lrt 
[  452s] /usr/bin/ld:libasteriskpj.exports:1: ignoring invalid character `-' in script
[  452s] /usr/bin/ld:libasteriskpj.exports:2022: syntax error in VERSION script
[  452s] collect2: error: ld returned 1 exit status
[  452s] make[3]: *** [Makefile:293: libasteriskpj.so.2] Error 1
[  452s] make[3]: *** Waiting for unfinished jobs....
[  456s] make[3]: Leaving directory '/usr/src/packages/BUILD/main'
[  456s] make[2]: *** [Makefile:388: main] Error 2
[  456s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  456s] dh_auto_build: error: make -j12 AST_FORTIFY_SOURCE= DEBUG= OPTIMIZE= NOISY_BUILD=yes ASTDATADIR=/usr/share/asterisk ASTVARRUNDIR=/var/run/asterisk returned exit code 2
[  456s] make[1]: *** [debian/rules:109: override_dh_auto_build] Error 25
[  456s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  456s] make: *** [debian/rules:14: build] Error 2
[  456s] dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
[  456s] 
[  456s] argon failed "build asterisk_16.16.1~dfsg-4.dsc" at Thu Nov  4 18:47:56 UTC 2021.
[  456s] 


More information about the Pkg-voip-maintainers mailing list