>>> Building on exopi-4 under devel/libcoap BDEPENDS = [devel/metaauto;devel/gmake;devel/cunit;textproc/asciidoc;devel/automake/1.15;textproc/gsed;devel/libtool;devel/autoconf/2.69] DIST = [devel/libcoap:tinydtls-7f8c86e5.tar.gz;devel/libcoap:libcoap-v4.2.1.tar.gz] FULLPKGNAME = libcoap-4.2.1p2 (Junk lock obtained for exopi-4 at 1711601176.87) >>> Running depends in devel/libcoap at 1711601176.90 last junk was in net/libaccounts-qt /usr/sbin/pkg_add -aI -Drepair asciidoc-9.0.4p1 autoconf-2.69p3 automake-1.15.1 cunit-2.1.2p3 gsed-4.9 libtool-2.4.2p2 metaauto-1.0p4 was: /usr/sbin/pkg_add -aI -Drepair asciidoc-9.0.4p1 autoconf-2.69p3 automake-1.15.1 cunit-2.1.2p3 gmake-4.4.1 gsed-4.9 libtool-2.4.2p2 metaauto-1.0p4 /usr/sbin/pkg_add -aI -Drepair asciidoc-9.0.4p1 autoconf-2.69p3 automake-1.15.1 cunit-2.1.2p3 gsed-4.9 libtool-2.4.2p2 metaauto-1.0p4 >>> Running show-prepare-results in devel/libcoap at 1711601179.75 ===> devel/libcoap ===> Building from scratch libcoap-4.2.1p2 ===> libcoap-4.2.1p2 depends on: cunit-* -> cunit-2.1.2p3 ===> libcoap-4.2.1p2 depends on: asciidoc-* -> asciidoc-9.0.4p1 ===> libcoap-4.2.1p2 depends on: gsed-* -> gsed-4.9 ===> libcoap-4.2.1p2 depends on: metaauto-* -> metaauto-1.0p4 ===> libcoap-4.2.1p2 depends on: autoconf-2.69 -> autoconf-2.69p3 ===> libcoap-4.2.1p2 depends on: automake->=1.15,<1.16 -> automake-1.15.1 ===> libcoap-4.2.1p2 depends on: libtool-* -> libtool-2.4.2p2 ===> libcoap-4.2.1p2 depends on: gmake-* -> gmake-4.4.1 ===> Verifying specs: c ===> found c.99.0 asciidoc-9.0.4p1 autoconf-2.69p3 automake-1.15.1 cunit-2.1.2p3 gmake-4.4.1 gsed-4.9 libtool-2.4.2p2 metaauto-1.0p4 (Junk lock released for exopi-4 at 1711601181.37) distfiles size=547951 >>> Running extract in devel/libcoap at 1711601181.39 ===> devel/libcoap ===> Checking files for libcoap-4.2.1p2 `/exopi-cvs/ports/distfiles/tinydtls-7f8c86e5.tar.gz' is up to date. `/exopi-cvs/ports/distfiles/libcoap-v4.2.1.tar.gz' is up to date. >> (SHA256) tinydtls-7f8c86e5.tar.gz: OK >> (SHA256) libcoap-v4.2.1.tar.gz: OK ===> Extracting for libcoap-4.2.1p2 rmdir /exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls mv /exopi-obj/pobj/libcoap-4.2.1/tinydtls-* /exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls >>> Running patch in devel/libcoap at 1711601181.78 ===> devel/libcoap ===> Patching for libcoap-4.2.1p2 ===> Applying OpenBSD patch patch-Makefile_am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |ld.lld won't allow -shared -pie (it doesn't make sense anyway) | |Index: Makefile.am |--- Makefile.am.orig |+++ Makefile.am -------------------------- Patching file Makefile.am using Plan A... Hunk #1 succeeded at 137. done ===> Applying OpenBSD patch patch-configure_ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: configure.ac |--- configure.ac.orig |+++ configure.ac -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 658. done ===> Applying OpenBSD patch patch-examples_client_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: examples/client.c |--- examples/client.c.orig |+++ examples/client.c -------------------------- Patching file examples/client.c using Plan A... Hunk #1 succeeded at 1266. done ===> Applying OpenBSD patch patch-examples_tiny_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: examples/tiny.c |--- examples/tiny.c.orig |+++ examples/tiny.c -------------------------- Patching file examples/tiny.c using Plan A... Hunk #1 succeeded at 88. done ===> Applying OpenBSD patch patch-ext_tinydtls_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: ext/tinydtls/Makefile.in |--- ext/tinydtls/Makefile.in.orig |+++ ext/tinydtls/Makefile.in -------------------------- Patching file ext/tinydtls/Makefile.in using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 52. Hunk #3 succeeded at 81. done ===> Applying OpenBSD patch patch-man_Makefile_am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: man/Makefile.am |--- man/Makefile.am.orig |+++ man/Makefile.am -------------------------- Patching file man/Makefile.am using Plan A... Hunk #1 succeeded at 56. done ===> Applying OpenBSD patch patch-tests_test_error_response_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From bbc6b24abdd95a7d9dfe9855630e6f0f27f48e54 Mon Sep 17 00:00:00 2001 |From: Olaf Bergmann |Date: Wed, 26 Feb 2020 12:49:38 +0100 |Subject: [PATCH] unit tests: Make global variables static | |Index: tests/test_error_response.c |--- tests/test_error_response.c.orig |+++ tests/test_error_response.c -------------------------- Patching file tests/test_error_response.c using Plan A... Hunk #1 succeeded at 16. done ===> Applying OpenBSD patch patch-tests_test_wellknown_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From bbc6b24abdd95a7d9dfe9855630e6f0f27f48e54 Mon Sep 17 00:00:00 2001 |From: Olaf Bergmann |Date: Wed, 26 Feb 2020 12:49:38 +0100 |Subject: [PATCH] unit tests: Make global variables static | |Index: tests/test_wellknown.c |--- tests/test_wellknown.c.orig |+++ tests/test_wellknown.c -------------------------- Patching file tests/test_wellknown.c using Plan A... Hunk #1 succeeded at 22. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in devel/libcoap at 1711601182.09 ===> devel/libcoap ===> Generating configure for libcoap-4.2.1p2 Running autoreconf-2.69 in /exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1 [HINT] You can run 'autogen.sh --clean' to remove all generated files by the autotools. Found 'autoconf'. Found 'aclocal'. Found 'pkg-config'. Found 'libtool'. ---> Found all needed tools! That's fine. Generating needed autotools files for libcoap by running autoreconf ... autoreconf-2.69: Entering directory `.' autoreconf-2.69: configure.ac: not using Gettext autoreconf-2.69: running: aclocal --force ${ACLOCAL_FLAGS} -I m4 autoreconf-2.69: configure.ac: tracing autoreconf-2.69: configure.ac: adding subdirectory ext/tinydtls to autoreconf autoreconf-2.69: Entering directory `ext/tinydtls' autoreconf-2.69: running: aclocal --force autoreconf-2.69: configure.ac: not using Libtool autoreconf-2.69: running: /usr/local/bin/autoconf-2.69 --force autoreconf-2.69: running: /usr/local/bin/autoheader-2.69 --force autoreconf-2.69: configure.ac: not using Automake autoreconf-2.69: Leaving directory `ext/tinydtls' autoreconf-2.69: running: libtoolize --copy --force libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' autoreconf-2.69: running: automake --add-missing --copy --force-missing configure.ac:39: installing './ar-lib' configure.ac:34: installing './compile' configure.ac:43: installing './config.guess' configure.ac:43: installing './config.sub' configure.ac:23: installing './install-sh' configure.ac:23: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' autoreconf-2.69: Leaving directory `.' You can now run 'configure --help' to see possible configuration options. Otherwise process the configure script to create the makefiles and generated helper files. ===> Configuring for libcoap-4.2.1p2 Using /exopi-obj/pobj/libcoap-4.2.1/config.site (generated) configure: loading site script /exopi-obj/pobj/libcoap-4.2.1/config.site checking for a BSD-compatible install... /exopi-obj/pobj/libcoap-4.2.1/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.20... yes checking whether gmake supports nested variables... (cached) yes checking whether to enable assertions... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/local/bin/gsed checking for ar... (cached) ar checking the archiver (ar) interface... ar checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/local/bin/gsed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether C compiler accepts -Wlogical-op... no checking whether C compiler accepts -fdiagnostics-color... yes checking whether C compiler accepts -Wunused-result... yes checking whether the linker accepts -Wl,--version-script=./libcoap-2.map... yes checking for a2x... /usr/local/bin/a2x checking manpage creation with a2x... yes checking for gnutls... yes checking for openssl... yes checking for cunit... yes configure: WARNING: gcov is disabled checking for ctags... /usr/bin/ctags ctags: unknown option -- - usage: ctags [-aBdFuvwx] [-f tagsfile] file ... configure: ==> Note: Your ctags binary does not support '--c-kinds'! configure: ==> Most likely, you are using the GNU Emacs ctag and not exuberant ctag. configure: WARNING: ==> This option is required for the target 'update-map-file'. configure: WARNING: ==> which is not a problem if you just want to build the library libcoap. checking for assert.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for limits.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for pthread.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/unistd.h... (cached) yes checking for syslog.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking sys/epoll.h usability... no checking sys/epoll.h presence... no checking for sys/epoll.h... no checking sys/timerfd.h usability... no checking sys/timerfd.h presence... no checking for sys/timerfd.h... no checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for memset... (cached) yes checking for select... (cached) yes checking for socket... (cached) yes checking for strcasecmp... (cached) yes checking for strrchr... (cached) yes checking for getaddrinfo... (cached) yes checking for strnlen... yes checking for malloc... (cached) yes checking for pthread_mutex_lock... yes checking for library containing socket... none required checking for library containing inet_ntop... none required checking for library containing clock_gettime... none required checking for struct cmsghdr... yes checking operating system... OpenBSD checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating include/coap2/coap.h config.status: creating man/coap.txt config.status: creating man/coap_attribute.txt config.status: creating man/coap_context.txt config.status: creating man/coap_encryption.txt config.status: creating man/coap_handler.txt config.status: creating man/coap_io.txt config.status: creating man/coap_keepalive.txt config.status: creating man/coap_logging.txt config.status: creating man/coap_observe.txt config.status: creating man/coap_pdu_setup.txt config.status: creating man/coap_recovery.txt config.status: creating man/coap_resource.txt config.status: creating man/coap_session.txt config.status: creating man/coap_tls_library.txt config.status: creating man/coap-client.txt config.status: creating man/coap-server.txt config.status: creating man/coap-rd.txt config.status: creating man/Makefile config.status: creating tests/Makefile config.status: creating tests/oss-fuzz/Makefile.ci config.status: creating libcoap-2-tinydtls.pc config.status: creating coap_config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in ext/tinydtls (/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-doxygen' '--disable-shared' '--enable-shared' '--enable-examples' '--enable-tests' '--with-tinydtls' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/libcoap-4.2.1/config.site checking for doxygen... (cached) : checking for etags... /bin/false checking whether gmake sets $(MAKE)... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for ranlib... (cached) ranlib checking for ar... (cached) ar checking the archiver (ar) interface... ar checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for library containing gethostbyname... none required checking for library containing socket... none required checking for assert.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for inttypes.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for stddef.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/socket.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for inline... inline checking for size_t... (cached) yes checking for struct sockaddr_in6.sin6_len... yes checking for memset... (cached) yes checking for select... (cached) yes checking for socket... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strnlen... yes checking for fls... no checking for vprintf... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating tests/Makefile config.status: creating platform-specific/Makefile config.status: creating sha2/Makefile config.status: creating aes/Makefile config.status: creating ecc/Makefile config.status: creating dtls_config.h libcoap configuration summary: libcoap package version : "4.2.1" libcoap library version : "2.1.0" libcoap API version : "2" libcoap DTLS lib extn : "-tinydtls" host system : "x86_64-unknown-openbsd7.5" build DTLS support : "yes" --> tinyDTLS around : "yes" TINYDTLS_CFLAGS : "-I $(top_srcdir)/ext/tinydtls" TINYDTLS_LIBS : "-L$(top_builddir)/ext/tinydtls -ltinydtls" enable small stack size : "no" build doxygen pages : "no" build man pages : "yes" build unit test binary : "yes" build examples : "yes" build with gcov support : "no" >>> Running build in devel/libcoap at 1711601212.57 ===> devel/libcoap ===> Building for libcoap-4.2.1p2 gmake all-recursive gmake[1]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1' Making all in ext/tinydtls gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls' cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o dtls.o dtls.c dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ? (Context)->h->which((Context), ##__VA_ARGS__) \ ^ dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] dtls.c:237:37: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] 13 warnings generated. cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o crypto.o crypto.c cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o ccm.o ccm.c cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o hmac.o hmac.c cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o netq.o netq.c cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o peer.o peer.c cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o dtls_time.o dtls_time.c cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o session.o session.c cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o dtls_debug.o dtls_debug.c cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -c -o dtls_prng.o dtls_prng.c gmake -C aes rijndael.o gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/aes' cc -Wall -std=c99 -pedantic -fPIC -DDTLSv12 -DWITH_SHA256 -c -o rijndael.o rijndael.c gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/aes' gmake -C ecc ecc.o gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/ecc' cc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 -c -o ecc.o ecc.c gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/ecc' gmake -C sha2 sha2.o gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/sha2' cc -DSHA2_USE_INTTYPES_H -Wall -std=c99 -pedantic -fPIC -DDTLSv12 -DWITH_SHA256 -I.. -c -o sha2.o sha2.c sha2.c:665:54: warning: argument 'buffer' of type 'char[]' with mismatched bound [-Warray-parameter] char *dtls_sha256_end(dtls_sha256_ctx* context, char buffer[]) { ^ ./sha2.h:135:45: note: previously declared as 'char[65]' here char* dtls_sha256_end(dtls_sha256_ctx*, char[DTLS_SHA256_DIGEST_STRING_LENGTH]); ^ 1 warning generated. gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/sha2' ar cru libtinydtls.a dtls.o crypto.o ccm.o hmac.o netq.o peer.o dtls_time.o session.o dtls_debug.o dtls_prng.o aes/rijndael.o ecc/ecc.o sha2/sha2.o ranlib libtinydtls.a cc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -shared dtls.o crypto.o ccm.o hmac.o netq.o peer.o dtls_time.o session.o dtls_debug.o dtls_prng.o aes/rijndael.o ecc/ecc.o sha2/sha2.o -o libtinydtls.so.0.0 gmake -C tests gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/tests' cc -Wall -fPIC -I.. -DDTLSv12 -DWITH_SHA256 -L.. dtls-server.c ../libtinydtls.a -o dtls-server dtls_prng.c(dtls_prng.o:(dtls_prng) in archive ../libtinydtls.a): warning: rand() may return deterministic values, is that what you want? cc -Wall -fPIC -I.. -DDTLSv12 -DWITH_SHA256 -L.. ccm-test.c ../libtinydtls.a -o ccm-test cc -Wall -fPIC -I.. -DDTLSv12 -DWITH_SHA256 -L.. prf-test.c ../libtinydtls.a -o prf-test dtls_prng.c(dtls_prng.o:(dtls_prng) in archive ../libtinydtls.a): warning: rand() may return deterministic values, is that what you want? cc -Wall -fPIC -I.. -DDTLSv12 -DWITH_SHA256 -L.. dtls-client.c ../libtinydtls.a -o dtls-client dtls_prng.c(dtls_prng.o:(dtls_prng) in archive ../libtinydtls.a): warning: rand() may return deterministic values, is that what you want? gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/tests' gmake -C doc gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/doc' : Doxyfile >./doxygen.out 2>&1 gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/doc' for dir in tests doc platform-specific sha2 aes ecc; do \ gmake -C $dir ; \ done gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/tests' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/tests' gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/doc' : Doxyfile >./doxygen.out 2>&1 gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/doc' gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/platform-specific' gmake[3]: Nothing to be done for 'clean'. gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/platform-specific' gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/sha2' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/sha2' gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/aes' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/aes' gmake[3]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/ecc' cc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 -c -o ecc_test.o ecc.c cc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 -c -o test_helper.o test_helper.c cc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 testecc.c ecc_test.o test_helper.o -o testecc testecc.c:118:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void addTest(){ ^ void testecc.c:127:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void doubleTest(){ ^ void testecc.c:136:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void multTest(){ ^ void testecc.c:145:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void eccdhTest(){ ^ void testecc.c:170:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void ecdsaTest() { ^ void 5 warnings generated. test_helper.c(test_helper.o:(ecc_setRandom)): warning: rand() may return deterministic values, is that what you want? cc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -DDTLSv12 -DWITH_SHA256 testfield.c ecc_test.o test_helper.o -o testfield testfield.c:104:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void nullEverything(){ ^ void testfield.c:109:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void fieldAddTest(){ ^ void testfield.c:124:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void fieldSubTest(){ ^ void testfield.c:136:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void fieldMultTest(){ ^ void testfield.c:155:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void fieldModPTest(){ ^ void testfield.c:172:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void fieldModOTest(){ ^ void testfield.c:207:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void fieldInvTest(){ ^ void 7 warnings generated. test_helper.c(test_helper.o:(ecc_setRandom)): warning: rand() may return deterministic values, is that what you want? gmake[3]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/ecc' gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls' Making all in . gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1' /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-address.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-address.Tpo -c -o src/libcoap_2-tinydtls_la-address.lo `test -f 'src/address.c' || echo './'`src/address.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-address.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-address.Tpo -c src/address.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-address.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-address.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-address.Tpo -c src/address.c -fPIE -o src/libcoap_2-tinydtls_la-address.o mv -f src/.deps/libcoap_2-tinydtls_la-address.Tpo src/.deps/libcoap_2-tinydtls_la-address.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-async.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-async.Tpo -c -o src/libcoap_2-tinydtls_la-async.lo `test -f 'src/async.c' || echo './'`src/async.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-async.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-async.Tpo -c src/async.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-async.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-async.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-async.Tpo -c src/async.c -fPIE -o src/libcoap_2-tinydtls_la-async.o mv -f src/.deps/libcoap_2-tinydtls_la-async.Tpo src/.deps/libcoap_2-tinydtls_la-async.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-block.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-block.Tpo -c -o src/libcoap_2-tinydtls_la-block.lo `test -f 'src/block.c' || echo './'`src/block.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-block.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-block.Tpo -c src/block.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-block.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-block.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-block.Tpo -c src/block.c -fPIE -o src/libcoap_2-tinydtls_la-block.o mv -f src/.deps/libcoap_2-tinydtls_la-block.Tpo src/.deps/libcoap_2-tinydtls_la-block.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_debug.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_debug.Tpo -c -o src/libcoap_2-tinydtls_la-coap_debug.lo `test -f 'src/coap_debug.c' || echo './'`src/coap_debug.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_debug.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_debug.Tpo -c src/coap_debug.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_debug.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_debug.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_debug.Tpo -c src/coap_debug.c -fPIE -o src/libcoap_2-tinydtls_la-coap_debug.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_debug.Tpo src/.deps/libcoap_2-tinydtls_la-coap_debug.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_event.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_event.Tpo -c -o src/libcoap_2-tinydtls_la-coap_event.lo `test -f 'src/coap_event.c' || echo './'`src/coap_event.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_event.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_event.Tpo -c src/coap_event.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_event.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_event.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_event.Tpo -c src/coap_event.c -fPIE -o src/libcoap_2-tinydtls_la-coap_event.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_event.Tpo src/.deps/libcoap_2-tinydtls_la-coap_event.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_hashkey.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_hashkey.Tpo -c -o src/libcoap_2-tinydtls_la-coap_hashkey.lo `test -f 'src/coap_hashkey.c' || echo './'`src/coap_hashkey.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_hashkey.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_hashkey.Tpo -c src/coap_hashkey.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_hashkey.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_hashkey.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_hashkey.Tpo -c src/coap_hashkey.c -fPIE -o src/libcoap_2-tinydtls_la-coap_hashkey.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_hashkey.Tpo src/.deps/libcoap_2-tinydtls_la-coap_hashkey.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_gnutls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_gnutls.Tpo -c -o src/libcoap_2-tinydtls_la-coap_gnutls.lo `test -f 'src/coap_gnutls.c' || echo './'`src/coap_gnutls.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_gnutls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_gnutls.Tpo -c src/coap_gnutls.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_gnutls.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_gnutls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_gnutls.Tpo -c src/coap_gnutls.c -fPIE -o src/libcoap_2-tinydtls_la-coap_gnutls.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_gnutls.Tpo src/.deps/libcoap_2-tinydtls_la-coap_gnutls.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_io.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_io.Tpo -c -o src/libcoap_2-tinydtls_la-coap_io.lo `test -f 'src/coap_io.c' || echo './'`src/coap_io.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_io.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_io.Tpo -c src/coap_io.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_io.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_io.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_io.Tpo -c src/coap_io.c -fPIE -o src/libcoap_2-tinydtls_la-coap_io.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_io.Tpo src/.deps/libcoap_2-tinydtls_la-coap_io.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_notls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_notls.Tpo -c -o src/libcoap_2-tinydtls_la-coap_notls.lo `test -f 'src/coap_notls.c' || echo './'`src/coap_notls.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_notls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_notls.Tpo -c src/coap_notls.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_notls.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_notls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_notls.Tpo -c src/coap_notls.c -fPIE -o src/libcoap_2-tinydtls_la-coap_notls.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_notls.Tpo src/.deps/libcoap_2-tinydtls_la-coap_notls.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_openssl.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_openssl.Tpo -c -o src/libcoap_2-tinydtls_la-coap_openssl.lo `test -f 'src/coap_openssl.c' || echo './'`src/coap_openssl.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_openssl.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_openssl.Tpo -c src/coap_openssl.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_openssl.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_openssl.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_openssl.Tpo -c src/coap_openssl.c -fPIE -o src/libcoap_2-tinydtls_la-coap_openssl.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_openssl.Tpo src/.deps/libcoap_2-tinydtls_la-coap_openssl.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_session.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_session.Tpo -c -o src/libcoap_2-tinydtls_la-coap_session.lo `test -f 'src/coap_session.c' || echo './'`src/coap_session.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_session.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_session.Tpo -c src/coap_session.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_session.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_session.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_session.Tpo -c src/coap_session.c -fPIE -o src/libcoap_2-tinydtls_la-coap_session.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_session.Tpo src/.deps/libcoap_2-tinydtls_la-coap_session.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_time.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_time.Tpo -c -o src/libcoap_2-tinydtls_la-coap_time.lo `test -f 'src/coap_time.c' || echo './'`src/coap_time.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_time.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_time.Tpo -c src/coap_time.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_time.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_time.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_time.Tpo -c src/coap_time.c -fPIE -o src/libcoap_2-tinydtls_la-coap_time.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_time.Tpo src/.deps/libcoap_2-tinydtls_la-coap_time.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_tinydtls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_tinydtls.Tpo -c -o src/libcoap_2-tinydtls_la-coap_tinydtls.lo `test -f 'src/coap_tinydtls.c' || echo './'`src/coap_tinydtls.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_tinydtls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_tinydtls.Tpo -c src/coap_tinydtls.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-coap_tinydtls.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-coap_tinydtls.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-coap_tinydtls.Tpo -c src/coap_tinydtls.c -fPIE -o src/libcoap_2-tinydtls_la-coap_tinydtls.o mv -f src/.deps/libcoap_2-tinydtls_la-coap_tinydtls.Tpo src/.deps/libcoap_2-tinydtls_la-coap_tinydtls.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-encode.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-encode.Tpo -c -o src/libcoap_2-tinydtls_la-encode.lo `test -f 'src/encode.c' || echo './'`src/encode.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-encode.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-encode.Tpo -c src/encode.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-encode.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-encode.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-encode.Tpo -c src/encode.c -fPIE -o src/libcoap_2-tinydtls_la-encode.o mv -f src/.deps/libcoap_2-tinydtls_la-encode.Tpo src/.deps/libcoap_2-tinydtls_la-encode.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-mem.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-mem.Tpo -c -o src/libcoap_2-tinydtls_la-mem.lo `test -f 'src/mem.c' || echo './'`src/mem.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-mem.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-mem.Tpo -c src/mem.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-mem.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-mem.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-mem.Tpo -c src/mem.c -fPIE -o src/libcoap_2-tinydtls_la-mem.o mv -f src/.deps/libcoap_2-tinydtls_la-mem.Tpo src/.deps/libcoap_2-tinydtls_la-mem.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-net.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-net.Tpo -c -o src/libcoap_2-tinydtls_la-net.lo `test -f 'src/net.c' || echo './'`src/net.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-net.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-net.Tpo -c src/net.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-net.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-net.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-net.Tpo -c src/net.c -fPIE -o src/libcoap_2-tinydtls_la-net.o mv -f src/.deps/libcoap_2-tinydtls_la-net.Tpo src/.deps/libcoap_2-tinydtls_la-net.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-option.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-option.Tpo -c -o src/libcoap_2-tinydtls_la-option.lo `test -f 'src/option.c' || echo './'`src/option.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-option.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-option.Tpo -c src/option.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-option.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-option.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-option.Tpo -c src/option.c -fPIE -o src/libcoap_2-tinydtls_la-option.o mv -f src/.deps/libcoap_2-tinydtls_la-option.Tpo src/.deps/libcoap_2-tinydtls_la-option.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-pdu.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-pdu.Tpo -c -o src/libcoap_2-tinydtls_la-pdu.lo `test -f 'src/pdu.c' || echo './'`src/pdu.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-pdu.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-pdu.Tpo -c src/pdu.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-pdu.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-pdu.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-pdu.Tpo -c src/pdu.c -fPIE -o src/libcoap_2-tinydtls_la-pdu.o mv -f src/.deps/libcoap_2-tinydtls_la-pdu.Tpo src/.deps/libcoap_2-tinydtls_la-pdu.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-resource.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-resource.Tpo -c -o src/libcoap_2-tinydtls_la-resource.lo `test -f 'src/resource.c' || echo './'`src/resource.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-resource.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-resource.Tpo -c src/resource.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-resource.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-resource.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-resource.Tpo -c src/resource.c -fPIE -o src/libcoap_2-tinydtls_la-resource.o mv -f src/.deps/libcoap_2-tinydtls_la-resource.Tpo src/.deps/libcoap_2-tinydtls_la-resource.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-str.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-str.Tpo -c -o src/libcoap_2-tinydtls_la-str.lo `test -f 'src/str.c' || echo './'`src/str.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-str.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-str.Tpo -c src/str.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-str.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-str.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-str.Tpo -c src/str.c -fPIE -o src/libcoap_2-tinydtls_la-str.o mv -f src/.deps/libcoap_2-tinydtls_la-str.Tpo src/.deps/libcoap_2-tinydtls_la-str.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-subscribe.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-subscribe.Tpo -c -o src/libcoap_2-tinydtls_la-subscribe.lo `test -f 'src/subscribe.c' || echo './'`src/subscribe.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-subscribe.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-subscribe.Tpo -c src/subscribe.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-subscribe.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-subscribe.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-subscribe.Tpo -c src/subscribe.c -fPIE -o src/libcoap_2-tinydtls_la-subscribe.o mv -f src/.deps/libcoap_2-tinydtls_la-subscribe.Tpo src/.deps/libcoap_2-tinydtls_la-subscribe.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-uri.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-uri.Tpo -c -o src/libcoap_2-tinydtls_la-uri.lo `test -f 'src/uri.c' || echo './'`src/uri.c cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-uri.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-uri.Tpo -c src/uri.c -fPIC -DPIC -o src/.libs/libcoap_2-tinydtls_la-uri.o cc -DHAVE_CONFIG_H -I. -fPIC -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_2-tinydtls_la-uri.lo -MD -MP -MF src/.deps/libcoap_2-tinydtls_la-uri.Tpo -c src/uri.c -fPIE -o src/libcoap_2-tinydtls_la-uri.o mv -f src/.deps/libcoap_2-tinydtls_la-uri.Tpo src/.deps/libcoap_2-tinydtls_la-uri.Plo /usr/bin/libtool --tag=CC --mode=link cc -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -version-info 2:1:0 -Wl,--version-script=./libcoap-2.map -L./ext/tinydtls -ltinydtls -o libcoap-2-tinydtls.la -rpath /usr/local/lib src/libcoap_2-tinydtls_la-address.lo src/libcoap_2-tinydtls_la-async.lo src/libcoap_2-tinydtls_la-block.lo src/libcoap_2-tinydtls_la-coap_debug.lo src/libcoap_2-tinydtls_la-coap_event.lo src/libcoap_2-tinydtls_la-coap_hashkey.lo src/libcoap_2-tinydtls_la-coap_gnutls.lo src/libcoap_2-tinydtls_la-coap_io.lo src/libcoap_2-tinydtls_la-coap_notls.lo src/libcoap_2-tinydtls_la-coap_openssl.lo src/libcoap_2-tinydtls_la-coap_session.lo src/libcoap_2-tinydtls_la-coap_time.lo src/libcoap_2-tinydtls_la-coap_tinydtls.lo src/libcoap_2-tinydtls_la-encode.lo src/libcoap_2-tinydtls_la-mem.lo src/libcoap_2-tinydtls_la-net.lo src/libcoap_2-tinydtls_la-option.lo src/libcoap_2-tinydtls_la-pdu.lo src/libcoap_2-tinydtls_la-resource.lo src/libcoap_2-tinydtls_la-str.lo src/libcoap_2-tinydtls_la-subscribe.lo src/libcoap_2-tinydtls_la-uri.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/libcoap-2-tinydtls.so.2.0 -fPIC -fPIE -I./include/coap2 -I./include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ./ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -Wl,--version-script=./libcoap-2.map src/.libs/libcoap_2-tinydtls_la-address.o src/.libs/libcoap_2-tinydtls_la-async.o src/.libs/libcoap_2-tinydtls_la-block.o src/.libs/libcoap_2-tinydtls_la-coap_debug.o src/.libs/libcoap_2-tinydtls_la-coap_event.o src/.libs/libcoap_2-tinydtls_la-coap_hashkey.o src/.libs/libcoap_2-tinydtls_la-coap_gnutls.o src/.libs/libcoap_2-tinydtls_la-coap_io.o src/.libs/libcoap_2-tinydtls_la-coap_notls.o src/.libs/libcoap_2-tinydtls_la-coap_openssl.o src/.libs/libcoap_2-tinydtls_la-coap_session.o src/.libs/libcoap_2-tinydtls_la-coap_time.o src/.libs/libcoap_2-tinydtls_la-coap_tinydtls.o src/.libs/libcoap_2-tinydtls_la-encode.o src/.libs/libcoap_2-tinydtls_la-mem.o src/.libs/libcoap_2-tinydtls_la-net.o src/.libs/libcoap_2-tinydtls_la-option.o src/.libs/libcoap_2-tinydtls_la-pdu.o src/.libs/libcoap_2-tinydtls_la-resource.o src/.libs/libcoap_2-tinydtls_la-str.o src/.libs/libcoap_2-tinydtls_la-subscribe.o src/.libs/libcoap_2-tinydtls_la-uri.o -L.libs -ltinydtls -Wl,-soname,libcoap-2-tinydtls.so.2.0 libtool: link: ar cru .libs/libcoap-2-tinydtls.a src/libcoap_2-tinydtls_la-address.o src/libcoap_2-tinydtls_la-async.o src/libcoap_2-tinydtls_la-block.o src/libcoap_2-tinydtls_la-coap_debug.o src/libcoap_2-tinydtls_la-coap_event.o src/libcoap_2-tinydtls_la-coap_hashkey.o src/libcoap_2-tinydtls_la-coap_gnutls.o src/libcoap_2-tinydtls_la-coap_io.o src/libcoap_2-tinydtls_la-coap_notls.o src/libcoap_2-tinydtls_la-coap_openssl.o src/libcoap_2-tinydtls_la-coap_session.o src/libcoap_2-tinydtls_la-coap_time.o src/libcoap_2-tinydtls_la-coap_tinydtls.o src/libcoap_2-tinydtls_la-encode.o src/libcoap_2-tinydtls_la-mem.o src/libcoap_2-tinydtls_la-net.o src/libcoap_2-tinydtls_la-option.o src/libcoap_2-tinydtls_la-pdu.o src/libcoap_2-tinydtls_la-resource.o src/libcoap_2-tinydtls_la-str.o src/libcoap_2-tinydtls_la-subscribe.o src/libcoap_2-tinydtls_la-uri.o libtool: link: ranlib .libs/libcoap-2-tinydtls.a gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1' Making all in man gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/man' /usr/local/bin/a2x --doctype manpage --format manpage coap_attribute.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_attribute.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_context.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_context.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_encryption.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_encryption.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_handler.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_handler.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_io.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_io.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_keepalive.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_keepalive.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_logging.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_logging.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_observe.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_observe.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_pdu_setup.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_pdu_setup.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_recovery.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_recovery.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_resource.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_resource.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_session.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_session.txt /usr/local/bin/a2x --doctype manpage --format manpage coap_tls_library.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap_tls_library.txt /usr/local/bin/a2x --doctype manpage --format manpage coap-client.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap-client.txt /usr/local/bin/a2x --doctype manpage --format manpage coap-rd.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap-rd.txt /usr/local/bin/a2x --doctype manpage --format manpage coap-server.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap-server.txt /usr/local/bin/a2x --doctype manpage --format manpage coap.txt /usr/local/bin/a2x --doctype manpage --format xhtml coap.txt gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/man' Making all in tests gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/tests' cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT testdriver.o -MD -MP -MF .deps/testdriver.Tpo -c -o testdriver.o testdriver.c mv -f .deps/testdriver.Tpo .deps/testdriver.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_error_response.o -MD -MP -MF .deps/test_error_response.Tpo -c -o test_error_response.o test_error_response.c mv -f .deps/test_error_response.Tpo .deps/test_error_response.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_encode.o -MD -MP -MF .deps/test_encode.Tpo -c -o test_encode.o test_encode.c mv -f .deps/test_encode.Tpo .deps/test_encode.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_options.o -MD -MP -MF .deps/test_options.Tpo -c -o test_options.o test_options.c mv -f .deps/test_options.Tpo .deps/test_options.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_pdu.o -MD -MP -MF .deps/test_pdu.Tpo -c -o test_pdu.o test_pdu.c mv -f .deps/test_pdu.Tpo .deps/test_pdu.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_sendqueue.o -MD -MP -MF .deps/test_sendqueue.Tpo -c -o test_sendqueue.o test_sendqueue.c mv -f .deps/test_sendqueue.Tpo .deps/test_sendqueue.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_session.o -MD -MP -MF .deps/test_session.Tpo -c -o test_session.o test_session.c mv -f .deps/test_session.Tpo .deps/test_session.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_uri.o -MD -MP -MF .deps/test_uri.Tpo -c -o test_uri.o test_uri.c mv -f .deps/test_uri.Tpo .deps/test_uri.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_wellknown.o -MD -MP -MF .deps/test_wellknown.Tpo -c -o test_wellknown.o test_wellknown.c mv -f .deps/test_wellknown.Tpo .deps/test_wellknown.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT test_tls.o -MD -MP -MF .deps/test_tls.Tpo -c -o test_tls.o test_tls.c mv -f .deps/test_tls.Tpo .deps/test_tls.Po /usr/bin/libtool --tag=CC --mode=link cc -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o testdriver testdriver.o test_error_response.o test_encode.o test_options.o test_pdu.o test_sendqueue.o test_session.o test_uri.o test_wellknown.o test_tls.o -L/usr/local/lib -lcunit -L../ext/tinydtls -ltinydtls ../.libs/libcoap-2-tinydtls.la libtool: link: cc -o .libs/testdriver -I../include/coap2 -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I/usr/local/include -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX testdriver.o test_error_response.o test_encode.o test_options.o test_pdu.o test_sendqueue.o test_session.o test_uri.o test_wellknown.o test_tls.o -L.libs -lcunit -lncurses -ltinydtls -lcoap-2-tinydtls -Wl,-rpath-link,/usr/local/lib gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/tests' Making all in examples gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/examples' cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT client.o -MD -MP -MF .deps/client.Tpo -c -o client.o client.c mv -f .deps/client.Tpo .deps/client.Po /usr/bin/libtool --tag=CC --mode=link cc -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-client client.o -L../ext/tinydtls -ltinydtls ../.libs/libcoap-2-tinydtls.la libtool: link: cc -o .libs/coap-client -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX client.o -L.libs -ltinydtls -lcoap-2-tinydtls -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT coap-server.o -MD -MP -MF .deps/coap-server.Tpo -c -o coap-server.o coap-server.c mv -f .deps/coap-server.Tpo .deps/coap-server.Po /usr/bin/libtool --tag=CC --mode=link cc -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-server coap-server.o -L../ext/tinydtls -ltinydtls ../.libs/libcoap-2-tinydtls.la libtool: link: cc -o .libs/coap-server -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX coap-server.o -L.libs -ltinydtls -lcoap-2-tinydtls -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT coap-rd.o -MD -MP -MF .deps/coap-rd.Tpo -c -o coap-rd.o coap-rd.c mv -f .deps/coap-rd.Tpo .deps/coap-rd.Po /usr/bin/libtool --tag=CC --mode=link cc -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-rd coap-rd.o -L../ext/tinydtls -ltinydtls ../.libs/libcoap-2-tinydtls.la libtool: link: cc -o .libs/coap-rd -I../include -I../include -I../include/coap2 -pedantic -Wall -Wcast-qual -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wwrite-strings -Wunused-result -I ../ext/tinydtls -std=c99 -O2 -pipe -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX coap-rd.o -L.libs -ltinydtls -lcoap-2-tinydtls -Wl,-rpath-link,/usr/local/lib gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/examples' gmake[1]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1' >>> Running fake in devel/libcoap at 1711601281.37 ===> devel/libcoap ===> Faking installation for libcoap-4.2.1p2 Making install in ext/tinydtls gmake[1]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls' gmake -C aes rijndael.o gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/aes' gmake[2]: 'rijndael.o' is up to date. gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/aes' gmake -C ecc ecc.o gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/ecc' gmake[2]: 'ecc.o' is up to date. gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/ecc' gmake -C sha2 sha2.o gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/sha2' gmake[2]: 'sha2.o' is up to date. gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/sha2' gmake -C doc gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/doc' : Doxyfile >./doxygen.out 2>&1 gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/doc' test -d /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib || mkdir -p /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib test -d /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls || mkdir -p /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls cp libtinydtls.a libtinydtls.so.0.0 /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib/ cp dtls.h hmac.h dtls_debug.h dtls_config.h uthash.h numeric.h crypto.h global.h ccm.h netq.h alert.h utlist.h dtls_prng.h peer.h state.h dtls_time.h session.h tinydtls.h dtls_mutex.h /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/ for dir in tests doc platform-specific sha2 aes ecc; do \ gmake -C $dir install="cp" includedir=/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls install; \ done gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/tests' : gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/tests' gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/doc' gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/doc' gmake[2]: *** No rule to make target 'html', needed by 'install'. Stop. gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/platform-specific' : gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/platform-specific' gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/sha2' test -d /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/sha2 || mkdir -p /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/sha2 cp sha2.h /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/sha2 gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/sha2' gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/aes' test -d /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/aes || mkdir -p /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/aes cp rijndael.h /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/aes gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/aes' gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/ecc' test -d /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/ecc || mkdir -p /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/ecc cp ecc.h test_helper.h /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/tinydtls/ecc gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls/ecc' gmake[1]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/ext/tinydtls' Making install in . gmake[1]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1' gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1' mkdir -p '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/libcoap-4.2.1/bin/install -c libcoap-2-tinydtls.la '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 ./.libs/libcoap-2-tinydtls.a /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib/libcoap-2-tinydtls.a libtool: install: /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 ./.libs/libcoap-2-tinydtls.so.2.0 /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib/libcoap-2-tinydtls.so.2.0 libtool: install: /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 ./.libs/libcoap-2-tinydtls.lai /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib/libcoap-2-tinydtls.la mkdir -p '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/coap2/' /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 ./include/coap2/address.h ./include/coap2/async.h ./include/coap2/bits.h ./include/coap2/block.h ./include/coap2/coap.h ./include/coap2/coap_debug.h ./include/coap2/coap_dtls.h ./include/coap2/coap_event.h ./include/coap2/coap_forward_decls.h ./include/coap2/coap_hashkey.h ./include/coap2/coap_io.h ./include/coap2/coap_mutex.h ./include/coap2/coap_session.h ./include/coap2/coap_time.h ./include/coap2/encode.h ./include/coap2/libcoap.h ./include/coap2/mem.h ./include/coap2/net.h ./include/coap2/option.h ./include/coap2/pdu.h ./include/coap2/prng.h ./include/coap2/resource.h ./include/coap2/str.h ./include/coap2/subscribe.h ./include/coap2/uri.h ./include/coap2/uthash.h '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/include/coap2/' mkdir -p '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib/pkgconfig' /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 libcoap-2-tinydtls.pc '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/lib/pkgconfig' gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1' gmake[1]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1' Making install in man gmake[1]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/man' gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/man' gmake[2]: Nothing to be done for 'install-exec-am'. mkdir -p '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3' /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 coap_attribute.3 coap_context.3 coap_encryption.3 coap_handler.3 coap_io.3 coap_keepalive.3 coap_logging.3 coap_observe.3 coap_pdu_setup.3 coap_recovery.3 coap_resource.3 coap_session.3 coap_tls_library.3 '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3' mkdir -p '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man5' /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 coap-client.5 coap-rd.5 coap-server.5 '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man5' mkdir -p '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man7' /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 coap.7 '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man7' /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -m 644 coap_context_set_pki_root_cas.3 coap_add_data_blocked_response.3 coap_encode_var_bytes.3 coap_split_path.3 coap_split_query.3 coap_session_get_app_data.3 coap_session_set_app_data.3 coap_endpoint_str.3 "/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3" gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/man' gmake[1]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/man' Making install in tests gmake[1]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/tests' gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/tests' gmake[2]: Nothing to be done for 'install-exec-am'. gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/tests' gmake[1]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/tests' Making install in examples gmake[1]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/examples' gmake[2]: Entering directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/examples' mkdir -p '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -s -m 755 coap-client coap-server coap-rd '/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -s -m 755 ./.libs/coap-client /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -s -m 755 ./.libs/coap-server /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/libcoap-4.2.1/bin/install -c -s -m 755 ./.libs/coap-rd /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/bin gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/examples' gmake[1]: Leaving directory '/exopi-obj/pobj/libcoap-4.2.1/libcoap-4.2.1/examples' cd /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man5; for i in *; do mv $i ../man1/${i%.5}.1; done >>> Running package in devel/libcoap at 1711601283.10 ===> devel/libcoap `/exopi-obj/pobj/libcoap-4.2.1/fake-amd64/.fake_done' is up to date. ===> Building package for libcoap-4.2.1p2 Create /exopi-cvs/ports/packages/amd64/all/libcoap-4.2.1p2.tgz Creating package libcoap-4.2.1p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|** | 3% archiving|*** | 5% archiving|*************** | 24% archiving|********************** | 34% archiving|******************************** | 50% archiving|************************************* | 59% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|******************************************************* | 86% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3/coap_split_query.3: No one-line description, using filename "coap_split_query" /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3/coap_split_path.3: No one-line description, using filename "coap_split_path" /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3/coap_session_set_app_data.3: No one-line description, using filename "coap_session_set_app_data" /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3/coap_session_get_app_data.3: No one-line description, using filename "coap_session_get_app_data" /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3/coap_endpoint_str.3: No one-line description, using filename "coap_endpoint_str" /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3/coap_encode_var_bytes.3: No one-line description, using filename "coap_encode_var_bytes" /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3/coap_context_set_pki_root_cas.3: No one-line description, using filename "coap_context_set_pki_root_cas" /exopi-obj/pobj/libcoap-4.2.1/fake-amd64/usr/local/man/man3/coap_add_data_blocked_response.3: No one-line description, using filename "coap_add_data_blocked_response" Link to /exopi-cvs/ports/packages/amd64/ftp/libcoap-4.2.1p2.tgz >>> Running clean in devel/libcoap at 1711601284.30 ===> devel/libcoap ===> Cleaning for libcoap-4.2.1p2 >>> Ended at 1711601284.72 max_stuck=1.81/depends=2.86/show-prepare-results=1.64/extract=0.38/patch=0.30/configure=30.47/build=68.81/fake=1.74/package=1.19/clean=0.46