Your message dated Thu, 19 Jan 2023 14:50:12 +0000
with message-id <e1piwf2-00ebgi...@fasolo.debian.org>
and subject line Bug#1027656: fixed in janus 1.1.2-1
has caused the Debian Bug report #1027656,
regarding janus: FTBFS: turnrest.c:168:9: error: void value not ignored as it
ought to be
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1027656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027656
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: janus
Version: 1.1.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230101 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"Janus\ WebRTC\ Server\"
> -DPACKAGE_TARNAME=\"janus-gateway\" -DPACKAGE_VERSION=\"1.1.1\"
> -DPACKAGE_STRING=\"Janus\ WebRTC\ Server\ 1.1.1\"
> -DPACKAGE_BUGREPORT=\"https://github.com/meetecho/janus-gateway\"
> -DPACKAGE_URL=\"https://janus.conf.meetecho.com\" -DPACKAGE=\"janus-gateway\"
> -DVERSION=\"1.1.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1
> -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1
> -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1
> -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1
> -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1
> -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1
> -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1
> -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
> -DHAS_DTLS_WINDOW_SIZE=1 -DHAVE_SRTP_AESGCM=1 -DHAVE_PORTRANGE=1
> -DHAVE_LIBNICE_TCP=1 -DHAVE_CLOSE_ASYNC=1 -DHAVE_ICE_NOMINATION=1
> -DHAVE_SRTP_2=1 -DHAVE_SCTP=1 -DHAVE_LIBCURL=1 -DHAVE_TURNRESTAPI=1
> -DHAVE_SAMPLEEVH=1 -DHAVE_ENUM_MHD_RESULT=1 -DHAVE_WEBSOCKETS=1
> -DHAVE_LIBWEBSOCKETS_PEER_SIMPLE=1 -DHAVE_WSEVH=1 -DHAVE_RABBITMQ=1
> -DHAVE_RABBITMQEVH=1 -DHAVE_MQTT=1 -DHAVE_MQTTEVH=1 -DHAVE_NANOMSG=1
> -DHAVE_NANOMSGEVH=1 -DHAVE_PFUNIX=1 -DHAVE_LIBSYSTEMD=1 -DHAVE_LIBOGG=1
> -DHAVE_LIBPCAP=1 -I. -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/nice
> -I/usr/include/p11-kit-1 -I/usr/include/gupnp-igd-1.0
> -I/usr/include/gupnp-1.6 -I/usr/include/gssdp-1.6 -I/usr/include/libsoup-3.0
> -I/usr/include/sysprof-4 -I/usr/include/libxml2 -pthread
> -I/usr/include/x86_64-linux-gnu
> -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\"
> -DLOGGERDIR=\"/usr/lib/x86_64-linux-gnu/janus/loggers\"
> -DCONFDIR=\"/etc/janus\" -g -O2 -ffile-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 -Wlarger-than=65537
> -Wmissing-declarations -Wmissing-format-attribute
> -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes
> -Wnested-externs -Wold-style-definition -Wpacked
> -Wpointer-arith -Wsign-compare -Wstrict-prototypes
> -Wswitch-default -Wunused -Wno-unused-parameter
> -Wno-unused-result -Wwrite-strings
> -Werror=implicit-function-declaration -Wcast-align
> -Wno-override-init -Wunsafe-loop-optimizations
> -Wunused-but-set-variable -c -o janus-utils.o `test -f 'utils.c' || echo
> './'`utils.c
> In file included from /usr/include/x86_64-linux-gnu/curl/curl.h:3195,
> from turnrest.c:21:
> turnrest.c: In function ‘janus_turnrest_request’:
> turnrest.c:168:9: error: void value not ignored as it ought to be
> 168 | curl_easy_setopt(curl, api_http_get ? CURLOPT_HTTPGET :
> CURLOPT_POST, 1);
> | ^
> make[4]: *** [Makefile:2506: janus-turnrest.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/01/01/janus_1.1.1-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230101;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230101&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: janus
Source-Version: 1.1.2-1
Done: Jonas Smedegaard <d...@jones.dk>
We believe that the bug you reported is fixed in the latest version of
janus, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1027...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated janus package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 19 Jan 2023 09:09:02 +0100
Source: janus
Architecture: source
Version: 1.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 1027656
Changes:
janus (1.1.2-1) unstable; urgency=medium
.
[ upstream ]
* new release
+ use parentheses to ensure compilation;
closes: bug#1027656, thanks to Lucas Nussbaum
.
[ Jonas Smedegaard ]
* fix add bug closure and credit to previous changelog entry
* fix source helper tool copyright-check:
+ work with Path::Tiny 0.144
+ avoid insecure shell expansion
* declare compliance with Debian Policy 4.6.2
* update copyright info: update coverage
Checksums-Sha1:
fcb19f0dee55a0de1c3080d1d1a153a75a81913c 2873 janus_1.1.2-1.dsc
ca93cbb29bcfacddae5cf67ce1e8e97e80681f2d 6343314 janus_1.1.2.orig.tar.gz
43c3f435d32877652f4fa96957163783c5d6f30a 23276 janus_1.1.2-1.debian.tar.xz
ab2f383ab4b5246fb491b9e8de93d72ee91ebf1a 22395 janus_1.1.2-1_amd64.buildinfo
Checksums-Sha256:
872ac129550b5e7b745234cabe5bace90d807579356956b00837e2f5e60fa74f 2873
janus_1.1.2-1.dsc
f721d62a22b38ba3a341a5502f06b8b3a5a4f7bd0e9cc6c53de257fe99695e17 6343314
janus_1.1.2.orig.tar.gz
18aad8d494e08606c1e63d33a191cf4cf8749ede490878e0ba7d2f16e77ceac3 23276
janus_1.1.2-1.debian.tar.xz
ac2f816bc022eac2997a960c7aa084ad17cc4ba7334921c234dc035053a9f87e 22395
janus_1.1.2-1_amd64.buildinfo
Files:
3cf260578ba14d1bae4fc25052e073cb 2873 comm optional janus_1.1.2-1.dsc
578d30004627c40f0dd66c13dedbdb33 6343314 comm optional janus_1.1.2.orig.tar.gz
271046bb2a1eefed89f6ea7e32ac2390 23276 comm optional
janus_1.1.2-1.debian.tar.xz
b48e7264cf8070b8219b216c34bbc9ec 22395 comm optional
janus_1.1.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmPJUr0ACgkQLHwxRsGg
ASFbBg/9FqDZyXjjzggjvoRnbpzNfH7rWyOQkBSvigMvhSw8KUPqH9GmRoNbxwgn
t2D3zugNJjztv2MPogmwHYAyWP7Zx/P25niWrg1PnHJ/bkq/CyFwUUAKSitxbKZ2
RNex9jRvu77OZnZeBqdyC7qbdReo/kmxAva87jzvTisFJYHofNpdcU7EHhzWbnEQ
zqXMcar7CwAtkpwKAWaHJeWl5qi4MsJ98w4MqLzO3zOI/lDbE40mB3fhcBa8NQ5O
hAWBU4FpbUSGCx6gSK21xMPhCttFmB0C8QMzFf87fsLZysAPynOXcRhpz8kyfOEx
PpZHwSWBQfV5zBX6cqHl8fng3x4TboPH3/xpjNJqdkJmcERHFPeOCs+MCFT0Surm
D1u87rj+ZaSxzJAZFWPmlpKLCO7YwQE4QUloMtr2/dlNeEEV9ecYeSzu72B2hU3y
u6zVPHb2tUtFd1aRxsAcJEmedgHxna3x7cKZWrI5Pm7WT3zRdk9L+HtBeG0TfTsB
NDJEOcGaPoSyystt1+R9ogyWxJ33yOuN8R34pVWtSRUt+7fIsAGnQaxKPJYb2B8H
fjCmCKnEDIjWU1br8cpKfCaltIcoyNJ6oBZmMczZplWY+sQRz01d0bsKY8AuaOB9
WXhlBYJ4UPJw3WMfVKrRIZg/DBV2yk6yl1bwbD1LIqTcUdcvbh0=
=065o
-----END PGP SIGNATURE-----
--- End Message ---