Your message dated Sat, 05 Oct 2024 18:03:02 +0000
with message-id <[email protected]>
and subject line Bug#1075561: fixed in telepathy-ofono 0.3.1-4
has caused the Debian Bug report #1075561,
regarding telepathy-ofono: 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 [email protected]
immediately.)
--
1075561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075561
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:telepathy-ofono
Version: 0.3.1-3
Severity: important
Tags: sid trixie
User: [email protected]
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/telepathy-ofono_0.3.1-3_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
[...]
from /usr/include/x86_64-linux-gnu/qt5/QtTest/QtTestDepends:3,
from /usr/include/x86_64-linux-gnu/qt5/QtTest/QtTest:3,
from /<<PKGBUILDDIR>>/tests/MessagesTest.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qset.h:406:30: note: declared here
406 | Q_OUTOFLINE_TEMPLATE QSet<T> QList<T>::toSet() const
| ^~~~~~~~
/usr/include/telepathy-qt5/TelepathyQt/referenced-handles.h: In member function
‘std::__cxx11::list<unsigned int, std::allocator<unsigned int> >
Tp::ReferencedHandles::toStdList() const’:
/usr/include/telepathy-qt5/TelepathyQt/referenced-handles.h:234:34: warning:
‘std::__cxx11::list<T> QList<T>::toStdList() const [with T = unsigned int]’ is
deprecated: Use std::list<T>(list.begin(), list.end()) instead.
[-Wdeprecated-declarations]
234 | return toList().toStdList();
| ~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:49,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
from /<<PKGBUILDDIR>>/tests/MessagesTest.cpp:19:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:419:25: note: declared here
419 | inline std::list<T> toStdList() const
| ^~~~~~~~~
In file included from /usr/include/telepathy-qt5/TelepathyQt/TextChannel:8,
from /<<PKGBUILDDIR>>/tests/MessagesTest.cpp:26:
/usr/include/telepathy-qt5/TelepathyQt/text-channel.h: At global scope:
/usr/include/telepathy-qt5/TelepathyQt/text-channel.h:81:41: warning:
‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Tp::MessageSendingFlag; Zero =
int QFlags<Tp::MessageSendingFlag>::Private::*]’ is deprecated: Use default
constructor instead [-Wdeprecated-declarations]
81 | MessageSendingFlags flags = 0);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1305,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:48,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR
inline QFlags(Zero) noexcept : i(0) {}
|
^~~~~~
/usr/include/telepathy-qt5/TelepathyQt/text-channel.h:84:41: warning:
‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Tp::MessageSendingFlag; Zero =
int QFlags<Tp::MessageSendingFlag>::Private::*]’ is deprecated: Use default
constructor instead [-Wdeprecated-declarations]
84 | MessageSendingFlags flags = 0);
| ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR
inline QFlags(Zero) noexcept : i(0) {}
|
^~~~~~
/usr/include/telepathy-qt5/TelepathyQt/text-channel.h: In member function ‘void
MessagesTest::testMessageSend()’:
/usr/include/telepathy-qt5/TelepathyQt/text-channel.h:81:41: warning:
‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Tp::MessageSendingFlag; Zero =
int QFlags<Tp::MessageSendingFlag>::Private::*]’ is deprecated: Use default
constructor instead [-Wdeprecated-declarations]
81 | MessageSendingFlags flags = 0);
| ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR
inline QFlags(Zero) noexcept : i(0) {}
|
^~~~~~
/usr/include/telepathy-qt5/TelepathyQt/text-channel.h: In member function ‘void
MessagesTest::testMessageSendGroupChat()’:
/usr/include/telepathy-qt5/TelepathyQt/text-channel.h:81:41: warning:
‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Tp::MessageSendingFlag; Zero =
int QFlags<Tp::MessageSendingFlag>::Private::*]’ is deprecated: Use default
constructor instead [-Wdeprecated-declarations]
81 | MessageSendingFlags flags = 0);
| ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR
inline QFlags(Zero) noexcept : i(0) {}
|
^~~~~~
[ 27%] Linking CXX executable ProtocolTest
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/ProtocolTest.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-Wl,-z,relro -Wl,-z,now
CMakeFiles/ProtocolTest.dir/ProtocolTest_autogen/mocs_compilation.cpp.o
CMakeFiles/ProtocolTest.dir/telepathyhelper.cpp.o
CMakeFiles/ProtocolTest.dir/ProtocolTest.cpp.o -o ProtocolTest -ltelepathy-qt5
/usr/lib/x86_64-linux-gnu/libphonenumber.so
/usr/lib/x86_64-linux-gnu/libQt5DBus.so.5.15.13
/usr/lib/x86_64-linux-gnu/libQt5Test.so.5.15.13
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.13
[ 28%] Linking CXX executable ConnectionTest
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/ConnectionTest.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-Wl,-z,relro -Wl,-z,now
CMakeFiles/ConnectionTest.dir/ConnectionTest_autogen/mocs_compilation.cpp.o
CMakeFiles/ConnectionTest.dir/telepathyhelper.cpp.o
CMakeFiles/ConnectionTest.dir/ofonomockcontroller.cpp.o
CMakeFiles/ConnectionTest.dir/ConnectionTest.cpp.o -o ConnectionTest
-ltelepathy-qt5 /usr/lib/x86_64-linux-gnu/libphonenumber.so
/usr/lib/x86_64-linux-gnu/libQt5DBus.so.5.15.13
/usr/lib/x86_64-linux-gnu/libQt5Test.so.5.15.13
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.13
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 29%] Built target ProtocolTest
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 30%] Built target ConnectionTest
[ 30%] Linking CXX executable MessagesTest
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/MessagesTest.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-Wl,-z,relro -Wl,-z,now
CMakeFiles/MessagesTest.dir/MessagesTest_autogen/mocs_compilation.cpp.o
CMakeFiles/MessagesTest.dir/telepathyhelper.cpp.o
CMakeFiles/MessagesTest.dir/ofonomockcontroller.cpp.o
CMakeFiles/MessagesTest.dir/handler.cpp.o
CMakeFiles/MessagesTest.dir/approvertext.cpp.o
CMakeFiles/MessagesTest.dir/MessagesTest.cpp.o -o MessagesTest -ltelepathy-qt5
/usr/lib/x86_64-linux-gnu/libphonenumber.so
/usr/lib/x86_64-linux-gnu/libQt5DBus.so.5.15.13
/usr/lib/x86_64-linux-gnu/libQt5Test.so.5.15.13
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.13
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 31%] Built target MessagesTest
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:28: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: telepathy-ofono
Source-Version: 0.3.1-4
Done: Mike Gabriel <[email protected]>
We believe that the bug you reported is fixed in the latest version of
telepathy-ofono, 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.
Mike Gabriel <[email protected]> (supplier of updated telepathy-ofono
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: SHA256
Format: 1.8
Date: Sat, 05 Oct 2024 19:12:49 +0200
Source: telepathy-ofono
Architecture: source
Version: 0.3.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <[email protected]>
Changed-By: Mike Gabriel <[email protected]>
Closes: 1075561
Changes:
telepathy-ofono (0.3.1-4) unstable; urgency=medium
.
* debian/patches:
+ Add 1002_mc-plugin-mcp-account-manager-ofono-on-ring.c-Type-c.patch.
Type cast g_object_ref to McpAccountManager*. Fixes FTBFS against GCC-14.
(Closes: #1075561).
Checksums-Sha1:
1b2941a9c7839d7aced85bd0699c5e30fdb3ffc4 2316 telepathy-ofono_0.3.1-4.dsc
a2dd7100e92867a6818fea8d915275341df51d70 5708
telepathy-ofono_0.3.1-4.debian.tar.xz
eeb96b7edb5775de4403f0c5a6f3b486989fbb01 15444
telepathy-ofono_0.3.1-4_source.buildinfo
Checksums-Sha256:
1ce8c5ce81a16bf891382bfb491ae2a79e43ded454ebd41171e5a6aa2c19c03a 2316
telepathy-ofono_0.3.1-4.dsc
1b275f237c592a281252122e3952cd7f618412e70a391c944f338b2c09ee3d99 5708
telepathy-ofono_0.3.1-4.debian.tar.xz
9dd2e71791710a5dcbee400de9506f7d9ce396f9fc9d501c86d94d843bb033c3 15444
telepathy-ofono_0.3.1-4_source.buildinfo
Files:
1f62321fa5abdcb00b22d24c50a35e0a 2316 comm optional telepathy-ofono_0.3.1-4.dsc
5bce5b63990b9db962719ddfcc9933c7 5708 comm optional
telepathy-ofono_0.3.1-4.debian.tar.xz
24390205eb55a3e713737bd0463ceabd 15444 comm optional
telepathy-ofono_0.3.1-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmcBdLsVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxU+UQALdrk9SoaBZzNTqWs6bCDwz4YZH7
3cBFHJIDBgKYaVNOGUtd33NnoXOLFe/dyn6uEhYlhGuTcFNHbM+Nq4f8HMwuMSwJ
tZ0T7I1Tj3pTUZcMbVJqbCa25QEagsINjlklBBGO0DT9P0uL3EW1aSHxu8co+XrG
tEwexd8nZoJo6mPLTd7jioghV8EF+qBq+jdJ0sxUt+4TUAFcZ9wWIwJCi2MBEBHV
Peu8oz1yuB5FcJwyeUdvhAZvjFI9jgBJbMKwj9ev1rdJuHI/VPPzHj1QJ7Hxv5Yo
NEMy/4tlqjo0tIisN/IWhleUZN2Uw7RJh7/hNaqbBFWrKGp1tt0A9002wp29UtoL
ueVCwe0YazNORULEdDjEoXdEavDc9PIWr3HZvVIhFXAWR9W8pKixke+UmVr2VdpQ
zJLLsa1n0DaFLVuhKPD2XQbOfr7Q3AVmZK6bok1MpgxwlSvHNqqDqV+F/rydrZ34
T76HhHYUETfvxwyjDLQAry6E/1Y7q05SXU9nmwcsFtc/ZKoauozemOP42G4v5Bvr
VYfav3joIXbqBT6GO1QWAf2r7K6jJUWY0BtbulMQswq/QpjTLWJ6BBfC0unE3diw
MRsj3Dn/OtzRTZyKjSoFMlaK7dRWODidWpagCApyPR2BXtSsDXiyu/UHptXRGvCQ
DYLBDWp9Ms1LOGjK
=/u6X
-----END PGP SIGNATURE-----
pgp4SDeS18zTn.pgp
Description: PGP signature
--- End Message ---