Your message dated Thu, 17 Aug 2017 18:23:02 +0000
with message-id <[email protected]>
and subject line Bug#853501: fixed in libosmocore 0.9.0-7
has caused the Debian Bug report #853501,
regarding libosmocore: ftbfs with GCC-7
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.)


-- 
853501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853501
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libosmocore
Version: 0.9.0-6
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/libosmocore_0.9.0-6_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
gb/gprs_ns_test.c:224:28: warning: 'gprs_ns_unblock' defined but not used 
[-Wunused-const-variable=]
 static const unsigned char gprs_ns_unblock[1] = {
                            ^~~~~~~~~~~~~~~
gb/gprs_ns_test.c:219:28: warning: 'gprs_ns_alive_ack' defined but not used 
[-Wunused-const-variable=]
 static const unsigned char gprs_ns_alive_ack[1] = {
                            ^~~~~~~~~~~~~~~~~
gb/gprs_ns_test.c:206:28: warning: 'gprs_ns_alive' defined but not used 
[-Wunused-const-variable=]
 static const unsigned char gprs_ns_alive[1] = {
                            ^~~~~~~~~~~~~
gb/gprs_ns_test.c:200:28: warning: 'gprs_ns_reset_nsei2' defined but not used 
[-Wunused-const-variable=]
 static const unsigned char gprs_ns_reset_nsei2[12] = {
                            ^~~~~~~~~~~~~~~~~~~
gb/gprs_ns_test.c:192:28: warning: 'gprs_ns_reset_vci2' defined but not used 
[-Wunused-const-variable=]
 static const unsigned char gprs_ns_reset_vci2[12] = {
                            ^~~~~~~~~~~~~~~~~~
gb/gprs_ns_test.c:184:28: warning: 'gprs_ns_reset' defined but not used 
[-Wunused-const-variable=]
 static const unsigned char gprs_ns_reset[12] = {
                            ^~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o 
gb/gprs_ns_test gb/gprs_ns_test.o ../src/libosmocore.la ../src/gb/libosmogb.la 
../src/vty/libosmovty.la -ldl  
libtool: link: gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro 
-Wl,-z -Wl,now -Wl,--as-needed -o gb/.libs/gprs_ns_test gb/gprs_ns_test.o  
../src/.libs/libosmocore.so ../src/gb/.libs/libosmogb.so 
../src/vty/.libs/libosmovty.so -ldl
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../include -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
kasumi/kasumi_test.o kasumi/kasumi_test.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o 
kasumi/kasumi_test kasumi/kasumi_test.o ../src/libosmocore.la 
../src/gsm/libgsmint.la 
libtool: link: gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro 
-Wl,-z -Wl,now -Wl,--as-needed -o kasumi/.libs/kasumi_test kasumi/kasumi_test.o 
 ../src/.libs/libosmocore.so ../src/gsm/.libs/libgsmint.a 
/<<PKGBUILDDIR>>/src/.libs/libosmocore.so -ldl
kasumi/kasumi_test.o: In function `test_expansion':
./tests/kasumi/kasumi_test.c:27: undefined reference to `_compare_mem'
./tests/kasumi/kasumi_test.c:28: undefined reference to `_compare_mem'
./tests/kasumi/kasumi_test.c:29: undefined reference to `_compare_mem'
./tests/kasumi/kasumi_test.c:30: undefined reference to `_compare_mem'
./tests/kasumi/kasumi_test.c:31: undefined reference to `_compare_mem'
kasumi/kasumi_test.o:./tests/kasumi/kasumi_test.c:32: more undefined references 
to `_compare_mem' follow
collect2: error: ld returned 1 exit status
Makefile:686: recipe for target 'kasumi/kasumi_test' failed
make[5]: *** [kasumi/kasumi_test] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Makefile:1028: recipe for target 'check-am' failed
make[4]: *** [check-am] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Makefile:518: recipe for target 'check-recursive' failed
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:809: recipe for target 'check' failed
make[2]: *** [check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
debian/rules:28: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:17: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libosmocore
Source-Version: 0.9.0-7

We believe that the bug you reported is fixed in the latest version of
libosmocore, 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.
Thorsten Alteholz <[email protected]> (supplier of updated libosmocore 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: Wed, 16 Aug 2017 19:52:59 +0200
Source: libosmocore
Binary: libosmocore libosmocodec0 libosmocodec-doc libosmocore6 libosmocore-doc 
libosmogb4 libosmogsm5 libosmogsm-doc libosmovty3 libosmovty-doc libosmoctrl0 
libosmosim0 libosmocore-dev libosmocore-utils libosmocore-dbg
Architecture: source all amd64
Version: 0.9.0-7
Distribution: sid
Urgency: medium
Maintainer: Debian Mobcom Maintainers 
<[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
 libosmocodec-doc - Documentation for the osmo codec library
 libosmocodec0 - Osmo codec library
 libosmocore - Open Source MObile COMmunications CORE library (metapackage)
 libosmocore-dbg - Debug symbols for Open Source MObile COMmunications CORE 
library
 libosmocore-dev - Development headers for Open Source MObile COMmunications 
CORE li
 libosmocore-doc - Documentation for the Osmo Core library
 libosmocore-utils - Utilities for gsm
 libosmocore6 - Osmo Core library
 libosmoctrl0 - Osmo control library
 libosmogb4 - Osmo GPRS GB library
 libosmogsm-doc - Documentation for the Osmo GSM utility library
 libosmogsm5 - Osmo GSM utility library
 libosmosim0 - Osmo SIM library
 libosmovty-doc - Documentation for the Osmo VTY library
 libosmovty3 - Osmo VTY library
Closes: 853501
Changes:
 libosmocore (0.9.0-7) unstable; urgency=medium
 .
   * fix gcc-7 bug (Closes: #853501)
   * debian/control: bump standard to 4.0.1
   * debian/control: add myself to uploaders
   * debian/control: move package to debian-mobcom and change URLs
   * debian/control: change maintainer to debian-mobcom-maintainers
Checksums-Sha1:
 eafac05a930a70677bd4c5734cb3789790954fba 3071 libosmocore_0.9.0-7.dsc
 705eca7a77d295fcaf08ed4c3d0feb8b696fe914 574737 libosmocore_0.9.0.orig.tar.gz
 8d1b10e51d3301c4c6f1ab6ff8ecb747faa065ad 14192 
libosmocore_0.9.0-7.debian.tar.xz
 a2911fe63b7bbb2b62f6df2eaebfb12863dd26a6 81130 libosmocodec-doc_0.9.0-7_all.deb
 c86ec47ee2dd05519472a16518212f0f37aa8c1e 7692 libosmocodec0_0.9.0-7_amd64.deb
 7c5b64776b416ea9561eca3ed86265f4b1ad6d86 570496 
libosmocore-dbg_0.9.0-7_amd64.deb
 4f6c6e4380ef0e71e203f2e23bdd5edff52034d4 84384 
libosmocore-dev_0.9.0-7_amd64.deb
 a85a09eb47c8a6bb91f643737c45f6edac474468 223014 libosmocore-doc_0.9.0-7_all.deb
 11ef653569c3a9d4cb5bff8995db2b288725bfdd 9956 
libosmocore-utils_0.9.0-7_amd64.deb
 9a764445cf003c4ea4bf72a83f1133a1ddc41f10 48606 libosmocore6_0.9.0-7_amd64.deb
 7e49b38131d389d28f3f1a4d94598b1bbac6b52f 9544 
libosmocore_0.9.0-7_amd64.buildinfo
 b241672f5308f0a8581faed4e5a9b3cda0c25153 4072 libosmocore_0.9.0-7_amd64.deb
 152f17c512e05dcc7c780eae9e36df06d82f1c0f 13598 libosmoctrl0_0.9.0-7_amd64.deb
 2fdc3f63cc364032350d1d81eb97181db9c43ebb 34276 libosmogb4_0.9.0-7_amd64.deb
 85603180bd9d6f0205f6236574d3066d28718049 310030 libosmogsm-doc_0.9.0-7_all.deb
 3fdd01d2b2e507ac1a53d6c80cdc18876c855479 74046 libosmogsm5_0.9.0-7_amd64.deb
 293f125b5b0f7b46560d363198ae05bf90f09887 20234 libosmosim0_0.9.0-7_amd64.deb
 0ce86582697d7a444366731289460ce8311adff1 138720 libosmovty-doc_0.9.0-7_all.deb
 e7051f6c1e5f728e2e029aa94f34a41d68e96304 39332 libosmovty3_0.9.0-7_amd64.deb
Checksums-Sha256:
 32f51e006406e16b0ba63dbb12232d1a4e90306a0ad26bf778aaae67cf166bba 3071 
libosmocore_0.9.0-7.dsc
 ff7c47efc88a4b4a602861e5776c1978b5c78f88df92c8099c55c10bb2b2eb8f 574737 
libosmocore_0.9.0.orig.tar.gz
 0c582ae0c3ca8c9eeafc9b49d21f95a0b4ab4fdc5a2e4224dfba32855d11d58b 14192 
libosmocore_0.9.0-7.debian.tar.xz
 72f7b5bca8c6db12408d6164390f35faa640acab29a47dd190428590d06e5c70 81130 
libosmocodec-doc_0.9.0-7_all.deb
 330c6f155f22f5332c9f202df40607e57307b29fc62943b39be168279bb2b38e 7692 
libosmocodec0_0.9.0-7_amd64.deb
 5a7b7fbf407a2516d4e8e6d129ac478100ece8201c483076402abbb17e58cd55 570496 
libosmocore-dbg_0.9.0-7_amd64.deb
 66b5d45b059ef46ad7ca35463372b7b574dcdefbcde228db231333a7b5ff5ba3 84384 
libosmocore-dev_0.9.0-7_amd64.deb
 a906ea68a8ceaa8d102dd268fddbbc68ca6e9bba0a6627a83c9d3ae6e4f80b33 223014 
libosmocore-doc_0.9.0-7_all.deb
 fd1023d03fbe1355099da9f7b54054f0a6582a3e5c5730ac87d9ea00dfffb26a 9956 
libosmocore-utils_0.9.0-7_amd64.deb
 9c3da01b4cd531b36870c130de50767e1ddbcd6707b6d3365d0eeabeeb98d75c 48606 
libosmocore6_0.9.0-7_amd64.deb
 b9475c1842dfc51ac7844e741e346c050730b1367b2a7975ff072da6c253873d 9544 
libosmocore_0.9.0-7_amd64.buildinfo
 3d59032b4ae76cf2a577a3d159d38a9f8c4ee8e9c8c563c46d87b11fa8c1879c 4072 
libosmocore_0.9.0-7_amd64.deb
 3b55560fed34279d3da089fb2c212874fc9e8149d4f27dabf854ec8e0fbcd857 13598 
libosmoctrl0_0.9.0-7_amd64.deb
 e44d1ec94823f00a48e6adf7d71de161f8f2f9cc69d57d7a2725d4e98c44e5f0 34276 
libosmogb4_0.9.0-7_amd64.deb
 05bffbdeb37f015b4f5bb423c86b8907c1ecbd8a1acecd6a5c12f5ed59f88f9c 310030 
libosmogsm-doc_0.9.0-7_all.deb
 ab5a23f0c895dd0af5a412e0fa65d37ea3fb07d22c9c5b8f40d272ee75072db2 74046 
libosmogsm5_0.9.0-7_amd64.deb
 357d3c9227eab11870ea21245e5410de104997dc98b81323866adb2a303bce56 20234 
libosmosim0_0.9.0-7_amd64.deb
 f8a59ee32f00df87994967f9e4ebf1e97aa349604b9e6fbee92e4aa94120f7fc 138720 
libosmovty-doc_0.9.0-7_all.deb
 e385e61c76d3015663119844b4658035e0fdc6eb13ee0e085b2a48c9ae0d0702 39332 
libosmovty3_0.9.0-7_amd64.deb
Files:
 e1fab3373a623af27f56016f29e3662c 3071 libs optional libosmocore_0.9.0-7.dsc
 631bef62a3b80b87b27e01b4f7641a97 574737 libs optional 
libosmocore_0.9.0.orig.tar.gz
 90785e560f83ba4f51014f11846aba4e 14192 libs optional 
libosmocore_0.9.0-7.debian.tar.xz
 d83f1e26f942ba945cf4c148d5217194 81130 doc optional 
libosmocodec-doc_0.9.0-7_all.deb
 92c955cf63123f9c96eb49d207162149 7692 libs optional 
libosmocodec0_0.9.0-7_amd64.deb
 fc645f041290e69322be9a0ee22dba06 570496 debug extra 
libosmocore-dbg_0.9.0-7_amd64.deb
 23a16e04855dd3b87329b12720cdefdc 84384 libdevel optional 
libosmocore-dev_0.9.0-7_amd64.deb
 b22a86bf0f987324dcb99938df7df20f 223014 doc optional 
libosmocore-doc_0.9.0-7_all.deb
 ca4b37f35b47340d66aca0386f921c3f 9956 utils optional 
libosmocore-utils_0.9.0-7_amd64.deb
 a67f328bcd064258ff33492f8d9a3621 48606 libs optional 
libosmocore6_0.9.0-7_amd64.deb
 a920519eb4a39acb229201f573689e7e 9544 libs optional 
libosmocore_0.9.0-7_amd64.buildinfo
 6c57bd742e8d06fb431885f8ada861cd 4072 libs optional 
libosmocore_0.9.0-7_amd64.deb
 abf9e884030a03a4c77785facadc084d 13598 libs optional 
libosmoctrl0_0.9.0-7_amd64.deb
 71abb7151a8a69fddd9ca1a4b6ce2527 34276 libs optional 
libosmogb4_0.9.0-7_amd64.deb
 87f7af2036edc4696eab8c9146b9d03f 310030 doc optional 
libosmogsm-doc_0.9.0-7_all.deb
 640cbff06a5b4505c7125eb37f74de97 74046 libs optional 
libosmogsm5_0.9.0-7_amd64.deb
 8c9e0114ab1a51bcf723c41e1ad89833 20234 libs optional 
libosmosim0_0.9.0-7_amd64.deb
 c66b5d46d4b8a6aef715a69c6c5c6f43 138720 doc optional 
libosmovty-doc_0.9.0-7_all.deb
 ff4420d0ef319878057df3b50e61a846 39332 libs optional 
libosmovty3_0.9.0-7_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAlmV2WBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRytsD/9b4nvw6EgMdMVwLf9XT8uwlTmFfg9Y
PEc7qzmSwwXFUXRntdpkxfHilikcZrE48ko8u8CXeLApY5rITeYa1W04PFdiPW9J
qyXaXPc49Eg5b3LC2PwVZ3PTZc5wTxaiCDeB6jOrhuULcWxdh7WE6JK3oOH+CnLL
ss21L3atyBUhc0Hw04RjFljxjP9bnoeirVyPqapQp3+MZdGPhTvDSzBlDMPIpq8t
pguUrIN0HgAkWHA/2U2bc19a7pb9z0ggI4hwuV4TqOo2TpAoh8qIY4kOTbxoHUUS
q4xHMgVtnAQIb6ukOS1CBBXu3SXceFR3x2urrhMkxXt8VMZEep8sPpABC5w1aa9E
U4VNirNnt7gN3H8ZT8SLUKMIcF26pr7pYo40qB+AoKLA3mnRGxUEfkt05iFMAYJn
nvz3BK0oBH2m1P0nI25Uq96TJGk9b3rHrw39BH+C6Jwpf0EOoYii1+l+UF0XzN0C
r4+++khNXRn71AyrsBobZNICBgsqsU/LVSv5fwWIxfetBZDaXd62OhZ1woR0awH4
XmkBJyR2a10Rl+RLRB1hNiVPpngWE5+ZDo9Pz8svWeM2GBsN1KSvosvk0GysRgQi
aMQ6s+OGk5Z2Pug9xOGRZQ4QCP6M5D0nNePH0q7us+3/mLtNWtUd9ikkDGSm3ZIe
oAzdR2SuP+z11Q==
=XEuE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to