Your message dated Mon, 01 Jun 2020 22:03:54 +0000
with message-id <[email protected]>
and subject line Bug#925638: fixed in belle-sip 4.3.1+dfsg-1
has caused the Debian Bug report #925638,
regarding belle-sip: ftbfs with GCC-9
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 [email protected]
immediately.)
--
925638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925638
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:belle-sip
Version: 1.6.3-4
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9
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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/belle-sip_1.6.3-4_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
/<<PKGBUILDDIR>>/src/dns.c: In function 'dns_ai_nextent':
/<<PKGBUILDDIR>>/src/dns.c:8448:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8448 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8449:2: note: here
8449 | case DNS_AI_S_NEXTAF:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8453:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8453 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8454:2: note: here
8454 | case DNS_AI_S_NUMERIC:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8476:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8476 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8477:2: note: here
8477 | case DNS_AI_S_SUBMIT:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8483:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8483 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8484:2: note: here
8484 | case DNS_AI_S_CHECK:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8488:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8488 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8489:2: note: here
8489 | case DNS_AI_S_FETCH:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8511:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8511 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8512:2: note: here
8512 | case DNS_AI_S_FOREACH_I:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8545:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8545 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8546:2: note: here
8546 | case DNS_AI_S_ITERATE_G:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8553:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8553 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8554:2: note: here
8554 | case DNS_AI_S_FOREACH_G:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8574:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8574 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8575:2: note: here
8575 | case DNS_AI_S_CHECK_G:
| ^~~~
/<<PKGBUILDDIR>>/src/dns.c:8579:12: warning: this statement may fall through
[-Wimplicit-fallthrough=]
8579 | ai->state++;
| ~~~~~~~~~^~
/<<PKGBUILDDIR>>/src/dns.c:8580:2: note: here
8580 | case DNS_AI_S_FETCH_G:
| ^~~~
make[3]: *** [src/CMakeFiles/bellesip.dir/build.make:287:
src/CMakeFiles/bellesip.dir/dns.c.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:114: src/CMakeFiles/bellesip.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:155: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install
--strip-program=true" returned exit code 2
make: *** [debian/rules:18: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: belle-sip
Source-Version: 4.3.1+dfsg-1
Done: Bernhard Schmidt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
belle-sip, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bernhard Schmidt <[email protected]> (supplier of updated belle-sip 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 01 Jun 2020 23:04:39 +0200
Source: belle-sip
Architecture: source
Version: 4.3.1+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Bernhard Schmidt <[email protected]>
Closes: 925638
Changes:
belle-sip (4.3.1+dfsg-1) experimental; urgency=medium
.
* Team upload.
* New upstream version 4.3.1+dfsg (Closes: #925638)
* d/watch: Switch to upstream primary Gitlab, only use releases
* d/copyright, d/watch: Drop embedded antlr3c copy
* d/p/use-system-antlr3c: build against system antrl3c
* Drop patches applied/fixed upstream
* Tighten libbctoolbox-dev dependency
* Adjust for new upstream paths
* Disable Tests, they have additional dependencies
* Reenable all GCC warnings
Checksums-Sha1:
ad5e86106cf5e9a632ce4256dcc87e535c0fc44e 2252 belle-sip_4.3.1+dfsg-1.dsc
265d4d49c82c34d9fb919a620514fbf1321fb3a7 898596
belle-sip_4.3.1+dfsg.orig.tar.xz
fd654efb7710e09724d0c2466480ae50c0f63ac5 6364
belle-sip_4.3.1+dfsg-1.debian.tar.xz
e851710599eb25837924cd665df521dd804ad4db 9492
belle-sip_4.3.1+dfsg-1_amd64.buildinfo
Checksums-Sha256:
32429b6a412976c06a8c01906c42c2c718143c8150d82f83d7351bef492de823 2252
belle-sip_4.3.1+dfsg-1.dsc
84248d69e905e00f55a09029a29969877113905bfc3dea04b81d49a603fe62de 898596
belle-sip_4.3.1+dfsg.orig.tar.xz
252879bb3d806d069217bad8eeeaced6e95cd2813c00a32b0324b4390b0e2dce 6364
belle-sip_4.3.1+dfsg-1.debian.tar.xz
438ef5bbada526147cf4169ef4ed3b9d7963086949293be369e98a67b3292422 9492
belle-sip_4.3.1+dfsg-1_amd64.buildinfo
Files:
eb45f64a5983053f153f24defe351e7b 2252 libs optional belle-sip_4.3.1+dfsg-1.dsc
a4f37b517fa5e983f8e8186e02214407 898596 libs optional
belle-sip_4.3.1+dfsg.orig.tar.xz
efe592e2e3a7c3cfca110dddc1479aae 6364 libs optional
belle-sip_4.3.1+dfsg-1.debian.tar.xz
9cca0d73ab2927eb1ffdee81a2f3fcce 9492 libs optional
belle-sip_4.3.1+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAl7VdvYRHGJlcm5pQGRl
Ymlhbi5vcmcACgkQd1B55bhQvJP7AA//SiZlvMpJMZXbrtZ+z3BG8NOmXSfmF5S2
z2+q7GROXG19P1K35HGuNbOe9n+7DwWgleSTyBpFIeBuHKxZZyi1+2q7T1zI6dUk
SxyQlbiWSqfMDQAA+UXh/XLmEws+D1lx8KTXpientph4LClAQVAm/nbj7JGALQiR
pRbmFZsVnpP7Jrkcfao7EJF/9CtBvPxooCfbKg2w/iPtU9Ou2tPqgBgtlSSLmH0J
3uZOM8nMIH2m/Qq70pOnS9NlWbjmd7rmWgvtfMMNeuRIwRqTggP5IZH0yz663N5w
RYM2TA5y4wPFADTOi/VV4nwjgV+tO62Pkgjzc84AkhOEB+NOHsZJTiu0Sv0VEaFt
xOzPkJztnN3LBm7qE9u7hQm67I8fRMYGzT6PwzGOvr2cYgrORQtNDrePZPm8VDls
Wb8fRp8BjXjqCX+9Fw+9aiI2qVa5XvSEfYeA7g9um/H7FcenYC6dFmTexWzeY/do
WdtFAjJtbvAfGfC3jSJvs3kqi7WD5f41OBY0G/suDzVO7e1Yr/zbNxh7xrphVL53
3QnigZXv4HN43cdbE4P5scDPp4hTCDQ9m/cqLGxz1hWW6xoYDlVyKDRrIYhLDXm1
NS7CGNfw3eC089gJ419cbG6gxUxq6AVjuVjnApA99rmt2MtQwMJ2j9PkW172gaLd
oZNEIuhnYuk=
=asEF
-----END PGP SIGNATURE-----
--- End Message ---