Source: libwebsockets Version: 1.7.0-1 Severity: serious Justification: Missing runtime dependency breaks reverse-dependencies.
Hi, as said, there are build failures on mosquitto with the new libwebsockets https://launchpadlibrarian.net/240538305/buildlog_ubuntu-xenial-amd64.mosquitto_1.4.8-1build1_BUILDING.txt.gz cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I. -I.. -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION="\"1.4.8\"" -DTIMESTAMP="\"Fri, 19 Feb 2016 12:03:16 +0100\"" -DWITH_BROKER -DWITH_WRAP -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_WEBSOCKETS -DWITH_EC -c mosquitto.c -o mosquitto.o In file included from mosquitto.c:47:0: /usr/include/libwebsockets.h:176:16: fatal error: uv.h: No such file or directory compilation terminated. Makefile:15: recipe for target 'mosquitto.o' failed adding it as runtime dependency works. cheers, G.