Your message dated Mon, 19 Aug 2019 00:59:25 +0000
with message-id <e1hzw17-000bmb...@fasolo.debian.org>
and subject line Bug#925756: fixed in libosmocore 0.12.1-3
has caused the Debian Bug report #925756,
regarding libosmocore: 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 ow...@bugs.debian.org
immediately.)


-- 
925756: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925756
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libosmocore
Version: 0.12.1-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/libosmocore_0.12.1-2_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.

[...]
-Testing creating Assignment Complete
-Testing creating Assignment Complete (AoIP)
-Testing creating Assignment Failure
-Testing creating Assignment Failure (AoIP)
-Testing creating Clear Request
-Testing creating Paging Request
-Testing creating DTAP
-Testing prepend DTAP
-test_gsm0808_enc_dec_cell_id_list_lac: encoded: 1a 07 05 01 24 ab cd 56 78 (rc 
= 9)
-------- test_cell_id_list_add
-     cell_id_list == CGI[0]:{}
-gsm0808_cell_id_list_add(&cil, &lac1) --> rc = 1
-     cell_id_list == LAC[1]:{123}
-gsm0808_cell_id_list_add(&cil, &lac1) --> rc = 0
-     cell_id_list == LAC[1]:{123}
-gsm0808_cell_id_list_add(&cil, &lac2) --> rc = 2
-     cell_id_list == LAC[3]:{123, 456, 789}
-gsm0808_cell_id_list_add(&cil, &lac2) --> rc = 0
-     cell_id_list == LAC[3]:{123, 456, 789}
-gsm0808_cell_id_list_add(&cil, &cil) --> rc = 0
-     cell_id_list == LAC[3]:{123, 456, 789}
-gsm0808_cell_id_list_add(&cil, &cgi1) --> rc = -22
-     cell_id_list == LAC[3]:{123, 456, 789}
-* can't add to BSS list
-     cell_id_list == BSS[0]
-gsm0808_cell_id_list_add(&cil, &lac1) --> rc = -22
-     cell_id_list == BSS[0]
-* other types (including NO_CELL) take on new type iff empty
-     cell_id_list == NO-CELL[0]
-gsm0808_cell_id_list_add(&cil, &cgi1) --> rc = 1
-     cell_id_list == CGI[1]:{001-02-3-4}
-gsm0808_cell_id_list_add(&cil, &cgi1) --> rc = 0
-     cell_id_list == CGI[1]:{001-02-3-4}
-gsm0808_cell_id_list_add(&cil, &cgi2) --> rc = 2
-     cell_id_list == CGI[3]:{001-02-3-4, 001-002-3-4, 005-006-7-8}
-gsm0808_cell_id_list_add(&cil, &cgi2) --> rc = 0
-     cell_id_list == CGI[3]:{001-02-3-4, 001-002-3-4, 005-006-7-8}
-* test gsm0808_cell_id_list_name_buf()'s return val
-  strlen(gsm0808_cell_id_list_name(cil)) == 45
-  gsm0808_cell_id_list_name_buf(buf, 46, cil)) == 45 "CGI[3]:{001-02-3-4, 
001-002-3-4, 005-006-7-8}"
-  gsm0808_cell_id_list_name_buf(buf, 23, cil)) == 45 "CGI[3]:{001-02-3-4, 00"
-  gsm0808_cell_id_list_name_buf(buf, 11, cil)) == 45 "CGI[3]:{00"
-  gsm0808_cell_id_list_name_buf(buf, 5, cil)) == 45 "CGI["
-  gsm0808_cell_id_list_name_buf(buf, 2, cil)) == 45 "C"
-  gsm0808_cell_id_list_name_buf(buf, 1, cil)) == 45 ""
-  gsm0808_cell_id_list_name_buf(buf, 0, cil)) == 45 "#"
-* list-full behavior
-cil.id_list_len = 126
-gsm0808_cell_id_list_add(&cil, &cgi2a) --> rc = 1
-cil.id_list_len = 127
-cil.id_list_len = 126
-gsm0808_cell_id_list_add(&cil, &cgi3) --> rc = -28
-cil.id_list_len = 127
-gsm0808_cell_id_list_add(&cil, &cgi2a) --> rc = -28
-cil.id_list_len = 127
-------- test_cell_id_list_add done
-test_gsm0808_enc_dec_cell_id_lac: encoded: 05 03 05 01 24 (rc = 5)
-test_gsm0808_enc_dec_cell_id_bss: encoded: 05 01 06 (rc = 3)
-test_gsm0808_enc_dec_cell_id_no_cell: encoded: 05 01 03 (rc = 3)
-test_gsm0808_enc_dec_cell_id_lai_and_lac: encoded: 05 06 04 21 63 54 23 42 (rc 
= 8)
-test_gsm0808_enc_dec_cell_id_ci: encoded: 05 03 02 04 23 (rc = 5)
-test_gsm0808_enc_dec_cell_id_lac_and_ci: encoded: 05 05 01 04 23 02 35 (rc = 7)
-test_gsm0808_enc_dec_cell_id_global: encoded: 05 08 00 21 63 54 23 42 04 23 
(rc = 10)
-Done
./testsuite.at:132: exit code was 134, expected 0
21. testsuite.at:129: 21. gsm0808 (testsuite.at:129): FAILED (testsuite.at:132)
make[1]: *** [debian/rules:29: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: libosmocore
Source-Version: 0.12.1-3

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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz <deb...@alteholz.de> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 18 Aug 2019 10:55:55 +0200
Source: libosmocore
Architecture: source
Version: 0.12.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Mobcom Maintainers 
<debian-mobcom-maintain...@lists.alioth.debian.org>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Closes: 925756
Changes:
 libosmocore (0.12.1-3) unstable; urgency=low
 .
   [Ruben Undheim]
   * Attempt fix FTBFS on kFreeBSD and Hurd:
     - d/patches/0007-TIMER-constants-not-on-some-architectures.patch
     - d/patches/MAXPATHLEN-set-if-not-defined.patch
     - d/patches/0009-No-fail-if-no-proc-cpuinfo.patch
 .
   [Thorsten Alteholz]
   * add patch to build with gcc9 (cherry picked from upstream)
     (Closes: #925756)
   * add "* Build-Depends-Package:" to symbols files
Checksums-Sha1:
 7dbd87495d055aa0c8abcee15c45a4adb836ac0e 3210 libosmocore_0.12.1-3.dsc
 fa3570639267246bb15d12324821870439a8dc18 30824 
libosmocore_0.12.1-3.debian.tar.xz
 4e612c89cb0092917a9ef7978fad702c1d9cbba6 13843 
libosmocore_0.12.1-3_amd64.buildinfo
Checksums-Sha256:
 620d60a53ccff886e3d1d7f7e9a4137ff80b5355698b78fb2c668f5eca7fa973 3210 
libosmocore_0.12.1-3.dsc
 501cbd948b81aaee83ef357d4e0bfb68b9236b0e3048a3c9d7bf31c8242d69b3 30824 
libosmocore_0.12.1-3.debian.tar.xz
 24cd8e9e1fb50eb4673e755dadf86a24ac2cd4cffa57f9a2638bbe99cafbafce 13843 
libosmocore_0.12.1-3_amd64.buildinfo
Files:
 ed90be3a669577affcedb4df79006340 3210 libs optional libosmocore_0.12.1-3.dsc
 bb03364539bfb6ea3f808a9afbb4059a 30824 libs optional 
libosmocore_0.12.1-3.debian.tar.xz
 6def09c52011565a26f6965a02b19c48 13843 libs optional 
libosmocore_0.12.1-3_amd64.buildinfo

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

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAl1ZjcRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR6e2D/9C0x3E7NBwfgUnPXAco36PCYyge5Gb
wA/zFNDGxT5HJstVdaEtxDHyDYU7/Umofg7EaytlMcbfOAs396an6pVHusLlPU5U
5ske1hxKgVToxS7Nz8Z17ewZtNxCEkt/zoBM5bxxyjc9fEd1xVTBWbJfmSB2u5V/
AytXI5A+Cx6Yo92iP6wG8LsKLRjqsjhwr7plGllplJwShBP5gOw3rj5HR8G+qd6q
v3OU2j+lzePcyduXFE/PSPTyLffnLAbbrcjve6zhEF1777KF5vEQprEJkqE42TE6
6Ru5sMRD/z1U1R/+RxptaAhVvbN5/S/fo3PHSFg7H3ovwGekkklqac/h+AyHZ2yH
DbFYV32YEqtJLJBDLJ3xzv+f8AcZxfWShJukYrn8YDcWH40LC9WSr1VtN57XJJc0
5g3WJ6giSj+ILHAWnjxOQNwYf6NdIxYVb6PLSwZBaSUXWwe006jAjt+W0URH+RY7
0LOXpACVDte6jvOzNPZfFzC5oGxTRweQidTiKnjprBDpbywa0M2XzOu1zQsQMaO1
M+qrRbUQ9FflyIYzivqYCfKwhDI4eCdHyfEhuotC5Y9pjy4dsYJ5LLisSTT4vQHY
LFkJLXIiGUAT3VU3DK+M+7gyo4xl9FJw2JyuRHEfQSg/EU7queqcmEkDLWMhMdv4
3q+VQrVJvrMzAA==
=RVUZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to