Your message dated Tue, 03 Sep 2024 21:37:08 +0000
with message-id <e1slbd2-00gofi...@fasolo.debian.org>
and subject line Bug#1075353: fixed in osmo-iuh 1.6.0+dfsg1-2
has caused the Debian Bug report #1075353,
regarding osmo-iuh: ftbfs with GCC-14
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.)
--
1075353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:osmo-iuh
Version: 1.3.0+dfsg1-7
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/osmo-iuh_1.3.0+dfsg1-7_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
| void (*)(struct hnb_test *, struct
ranap_message_s *)
In file included from ../../include/osmocom/ranap/ranap_common.h:592,
from test-ranap.c:27:
../../include/osmocom/ranap/ranap_ies_defs.h:278:9: warning:
"ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT" redefined
278 | #define
ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT
(1 << 1)
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/osmocom/ranap/ranap_ies_defs.h:277:9: note: this is the location
of the previous definition
277 | #define
ENHANCEDRELOCATIONCOMPLETEREQUESTIES_RANAP_EXTENDEDRNC_ID_PRESENT
(1 << 0)
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/osmocom/ranap/ranap_common_cn.h:15:36: note: expected
‘ranap_handle_cb’ {aka ‘void (*)(void *, struct ranap_message_s *)’} but
argument is of type ‘void (*)(struct hnb_test *, struct ranap_message_s *)’
15 | int ranap_cn_rx_cl(ranap_handle_cb cb, void *ctx, uint8_t *data, size_t
len);
| ~~~~~~~~~~~~~~~~^~
../../include/osmocom/ranap/ranap_ies_defs.h:514:9: warning:
"RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT"
redefined
514 | #define
RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT
(1 << 2)
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/osmocom/ranap/ranap_ies_defs.h:512:9: note: this is the location
of the previous definition
512 | #define
RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_IUSIGNALLINGCONNECTIONIDENTIFIER_PRESENT
(1 << 0)
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/osmocom/ranap/ranap_ies_defs.h:515:9: warning:
"RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT"
redefined
515 | #define
RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT
(1 << 3)
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/osmocom/ranap/ranap_ies_defs.h:513:9: note: this is the location
of the previous definition
513 | #define
RANAP_ENHANCEDRELOCATIONINFORMATIONREQUESTIES_RANAP_GLOBALCN_ID_PRESENT
(1 << 1)
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[7]: *** [Makefile:447: hnb-test-rua.o] Error 1
make[7]: *** Waiting for unfinished jobs....
../../include/osmocom/hnbap/HNBAP_CriticalityDiagnostics-IE-List.h:29:30:
warning: ‘struct HNBAP_CriticalityDiagnostics_IE_List__Member’ declared inside
parameter list will not be visible outside of this definition or declaration
29 | A_SEQUENCE_OF(struct
HNBAP_CriticalityDiagnostics_IE_List__Member {
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/asn1c/asn_SET_OF.h:17:30: note: in definition of macro ‘A_SET_OF’
17 | void (*free)(type *); \
| ^~~~
../../include/osmocom/hnbap/HNBAP_CriticalityDiagnostics-IE-List.h:29:9: note:
in expansion of macro ‘A_SEQUENCE_OF’
29 | A_SEQUENCE_OF(struct
HNBAP_CriticalityDiagnostics_IE_List__Member {
| ^~~~~~~~~~~~~
test-ranap.c: In function ‘test_aper_causemisc’:
test-ranap.c:73:49: error: passing argument 3 of ‘aper_decode’ from
incompatible pointer type [-Wincompatible-pointer-types]
73 | aper_decode(NULL, &asn_DEF_RANAP_Cause, &c_dec, buf, 1, 0, 0);
| ^~~~~~
| |
| RANAP_Cause_t ** {aka
struct RANAP_Cause **}
In file included from /usr/include/asn1c/constr_TYPE.h:42,
from /usr/include/asn1c/asn_application.h:45,
from /usr/include/asn1c/OCTET_STRING.h:8,
from /usr/include/asn1c/BIT_STRING.h:8,
from /usr/include/asn1c/asn1helpers.h:6,
from test-ranap.c:24:
/usr/include/asn1c/per_decoder.h:58:59: note: expected ‘void **’ but argument
is of type ‘RANAP_Cause_t **’ {aka ‘struct RANAP_Cause **’}
58 | void **struct_ptr,
/* Pointer to a target structure's pointer */
| ~~~~~~~^~~~~~~~~~
make[7]: *** [Makefile:447: test-ranap.o] Error 1
test-hnbap.c:53:28: warning: ‘hnbap_reg_acc’ defined but not used
[-Wunused-const-variable=]
53 | static const unsigned char hnbap_reg_acc[] = {
| ^~~~~~~~~~~~~
make[7]: Leaving directory '/<<PKGBUILDDIR>>/src/tests'
make[6]: *** [Makefile:554: check-am] Error 2
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/tests'
make[5]: *** [Makefile:641: check-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:792: check] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:475: check-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:774: check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1
returned exit code 2
make[1]: *** [debian/rules:26: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: osmo-iuh
Source-Version: 1.6.0+dfsg1-2
Done: Thorsten Alteholz <deb...@alteholz.de>
We believe that the bug you reported is fixed in the latest version of
osmo-iuh, 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 1075...@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 osmo-iuh 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: Tue, 03 Sep 2024 19:38:34 +0200
Source: osmo-iuh
Architecture: source
Version: 1.6.0+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Mobcom Maintainers
<debian-mobcom-maintain...@lists.alioth.debian.org>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Closes: 1075353
Changes:
osmo-iuh (1.6.0+dfsg1-2) unstable; urgency=medium
.
* upload to unstable (Closes: #1075353)
(bug already fixed in upload to experimental but
forgotten to close)
Checksums-Sha1:
aee6ac83e3d63799af5e875472c65c81e521f434 2933 osmo-iuh_1.6.0+dfsg1-2.dsc
016e06a935e1bfb31ffd2070eb08f413604db159 21520
osmo-iuh_1.6.0+dfsg1-2.debian.tar.xz
d976a75b1d14d456f128855f333281048084ddfa 10995
osmo-iuh_1.6.0+dfsg1-2_amd64.buildinfo
Checksums-Sha256:
1cb8e357bb9e0ad113cbe57710bf222e656b80eb8d46a64549e522a691eca2b9 2933
osmo-iuh_1.6.0+dfsg1-2.dsc
d6d93b71c56882ef4fd1b09faa5049e4e5cbb41bd6a9b1a3f137b8a3e8ae0856 21520
osmo-iuh_1.6.0+dfsg1-2.debian.tar.xz
23cebcb142acb57e6bcc9be4a21cf6b9611e82775b56ff3ec4a0cb982bf8ec68 10995
osmo-iuh_1.6.0+dfsg1-2_amd64.buildinfo
Files:
1fd529f739523c32cfa962767c34cd34 2933 libs optional osmo-iuh_1.6.0+dfsg1-2.dsc
0b7594e543226045b6af6db1cf2fbe1f 21520 libs optional
osmo-iuh_1.6.0+dfsg1-2.debian.tar.xz
a53d700202a73719f2a90d1ad3b362e2 10995 libs optional
osmo-iuh_1.6.0+dfsg1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmbXfElfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRy2GD/0VXaTxNxm4a1frJXtAihrIk5wyVz5v
NmqdEWIo9C3xkq6GhpaP+660p3C6YLudQ79PHxuNTu60uazgB0zeMnjhsGmfD4SK
h4ZYUSYRvlh83+1ur79HiaMGoPrt4tZLRv/NmKdHWOmAfbEWyCyflIRmR9AK1tTW
WqAzho3Gnd+Wfs9E6kKs9w3/qGrKXsAyHjwruznJp9qnBGw7CWuVF1IrRG0UO1YY
APCW5VuAUOntu3501FVsI92A+R5PXm+VWhPPDXcPgkZYYjnXXLlVoyP6J7I034Mz
JMGPvGTEEO5DvPDCJDHX2FN93KdRkZVVFcwW3WNSWhhwfR8voDA8MPLqj5JL3VNa
QKvb1zkHVHmmmHsD0ibo51eW7c2mXkc8AATgg9Gtx6x3ERQwh6EcYoG9ClEAOUyE
1+yRW3aIRX/f24e7cyP+CkE7oqi8QPGZDZ1dvrgFBnHHi9PvvPp5JKW3Twam601i
uSDG3BvzsEz4JImjPm1kW388IXurLBfh9PFpDxXsDZZKQyOmxzxBU68qg71h3HOe
FlsVIoPR4fzAmdPeRQecZODpQb83Gyacu0GUwnbQfd/P/ndJcaPD9ENH2Ng8Tw8K
u3LAAYy4Y8pzYJBuUMVrqSPekK2aHE+SaGUt8rX8GapWdq2/XewR2/T+oM4tHctn
M58gHCUJY9TvHg==
=RXz+
-----END PGP SIGNATURE-----
pgp1X5xNPILPn.pgp
Description: PGP signature
--- End Message ---