>>> libsrtp: Building main/libsrtp 2.3.0-r0 (using abuild 3.8.0_rc3-r1) started Sat, 15 May 2021 20:08:12 +0000 >>> libsrtp: Checking sanity of /home/buildozer/aports/main/libsrtp/APKBUILD... >>> libsrtp: Analyzing dependencies... >>> libsrtp: Installing for build: build-base automake autoconf libtool (1/13) Installing libbz2 (1.0.8-r1) (2/13) Installing perl (5.32.1-r0) (3/13) Installing automake (1.16.3-r0) (4/13) Installing m4 (1.4.18-r2) (5/13) Installing autoconf (2.71-r0) (6/13) Installing readline (8.1.0-r0) (7/13) Installing bash (5.1.4-r0) Executing bash-5.1.4-r0.post-install (8/13) Installing libltdl (2.4.6-r7) (9/13) Installing libtool (2.4.6-r7) (10/13) Installing .makedepends-libsrtp (20210515.200813) (11/13) Installing perl-error (0.17029-r1) (12/13) Installing perl-git (2.31.1-r1) (13/13) Installing git-perl (2.31.1-r1) Executing busybox-1.33.1-r1.trigger OK: 351 MiB in 101 packages >>> libsrtp: Cleaning up srcdir >>> libsrtp: Cleaning up pkgdir >>> libsrtp: Fetching https://distfiles.alpinelinux.org/distfiles/vbulid-3-14-x86/libsrtp-2.3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> libsrtp: Fetching libsrtp-2.3.0.tar.gz::https://github.com/cisco/libsrtp/archive/v2.3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 121 100 121 0 0 630 0 --:--:-- --:--:-- --:--:-- 630 100 618k 0 618k 0 0 1170k 0 --:--:-- --:--:-- --:--:-- 1170k >>> libsrtp: Fetching https://distfiles.alpinelinux.org/distfiles/vbulid-3-14-x86/libsrtp-2.3.0.tar.gz >>> libsrtp: Checking sha512sums... libsrtp-2.3.0.tar.gz: OK gcc-10.patch: OK >>> libsrtp: Unpacking /var/cache/distfiles/v3.14/libsrtp-2.3.0.tar.gz... >>> libsrtp: gcc-10.patch patching file crypto/math/datatypes.c patching file test/util.c checking for i586-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for i586-alpine-linux-musl-ar... no checking for i586-alpine-linux-musl-lib... no checking for i586-alpine-linux-musl-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for i586-alpine-linux-musl-ranlib... no checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking whether gcc accepts -Werror... yes checking whether gcc accepts -fPIC... yes checking whether gcc accepts -Wno-language-extension-token... no checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for byteswap.h... yes checking for stdint.h... (cached) yes checking for sys/uio.h... yes checking for inttypes.h... (cached) yes checking for sys/types.h... (cached) yes checking for machine/types.h... no checking for sys/int_types.h... no checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for windows.h... no checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for uint64_t... yes checking size of unsigned long... 4 checking size of unsigned long long... 8 checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for socket... yes checking for inet_aton... yes checking for usleep... yes checking for sigaction... yes checking whether to enable debug logging in all modules... no checking for i586-alpine-linux-musl-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to leverage OpenSSL crypto... no checking whether to leverage NSS crypto... no checking for pcap_create in -lpcap... no checking for pcap_create in -lwpcap... no checking whether to redirect logging to stdout... no checking wheather to use a file for logging... no checking for extra C compiler flags... no configure: creating ./config.status config.status: creating Makefile config.status: creating crypto/Makefile config.status: creating doc/Makefile config.status: creating fuzzer/Makefile config.status: creating libsrtp2.pc config.status: creating crypto/include/config.h gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c srtp/srtp.c -o srtp/srtp.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c srtp/ekt.c -o srtp/ekt.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/cipher/cipher.c -o crypto/cipher/cipher.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/cipher/null_cipher.c -o crypto/cipher/null_cipher.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/cipher/aes_icm.c -o crypto/cipher/aes_icm.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/cipher/aes.c -o crypto/cipher/aes.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/hash/null_auth.c -o crypto/hash/null_auth.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/hash/auth.c -o crypto/hash/auth.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/hash/hmac.c -o crypto/hash/hmac.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/hash/sha1.c -o crypto/hash/sha1.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/math/datatypes.c -o crypto/math/datatypes.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/math/stat.c -o crypto/math/stat.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/kernel/crypto_kernel.c -o crypto/kernel/crypto_kernel.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/kernel/alloc.c -o crypto/kernel/alloc.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/kernel/key.c -o crypto/kernel/key.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/kernel/err.c -o crypto/kernel/err.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/replay/rdb.c -o crypto/replay/rdb.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/replay/rdbx.c -o crypto/replay/rdbx.o gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -c crypto/replay/ut_sim.c -o crypto/replay/ut_sim.o ar cr libsrtp2.a srtp/srtp.o srtp/ekt.o crypto/cipher/cipher.o crypto/cipher/null_cipher.o crypto/cipher/aes_icm.o crypto/cipher/aes.o crypto/hash/null_auth.o crypto/hash/auth.o crypto/hash/hmac.o crypto/hash/sha1.o crypto/math/datatypes.o crypto/math/stat.o crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o crypto/kernel/key.o crypto/kernel/err.o crypto/replay/rdb.o crypto/replay/rdbx.o crypto/replay/ut_sim.o gcc -shared -o libsrtp2.so.1 -shared -Wl,-soname,libsrtp2.so.1 \ srtp/srtp.o srtp/ekt.o crypto/cipher/cipher.o crypto/cipher/null_cipher.o crypto/cipher/aes_icm.o crypto/cipher/aes.o crypto/hash/null_auth.o crypto/hash/auth.o crypto/hash/hmac.o crypto/hash/sha1.o crypto/math/datatypes.o crypto/math/stat.o crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o crypto/kernel/key.o crypto/kernel/err.o crypto/replay/rdb.o crypto/replay/rdbx.o crypto/replay/ut_sim.o -L. ranlib libsrtp2.a gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I./test -L. -o crypto/test/aes_calc crypto/test/aes_calc.c test/util.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. -o crypto/test/cipher_driver crypto/test/cipher_driver.c test/getopt_s.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I./test -L. -o crypto/test/datatypes_driver crypto/test/datatypes_driver.c test/util.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. -o crypto/test/kernel_driver crypto/test/kernel_driver.c test/getopt_s.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I./test -L. -o crypto/test/sha1_driver crypto/test/sha1_driver.c test/util.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. crypto/test/stat_driver.c -o crypto/test/stat_driver -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. -o crypto/test/env crypto/test/env.c test/getopt_s.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. -o test/srtp_driver test/srtp_driver.c test/util.c test/getopt_s.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. test/replay_driver.c -o test/replay_driver -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. test/roc_driver.c -o test/roc_driver -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. -o test/rdbx_driver test/rdbx_driver.c test/getopt_s.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. -o test/rtpw test/rtpw.c test/rtp.c test/util.c test/getopt_s.c crypto/math/datatypes.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -L. -o test/dtls_srtp_driver test/dtls_srtp_driver.c test/getopt_s.c test/util.c libsrtp2.a -lsrtp2 gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I./test -L. -o test/test_srtp test/test_srtp.c libsrtp2.a -lsrtp2 if [ -n "1" ]; then \ ln -sfn libsrtp2.so.1 libsrtp2.so; \ fi Build done. Please run 'make runtest' to run self tests. Build done. Please run 'make runtest' to run self tests. running libsrtp2 test applications... crypto/test/cipher_driver -v >/dev/null crypto/test/kernel_driver -v >/dev/null test/test_srtp >/dev/null test/rdbx_driver -v >/dev/null test/srtp_driver -v >/dev/null test/roc_driver -v >/dev/null test/replay_driver -v >/dev/null test/dtls_srtp_driver >/dev/null cd test; /home/buildozer/aports/main/libsrtp/src/libsrtp-2.3.0/test/rtpw_test.sh -w /home/buildozer/aports/main/libsrtp/src/libsrtp-2.3.0/test/words.txt >/dev/null libsrtp2 test applications passed. make -C crypto runtest make[1]: Entering directory '/home/buildozer/aports/main/libsrtp/src/libsrtp-2.3.0/crypto' test/env # print out information on the build environment CPU set to little-endian (WORDS_BIGENDIAN == 0) CPU set to CISC (CPU_CISC == 1) using native 64-bit type (NO_64_BIT_MATH == 0) running crypto test applications... test `test/aes_calc 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff` = 69c4e0d86a7b0430d8cdb78070b4c55a test `test/aes_calc 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f 00112233445566778899aabbccddeeff` = 8ea2b7ca516745bfeafc49904b496089 test/cipher_driver -v >/dev/null test/datatypes_driver -v >/dev/null test/stat_driver >/dev/null test/sha1_driver -v >/dev/null test/kernel_driver -v >/dev/null crypto test applications passed. make[1]: Leaving directory '/home/buildozer/aports/main/libsrtp/src/libsrtp-2.3.0/crypto' >>> libsrtp: Entering fakeroot... /usr/bin/install -c -d /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/include/srtp2 /usr/bin/install -c -d /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib cp ./include/srtp.h /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/include/srtp2 cp ./crypto/include/cipher.h /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/include/srtp2 cp ./crypto/include/auth.h /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/include/srtp2 cp ./crypto/include/crypto_types.h /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/include/srtp2 if [ -f libsrtp2.a ]; then cp libsrtp2.a /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib/; fi if [ -f libsrtp2.dll.a ]; then cp libsrtp2.dll.a /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib/; fi if [ -f libsrtp2.so.1 ]; then \ /usr/bin/install -c -d /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib; \ cp libsrtp2.so.1 /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib/; \ cp libsrtp2.so /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib/; \ if [ -n "1" ]; then \ ln -sfn libsrtp2.so.1 /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib/libsrtp2.so; \ fi; \ fi /usr/bin/install -c -d /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib/pkgconfig cp ./libsrtp2.pc /home/buildozer/aports/main/libsrtp/pkg/libsrtp/usr/lib/pkgconfig/ >>> libsrtp-static*: Running split function static... >>> libsrtp-static*: Preparing subpackage libsrtp-static... >>> libsrtp-static*: Stripping binaries >>> libsrtp-static*: Running postcheck for libsrtp-static >>> libsrtp-dev*: Running split function dev... >>> libsrtp-dev*: Preparing subpackage libsrtp-dev... >>> libsrtp-dev*: Stripping binaries >>> libsrtp-dev*: Running postcheck for libsrtp-dev >>> libsrtp*: Running postcheck for libsrtp >>> libsrtp*: Preparing package libsrtp... >>> libsrtp*: Stripping binaries >>> libsrtp-dev*: Scanning shared objects >>> libsrtp-static*: Scanning shared objects >>> libsrtp*: Scanning shared objects >>> libsrtp-dev*: Tracing dependencies... libsrtp=2.3.0-r0 pkgconfig >>> libsrtp-dev*: Package size: 124.0 KB >>> libsrtp-dev*: Compressing data... >>> libsrtp-dev*: Create checksum... >>> libsrtp-dev*: Create libsrtp-dev-2.3.0-r0.apk >>> libsrtp-static*: Tracing dependencies... >>> libsrtp-static*: Package size: 144.0 KB >>> libsrtp-static*: Compressing data... >>> libsrtp-static*: Create checksum... >>> libsrtp-static*: Create libsrtp-static-2.3.0-r0.apk >>> libsrtp*: Tracing dependencies... so:libc.musl-x86.so.1 >>> libsrtp*: Package size: 108.0 KB >>> libsrtp*: Compressing data... >>> libsrtp*: Create checksum... >>> libsrtp*: Create libsrtp-2.3.0-r0.apk >>> libsrtp: Build complete at Sat, 15 May 2021 20:08:46 +0000 elapsed time 0h 0m 34s >>> libsrtp: Cleaning up srcdir >>> libsrtp: Cleaning up pkgdir >>> libsrtp: Uninstalling dependencies... (1/13) Purging .makedepends-libsrtp (20210515.200813) (2/13) Purging automake (1.16.3-r0) (3/13) Purging autoconf (2.71-r0) (4/13) Purging m4 (1.4.18-r2) (5/13) Purging libtool (2.4.6-r7) (6/13) Purging bash (5.1.4-r0) Executing bash-5.1.4-r0.pre-deinstall (7/13) Purging libltdl (2.4.6-r7) (8/13) Purging git-perl (2.31.1-r1) (9/13) Purging perl-git (2.31.1-r1) (10/13) Purging perl-error (0.17029-r1) (11/13) Purging perl (5.32.1-r0) (12/13) Purging libbz2 (1.0.8-r1) (13/13) Purging readline (8.1.0-r0) Executing busybox-1.33.1-r1.trigger OK: 311 MiB in 88 packages >>> libsrtp: Updating the main/x86 repository index... >>> libsrtp: Signing the index...