Build of libsrtp with vanilla toolchain

The build took 00h 00m 39s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
15,694 ansic
3,170 sh
297 makefile
19,161 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libsrtp 1:1.5.4-1 (Wed Aug 24 14:09:02 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-gcc... no
# checking for 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 for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking whether to build for Linux kernel context... no
# checking for /dev/urandom... yes
# checking for ANSI C header files... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking for stdint.h... (cached) yes
# checking sys/uio.h usability... yes
# checking sys/uio.h presence... yes
# checking for sys/uio.h... yes
# checking for inttypes.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking machine/types.h usability... no
# checking machine/types.h presence... no
# checking for machine/types.h... no
# checking sys/int_types.h usability... no
# checking sys/int_types.h presence... no
# checking for sys/int_types.h... no
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking windows.h usability... no
# checking windows.h presence... no
# checking for windows.h... no
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# 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... 8
# 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 compile in debugging... yes
# checking whether to use ISMAcryp code... no
# checking whether to leverage OpenSSL crypto... no
# checking which random device to use... /dev/urandom
# checking for pcap_create in -lpcap... yes
# checking whether to use syslog for error reporting... no
# checking whether to use stdout for error reporting... yes
# checking whether to use /dev/console for error reporting... no
# checking whether to use GDOI key management... no
# checking for pkg-config... yes
# configure: creating ./config.status
# config.status: creating libsrtp.pc
# config.status: creating Makefile
# config.status: creating crypto/Makefile
# config.status: creating doc/Makefile
# config.status: creating crypto/include/config.h
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c srtp/srtp.c -o srtp/srtp.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c srtp/ekt.c -o srtp/ekt.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/cipher.c -o crypto/cipher/cipher.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/null_cipher.c -o crypto/cipher/null_cipher.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/aes_icm.c -o crypto/cipher/aes_icm.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/aes.c -o crypto/cipher/aes.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/aes_cbc.c -o crypto/cipher/aes_cbc.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/hash/null_auth.c -o crypto/hash/null_auth.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/hash/auth.c -o crypto/hash/auth.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/hash/hmac.c -o crypto/hash/hmac.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/hash/sha1.c -o crypto/hash/sha1.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/math/datatypes.c -o crypto/math/datatypes.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/math/stat.c -o crypto/math/stat.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/kernel/crypto_kernel.c -o crypto/kernel/crypto_kernel.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/kernel/alloc.c -o crypto/kernel/alloc.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/kernel/key.c -o crypto/kernel/key.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/rng/rand_source.c -o crypto/rng/rand_source.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/rng/prng.c -o crypto/rng/prng.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/rng/ctr_prng.c -o crypto/rng/ctr_prng.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/kernel/err.c -o crypto/kernel/err.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/replay/rdb.c -o crypto/replay/rdb.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/replay/rdbx.c -o crypto/replay/rdbx.o
# gcc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/replay/ut_sim.c -o crypto/replay/ut_sim.o
# ar cr libsrtp.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/cipher/aes_cbc.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/rng/rand_source.o crypto/rng/prng.o crypto/rng/ctr_prng.o crypto/kernel/err.o crypto/replay/rdb.o crypto/replay/rdbx.o crypto/replay/ut_sim.o
# gcc -shared -o libsrtp.so.1 -shared -Wl,-soname,libsrtp.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/cipher/aes_cbc.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/rng/rand_source.o crypto/rng/prng.o crypto/rng/ctr_prng.o crypto/kernel/err.o crypto/replay/rdb.o crypto/replay/rdbx.o crypto/replay/ut_sim.o -L. -lpcap
# ranlib libsrtp.a
# if [ -n "1" ]; then \
# ln -sfn libsrtp.so.1 libsrtp.so; \
# fi
# ==> Entering fakeroot environment...
# ==> Starting package()...
# /usr/bin/install -c -d /tmp/libsrtp/pkg/libsrtp/usr/include/srtp
# /usr/bin/install -c -d /tmp/libsrtp/pkg/libsrtp/usr/lib
# cp ./include/*.h /tmp/libsrtp/pkg/libsrtp/usr/include/srtp
# cp ./crypto/include/*.h /tmp/libsrtp/pkg/libsrtp/usr/include/srtp
# if [ "." != "." ]; then cp crypto/include/*.h /tmp/libsrtp/pkg/libsrtp/usr/include/srtp; fi
# if [ -f libsrtp.a ]; then cp libsrtp.a /tmp/libsrtp/pkg/libsrtp/usr/lib/; fi
# if [ -f libsrtp.dll.a ]; then cp libsrtp.dll.a /tmp/libsrtp/pkg/libsrtp/usr/lib/; fi
# if [ -f libsrtp.so.1 ]; then \
# /usr/bin/install -c -d /tmp/libsrtp/pkg/libsrtp/usr/lib; \
# cp libsrtp.so.1 /tmp/libsrtp/pkg/libsrtp/usr/lib/; \
# ln -sfn libsrtp.so.1 /tmp/libsrtp/pkg/libsrtp/usr/lib/libsrtp.so; \
# fi
# if [ "libsrtp.pc" != "" ]; then \
# /usr/bin/install -c -d /tmp/libsrtp/pkg/libsrtp/usr/lib/pkgconfig; \
# cp ./libsrtp.pc /tmp/libsrtp/pkg/libsrtp/usr/lib/pkgconfig/; \
# fi
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libsrtp"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libsrtp 1:1.5.4-1 (Wed Aug 24 14:09:11 UTC 2016)

CMD: pacman --query --file libsrtp-1:1.5.4-1-x86_64.pkg.tar.xz
# libsrtp 1:1.5.4-1

Creating hybrid package for 'libsrtp'

Trying to find vanilla package 'libsrtp'...

CMD: pacman --query --file /mirror/libsrtp-1:1.5.4-1.pkg.tar.xz
# libsrtp 1:1.5.4-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/srtp/ekt.h
# /usr/include/srtp/getopt_s.h
# /usr/include/srtp/rtp.h
# /usr/include/srtp/rtp_priv.h
# /usr/include/srtp/srtp.h
# /usr/include/srtp/srtp_priv.h
# /usr/include/srtp/ut_sim.h
# /usr/include/srtp/aes.h
# /usr/include/srtp/aes_cbc.h
# /usr/include/srtp/aes_gcm_ossl.h
# /usr/include/srtp/aes_icm.h
# /usr/include/srtp/aes_icm_ossl.h
# /usr/include/srtp/alloc.h
# /usr/include/srtp/auth.h
# /usr/include/srtp/cipher.h
# /usr/include/srtp/config.h
# /usr/include/srtp/crypto.h
# /usr/include/srtp/crypto_kernel.h
# /usr/include/srtp/crypto_math.h
# /usr/include/srtp/crypto_types.h
# /usr/include/srtp/cryptoalg.h
# /usr/include/srtp/datatypes.h
# /usr/include/srtp/err.h
# /usr/include/srtp/gf2_8.h
# /usr/include/srtp/hmac.h
# /usr/include/srtp/integers.h
# /usr/include/srtp/kernel_compat.h
# /usr/include/srtp/key.h
# /usr/include/srtp/null_auth.h
# /usr/include/srtp/null_cipher.h
# /usr/include/srtp/prng.h
# /usr/include/srtp/rand_source.h
# /usr/include/srtp/rdb.h
# /usr/include/srtp/rdbx.h
# /usr/include/srtp/sha1.h
# /usr/include/srtp/stat.h
# /usr/include/srtp/xfm.h
# /usr/lib/libsrtp.so
# /usr/lib/libsrtp.a
# /usr/lib/libsrtp.so.1
# /usr/lib/pkgconfig/libsrtp.pc
# /usr/share/licenses/libsrtp/LICENSE
# /sysroot/usr/lib/libsrtp.a
# /sysroot/usr/lib/libsrtp.so.1
# /sysroot/usr/lib/libsrtp.so
# /sysroot/usr/lib/pkgconfig/libsrtp.pc
# /sysroot/usr/include/srtp/ekt.h
# /sysroot/usr/include/srtp/getopt_s.h
# /sysroot/usr/include/srtp/rtp.h
# /sysroot/usr/include/srtp/rtp_priv.h
# /sysroot/usr/include/srtp/srtp.h
# /sysroot/usr/include/srtp/srtp_priv.h
# /sysroot/usr/include/srtp/ut_sim.h
# /sysroot/usr/include/srtp/aes.h
# /sysroot/usr/include/srtp/aes_cbc.h
# /sysroot/usr/include/srtp/aes_gcm_ossl.h
# /sysroot/usr/include/srtp/aes_icm.h
# /sysroot/usr/include/srtp/aes_icm_ossl.h
# /sysroot/usr/include/srtp/alloc.h
# /sysroot/usr/include/srtp/auth.h
# /sysroot/usr/include/srtp/cipher.h
# /sysroot/usr/include/srtp/config.h
# /sysroot/usr/include/srtp/crypto.h
# /sysroot/usr/include/srtp/crypto_kernel.h
# /sysroot/usr/include/srtp/crypto_math.h
# /sysroot/usr/include/srtp/crypto_types.h
# /sysroot/usr/include/srtp/cryptoalg.h
# /sysroot/usr/include/srtp/datatypes.h
# /sysroot/usr/include/srtp/err.h
# /sysroot/usr/include/srtp/gf2_8.h
# /sysroot/usr/include/srtp/hmac.h
# /sysroot/usr/include/srtp/integers.h
# /sysroot/usr/include/srtp/kernel_compat.h
# /sysroot/usr/include/srtp/key.h
# /sysroot/usr/include/srtp/null_auth.h
# /sysroot/usr/include/srtp/null_cipher.h
# /sysroot/usr/include/srtp/prng.h
# /sysroot/usr/include/srtp/rand_source.h
# /sysroot/usr/include/srtp/rdb.h
# /sysroot/usr/include/srtp/rdbx.h
# /sysroot/usr/include/srtp/sha1.h
# /sysroot/usr/include/srtp/stat.h
# /sysroot/usr/include/srtp/xfm.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libsrtp.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libsrtp.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libsrtp.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libsrtp.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libsrtp/src/libsrtp-1.5.4/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libsrtp configure 1.5.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 7cc3f75d9315
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2387: checking for x86_64-unknown-linux-gcc
# configure:2417: result: no
# configure:2427: checking for gcc
# configure:2443: found /usr/sbin/gcc
# configure:2454: result: gcc
# configure:2683: checking for C compiler version
# configure:2692: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2703: $? = 0
# configure:2692: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2703: $? = 0
# configure:2692: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2703: $? = 1
# configure:2692: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2703: $? = 1
# configure:2723: checking whether the C compiler works
# configure:2745: gcc -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:2749: $? = 0
# configure:2797: result: yes
# configure:2800: checking for C compiler default output file name
# configure:2802: result: a.out
# configure:2808: checking for suffix of executables
# configure:2815: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:2819: $? = 0
# configure:2841: result:
# configure:2863: checking whether we are cross compiling
# configure:2871: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:2875: $? = 0
# configure:2882: ./conftest
# configure:2886: $? = 0
# configure:2901: result: no
# configure:2906: checking for suffix of object files
# configure:2928: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:2932: $? = 0
# configure:2953: result: o
# configure:2957: checking whether we are using the GNU C compiler
# configure:2976: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:2976: $? = 0
# configure:2985: result: yes
# configure:2994: checking whether gcc accepts -g
# configure:3014: gcc -c -g conftest.c >&5
# configure:3014: $? = 0
# configure:3055: result: yes
# configure:3072: checking for gcc option to accept ISO C89
# configure:3135: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:3135: $? = 0
# configure:3148: result: none needed
# configure:3174: checking for x86_64-unknown-linux-ar
# configure:3204: result: no
# configure:3174: checking for x86_64-unknown-linux-lib
# configure:3204: result: no
# configure:3174: checking for x86_64-unknown-linux-link
# configure:3204: result: no
# configure:3218: checking for ar
# configure:3234: found /usr/sbin/ar
# configure:3245: result: ar
# configure:3271: checking the archiver (ar) interface
# configure:3287: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:3287: $? = 0
# configure:3289: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:3292: $? = 0
# configure:3320: result: ar
# configure:3343: checking for x86_64-unknown-linux-ranlib
# configure:3373: result: no
# configure:3383: checking for ranlib
# configure:3399: found /usr/sbin/ranlib
# configure:3410: result: ranlib
# configure:3440: checking for x86_64-unknown-linux-gcc
# configure:3467: result: gcc
# configure:3736: checking for C compiler version
# configure:3745: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3756: $? = 0
# configure:3745: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3756: $? = 0
# configure:3745: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3756: $? = 1
# configure:3745: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3756: $? = 1
# configure:3760: checking whether we are using the GNU C compiler
# configure:3788: result: yes
# configure:3797: checking whether gcc accepts -g
# configure:3858: result: yes
# configure:3875: checking for gcc option to accept ISO C89
# configure:3951: result: none needed
# configure:4014: checking for a BSD-compatible install
# configure:4082: result: /usr/bin/install -c
# configure:4099: checking how to run the C preprocessor
# configure:4130: gcc -E conftest.c
# configure:4130: $? = 0
# configure:4144: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4169: result: gcc -E
# configure:4189: gcc -E conftest.c
# configure:4189: $? = 0
# configure:4203: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4203: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4232: checking for grep that handles long lines and -e
# configure:4290: result: /usr/sbin/grep
# configure:4295: checking for egrep
# configure:4357: result: /usr/sbin/grep -E
# configure:4362: checking for ANSI C header files
# configure:4382: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4382: $? = 0
# configure:4455: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4455: $? = 0
# configure:4455: ./conftest
# configure:4455: $? = 0
# configure:4466: result: yes
# configure:4479: checking for sys/types.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for sys/stat.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for stdlib.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for string.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for memory.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for strings.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for inttypes.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for stdint.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for unistd.h
# configure:4479: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4491: checking whether byte ordering is bigendian
# configure:4506: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c:20:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:20:15: error: unknown type name 'universal'
# configure:4506: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:4551: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:4551: $? = 0
# configure:4569: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:26:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:4569: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4697: result: no
# configure:4720: checking build system type
# configure:4734: result: x86_64-unknown-linux-gnu
# configure:4754: checking host system type
# configure:4767: result: x86_64-unknown-linux-gnu
# configure:4822: checking whether to build for Linux kernel context
# configure:4832: result: no
# configure:4836: checking for /dev/urandom
# configure:4849: result: yes
# configure:4879: checking for ANSI C header files
# configure:4983: result: yes
# configure:4993: checking for stdlib.h
# configure:4993: result: yes
# configure:5005: checking for unistd.h
# configure:5005: result: yes
# configure:5017: checking byteswap.h usability
# configure:5017: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5017: $? = 0
# configure:5017: result: yes
# configure:5017: checking byteswap.h presence
# configure:5017: gcc -E conftest.c
# configure:5017: $? = 0
# configure:5017: result: yes
# configure:5017: checking for byteswap.h
# configure:5017: result: yes
# configure:5029: checking for stdint.h
# configure:5029: result: yes
# configure:5041: checking sys/uio.h usability
# configure:5041: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5041: $? = 0
# configure:5041: result: yes
# configure:5041: checking sys/uio.h presence
# configure:5041: gcc -E conftest.c
# configure:5041: $? = 0
# configure:5041: result: yes
# configure:5041: checking for sys/uio.h
# configure:5041: result: yes
# configure:5053: checking for inttypes.h
# configure:5053: result: yes
# configure:5065: checking for sys/types.h
# configure:5065: result: yes
# configure:5077: checking machine/types.h usability
# configure:5077: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c:62:27: fatal error: machine/types.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5077: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5077: result: no
# configure:5077: checking machine/types.h presence
# configure:5077: gcc -E conftest.c
# conftest.c:29:27: fatal error: machine/types.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5077: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:5077: result: no
# configure:5077: checking for machine/types.h
# configure:5077: result: no
# configure:5089: checking sys/int_types.h usability
# configure:5089: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c:62:27: fatal error: sys/int_types.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5089: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5089: result: no
# configure:5089: checking sys/int_types.h presence
# configure:5089: gcc -E conftest.c
# conftest.c:29:27: fatal error: sys/int_types.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5089: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:5089: result: no
# configure:5089: checking for sys/int_types.h
# configure:5089: result: no
# configure:5103: checking sys/socket.h usability
# configure:5103: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking sys/socket.h presence
# configure:5103: gcc -E conftest.c
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking for sys/socket.h
# configure:5103: result: yes
# configure:5103: checking netinet/in.h usability
# configure:5103: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking netinet/in.h presence
# configure:5103: gcc -E conftest.c
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking for netinet/in.h
# configure:5103: result: yes
# configure:5103: checking arpa/inet.h usability
# configure:5103: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking arpa/inet.h presence
# configure:5103: gcc -E conftest.c
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking for arpa/inet.h
# configure:5103: result: yes
# configure:5115: checking windows.h usability
# configure:5115: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c:65:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5115: result: no
# configure:5115: checking windows.h presence
# configure:5115: gcc -E conftest.c
# conftest.c:32:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# | #include
# configure:5115: result: no
# configure:5115: checking for windows.h
# configure:5115: result: no
# configure:5139: checking syslog.h usability
# configure:5139: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5139: $? = 0
# configure:5139: result: yes
# configure:5139: checking syslog.h presence
# configure:5139: gcc -E conftest.c
# configure:5139: $? = 0
# configure:5139: result: yes
# configure:5139: checking for syslog.h
# configure:5139: result: yes
# configure:5150: checking for int8_t
# configure:5150: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5150: $? = 0
# configure:5150: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:69:21: error: expected expression before ')' token
# if (sizeof ((int8_t)))
# ^
# configure:5150: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5150: result: yes
# configure:5159: checking for uint8_t
# configure:5159: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5159: $? = 0
# configure:5159: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:70:22: error: expected expression before ')' token
# if (sizeof ((uint8_t)))
# ^
# configure:5159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5159: result: yes
# configure:5168: checking for int16_t
# configure:5168: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5168: $? = 0
# configure:5168: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:71:22: error: expected expression before ')' token
# if (sizeof ((int16_t)))
# ^
# configure:5168: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5168: result: yes
# configure:5177: checking for uint16_t
# configure:5177: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5177: $? = 0
# configure:5177: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:72:23: error: expected expression before ')' token
# if (sizeof ((uint16_t)))
# ^
# configure:5177: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5177: result: yes
# configure:5186: checking for int32_t
# configure:5186: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5186: $? = 0
# configure:5186: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:73:22: error: expected expression before ')' token
# if (sizeof ((int32_t)))
# ^
# configure:5186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5186: result: yes
# configure:5195: checking for uint32_t
# configure:5195: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5195: $? = 0
# configure:5195: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:23: error: expected expression before ')' token
# if (sizeof ((uint32_t)))
# ^
# configure:5195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5195: result: yes
# configure:5204: checking for uint64_t
# configure:5204: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5204: $? = 0
# configure:5204: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:23: error: expected expression before ')' token
# if (sizeof ((uint64_t)))
# ^
# configure:5204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5204: result: yes
# configure:5218: checking size of unsigned long
# configure:5223: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5223: $? = 0
# configure:5223: ./conftest
# configure:5223: $? = 0
# configure:5237: result: 8
# configure:5251: checking size of unsigned long long
# configure:5256: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5256: $? = 0
# configure:5256: ./conftest
# configure:5256: $? = 0
# configure:5270: result: 8
# configure:5281: checking for an ANSI C-conforming const
# configure:5347: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5347: $? = 0
# configure:5354: result: yes
# configure:5362: checking for inline
# configure:5378: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5378: $? = 0
# configure:5386: result: inline
# configure:5404: checking for size_t
# configure:5404: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5404: $? = 0
# configure:5404: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:78:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:5404: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5404: result: yes
# configure:5419: checking for socket
# configure:5419: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5419: $? = 0
# configure:5419: result: yes
# configure:5419: checking for inet_aton
# configure:5419: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5419: $? = 0
# configure:5419: result: yes
# configure:5419: checking for usleep
# configure:5419: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5419: $? = 0
# configure:5419: result: yes
# configure:5419: checking for sigaction
# configure:5419: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# configure:5419: $? = 0
# configure:5419: result: yes
# configure:5507: checking whether to compile in debugging
# configure:5521: result: yes
# configure:5524: checking whether to use ISMAcryp code
# configure:5538: result: no
# configure:5541: checking whether to leverage OpenSSL crypto
# configure:5550: result: no
# configure:5812: checking which random device to use
# configure:5826: result: /dev/urandom
# configure:5841: checking for pcap_create in -lpcap
# configure:5866: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c -lpcap >&5
# configure:5866: $? = 0
# configure:5875: result: yes
# configure:5889: checking whether to use syslog for error reporting
# configure:5903: result: no
# configure:5906: checking whether to use stdout for error reporting
# configure:5920: result: yes
# configure:5923: checking whether to use /dev/console for error reporting
# configure:5940: result: no
# configure:5943: checking whether to use GDOI key management
# configure:5959: result: no
# configure:5967: checking for pkg-config
# configure:5983: found /usr/sbin/pkg-config
# configure:5994: result: yes
# configure:6127: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libsrtp config.status 1.5.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 7cc3f75d9315
#
# config.status:856: creating libsrtp.pc
# config.status:856: creating Makefile
# config.status:856: creating crypto/Makefile
# config.status:856: creating doc/Makefile
# config.status:856: creating crypto/include/config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_file__dev_urandom=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_socket=yes
# ac_cv_func_usleep=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_byteswap_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_machine_types_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_int_types_h=no
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uio_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_windows_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_pcap_pcap_create=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_PKG_CONFIG=yes
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_sizeof_unsigned_long=8
# ac_cv_sizeof_unsigned_long_long=8
# ac_cv_type_int16_t=yes
# ac_cv_type_int32_t=yes
# ac_cv_type_int8_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint64_t=yes
# ac_cv_type_uint8_t=yes
# am_cv_ar_interface=ar
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AES_ICM_OBJS='crypto/cipher/aes_icm.o crypto/cipher/aes.o crypto/cipher/aes_cbc.o'
# AR='ar'
# CC='gcc'
# CFLAGS='-fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops'
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXE=''
# EXEEXT=''
# GDOI_OBJS=''
# GREP='/usr/sbin/grep'
# HAVE_PCAP='1'
# HAVE_PKG_CONFIG='1'
# HMAC_OBJS='crypto/hash/hmac.o crypto/hash/sha1.o'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lpcap '
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='https://github.com/cisco/libsrtp/issues'
# PACKAGE_NAME='libsrtp'
# PACKAGE_STRING='libsrtp 1.5.4'
# PACKAGE_TARNAME='libsrtp'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.5.4'
# PATH_SEPARATOR=':'
# PKG_CONFIG='yes'
# RANLIB='ranlib'
# RNG_EXTRA_OBJS='crypto/rng/prng.o crypto/rng/ctr_prng.o'
# RNG_OBJS='rand_source.o'
# SHELL='/bin/sh'
# USE_OPENSSL=''
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libsrtp"
# #define PACKAGE_TARNAME "libsrtp"
# #define PACKAGE_VERSION "1.5.4"
# #define PACKAGE_STRING "libsrtp 1.5.4"
# #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define CPU_CISC 1
# #define HAVE_X86 1
# #define STDC_HEADERS 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_BYTESWAP_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_INT8_T 1
# #define HAVE_UINT8_T 1
# #define HAVE_INT16_T 1
# #define HAVE_UINT16_T 1
# #define HAVE_INT32_T 1
# #define HAVE_UINT32_T 1
# #define HAVE_UINT64_T 1
# #define SIZEOF_UNSIGNED_LONG 8
# #define SIZEOF_UNSIGNED_LONG_LONG 8
# #define HAVE_SOCKET 1
# #define HAVE_INET_ATON 1
# #define HAVE_USLEEP 1
# #define HAVE_SIGACTION 1
# #define ENABLE_DEBUGGING 1
# #define DEV_URANDOM "/dev/urandom"
# #define HAVE_PCAP 1
# #define ERR_REPORTING_STDOUT 1
#
# configure: exit 0