Bug#957386: janus: ftbfs with GCC-10
Matthias Klose
doko at debian.org
Fri Apr 17 12:03:19 BST 2020
Package: src:janus
Version: 0.7.3-2
Severity: normal
Tags: sid bullseye
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-10
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/janus_0.7.3-2_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html
[...]
/bin/bash ./libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -lrabbitmq -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic -o transports/libjanus_rabbitmq.la -rpath /usr/lib/x86_64-linux-gnu/janus/transports transports/libjanus_rabbitmq_la-janus_rabbitmq.lo -lglib-2.0 -ljansson
plugins/duktape-deps/duktape.c:30820:2: warning: format not a string literal, format string not checked [-Wformat-nonliteral]
30820 | (void) strftime(buf, sizeof(buf) - 1, fmt, &tm);
| ^
libtool: link: gcc -shared -fPIC -DPIC transports/.libs/libjanus_websockets_la-janus_websockets.o -lwebsockets -lglib-2.0 -ljansson -g -O2 -fstack-protector-strong -fstack-protector-all -ggdb3 -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libjanus_websockets.so.0 -o transports/.libs/libjanus_websockets.so.0.0.0
/bin/bash ./libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -lsystemd -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic -o transports/libjanus_pfunix.la -rpath /usr/lib/x86_64-linux-gnu/janus/transports transports/libjanus_pfunix_la-janus_pfunix.lo -lglib-2.0 -ljansson
plugins/duktape-deps/duktape.c: In function ‘duk__enc_pointer’:
libtool: link: (cd "transports/.libs" && rm -f "libjanus_websockets.so.0" && ln -s "libjanus_websockets.so.0.0.0" "libjanus_websockets.so.0")
plugins/duktape-deps/duktape.c:34926:2: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
34926 | DUK_SNPRINTF(buf, sizeof(buf) - 1, fmt, ptr); /* must not truncate */
| ^~~~~~~~~~~~
libtool: link: (cd "transports/.libs" && rm -f "libjanus_websockets.so" && ln -s "libjanus_websockets.so.0.0.0" "libjanus_websockets.so")
libtool: link: ( cd "transports/.libs" && rm -f "libjanus_websockets.la" && ln -s "../libjanus_websockets.la" "libjanus_websockets.la" )
/bin/bash ./libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -lnanomsg -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic -o transports/libjanus_nanomsg.la -rpath /usr/lib/x86_64-linux-gnu/janus/transports transports/libjanus_nanomsg_la-janus_nanomsg.lo -lglib-2.0 -ljansson
libtool: link: gcc -shared -fPIC -DPIC transports/.libs/libjanus_rabbitmq_la-janus_rabbitmq.o -lrabbitmq -lglib-2.0 -ljansson -g -O2 -fstack-protector-strong -fstack-protector-all -ggdb3 -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libjanus_rabbitmq.so.0 -o transports/.libs/libjanus_rabbitmq.so.0.0.0
libtool: link: gcc -shared -fPIC -DPIC transports/.libs/libjanus_pfunix_la-janus_pfunix.o -lsystemd -lglib-2.0 -ljansson -g -O2 -fstack-protector-strong -fstack-protector-all -ggdb3 -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libjanus_pfunix.so.0 -o transports/.libs/libjanus_pfunix.so.0.0.0
libtool: link: (cd "transports/.libs" && rm -f "libjanus_rabbitmq.so.0" && ln -s "libjanus_rabbitmq.so.0.0.0" "libjanus_rabbitmq.so.0")
libtool: link: (cd "transports/.libs" && rm -f "libjanus_rabbitmq.so" && ln -s "libjanus_rabbitmq.so.0.0.0" "libjanus_rabbitmq.so")
libtool: link: ( cd "transports/.libs" && rm -f "libjanus_rabbitmq.la" && ln -s "../libjanus_rabbitmq.la" "libjanus_rabbitmq.la" )
libtool: link: (cd "transports/.libs" && rm -f "libjanus_pfunix.so.0" && ln -s "libjanus_pfunix.so.0.0.0" "libjanus_pfunix.so.0")
gcc -DPACKAGE_NAME=\"Janus\ WebRTC\ Server\" -DPACKAGE_TARNAME=\"janus-gateway\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"Janus\ WebRTC\ Server\ 0.7.3\" -DPACKAGE_BUGREPORT=\"https://github.com/meetecho/janus-gateway\" -DPACKAGE_URL=\"https://janus.conf.meetecho.com\" -DPACKAGE=\"janus-gateway\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAS_DTLS_WINDOW_SIZE=1 -DHAVE_PORTRANGE=1 -DHAVE_LIBNICE_TCP=1 -DHAVE_SRTP_2=1 -DHAVE_SRTP_AESGCM=1 -DHAVE_SCTP=1 -DHAVE_LIBCURL=1 -DHAVE_TURNRESTAPI=1 -DHAVE_SAMPLEEVH=1 -DHAVE_WEBSOCKETS=1 -DHAVE_LIBWEBSOCKETS_PEER_SIMPLE=1 -DHAVE_RABBITMQ=1 -DHAVE_RABBITMQEVH=1 -DHAVE_NANOMSG=1 -DHAVE_PFUNIX=1 -DHAVE_LIBSYSTEMD=1 -DHAVE_LIBRE_SIPREGNEWAPI=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/nice -I/usr/include/p11-kit-1 -I/usr/include/gupnp-igd-1.0 -I/usr/include/gupnp-1.2 -I/usr/include/gssdp-1.2 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DPLUGINDIR=\"/usr/lib/x86_64-linux-gnu/janus/plugins\" -DTRANSPORTDIR=\"/usr/lib/x86_64-linux-gnu/janus/transports\" -DEVENTDIR=\"/usr/lib/x86_64-linux-gnu/janus/events\" -DCONFDIR=\"/etc/janus\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -c -o janus-version.o `test -f 'version.c' || echo './'`version.c
libtool: link: (cd "transports/.libs" && rm -f "libjanus_pfunix.so" && ln -s "libjanus_pfunix.so.0.0.0" "libjanus_pfunix.so")
libtool: link: ( cd "transports/.libs" && rm -f "libjanus_pfunix.la" && ln -s "../libjanus_pfunix.la" "libjanus_pfunix.la" )
/bin/bash ./libtool --tag=CC --mode=link gcc -pthread -I/usr/include/nice -I/usr/include/p11-kit-1 -I/usr/include/gupnp-igd-1.0 -I/usr/include/gupnp-1.2 -I/usr/include/gssdp-1.2 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic -o janus-cfgconv janus_cfgconv-janus-cfgconv.o janus_cfgconv-config.o janus_cfgconv-log.o janus_cfgconv-utils.o janus_cfgconv-version.o -lconfig -lnice -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljansson -lssl -lcrypto -lm -ldl -lsrtp2 -lusrsctp -lcurl -pthread
/bin/bash ./libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/x86_64-linux-gnu -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic -o janus-pp-rec postprocessing/janus_pp_rec-pp-cmdline.o postprocessing/janus_pp_rec-pp-g711.o postprocessing/janus_pp_rec-pp-g722.o postprocessing/janus_pp_rec-pp-h264.o postprocessing/janus_pp_rec-pp-opus.o postprocessing/janus_pp_rec-pp-srt.o postprocessing/janus_pp_rec-pp-webm.o postprocessing/janus_pp_rec-janus-pp-rec.o janus_pp_rec-log.o janus_pp_rec-version.o -lglib-2.0 -ljansson -lavutil -lavcodec -lavformat -logg
libtool: link: gcc -shared -fPIC -DPIC transports/.libs/libjanus_nanomsg_la-janus_nanomsg.o -lnanomsg -lglib-2.0 -ljansson -g -O2 -fstack-protector-strong -fstack-protector-all -ggdb3 -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libjanus_nanomsg.so.0 -o transports/.libs/libjanus_nanomsg.so.0.0.0
libtool: link: (cd "transports/.libs" && rm -f "libjanus_nanomsg.so.0" && ln -s "libjanus_nanomsg.so.0.0.0" "libjanus_nanomsg.so.0")
libtool: link: (cd "transports/.libs" && rm -f "libjanus_nanomsg.so" && ln -s "libjanus_nanomsg.so.0.0.0" "libjanus_nanomsg.so")
libtool: link: ( cd "transports/.libs" && rm -f "libjanus_nanomsg.la" && ln -s "../libjanus_nanomsg.la" "libjanus_nanomsg.la" )
/bin/bash ./libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -lcurl -lm -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic -o events/libjanus_sampleevh.la -rpath /usr/lib/x86_64-linux-gnu/janus/events events/libjanus_sampleevh_la-janus_sampleevh.lo -lglib-2.0 -ljansson
plugins/duktape-deps/duktape.c: In function ‘duk__expr_nud’:
plugins/duktape-deps/duktape.c:67127:2: warning: switch missing default case [-Wswitch-default]
67127 | switch (tok) {
| ^~~~~~
libtool: link: gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/x86_64-linux-gnu -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--export-dynamic -o janus-pp-rec postprocessing/janus_pp_rec-pp-cmdline.o postprocessing/janus_pp_rec-pp-g711.o postprocessing/janus_pp_rec-pp-g722.o postprocessing/janus_pp_rec-pp-h264.o postprocessing/janus_pp_rec-pp-opus.o postprocessing/janus_pp_rec-pp-srt.o postprocessing/janus_pp_rec-pp-webm.o postprocessing/janus_pp_rec-janus-pp-rec.o janus_pp_rec-log.o janus_pp_rec-version.o -lglib-2.0 -ljansson -lavutil -lavcodec -lavformat -logg -pthread
plugins/duktape-deps/duktape.c: In function ‘duk__js_execute_bytecode_inner’:
plugins/duktape-deps/duktape.c:75072:3: warning: switch missing default case [-Wswitch-default]
75072 | switch (op) {
| ^~~~~~
/usr/bin/ld: postprocessing/janus_pp_rec-janus-pp-rec.o:./postprocessing/../version.h:22: multiple definition of `libnice_version_string'; postprocessing/janus_pp_rec-pp-opus.o:./postprocessing/../version.h:22: first defined here
/usr/bin/ld: janus_pp_rec-version.o:./version.h:22: multiple definition of `libnice_version_string'; postprocessing/janus_pp_rec-pp-opus.o:./postprocessing/../version.h:22: first defined here
libtool: link: gcc -pthread -I/usr/include/nice -I/usr/include/p11-kit-1 -I/usr/include/gupnp-igd-1.0 -I/usr/include/gupnp-1.2 -I/usr/include/gssdp-1.2 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -fstack-protector-all -fstrict-aliasing -ggdb3 -pthread -Wall -Warray-bounds -Wextra -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self -Winline -Wlarger-than=65537 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wno-aggregate-return -Wno-missing-field-initializers -Wno-redundant-decls -Wno-undef -Wno-unused-parameter -Wold-style-definition -Wpacked -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wswitch-default -Wunused -Wwrite-strings -Wcast-align -Wno-override-init -Wunsafe-loop-optimizations -Wunused-but-set-variable -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--export-dynamic -o janus-cfgconv janus_cfgconv-janus-cfgconv.o janus_cfgconv-config.o janus_cfgconv-log.o janus_cfgconv-utils.o janus_cfgconv-version.o -pthread -lconfig -lnice -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljansson -lssl -lcrypto -lm -ldl -lsrtp2 -lusrsctp /usr/lib/x86_64-linux-gnu/libcurl.so -pthread
/usr/bin/ld: janus_cfgconv-version.o:./version.h:22: multiple definition of `libnice_version_string'; janus_cfgconv-janus-cfgconv.o:./version.h:22: first defined here
libtool: link: gcc -shared -fPIC -DPIC events/.libs/libjanus_sampleevh_la-janus_sampleevh.o /usr/lib/x86_64-linux-gnu/libcurl.so -lm -lglib-2.0 -ljansson -g -O2 -fstack-protector-strong -fstack-protector-all -ggdb3 -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libjanus_sampleevh.so.0 -o events/.libs/libjanus_sampleevh.so.0.0.0
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:1688: janus-cfgconv] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: link: (cd "events/.libs" && rm -f "libjanus_sampleevh.so.0" && ln -s "libjanus_sampleevh.so.0.0.0" "libjanus_sampleevh.so.0")
libtool: link: (cd "events/.libs" && rm -f "libjanus_sampleevh.so" && ln -s "libjanus_sampleevh.so.0.0.0" "libjanus_sampleevh.so")
libtool: link: ( cd "events/.libs" && rm -f "libjanus_sampleevh.la" && ln -s "../libjanus_sampleevh.la" "libjanus_sampleevh.la" )
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:1722: janus-pp-rec] Error 1
plugins/duktape-deps/duktape.c: In function ‘duk_debugger_detach’:
plugins/duktape-deps/duktape.c:15655:19: warning: function might be candidate for attribute ‘noreturn’ [-Wsuggest-attribute=noreturn]
15655 | DUK_EXTERNAL void duk_debugger_detach(duk_hthread *thr) {
| ^~~~~~~~~~~~~~~~~~~
plugins/duktape-deps/duktape.c: In function ‘duk_debugger_attach’:
plugins/duktape-deps/duktape.c:15634:19: warning: function might be candidate for attribute ‘noreturn’ [-Wsuggest-attribute=noreturn]
15634 | DUK_EXTERNAL void duk_debugger_attach(duk_hthread *thr,
| ^~~~~~~~~~~~~~~~~~~
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: *** [Makefile:2869: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1335: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:21: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:64: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
More information about the Pkg-voip-maintainers
mailing list