Comme annoncé, ce forum est passé en lecture seule au 1er janvier 2020. Désormais nous vous invitons à vous rendre sur notre nouvelle page communauté :
Image

A très bientôt !

[Plugin Officiel][Sujet Principal] Ikea Light

Pour échanger sur les plugins classés en catégorie "Objets connectés"
Avatar de l’utilisateur
Cubenbois
Timide
Messages : 31
Inscription : 19 janv. 2015, 14:23
Localisation : Pas-de-calais (62)

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Cubenbois » 08 févr. 2019, 10:10

Même problème ici.

Je n'arrivais pas à remonter les infos d'une de mes ampoules, j'ai donc relancer l'installation de mes dépendances, depuis le Démon est KO et les dépendances sont KO.

Voici les logs

Code : Tout sélectionner

...
dtls_debug.h:95:61: warning: unused parameter ‘length’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h: In function ‘dump’:
dtls_debug.h:98:40: warning: unused parameter ‘buf’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h:98:52: warning: unused parameter ‘len’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h: In function ‘dtls_dsrv_hexdump_log’:
dtls_debug.h:102:29: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~
dtls_debug.h:102:48: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~
dtls_debug.h:102:75: warning: unused parameter ‘buf’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~
dtls_debug.h:102:87: warning: unused parameter ‘length’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h:102:99: warning: unused parameter ‘extend’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h: In function ‘dtls_dsrv_log_addr’:
dtls_debug.h:106:26: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~~
dtls_debug.h:106:45: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
dtls_debug.h:106:68: warning: unused parameter ‘addr’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
gcc -Wall -pedantic -std=c99 -D COAP_DEBUG_FD=stderr -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o peer.o peer.c
In file included from peer.c:20:0:
dtls_debug.h: In function ‘hexdump’:
dtls_debug.h:95:49: warning: unused parameter ‘packet’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h:95:61: warning: unused parameter ‘length’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h: In function ‘dump’:
dtls_debug.h:98:40: warning: unused parameter ‘buf’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h:98:52: warning: unused parameter ‘len’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h: In function ‘dtls_dsrv_hexdump_log’:
dtls_debug.h:102:29: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~
dtls_debug.h:102:48: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~
dtls_debug.h:102:75: warning: unused parameter ‘buf’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~
dtls_debug.h:102:87: warning: unused parameter ‘length’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h:102:99: warning: unused parameter ‘extend’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h: In function ‘dtls_dsrv_log_addr’:
dtls_debug.h:106:26: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~~
dtls_debug.h:106:45: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
dtls_debug.h:106:68: warning: unused parameter ‘addr’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
gcc -Wall -pedantic -std=c99 -D COAP_DEBUG_FD=stderr -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o dtls_time.o dtls_time.c
gcc -Wall -pedantic -std=c99 -D COAP_DEBUG_FD=stderr -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o session.o session.c
gcc -Wall -pedantic -std=c99 -D COAP_DEBUG_FD=stderr -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o dtls_debug.o dtls_debug.c
In file included from dtls_debug.c:36:0:
dtls_debug.h: In function ‘hexdump’:
dtls_debug.h:95:49: warning: unused parameter ‘packet’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h:95:61: warning: unused parameter ‘length’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h: In function ‘dump’:
dtls_debug.h:98:40: warning: unused parameter ‘buf’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h:98:52: warning: unused parameter ‘len’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h: In function ‘dtls_dsrv_hexdump_log’:
dtls_debug.h:102:29: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~
dtls_debug.h:102:48: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~
dtls_debug.h:102:75: warning: unused parameter ‘buf’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~
dtls_debug.h:102:87: warning: unused parameter ‘length’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h:102:99: warning: unused parameter ‘extend’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h: In function ‘dtls_dsrv_log_addr’:
dtls_debug.h:106:26: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~~
dtls_debug.h:106:45: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
dtls_debug.h:106:68: warning: unused parameter ‘addr’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
make -C aes rijndael.o
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DNDEBUG -DDTLSv12 -DWITH_SHA256  -c -o rijndael.o rijndael.c
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make -C ecc ecc.o
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256  -c -o ecc.o ecc.c
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make -C sha2 sha2.o
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DNDEBUG -DDTLSv12 -DWITH_SHA256 -I..  -c -o sha2.o sha2.c
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/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 aes/rijndael.o ecc/ecc.o sha2/sha2.o
ar: le modificateur « u » est ignoré puisque « D » est le défaut (consultez « U »)
ranlib libtinydtls.a
make -C doc
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
: Doxyfile >./doxygen.out 2>&1
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
for dir in tests doc platform-specific sha2 aes ecc; do \
make -C $dir ; \
done
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/tests »
gcc -Wall -D COAP_DEBUG_FD=stderr  -I..  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -L..   dtls-server.c  -ltinydtls  -o dtls-server
gcc -Wall -D COAP_DEBUG_FD=stderr  -I..  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -L..   ccm-test.c  -ltinydtls  -o ccm-test
gcc -Wall -D COAP_DEBUG_FD=stderr  -I..  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -L..   prf-test.c  -ltinydtls  -o prf-test
gcc -Wall -D COAP_DEBUG_FD=stderr  -I..  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -L..   dtls-client.c  -ltinydtls  -o dtls-client
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/tests »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
: Doxyfile >./doxygen.out 2>&1
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/platform-specific »
make[3]: rien à faire pour « clean ».
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/platform-specific »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256  -c -o ecc_test.o ecc.c
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256  -c -o test_helper.o test_helper.c
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256   testecc.c ecc_test.o test_helper.o   -o testecc
testecc.c:116:23: warning: ‘ecdsaTestresultS2’ defined but not used [-Wunused-const-variable=]
static const uint32_t ecdsaTestresultS2[] = { 0x433AAB6F, 0x808250B1, 0xE46F90F4, 0xB342E972, 0x18B2F7E4, 0x2DB981A2, 0x6A288FA4, 0x41CF59DB};
^~~~~~~~~~~~~~~~~
testecc.c:115:23: warning: ‘ecdsaTestresultR2’ defined but not used [-Wunused-const-variable=]
static const uint32_t ecdsaTestresultR2[] = { 0x14146C91, 0xE878724D, 0xCD4FF928, 0xCC24BC04, 0xAC403390, 0x650C0060, 0x4A30B3F1, 0x9C69B726};
^~~~~~~~~~~~~~~~~
testecc.c:112:23: warning: ‘ecdsaTestresultS1’ defined but not used [-Wunused-const-variable=]
static const uint32_t ecdsaTestresultS1[] = { 0x5366B1AB, 0x0F1DBF46, 0xB0C8D3C4, 0xDB755B6F, 0xB9BF9243, 0xE644A8BE, 0x55159A59, 0x6F9E52A6};
^~~~~~~~~~~~~~~~~
testecc.c:111:23: warning: ‘ecdsaTestresultR1’ defined but not used [-Wunused-const-variable=]
static const uint32_t ecdsaTestresultR1[] = { 0xC3B4035F, 0x515AD0A6, 0xBF375DCA, 0x0CC1E997, 0x7F54FDCD, 0x04D3FECA, 0xB9E396B9, 0x515C3D6E};
^~~~~~~~~~~~~~~~~
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256   testfield.c ecc_test.o test_helper.o   -o testfield
testfield.c:99:23: warning: ‘orderResultDoubleMod’ defined but not used [-Wunused-const-variable=]
static const uint32_t orderResultDoubleMod[8] = {0xFC63254F, 0xF3B9CAC2, 0xA7179E84, 0xBCE6FAAD, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000000, 0xFFFFFFFF};
^~~~~~~~~~~~~~~~~~~~
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls »
Making all in .
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-address.lo -MD -MP -MF src/.deps/libcoap_1_la-address.Tpo -c -o src/libcoap_1_la-address.lo `test -f 'src/address.c' || echo './'`src/address.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-address.lo -MD -MP -MF src/.deps/libcoap_1_la-address.Tpo -c src/address.c -fPIE -o src/libcoap_1_la-address.o
mv -f src/.deps/libcoap_1_la-address.Tpo src/.deps/libcoap_1_la-address.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-async.lo -MD -MP -MF src/.deps/libcoap_1_la-async.Tpo -c -o src/libcoap_1_la-async.lo `test -f 'src/async.c' || echo './'`src/async.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-async.lo -MD -MP -MF src/.deps/libcoap_1_la-async.Tpo -c src/async.c -fPIE -o src/libcoap_1_la-async.o
mv -f src/.deps/libcoap_1_la-async.Tpo src/.deps/libcoap_1_la-async.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-block.lo -MD -MP -MF src/.deps/libcoap_1_la-block.Tpo -c -o src/libcoap_1_la-block.lo `test -f 'src/block.c' || echo './'`src/block.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-block.lo -MD -MP -MF src/.deps/libcoap_1_la-block.Tpo -c src/block.c -fPIE -o src/libcoap_1_la-block.o
mv -f src/.deps/libcoap_1_la-block.Tpo src/.deps/libcoap_1_la-block.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_dtls.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_dtls.Tpo -c -o src/libcoap_1_la-coap_dtls.lo `test -f 'src/coap_dtls.c' || echo './'`src/coap_dtls.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_dtls.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_dtls.Tpo -c src/coap_dtls.c -fPIE -o src/libcoap_1_la-coap_dtls.o
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:98:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_BUGREPORT" redefined
#define PACKAGE_BUGREPORT ""
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:104:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_BUGREPORT "libcoap-developers@lists.sourceforge.net"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:101:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_NAME" redefined
#define PACKAGE_NAME "tinydtls"
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:107:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_NAME "libcoap"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:104:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_STRING" redefined
#define PACKAGE_STRING "tinydtls 0.8.6"
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:110:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_STRING "libcoap 4.1.2"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:107:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_TARNAME" redefined
#define PACKAGE_TARNAME "tinydtls"
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:113:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_TARNAME "libcoap"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:110:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_URL" redefined
#define PACKAGE_URL ""
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:116:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_URL "https://libcoap.net/"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:113:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_VERSION" redefined
#define PACKAGE_VERSION "0.8.6"
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:119:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_VERSION "4.1.2"
mv -f src/.deps/libcoap_1_la-coap_dtls.Tpo src/.deps/libcoap_1_la-coap_dtls.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_event.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_event.Tpo -c -o src/libcoap_1_la-coap_event.lo `test -f 'src/coap_event.c' || echo './'`src/coap_event.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_event.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_event.Tpo -c src/coap_event.c -fPIE -o src/libcoap_1_la-coap_event.o
mv -f src/.deps/libcoap_1_la-coap_event.Tpo src/.deps/libcoap_1_la-coap_event.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_keystore.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_keystore.Tpo -c -o src/libcoap_1_la-coap_keystore.lo `test -f 'src/coap_keystore.c' || echo './'`src/coap_keystore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_keystore.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_keystore.Tpo -c src/coap_keystore.c -fPIE -o src/libcoap_1_la-coap_keystore.o
mv -f src/.deps/libcoap_1_la-coap_keystore.Tpo src/.deps/libcoap_1_la-coap_keystore.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_time.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_time.Tpo -c -o src/libcoap_1_la-coap_time.lo `test -f 'src/coap_time.c' || echo './'`src/coap_time.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_time.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_time.Tpo -c src/coap_time.c -fPIE -o src/libcoap_1_la-coap_time.o
mv -f src/.deps/libcoap_1_la-coap_time.Tpo src/.deps/libcoap_1_la-coap_time.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-debug.lo -MD -MP -MF src/.deps/libcoap_1_la-debug.Tpo -c -o src/libcoap_1_la-debug.lo `test -f 'src/debug.c' || echo './'`src/debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-debug.lo -MD -MP -MF src/.deps/libcoap_1_la-debug.Tpo -c src/debug.c -fPIE -o src/libcoap_1_la-debug.o
mv -f src/.deps/libcoap_1_la-debug.Tpo src/.deps/libcoap_1_la-debug.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-encode.lo -MD -MP -MF src/.deps/libcoap_1_la-encode.Tpo -c -o src/libcoap_1_la-encode.lo `test -f 'src/encode.c' || echo './'`src/encode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-encode.lo -MD -MP -MF src/.deps/libcoap_1_la-encode.Tpo -c src/encode.c -fPIE -o src/libcoap_1_la-encode.o
mv -f src/.deps/libcoap_1_la-encode.Tpo src/.deps/libcoap_1_la-encode.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-hashkey.lo -MD -MP -MF src/.deps/libcoap_1_la-hashkey.Tpo -c -o src/libcoap_1_la-hashkey.lo `test -f 'src/hashkey.c' || echo './'`src/hashkey.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-hashkey.lo -MD -MP -MF src/.deps/libcoap_1_la-hashkey.Tpo -c src/hashkey.c -fPIE -o src/libcoap_1_la-hashkey.o
mv -f src/.deps/libcoap_1_la-hashkey.Tpo src/.deps/libcoap_1_la-hashkey.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-mem.lo -MD -MP -MF src/.deps/libcoap_1_la-mem.Tpo -c -o src/libcoap_1_la-mem.lo `test -f 'src/mem.c' || echo './'`src/mem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-mem.lo -MD -MP -MF src/.deps/libcoap_1_la-mem.Tpo -c src/mem.c -fPIE -o src/libcoap_1_la-mem.o
mv -f src/.deps/libcoap_1_la-mem.Tpo src/.deps/libcoap_1_la-mem.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-net.lo -MD -MP -MF src/.deps/libcoap_1_la-net.Tpo -c -o src/libcoap_1_la-net.lo `test -f 'src/net.c' || echo './'`src/net.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-net.lo -MD -MP -MF src/.deps/libcoap_1_la-net.Tpo -c src/net.c -fPIE -o src/libcoap_1_la-net.o
mv -f src/.deps/libcoap_1_la-net.Tpo src/.deps/libcoap_1_la-net.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-option.lo -MD -MP -MF src/.deps/libcoap_1_la-option.Tpo -c -o src/libcoap_1_la-option.lo `test -f 'src/option.c' || echo './'`src/option.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-option.lo -MD -MP -MF src/.deps/libcoap_1_la-option.Tpo -c src/option.c -fPIE -o src/libcoap_1_la-option.o
mv -f src/.deps/libcoap_1_la-option.Tpo src/.deps/libcoap_1_la-option.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-pdu.lo -MD -MP -MF src/.deps/libcoap_1_la-pdu.Tpo -c -o src/libcoap_1_la-pdu.lo `test -f 'src/pdu.c' || echo './'`src/pdu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-pdu.lo -MD -MP -MF src/.deps/libcoap_1_la-pdu.Tpo -c src/pdu.c -fPIE -o src/libcoap_1_la-pdu.o
mv -f src/.deps/libcoap_1_la-pdu.Tpo src/.deps/libcoap_1_la-pdu.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-resource.lo -MD -MP -MF src/.deps/libcoap_1_la-resource.Tpo -c -o src/libcoap_1_la-resource.lo `test -f 'src/resource.c' || echo './'`src/resource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-resource.lo -MD -MP -MF src/.deps/libcoap_1_la-resource.Tpo -c src/resource.c -fPIE -o src/libcoap_1_la-resource.o
mv -f src/.deps/libcoap_1_la-resource.Tpo src/.deps/libcoap_1_la-resource.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-str.lo -MD -MP -MF src/.deps/libcoap_1_la-str.Tpo -c -o src/libcoap_1_la-str.lo `test -f 'src/str.c' || echo './'`src/str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-str.lo -MD -MP -MF src/.deps/libcoap_1_la-str.Tpo -c src/str.c -fPIE -o src/libcoap_1_la-str.o
mv -f src/.deps/libcoap_1_la-str.Tpo src/.deps/libcoap_1_la-str.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-subscribe.lo -MD -MP -MF src/.deps/libcoap_1_la-subscribe.Tpo -c -o src/libcoap_1_la-subscribe.lo `test -f 'src/subscribe.c' || echo './'`src/subscribe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-subscribe.lo -MD -MP -MF src/.deps/libcoap_1_la-subscribe.Tpo -c src/subscribe.c -fPIE -o src/libcoap_1_la-subscribe.o
mv -f src/.deps/libcoap_1_la-subscribe.Tpo src/.deps/libcoap_1_la-subscribe.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-uri.lo -MD -MP -MF src/.deps/libcoap_1_la-uri.Tpo -c -o src/libcoap_1_la-uri.lo `test -f 'src/uri.c' || echo './'`src/uri.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-uri.lo -MD -MP -MF src/.deps/libcoap_1_la-uri.Tpo -c src/uri.c -fPIE -o src/libcoap_1_la-uri.o
mv -f src/.deps/libcoap_1_la-uri.Tpo src/.deps/libcoap_1_la-uri.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-coap_io.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-coap_io.Tpo -c -o src/platform/posix/libcoap_1_la-coap_io.lo `test -f 'src/platform/posix/coap_io.c' || echo './'`src/platform/posix/coap_io.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-coap_io.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-coap_io.Tpo -c src/platform/posix/coap_io.c -fPIE -o src/platform/posix/libcoap_1_la-coap_io.o
mv -f src/platform/posix/.deps/libcoap_1_la-coap_io.Tpo src/platform/posix/.deps/libcoap_1_la-coap_io.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-prng.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-prng.Tpo -c -o src/platform/posix/libcoap_1_la-prng.lo `test -f 'src/platform/posix/prng.c' || echo './'`src/platform/posix/prng.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-prng.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-prng.Tpo -c src/platform/posix/prng.c -fPIE -o src/platform/posix/libcoap_1_la-prng.o
[01m[Ksrc/platform/posix/prng.c:16:1:[m[K [01;35m[Kwarning: [m[Kno previous prototype for ‘[01m[Kcoap_prng[m[K’ [[01;35m[K-Wmissing-prototypes[m[K]
[01;35m[Kcoap_prng[m[K(unsigned char *buf, size_t len) {
[01;35m[K^~~~~~~~~[m[K
[01m[Ksrc/platform/posix/prng.c:23:1:[m[K [01;35m[Kwarning: [m[Kno previous prototype for ‘[01m[Kcoap_prng_init[m[K’ [[01;35m[K-Wmissing-prototypes[m[K]
[01;35m[Kcoap_prng_init[m[K(void *value) {
[01;35m[K^~~~~~~~~~~~~~[m[K
mv -f src/platform/posix/.deps/libcoap_1_la-prng.Tpo src/platform/posix/.deps/libcoap_1_la-prng.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-run.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-run.Tpo -c -o src/platform/posix/libcoap_1_la-run.lo `test -f 'src/platform/posix/run.c' || echo './'`src/platform/posix/run.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-run.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-run.Tpo -c src/platform/posix/run.c -fPIE -o src/platform/posix/libcoap_1_la-run.o
mv -f src/platform/posix/.deps/libcoap_1_la-run.Tpo src/platform/posix/.deps/libcoap_1_la-run.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -version-info 0:0:0 -Wl,--version-script=./libcoap-1.map -pie -L./ext/tinydtls -ltinydtls -o libcoap-1.la -rpath /usr/local/lib src/libcoap_1_la-address.lo src/libcoap_1_la-async.lo src/libcoap_1_la-block.lo src/libcoap_1_la-coap_dtls.lo src/libcoap_1_la-coap_event.lo src/libcoap_1_la-coap_keystore.lo src/libcoap_1_la-coap_time.lo src/libcoap_1_la-debug.lo src/libcoap_1_la-encode.lo src/libcoap_1_la-hashkey.lo src/libcoap_1_la-mem.lo src/libcoap_1_la-net.lo src/libcoap_1_la-option.lo src/libcoap_1_la-pdu.lo src/libcoap_1_la-resource.lo src/libcoap_1_la-str.lo src/libcoap_1_la-subscribe.lo src/libcoap_1_la-uri.lo src/platform/posix/libcoap_1_la-coap_io.lo src/platform/posix/libcoap_1_la-prng.lo src/platform/posix/libcoap_1_la-run.lo
libtool: link: ar cru .libs/libcoap-1.a  src/libcoap_1_la-address.o src/libcoap_1_la-async.o src/libcoap_1_la-block.o src/libcoap_1_la-coap_dtls.o src/libcoap_1_la-coap_event.o src/libcoap_1_la-coap_keystore.o src/libcoap_1_la-coap_time.o src/libcoap_1_la-debug.o src/libcoap_1_la-encode.o src/libcoap_1_la-hashkey.o src/libcoap_1_la-mem.o src/libcoap_1_la-net.o src/libcoap_1_la-option.o src/libcoap_1_la-pdu.o src/libcoap_1_la-resource.o src/libcoap_1_la-str.o src/libcoap_1_la-subscribe.o src/libcoap_1_la-uri.o src/platform/posix/libcoap_1_la-coap_io.o src/platform/posix/libcoap_1_la-prng.o src/platform/posix/libcoap_1_la-run.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcoap-1.a
libtool: link: ( cd ".libs" && rm -f "libcoap-1.la" && ln -s "../libcoap-1.la" "libcoap-1.la" )
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
Making all in tests
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
Making all in examples
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
gcc -DHAVE_CONFIG_H -I. -I..   -I ../ext/tinydtls -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -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
gcc -DHAVE_CONFIG_H -I. -I..   -I ../ext/tinydtls -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT coap_list.o -MD -MP -MF .deps/coap_list.Tpo -c -o coap_list.o coap_list.c
mv -f .deps/coap_list.Tpo .deps/coap_list.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX  -L../ext/tinydtls -ltinydtls -o coap-client client.o coap_list.o ../.libs/libcoap-1.la
libtool: link: gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-client client.o coap_list.o  -L../ext/tinydtls ../.libs/libcoap-1.a -L./ext/tinydtls -ltinydtls
gcc -DHAVE_CONFIG_H -I. -I..   -I ../ext/tinydtls -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -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
/bin/bash ../libtool  --tag=CC   --mode=link gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX  -L../ext/tinydtls -ltinydtls -o coap-server coap-server.o ../.libs/libcoap-1.la
libtool: link: gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-server coap-server.o  -L../ext/tinydtls ../.libs/libcoap-1.a -L./ext/tinydtls -ltinydtls
gcc -DHAVE_CONFIG_H -I. -I..   -I ../ext/tinydtls -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -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
/bin/bash ../libtool  --tag=CC   --mode=link gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX  -L../ext/tinydtls -ltinydtls -o coap-rd coap-rd.o ../.libs/libcoap-1.la
libtool: link: gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-rd coap-rd.o  -L../ext/tinydtls ../.libs/libcoap-1.a -L./ext/tinydtls -ltinydtls
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
Making install in ext/tinydtls
make[1] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls »
make -C aes rijndael.o
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make[2]: « rijndael.o » est à jour.
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make -C ecc ecc.o
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make[2]: « ecc.o » est à jour.
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make -C sha2 sha2.o
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make[2]: « sha2.o » est à jour.
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make -C doc
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
: Doxyfile >./doxygen.out 2>&1
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
test -d /usr/local/lib || mkdir -p /usr/local/lib
test -d /usr/local/include/tinydtls || mkdir -p /usr/local/include/tinydtls
cp libtinydtls.a /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 prng.h peer.h state.h dtls_time.h session.h tinydtls.h /usr/local/include/tinydtls/
for dir in tests doc platform-specific sha2 aes ecc; do \
make -C $dir install="cp" includedir=/usr/local/include/tinydtls install; \
done
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/tests »
:
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/tests »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
make[2]: ***  Aucune règle pour fabriquer la cible « html », nécessaire pour « install ». Arrêt.
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/platform-specific »
:
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/platform-specific »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
test -d /usr/local/include/tinydtls/sha2 || mkdir -p /usr/local/include/tinydtls/sha2
cp sha2.h /usr/local/include/tinydtls/sha2
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
test -d /usr/local/include/tinydtls/aes || mkdir -p /usr/local/include/tinydtls/aes
cp rijndael.h /usr/local/include/tinydtls/aes
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
test -d /usr/local/include/tinydtls/ecc || mkdir -p /usr/local/include/tinydtls/ecc
cp ecc.h test_helper.h /usr/local/include/tinydtls/ecc
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls »
Making install in .
make[1] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
/bin/mkdir -p '/usr/local/lib'
/bin/bash ./libtool   --mode=install /usr/bin/install -c   libcoap-1.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libcoap-1.lai /usr/local/lib/libcoap-1.la
libtool: install: /usr/bin/install -c .libs/libcoap-1.a /usr/local/lib/libcoap-1.a
libtool: install: chmod 644 /usr/local/lib/libcoap-1.a
libtool: install: ranlib /usr/local/lib/libcoap-1.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/usr/local/include/coap/'
/usr/bin/install -c -m 644 include/coap/address.h include/coap/async.h include/coap/bits.h include/coap/block.h include/coap/coap.h include/coap/coap_dtls.h include/coap/coap_event.h include/coap/coap_keystore.h include/coap/coap_io.h include/coap/coap_time.h include/coap/debug.h include/coap/encode.h include/coap/hashkey.h include/coap/libcoap.h include/coap/mem.h include/coap/net.h include/coap/option.h include/coap/pdu.h include/coap/prng.h include/coap/resource.h include/coap/run.h include/coap/str.h include/coap/subscribe.h include/coap/uri.h include/coap/uthash.h include/coap/utlist.h '/usr/local/include/coap/'
/bin/mkdir -p '/usr/local/lib/pkgconfig'
/usr/bin/install -c -m 644 libcoap-1.pc '/usr/local/lib/pkgconfig'
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
Making install in tests
make[1] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
make[2]: rien à faire pour « install-exec-am ».
make[2]: rien à faire pour « install-data-am ».
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
Making install in examples
make[1] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
/bin/mkdir -p '/usr/local/bin'
/bin/bash ../libtool   --mode=install /usr/bin/install -c coap-client coap-server coap-rd '/usr/local/bin'
libtool: install: /usr/bin/install -c coap-client /usr/local/bin/coap-client
libtool: install: /usr/bin/install -c coap-server /usr/local/bin/coap-server
libtool: install: /usr/bin/install -c coap-rd /usr/local/bin/coap-rd
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
********************************************************
*             Installation terminée                    *
********************************************************

Avatar de l’utilisateur
Jerome84
Actif
Messages : 612
Inscription : 09 mai 2015, 18:46
Localisation : Le Thor

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Jerome84 » 10 févr. 2019, 17:18

Bonjour à tous,

j'ai fait récemment l'acquisition d'une passerelle et avec je pensais pouvoir piloter les prises connectés depuis mon jeedom.
Ce matin j'ai voulu tenté l’intégration et j'ai vite compris que ça ne marcherait pas vu que le plugin n'a pas encore été mis à jour pour les intégrer.
Comme je suis du genre impatient, j'ai passé un peu de temps à modifier le plugin pour intégrer ces nouvelles prise :lol:
Je souhaitai vous en faire profiter mais comme le plugin est payant, il est impossible de faire un PR sur github.

Si la team passe pas là, je peux vous faire passer les fichiers modifiés

MrVince
Timide
Messages : 182
Inscription : 11 sept. 2017, 15:22

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par MrVince » 11 févr. 2019, 14:27

Bonjour,

J'ai cru comprendre que les prises ne pouvaient etre ajoutées sans une refonte complete du plugin IkeaLight, tu parles bien de ce plugin et non du non officiel 'Ikea Tradfri' ?
NAS HP Proliant - OpenMediaVault - Jeedom Docker
Raspberry Pi 3 - MagicMirror
Prusa i3

Capteurs MySensors / Xiaomi / Éclairage Ikea Tradfri
SmarterCoffee / Chromecast & Google Home / Thermostat Netatmo

Avatar de l’utilisateur
Jerome84
Actif
Messages : 612
Inscription : 09 mai 2015, 18:46
Localisation : Le Thor

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Jerome84 » 11 févr. 2019, 14:45

MrVince a écrit :
11 févr. 2019, 14:27
Bonjour,

J'ai cru comprendre que les prises ne pouvaient etre ajoutées sans une refonte complete du plugin IkeaLight, tu parles bien de ce plugin et non du non officiel 'Ikea Tradfri' ?
Oui, je parle bien du plugin Ikea Light.
J'ai rajouté le device avec son image et la création des commandes associées (on/off/etat).
Le on/off fonctionne parfaitement
Le retour d'état aussi.

j'ai du modifier 4/5 fichiers au grand max. Après je ne suis pas un expert Python donc je ne sais pas si c'est fait dans les règles de l'art. Mais ca fonctionne et il n'y a pas d'erreur dans les logs.

ADC26120
Timide
Messages : 5
Inscription : 24 janv. 2019, 06:45

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par ADC26120 » 11 févr. 2019, 21:55

du coup pour moi j'ai résolu mon problème en désinstallant python et en réinstallant python par ssh .

Du coup j'ai pu tout réavoir ….

par contre je suis intéréssé par tes éléments jerome84

Avatar de l’utilisateur
Jerome84
Actif
Messages : 612
Inscription : 09 mai 2015, 18:46
Localisation : Le Thor

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Jerome84 » 12 févr. 2019, 10:38

J'aimerai bien vous faire passer les modifications mais comme c'est un plugin payant, je souhaiterai ne pas mettre en défaut la team jeedom.

J'ai voulu ouvrir un incident pour leur proposer mes modifications mais il y a déjà beaucoup de tickets ouverts pour l'intégration de ces prises que du couo j'ai abandonné.

Avatar de l’utilisateur
kimagure
Helper
Messages : 109
Inscription : 21 août 2014, 14:53

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par kimagure » 12 févr. 2019, 11:33

Jerome84 a écrit :
12 févr. 2019, 10:38
J'aimerai bien vous faire passer les modifications mais comme c'est un plugin payant, je souhaiterai ne pas mettre en défaut la team jeedom.
Tiens, d'ailleurs, "vraie" question (même si ce n'est sans doute pas le meilleur endroit pour en discuter).

Dans (tous ?) les plugins que j'achetés (celui-ci compris), le code source des classes du plugin contient l'entete suivante:

Code : Tout sélectionner

/* This file is part of Jeedom.
*
* Jeedom is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* ...
Quel est l'impact de cette licence GNU GPLv3 sur le droit distribuer le code d'un plugin payant avec ou sans modifications ?

En l'occurence, @Jerome84 aurait-il le droit de distribuer son code modifié sans "enfreindre" une quelconque licence ?

K.
Helper Officiel Jeedom
Jeedom 3.3.x sur VM Proxmox
Zwave, Xiaomi, Hue, Tradfri, RFXcom, Alexa, Surepetcare, Airsend, Squeezebox...

Chenev
Timide
Messages : 98
Inscription : 12 avr. 2017, 08:24

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Chenev » 15 févr. 2019, 08:32

Cubenbois a écrit :
08 févr. 2019, 10:10
Même problème ici.

Je n'arrivais pas à remonter les infos d'une de mes ampoules, j'ai donc relancer l'installation de mes dépendances, depuis le Démon est KO et les dépendances sont KO.

Voici les logs

Code : Tout sélectionner

...
dtls_debug.h:95:61: warning: unused parameter ‘length’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h: In function ‘dump’:
dtls_debug.h:98:40: warning: unused parameter ‘buf’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h:98:52: warning: unused parameter ‘len’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h: In function ‘dtls_dsrv_hexdump_log’:
dtls_debug.h:102:29: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~
dtls_debug.h:102:48: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~
dtls_debug.h:102:75: warning: unused parameter ‘buf’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~
dtls_debug.h:102:87: warning: unused parameter ‘length’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h:102:99: warning: unused parameter ‘extend’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h: In function ‘dtls_dsrv_log_addr’:
dtls_debug.h:106:26: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~~
dtls_debug.h:106:45: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
dtls_debug.h:106:68: warning: unused parameter ‘addr’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
gcc -Wall -pedantic -std=c99 -D COAP_DEBUG_FD=stderr -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o peer.o peer.c
In file included from peer.c:20:0:
dtls_debug.h: In function ‘hexdump’:
dtls_debug.h:95:49: warning: unused parameter ‘packet’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h:95:61: warning: unused parameter ‘length’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h: In function ‘dump’:
dtls_debug.h:98:40: warning: unused parameter ‘buf’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h:98:52: warning: unused parameter ‘len’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h: In function ‘dtls_dsrv_hexdump_log’:
dtls_debug.h:102:29: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~
dtls_debug.h:102:48: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~
dtls_debug.h:102:75: warning: unused parameter ‘buf’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~
dtls_debug.h:102:87: warning: unused parameter ‘length’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h:102:99: warning: unused parameter ‘extend’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h: In function ‘dtls_dsrv_log_addr’:
dtls_debug.h:106:26: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~~
dtls_debug.h:106:45: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
dtls_debug.h:106:68: warning: unused parameter ‘addr’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
gcc -Wall -pedantic -std=c99 -D COAP_DEBUG_FD=stderr -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o dtls_time.o dtls_time.c
gcc -Wall -pedantic -std=c99 -D COAP_DEBUG_FD=stderr -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o session.o session.c
gcc -Wall -pedantic -std=c99 -D COAP_DEBUG_FD=stderr -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I.  -c -o dtls_debug.o dtls_debug.c
In file included from dtls_debug.c:36:0:
dtls_debug.h: In function ‘hexdump’:
dtls_debug.h:95:49: warning: unused parameter ‘packet’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h:95:61: warning: unused parameter ‘length’ [-Wunused-parameter]
static inline void hexdump(const unsigned char *packet, int length)
^~~~~~
dtls_debug.h: In function ‘dump’:
dtls_debug.h:98:40: warning: unused parameter ‘buf’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h:98:52: warning: unused parameter ‘len’ [-Wunused-parameter]
static inline void dump(unsigned char *buf, size_t len)
^~~
dtls_debug.h: In function ‘dtls_dsrv_hexdump_log’:
dtls_debug.h:102:29: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~
dtls_debug.h:102:48: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~
dtls_debug.h:102:75: warning: unused parameter ‘buf’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~
dtls_debug.h:102:87: warning: unused parameter ‘length’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h:102:99: warning: unused parameter ‘extend’ [-Wunused-parameter]
dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int extend)
^~~~~~
dtls_debug.h: In function ‘dtls_dsrv_log_addr’:
dtls_debug.h:106:26: warning: unused parameter ‘level’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~~
dtls_debug.h:106:45: warning: unused parameter ‘name’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
dtls_debug.h:106:68: warning: unused parameter ‘addr’ [-Wunused-parameter]
dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr)
^~~~
make -C aes rijndael.o
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DNDEBUG -DDTLSv12 -DWITH_SHA256  -c -o rijndael.o rijndael.c
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make -C ecc ecc.o
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256  -c -o ecc.o ecc.c
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make -C sha2 sha2.o
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DNDEBUG -DDTLSv12 -DWITH_SHA256 -I..  -c -o sha2.o sha2.c
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/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 aes/rijndael.o ecc/ecc.o sha2/sha2.o
ar: le modificateur « u » est ignoré puisque « D » est le défaut (consultez « U »)
ranlib libtinydtls.a
make -C doc
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
: Doxyfile >./doxygen.out 2>&1
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
for dir in tests doc platform-specific sha2 aes ecc; do \
make -C $dir ; \
done
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/tests »
gcc -Wall -D COAP_DEBUG_FD=stderr  -I..  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -L..   dtls-server.c  -ltinydtls  -o dtls-server
gcc -Wall -D COAP_DEBUG_FD=stderr  -I..  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -L..   ccm-test.c  -ltinydtls  -o ccm-test
gcc -Wall -D COAP_DEBUG_FD=stderr  -I..  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -L..   prf-test.c  -ltinydtls  -o prf-test
gcc -Wall -D COAP_DEBUG_FD=stderr  -I..  -DNDEBUG -DDTLSv12 -DWITH_SHA256 -L..   dtls-client.c  -ltinydtls  -o dtls-client
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/tests »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
: Doxyfile >./doxygen.out 2>&1
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/platform-specific »
make[3]: rien à faire pour « clean ».
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/platform-specific »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make[3] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256  -c -o ecc_test.o ecc.c
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256  -c -o test_helper.o test_helper.c
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256   testecc.c ecc_test.o test_helper.o   -o testecc
testecc.c:116:23: warning: ‘ecdsaTestresultS2’ defined but not used [-Wunused-const-variable=]
static const uint32_t ecdsaTestresultS2[] = { 0x433AAB6F, 0x808250B1, 0xE46F90F4, 0xB342E972, 0x18B2F7E4, 0x2DB981A2, 0x6A288FA4, 0x41CF59DB};
^~~~~~~~~~~~~~~~~
testecc.c:115:23: warning: ‘ecdsaTestresultR2’ defined but not used [-Wunused-const-variable=]
static const uint32_t ecdsaTestresultR2[] = { 0x14146C91, 0xE878724D, 0xCD4FF928, 0xCC24BC04, 0xAC403390, 0x650C0060, 0x4A30B3F1, 0x9C69B726};
^~~~~~~~~~~~~~~~~
testecc.c:112:23: warning: ‘ecdsaTestresultS1’ defined but not used [-Wunused-const-variable=]
static const uint32_t ecdsaTestresultS1[] = { 0x5366B1AB, 0x0F1DBF46, 0xB0C8D3C4, 0xDB755B6F, 0xB9BF9243, 0xE644A8BE, 0x55159A59, 0x6F9E52A6};
^~~~~~~~~~~~~~~~~
testecc.c:111:23: warning: ‘ecdsaTestresultR1’ defined but not used [-Wunused-const-variable=]
static const uint32_t ecdsaTestresultR1[] = { 0xC3B4035F, 0x515AD0A6, 0xBF375DCA, 0x0CC1E997, 0x7F54FDCD, 0x04D3FECA, 0xB9E396B9, 0x515C3D6E};
^~~~~~~~~~~~~~~~~
gcc -Wall -std=c99 -pedantic -D COAP_DEBUG_FD=stderr -DTEST_INCLUDE -DNDEBUG -DDTLSv12 -DWITH_SHA256   testfield.c ecc_test.o test_helper.o   -o testfield
testfield.c:99:23: warning: ‘orderResultDoubleMod’ defined but not used [-Wunused-const-variable=]
static const uint32_t orderResultDoubleMod[8] = {0xFC63254F, 0xF3B9CAC2, 0xA7179E84, 0xBCE6FAAD, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000000, 0xFFFFFFFF};
^~~~~~~~~~~~~~~~~~~~
make[3] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls »
Making all in .
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-address.lo -MD -MP -MF src/.deps/libcoap_1_la-address.Tpo -c -o src/libcoap_1_la-address.lo `test -f 'src/address.c' || echo './'`src/address.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-address.lo -MD -MP -MF src/.deps/libcoap_1_la-address.Tpo -c src/address.c -fPIE -o src/libcoap_1_la-address.o
mv -f src/.deps/libcoap_1_la-address.Tpo src/.deps/libcoap_1_la-address.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-async.lo -MD -MP -MF src/.deps/libcoap_1_la-async.Tpo -c -o src/libcoap_1_la-async.lo `test -f 'src/async.c' || echo './'`src/async.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-async.lo -MD -MP -MF src/.deps/libcoap_1_la-async.Tpo -c src/async.c -fPIE -o src/libcoap_1_la-async.o
mv -f src/.deps/libcoap_1_la-async.Tpo src/.deps/libcoap_1_la-async.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-block.lo -MD -MP -MF src/.deps/libcoap_1_la-block.Tpo -c -o src/libcoap_1_la-block.lo `test -f 'src/block.c' || echo './'`src/block.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-block.lo -MD -MP -MF src/.deps/libcoap_1_la-block.Tpo -c src/block.c -fPIE -o src/libcoap_1_la-block.o
mv -f src/.deps/libcoap_1_la-block.Tpo src/.deps/libcoap_1_la-block.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_dtls.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_dtls.Tpo -c -o src/libcoap_1_la-coap_dtls.lo `test -f 'src/coap_dtls.c' || echo './'`src/coap_dtls.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_dtls.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_dtls.Tpo -c src/coap_dtls.c -fPIE -o src/libcoap_1_la-coap_dtls.o
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:98:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_BUGREPORT" redefined
#define PACKAGE_BUGREPORT ""
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:104:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_BUGREPORT "libcoap-developers@lists.sourceforge.net"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:101:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_NAME" redefined
#define PACKAGE_NAME "tinydtls"
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:107:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_NAME "libcoap"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:104:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_STRING" redefined
#define PACKAGE_STRING "tinydtls 0.8.6"
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:110:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_STRING "libcoap 4.1.2"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:107:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_TARNAME" redefined
#define PACKAGE_TARNAME "tinydtls"
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:113:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_TARNAME "libcoap"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:110:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_URL" redefined
#define PACKAGE_URL ""
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:116:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_URL "https://libcoap.net/"
In file included from [01m[K./ext/tinydtls/tinydtls.h:28:0[m[K,
from [01m[Ksrc/coap_dtls.c:26[m[K:
[01m[K./ext/tinydtls/dtls_config.h:113:0:[m[K [01;35m[Kwarning: [m[K"PACKAGE_VERSION" redefined
#define PACKAGE_VERSION "0.8.6"
In file included from [01m[Ksrc/coap_dtls.c:10:0[m[K:
[01m[K./coap_config.h:119:0:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
#define PACKAGE_VERSION "4.1.2"
mv -f src/.deps/libcoap_1_la-coap_dtls.Tpo src/.deps/libcoap_1_la-coap_dtls.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_event.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_event.Tpo -c -o src/libcoap_1_la-coap_event.lo `test -f 'src/coap_event.c' || echo './'`src/coap_event.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_event.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_event.Tpo -c src/coap_event.c -fPIE -o src/libcoap_1_la-coap_event.o
mv -f src/.deps/libcoap_1_la-coap_event.Tpo src/.deps/libcoap_1_la-coap_event.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_keystore.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_keystore.Tpo -c -o src/libcoap_1_la-coap_keystore.lo `test -f 'src/coap_keystore.c' || echo './'`src/coap_keystore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_keystore.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_keystore.Tpo -c src/coap_keystore.c -fPIE -o src/libcoap_1_la-coap_keystore.o
mv -f src/.deps/libcoap_1_la-coap_keystore.Tpo src/.deps/libcoap_1_la-coap_keystore.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_time.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_time.Tpo -c -o src/libcoap_1_la-coap_time.lo `test -f 'src/coap_time.c' || echo './'`src/coap_time.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-coap_time.lo -MD -MP -MF src/.deps/libcoap_1_la-coap_time.Tpo -c src/coap_time.c -fPIE -o src/libcoap_1_la-coap_time.o
mv -f src/.deps/libcoap_1_la-coap_time.Tpo src/.deps/libcoap_1_la-coap_time.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-debug.lo -MD -MP -MF src/.deps/libcoap_1_la-debug.Tpo -c -o src/libcoap_1_la-debug.lo `test -f 'src/debug.c' || echo './'`src/debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-debug.lo -MD -MP -MF src/.deps/libcoap_1_la-debug.Tpo -c src/debug.c -fPIE -o src/libcoap_1_la-debug.o
mv -f src/.deps/libcoap_1_la-debug.Tpo src/.deps/libcoap_1_la-debug.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-encode.lo -MD -MP -MF src/.deps/libcoap_1_la-encode.Tpo -c -o src/libcoap_1_la-encode.lo `test -f 'src/encode.c' || echo './'`src/encode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-encode.lo -MD -MP -MF src/.deps/libcoap_1_la-encode.Tpo -c src/encode.c -fPIE -o src/libcoap_1_la-encode.o
mv -f src/.deps/libcoap_1_la-encode.Tpo src/.deps/libcoap_1_la-encode.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-hashkey.lo -MD -MP -MF src/.deps/libcoap_1_la-hashkey.Tpo -c -o src/libcoap_1_la-hashkey.lo `test -f 'src/hashkey.c' || echo './'`src/hashkey.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-hashkey.lo -MD -MP -MF src/.deps/libcoap_1_la-hashkey.Tpo -c src/hashkey.c -fPIE -o src/libcoap_1_la-hashkey.o
mv -f src/.deps/libcoap_1_la-hashkey.Tpo src/.deps/libcoap_1_la-hashkey.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-mem.lo -MD -MP -MF src/.deps/libcoap_1_la-mem.Tpo -c -o src/libcoap_1_la-mem.lo `test -f 'src/mem.c' || echo './'`src/mem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-mem.lo -MD -MP -MF src/.deps/libcoap_1_la-mem.Tpo -c src/mem.c -fPIE -o src/libcoap_1_la-mem.o
mv -f src/.deps/libcoap_1_la-mem.Tpo src/.deps/libcoap_1_la-mem.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-net.lo -MD -MP -MF src/.deps/libcoap_1_la-net.Tpo -c -o src/libcoap_1_la-net.lo `test -f 'src/net.c' || echo './'`src/net.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-net.lo -MD -MP -MF src/.deps/libcoap_1_la-net.Tpo -c src/net.c -fPIE -o src/libcoap_1_la-net.o
mv -f src/.deps/libcoap_1_la-net.Tpo src/.deps/libcoap_1_la-net.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-option.lo -MD -MP -MF src/.deps/libcoap_1_la-option.Tpo -c -o src/libcoap_1_la-option.lo `test -f 'src/option.c' || echo './'`src/option.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-option.lo -MD -MP -MF src/.deps/libcoap_1_la-option.Tpo -c src/option.c -fPIE -o src/libcoap_1_la-option.o
mv -f src/.deps/libcoap_1_la-option.Tpo src/.deps/libcoap_1_la-option.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-pdu.lo -MD -MP -MF src/.deps/libcoap_1_la-pdu.Tpo -c -o src/libcoap_1_la-pdu.lo `test -f 'src/pdu.c' || echo './'`src/pdu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-pdu.lo -MD -MP -MF src/.deps/libcoap_1_la-pdu.Tpo -c src/pdu.c -fPIE -o src/libcoap_1_la-pdu.o
mv -f src/.deps/libcoap_1_la-pdu.Tpo src/.deps/libcoap_1_la-pdu.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-resource.lo -MD -MP -MF src/.deps/libcoap_1_la-resource.Tpo -c -o src/libcoap_1_la-resource.lo `test -f 'src/resource.c' || echo './'`src/resource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-resource.lo -MD -MP -MF src/.deps/libcoap_1_la-resource.Tpo -c src/resource.c -fPIE -o src/libcoap_1_la-resource.o
mv -f src/.deps/libcoap_1_la-resource.Tpo src/.deps/libcoap_1_la-resource.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-str.lo -MD -MP -MF src/.deps/libcoap_1_la-str.Tpo -c -o src/libcoap_1_la-str.lo `test -f 'src/str.c' || echo './'`src/str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-str.lo -MD -MP -MF src/.deps/libcoap_1_la-str.Tpo -c src/str.c -fPIE -o src/libcoap_1_la-str.o
mv -f src/.deps/libcoap_1_la-str.Tpo src/.deps/libcoap_1_la-str.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-subscribe.lo -MD -MP -MF src/.deps/libcoap_1_la-subscribe.Tpo -c -o src/libcoap_1_la-subscribe.lo `test -f 'src/subscribe.c' || echo './'`src/subscribe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-subscribe.lo -MD -MP -MF src/.deps/libcoap_1_la-subscribe.Tpo -c src/subscribe.c -fPIE -o src/libcoap_1_la-subscribe.o
mv -f src/.deps/libcoap_1_la-subscribe.Tpo src/.deps/libcoap_1_la-subscribe.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-uri.lo -MD -MP -MF src/.deps/libcoap_1_la-uri.Tpo -c -o src/libcoap_1_la-uri.lo `test -f 'src/uri.c' || echo './'`src/uri.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/libcoap_1_la-uri.lo -MD -MP -MF src/.deps/libcoap_1_la-uri.Tpo -c src/uri.c -fPIE -o src/libcoap_1_la-uri.o
mv -f src/.deps/libcoap_1_la-uri.Tpo src/.deps/libcoap_1_la-uri.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-coap_io.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-coap_io.Tpo -c -o src/platform/posix/libcoap_1_la-coap_io.lo `test -f 'src/platform/posix/coap_io.c' || echo './'`src/platform/posix/coap_io.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-coap_io.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-coap_io.Tpo -c src/platform/posix/coap_io.c -fPIE -o src/platform/posix/libcoap_1_la-coap_io.o
mv -f src/platform/posix/.deps/libcoap_1_la-coap_io.Tpo src/platform/posix/.deps/libcoap_1_la-coap_io.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-prng.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-prng.Tpo -c -o src/platform/posix/libcoap_1_la-prng.lo `test -f 'src/platform/posix/prng.c' || echo './'`src/platform/posix/prng.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-prng.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-prng.Tpo -c src/platform/posix/prng.c -fPIE -o src/platform/posix/libcoap_1_la-prng.o
[01m[Ksrc/platform/posix/prng.c:16:1:[m[K [01;35m[Kwarning: [m[Kno previous prototype for ‘[01m[Kcoap_prng[m[K’ [[01;35m[K-Wmissing-prototypes[m[K]
[01;35m[Kcoap_prng[m[K(unsigned char *buf, size_t len) {
[01;35m[K^~~~~~~~~[m[K
[01m[Ksrc/platform/posix/prng.c:23:1:[m[K [01;35m[Kwarning: [m[Kno previous prototype for ‘[01m[Kcoap_prng_init[m[K’ [[01;35m[K-Wmissing-prototypes[m[K]
[01;35m[Kcoap_prng_init[m[K(void *value) {
[01;35m[K^~~~~~~~~~~~~~[m[K
mv -f src/platform/posix/.deps/libcoap_1_la-prng.Tpo src/platform/posix/.deps/libcoap_1_la-prng.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I ./ext/tinydtls -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-run.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-run.Tpo -c -o src/platform/posix/libcoap_1_la-run.lo `test -f 'src/platform/posix/run.c' || echo './'`src/platform/posix/run.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I ./ext/tinydtls -fPIC -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT src/platform/posix/libcoap_1_la-run.lo -MD -MP -MF src/platform/posix/.deps/libcoap_1_la-run.Tpo -c src/platform/posix/run.c -fPIE -o src/platform/posix/libcoap_1_la-run.o
mv -f src/platform/posix/.deps/libcoap_1_la-run.Tpo src/platform/posix/.deps/libcoap_1_la-run.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -fPIC -fPIE -I ./include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -version-info 0:0:0 -Wl,--version-script=./libcoap-1.map -pie -L./ext/tinydtls -ltinydtls -o libcoap-1.la -rpath /usr/local/lib src/libcoap_1_la-address.lo src/libcoap_1_la-async.lo src/libcoap_1_la-block.lo src/libcoap_1_la-coap_dtls.lo src/libcoap_1_la-coap_event.lo src/libcoap_1_la-coap_keystore.lo src/libcoap_1_la-coap_time.lo src/libcoap_1_la-debug.lo src/libcoap_1_la-encode.lo src/libcoap_1_la-hashkey.lo src/libcoap_1_la-mem.lo src/libcoap_1_la-net.lo src/libcoap_1_la-option.lo src/libcoap_1_la-pdu.lo src/libcoap_1_la-resource.lo src/libcoap_1_la-str.lo src/libcoap_1_la-subscribe.lo src/libcoap_1_la-uri.lo src/platform/posix/libcoap_1_la-coap_io.lo src/platform/posix/libcoap_1_la-prng.lo src/platform/posix/libcoap_1_la-run.lo
libtool: link: ar cru .libs/libcoap-1.a  src/libcoap_1_la-address.o src/libcoap_1_la-async.o src/libcoap_1_la-block.o src/libcoap_1_la-coap_dtls.o src/libcoap_1_la-coap_event.o src/libcoap_1_la-coap_keystore.o src/libcoap_1_la-coap_time.o src/libcoap_1_la-debug.o src/libcoap_1_la-encode.o src/libcoap_1_la-hashkey.o src/libcoap_1_la-mem.o src/libcoap_1_la-net.o src/libcoap_1_la-option.o src/libcoap_1_la-pdu.o src/libcoap_1_la-resource.o src/libcoap_1_la-str.o src/libcoap_1_la-subscribe.o src/libcoap_1_la-uri.o src/platform/posix/libcoap_1_la-coap_io.o src/platform/posix/libcoap_1_la-prng.o src/platform/posix/libcoap_1_la-run.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libcoap-1.a
libtool: link: ( cd ".libs" && rm -f "libcoap-1.la" && ln -s "../libcoap-1.la" "libcoap-1.la" )
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
Making all in tests
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
make[2]: rien à faire pour « all ».
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
Making all in examples
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
gcc -DHAVE_CONFIG_H -I. -I..   -I ../ext/tinydtls -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -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
gcc -DHAVE_CONFIG_H -I. -I..   -I ../ext/tinydtls -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -MT coap_list.o -MD -MP -MF .deps/coap_list.Tpo -c -o coap_list.o coap_list.c
mv -f .deps/coap_list.Tpo .deps/coap_list.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX  -L../ext/tinydtls -ltinydtls -o coap-client client.o coap_list.o ../.libs/libcoap-1.la
libtool: link: gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-client client.o coap_list.o  -L../ext/tinydtls ../.libs/libcoap-1.a -L./ext/tinydtls -ltinydtls
gcc -DHAVE_CONFIG_H -I. -I..   -I ../ext/tinydtls -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -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
/bin/bash ../libtool  --tag=CC   --mode=link gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX  -L../ext/tinydtls -ltinydtls -o coap-server coap-server.o ../.libs/libcoap-1.la
libtool: link: gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-server coap-server.o  -L../ext/tinydtls ../.libs/libcoap-1.a -L./ext/tinydtls -ltinydtls
gcc -DHAVE_CONFIG_H -I. -I..   -I ../ext/tinydtls -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -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
/bin/bash ../libtool  --tag=CC   --mode=link gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result  -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX  -L../ext/tinydtls -ltinydtls -o coap-rd coap-rd.o ../.libs/libcoap-1.la
libtool: link: gcc -isystem../include/coap/ -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -Wunused-result -Wlogical-op -std=c99 -D COAP_DEBUG_FD=stderr -fdiagnostics-color -D_GNU_SOURCE -DWITH_POSIX -o coap-rd coap-rd.o  -L../ext/tinydtls ../.libs/libcoap-1.a -L./ext/tinydtls -ltinydtls
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
Making install in ext/tinydtls
make[1] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls »
make -C aes rijndael.o
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make[2]: « rijndael.o » est à jour.
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make -C ecc ecc.o
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make[2]: « ecc.o » est à jour.
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make -C sha2 sha2.o
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make[2]: « sha2.o » est à jour.
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make -C doc
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
: Doxyfile >./doxygen.out 2>&1
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
test -d /usr/local/lib || mkdir -p /usr/local/lib
test -d /usr/local/include/tinydtls || mkdir -p /usr/local/include/tinydtls
cp libtinydtls.a /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 prng.h peer.h state.h dtls_time.h session.h tinydtls.h /usr/local/include/tinydtls/
for dir in tests doc platform-specific sha2 aes ecc; do \
make -C $dir install="cp" includedir=/usr/local/include/tinydtls install; \
done
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/tests »
:
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/tests »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
make[2]: ***  Aucune règle pour fabriquer la cible « html », nécessaire pour « install ». Arrêt.
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/doc »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/platform-specific »
:
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/platform-specific »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
test -d /usr/local/include/tinydtls/sha2 || mkdir -p /usr/local/include/tinydtls/sha2
cp sha2.h /usr/local/include/tinydtls/sha2
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/sha2 »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
test -d /usr/local/include/tinydtls/aes || mkdir -p /usr/local/include/tinydtls/aes
cp rijndael.h /usr/local/include/tinydtls/aes
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/aes »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
test -d /usr/local/include/tinydtls/ecc || mkdir -p /usr/local/include/tinydtls/ecc
cp ecc.h test_helper.h /usr/local/include/tinydtls/ecc
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls/ecc »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/ext/tinydtls »
Making install in .
make[1] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
/bin/mkdir -p '/usr/local/lib'
/bin/bash ./libtool   --mode=install /usr/bin/install -c   libcoap-1.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libcoap-1.lai /usr/local/lib/libcoap-1.la
libtool: install: /usr/bin/install -c .libs/libcoap-1.a /usr/local/lib/libcoap-1.a
libtool: install: chmod 644 /usr/local/lib/libcoap-1.a
libtool: install: ranlib /usr/local/lib/libcoap-1.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/usr/local/include/coap/'
/usr/bin/install -c -m 644 include/coap/address.h include/coap/async.h include/coap/bits.h include/coap/block.h include/coap/coap.h include/coap/coap_dtls.h include/coap/coap_event.h include/coap/coap_keystore.h include/coap/coap_io.h include/coap/coap_time.h include/coap/debug.h include/coap/encode.h include/coap/hashkey.h include/coap/libcoap.h include/coap/mem.h include/coap/net.h include/coap/option.h include/coap/pdu.h include/coap/prng.h include/coap/resource.h include/coap/run.h include/coap/str.h include/coap/subscribe.h include/coap/uri.h include/coap/uthash.h include/coap/utlist.h '/usr/local/include/coap/'
/bin/mkdir -p '/usr/local/lib/pkgconfig'
/usr/bin/install -c -m 644 libcoap-1.pc '/usr/local/lib/pkgconfig'
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap »
Making install in tests
make[1] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
make[2]: rien à faire pour « install-exec-am ».
make[2]: rien à faire pour « install-data-am ».
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/tests »
Making install in examples
make[1] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
make[2] : on entre dans le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
/bin/mkdir -p '/usr/local/bin'
/bin/bash ../libtool   --mode=install /usr/bin/install -c coap-client coap-server coap-rd '/usr/local/bin'
libtool: install: /usr/bin/install -c coap-client /usr/local/bin/coap-client
libtool: install: /usr/bin/install -c coap-server /usr/local/bin/coap-server
libtool: install: /usr/bin/install -c coap-rd /usr/local/bin/coap-rd
make[2] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
make[1] : on quitte le répertoire « /var/www/html/plugins/ikealight/resources/ikealightd/libcoap/examples »
********************************************************
*             Installation terminée                    *
********************************************************
Idem, impossible de lancer les dépendances depuis ce matin ...elle bloque systématiquement vers 60 - 70 %
Box mini+NUC + proxmox 5.1 Ikea tradfrï, capteur, sirène D-link, caméra D-Link et Wanscam, télécommande et bouton NoDon, prise 433 Mhz, camera netatmo, bouton nut , multi-prise broadlink

MrVince
Timide
Messages : 182
Inscription : 11 sept. 2017, 15:22

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par MrVince » 15 févr. 2019, 12:15

Depuis la MAJ, impossibilité de lancer les dépendances. Aucun lancement de l'installation, et logs dep vide en mode debug
NAS HP Proliant - OpenMediaVault - Jeedom Docker
Raspberry Pi 3 - MagicMirror
Prusa i3

Capteurs MySensors / Xiaomi / Éclairage Ikea Tradfri
SmarterCoffee / Chromecast & Google Home / Thermostat Netatmo

Chenev
Timide
Messages : 98
Inscription : 12 avr. 2017, 08:24

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Chenev » 15 févr. 2019, 12:52

UnixDave a écrit :
03 nov. 2018, 16:31
Bonjour,

j'avais moi aussi les dépendances qui tournaient en boucle sans arrêt. Je suis sur Raspbian.
De mon côté, le problème était dû à Python. J'avais des erreurs ImportError: cannot import name 'IncompleteRead'

J'ai réglé en réinstallant Python3:

Code : Tout sélectionner

apt-get remove python3-pip
apt-get install python3-setuptools
easy_install3 pip
pip3 install --upgrade pip
Bonne chance!
La solution proposée ci dessus a résolu le problème des dépendances qui ne s'installent pas ..
En espérant que cela fonctionne pour vous
Box mini+NUC + proxmox 5.1 Ikea tradfrï, capteur, sirène D-link, caméra D-Link et Wanscam, télécommande et bouton NoDon, prise 433 Mhz, camera netatmo, bouton nut , multi-prise broadlink

VincentW
Timide
Messages : 15
Inscription : 12 oct. 2017, 16:52

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par VincentW » 15 févr. 2019, 13:05

Bonjour,

Juste un petit message pour vous confirmer que la version du 14 février a bien permis la détection des commandes de mon driver tradfri et surtout de vous remercier pour le travail dessus ! :D

Je m'en vais tester cela dès maintenant.

Bonne journée!

Avatar de l’utilisateur
Cubenbois
Timide
Messages : 31
Inscription : 19 janv. 2015, 14:23
Localisation : Pas-de-calais (62)

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Cubenbois » 16 févr. 2019, 15:36

Chenev a écrit :
15 févr. 2019, 12:52
UnixDave a écrit :
03 nov. 2018, 16:31
Bonjour,

j'avais moi aussi les dépendances qui tournaient en boucle sans arrêt. Je suis sur Raspbian.
De mon côté, le problème était dû à Python. J'avais des erreurs ImportError: cannot import name 'IncompleteRead'

J'ai réglé en réinstallant Python3:

Code : Tout sélectionner

apt-get remove python3-pip
apt-get install python3-setuptools
easy_install3 pip
pip3 install --upgrade pip
Bonne chance!
La solution proposée ci dessus a résolu le problème des dépendances qui ne s'installent pas ..
En espérant que cela fonctionne pour vous
Je confirme ça a corrigé, je n'ai pas vu beaucoup de choses passé quand j'ai exécuté les commandes mais le plugins c'est activer correctement aprés la manipulation. Merci

MrVince
Timide
Messages : 182
Inscription : 11 sept. 2017, 15:22

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par MrVince » 20 févr. 2019, 08:59

Je ne sais pas si c'est depuis ces commandes ou depuis la maj du plugin googlecast, mais impossible pour moi de reinstaller des dépendances, de n'importe quel plugin. Par contre le plugin fonctionne correctement
NAS HP Proliant - OpenMediaVault - Jeedom Docker
Raspberry Pi 3 - MagicMirror
Prusa i3

Capteurs MySensors / Xiaomi / Éclairage Ikea Tradfri
SmarterCoffee / Chromecast & Google Home / Thermostat Netatmo

Avatar de l’utilisateur
bartounet
Actif
Messages : 2541
Inscription : 14 juil. 2016, 10:09

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par bartounet » 20 févr. 2019, 12:00

Bonjour.
Pensez vous qu'il sera possible un jour d'avoir un retour d'état des ampoules "hors ligne"

Comme les Yeelight.

Si on coupe l'ampoule electriquement, qu'elle passe en off sur Jeedom ( et qu'elle ne reste pas dans son état allumé)

Je me doute que cela n'est pas dans les infos remonté par la passerelle ikea, mais peut etre demandé une amélioration coté IKEA ?

Cela gache tout je trouve sur les Ampoules Ikea
Jeedom à jour Debian 9
VM VMWARE ESXi 6.7 ( SSD)
Stick ZWave / FIBARO / Ikea Light / Yeelight / Google Home
Wifi Unifi / PFSENSE / Reverse Proxy DMZ SSL

Passionné de bidouillage informatique en tout genre
Mon blog : http://blog.info16.fr

Avatar de l’utilisateur
Nebz
Modérateur
Messages : 6514
Inscription : 23 avr. 2017, 01:37
Localisation : Belgique

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Nebz » 20 févr. 2019, 12:03

Impossible à savoir... difficile de demander à ikea, à l'heure actuelle, l'api n'est pas encore officiellement sortie, le plug-in se fait passer pour une application mobile.


Envoyé de mon iPhone en utilisant Tapatalk
Dev plugin Homebridge

- Fournissez les logs, la capture de vos commandes et vos types génériques svp
- Constructif et bonne humeur, on est pas là pour se lancer des périfs z-wave à la figure :-)

Un petit don ça fait toujours plaisir :)

Avatar de l’utilisateur
Nebz
Modérateur
Messages : 6514
Inscription : 23 avr. 2017, 01:37
Localisation : Belgique

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Nebz » 20 févr. 2019, 12:04

Et pour ma part, j'ai 24 ampoules, le status allumé ne se met même pas à jour pour toutes (problème de nombre de thread je pense... car une thread par ampoule)


Envoyé de mon iPhone en utilisant Tapatalk
Dev plugin Homebridge

- Fournissez les logs, la capture de vos commandes et vos types génériques svp
- Constructif et bonne humeur, on est pas là pour se lancer des périfs z-wave à la figure :-)

Un petit don ça fait toujours plaisir :)

slybreiz
Timide
Messages : 113
Inscription : 01 déc. 2015, 19:09

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par slybreiz » 28 févr. 2019, 10:58

bonjour

afin de commander les ampoule via Jeedom

j'ai prie le plug in

mais ipossible a faire une decouverte . il me dis succes mais rien .

voici le log que j'ai .

[2019-02-28 09:54:36][ERROR] : Exception on socket : 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)


la cle de la Gateway c'est bien le security code qu il y a sur l'etiquette
Jeedom virtuel sur proxmox 5
passerelle xiaomi
passerelle IKEA

Avatar de l’utilisateur
Nebz
Modérateur
Messages : 6514
Inscription : 23 avr. 2017, 01:37
Localisation : Belgique

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Nebz » 28 févr. 2019, 11:00

Retire tous les espace des noms des ampoules et des télécommandes et des pièces et des prises dans ton app ikea, il ne peut pas y avoir de caractères spéciaux


Envoyé de mon iPhone en utilisant Tapatalk
Dev plugin Homebridge

- Fournissez les logs, la capture de vos commandes et vos types génériques svp
- Constructif et bonne humeur, on est pas là pour se lancer des périfs z-wave à la figure :-)

Un petit don ça fait toujours plaisir :)

MrVince
Timide
Messages : 182
Inscription : 11 sept. 2017, 15:22

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par MrVince » 28 févr. 2019, 15:16

@Nebz : Les espaces fonctionnent (caractere 32 ASCII si je me rappelle bien) c'est les accents qui posent problème.

Est-il possible de prendre en charge la table ascii étendu pour le plugin ? Celle ci prends en charge les accents mais est codée sur plusieurs octets
NAS HP Proliant - OpenMediaVault - Jeedom Docker
Raspberry Pi 3 - MagicMirror
Prusa i3

Capteurs MySensors / Xiaomi / Éclairage Ikea Tradfri
SmarterCoffee / Chromecast & Google Home / Thermostat Netatmo

Avatar de l’utilisateur
Nebz
Modérateur
Messages : 6514
Inscription : 23 avr. 2017, 01:37
Localisation : Belgique

Re: [Plugin Officiel][Sujet Principal] Ikea Light

Message par Nebz » 28 févr. 2019, 15:19

je voulais dire accents ;) (j'étais dans du code pour splitter par espaces :-P)

la librairie ne gère pas, peut-etre que la nouvelle verison le fait ? on verra quand ils auront mis à jour
Dev plugin Homebridge

- Fournissez les logs, la capture de vos commandes et vos types génériques svp
- Constructif et bonne humeur, on est pas là pour se lancer des périfs z-wave à la figure :-)

Un petit don ça fait toujours plaisir :)

Répondre

Revenir vers « [Catégorie] Objets connectés »

Qui est en ligne ?

Utilisateurs parcourant ce forum : Aucun utilisateur inscrit et 9 invités