Your message dated Fri, 23 Aug 2024 14:48:34 +0000
with message-id <e1shvac-0089x4...@fasolo.debian.org>
and subject line Bug#1075597: fixed in ukui-settings-daemon 4.0.0.0-1
has caused the Debian Bug report #1075597,
regarding ukui-settings-daemon: 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.)


-- 
1075597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075597
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ukui-settings-daemon
Version: 3.22.0.1-1
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/ukui-settings-daemon_3.22.0.1-1_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

[...]
../../common/rfkillswitch.cpp: In function ‘const char* getRFkillName(__u32)’:
../../common/rfkillswitch.cpp:398:9: warning: ignoring return value of ‘ssize_t 
read(int, void*, size_t)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  398 |     read(fd, name, sizeof(name) - 1);
      |     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../common/rfkillswitch.cpp: In function ‘const char* getRFkillType(__u32)’:
../../common/rfkillswitch.cpp:423:9: warning: ignoring return value of ‘ssize_t 
read(int, void*, size_t)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  423 |     read(fd, name, sizeof(name) - 1);
      |     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../common/QGSettings/qconftype.cpp:172:1: warning: control reaches end of 
non-void function [-Wreturn-type]
  172 | }
      | ^
../../common/QGSettings/qconftype.cpp: In function ‘QVariant 
qconf_types_to_qvariant(GVariant*)’:
../../common/QGSettings/qconftype.cpp:245:10: warning: this statement may fall 
through [-Wimplicit-fallthrough=]
  245 |          }
      |          ^
../../common/QGSettings/qconftype.cpp:246:5: note: here
  246 |     default:
      |     ^~~~~~~
In file included from ../../common/usd_base_class.cpp:48:
../../common/rfkillswitch.h: In copy constructor 
‘RfkillSwitch::RfkillSwitch(const RfkillSwitch&)’:
../../common/rfkillswitch.h:74:5: warning: base class ‘class QObject’ should be 
explicitly initialized in the copy constructor [-Wextra]
   74 |     RfkillSwitch(const RfkillSwitch&){}
      |     ^~~~~~~~~~~~
../../common/rfkillswitch.h: In member function ‘RfkillSwitch& 
RfkillSwitch::operator==(const RfkillSwitch&)’:
../../common/rfkillswitch.h:75:51: warning: no return statement in function 
returning non-void [-Wreturn-type]
   75 |     RfkillSwitch& operator==(const RfkillSwitch&){}
      |                                                   ^
../../common/usd_base_class.cpp: In static member function ‘static bool 
UsdBaseClass::readPowerOffConfig()’:
../../common/usd_base_class.cpp:163:14: warning: statement has no effect 
[-Wunused-value]
  163 |         false;
      |              ^
../../common/usd_base_class.cpp: In static member function ‘static bool 
UsdBaseClass::isJJW7200()’:
../../common/usd_base_class.cpp:191:11: warning: variable ‘pAck’ set but not 
used [-Wunused-but-set-variable]
  191 |     char *pAck = NULL;
      |           ^~~~
../../common/usd_base_class.cpp: In static member function ‘static bool 
UsdBaseClass::isVirt()’:
../../common/usd_base_class.cpp:564:18: warning: ‘void QProcess::start(const 
QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const 
QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) 
instead [-Wdeprecated-declarations]
  564 |     process.start("systemd-detect-virt");
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QProcess:1,
                 from ../../common/usd_base_class.cpp:30:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qprocess.h:168:10: note: declared here
  168 |     void start(const QString &command, OpenMode mode = ReadWrite);
      |          ^~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVector:1,
                 from ../../common/xeventmonitor.cpp:21:
../../common/xeventmonitor.cpp: In constructor 
‘XEventMonitor::XEventMonitor(QObject*)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1172:43: warning: unused 
variable ‘d’ [-Wunused-variable]
 1172 | #define Q_D(Class) Class##Private * const d = d_func()
      |                                           ^
../../common/xeventmonitor.cpp:240:5: note: in expansion of macro ‘Q_D’
  240 |     Q_D(XEventMonitor);
      |     ^~~
../../common/QGSettings/qgsettings.cpp: In constructor 
‘QGSettings::QGSettings(const QByteArray&, const QByteArray&, QObject*)’:
../../common/QGSettings/qgsettings.cpp:72:60: warning: ‘const gchar* const* 
g_settings_list_schemas()’ is deprecated: Use 
'g_settings_schema_source_list_schemas' instead [-Wdeprecated-declarations]
   72 |     if (false == is_item_in_schema (g_settings_list_schemas(), 
schemaId)){
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/glib-2.0/gio/gio.h:137,
                 from ../../common/QGSettings/qgsettings.cpp:23:
/usr/include/glib-2.0/gio/gsettings.h:76:25: note: declared here
   76 | const gchar * const *   g_settings_list_schemas                         
(void);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/plugins/auto-brightness'
make[1]: *** [Makefile:68: 
sub--build-ukui-settings-daemon-kdTXE7-ukui-settings-daemon-3-22-0-1-plugins-auto-brightness-auto-brightness-pro-make_first-ordered]
 Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ukui-settings-daemon
Source-Version: 4.0.0.0-1
Done: handsome_feng <jianfen...@ubuntukylin.com>

We believe that the bug you reported is fixed in the latest version of
ukui-settings-daemon, 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.
handsome_feng <jianfen...@ubuntukylin.com> (supplier of updated 
ukui-settings-daemon 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: SHA256

Format: 1.8
Date: Fri, 23 Aug 2024 21:45:33 +0800
Source: ukui-settings-daemon
Architecture: source
Version: 4.0.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Kylin Team <team+ky...@tracker.debian.org>
Changed-By: handsome_feng <jianfen...@ubuntukylin.com>
Closes: 1075597
Changes:
 ukui-settings-daemon (4.0.0.0-1) unstable; urgency=medium
 .
   * Fix ftbfs with gcc-14. (Closes: #1075597)
Checksums-Sha1:
 2549b4b3587cbfa0ca91f0736b566d61905addfd 3017 
ukui-settings-daemon_4.0.0.0-1.dsc
 a32695036fb362ad1e2047b85f11938bfb6f8b93 597836 
ukui-settings-daemon_4.0.0.0.orig.tar.gz
 06566f41f07d1f7b8cb1a3f96dbe7f943e12add6 4140 
ukui-settings-daemon_4.0.0.0-1.debian.tar.xz
 2ef0096873604e2bfa4b52b476e49071c2fa42f6 26217 
ukui-settings-daemon_4.0.0.0-1_source.buildinfo
Checksums-Sha256:
 fac2b7b6b3c76fbc02c322169782de799d0a40d86eaaf36f398ed858fe748fe1 3017 
ukui-settings-daemon_4.0.0.0-1.dsc
 900d80a5cb324dfcd715c23b532c0ea8e4afdb1438c98c225ef054785f7c6fda 597836 
ukui-settings-daemon_4.0.0.0.orig.tar.gz
 cf3fe7e2d8ff9d00ffb564c96696a1984e1d36aa0e612d7b862022e60d286868 4140 
ukui-settings-daemon_4.0.0.0-1.debian.tar.xz
 996fca1d293ceb010ebb06e766e628970a55f19b1456e7e6658e94c4149567d8 26217 
ukui-settings-daemon_4.0.0.0-1_source.buildinfo
Files:
 be0684ce2ab22f674735657695949023 3017 x11 optional 
ukui-settings-daemon_4.0.0.0-1.dsc
 d54932cb35469708868135f5c7c6c6e8 597836 x11 optional 
ukui-settings-daemon_4.0.0.0.orig.tar.gz
 42cecf90b1826b0546287039bdaf9d66 4140 x11 optional 
ukui-settings-daemon_4.0.0.0-1.debian.tar.xz
 7c4c066eff3840ccb00e3eb5b94405ca 26217 x11 optional 
ukui-settings-daemon_4.0.0.0-1_source.buildinfo

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

iQJPBAEBCAA5FiEEhsgAHpUwnacZWWSCm7hQwBMRHwwFAmbIkyobHGppYW5mZW5n
bGlAdWJ1bnR1a3lsaW4uY29tAAoJEJu4UMATER8MSZUQAJamXOc6B/OFVZJF5NSc
Cf+v9BoRM2WrtqVydzVxXrwEou3oArCfiZV3CQiaAZFDGzfmeYwoCT1waqllgZ1E
xnch/iD7IdYtgioUYF5W+cEmchXDLFsmSUtYnfyLuLcrdwg/RGp0GPG5sV/QXv5a
bdr0/6Pv5jefj8O53WnaC432O+/TQB6h6NaUQGpYuEnFMjqZjXNdbrvoh1UOEvah
3EAUqftwYrDB/wwHJtJwRqicT+UqdqniDTt2eA39U3SCmW7tvy1k+wMVWgJHdaaj
93pBYWfb/kDeupfYJe5t8yHBGt5krVKIK/CZisQ2IvpTORHKoVVnL8eWaJSAJttz
UTikzbqx3urvQIo9x8/H1xHgPgHECp0ipLx9Hk3VmT1DrGUDwN3sPwMaGIej7Xq/
hcBllaQvvxbKm34nSKyLvJzAWZOIomYppiY44m7QvGiCemPM78XFDGU1/dwuYpMq
pbDU3Jdsx5EWqaPE/SuW0u7oy1fbT7XbahzkYfJ9vbVYcGxGu+fqtu1dv94A3u5M
gdLVcZitIuZ9NwGf0hGM4+b6LxfonjaVmfsiSGR3igr5tL2Tvch0RbQp40ETCpAk
o2/J35gXD8sQEnXhWKbCdPGS1d4yyRM/YGkl+rXYx02tCrENvvbJ4iZdYGL0QAmP
EZoVZ6TRVcdf6HFMbzcwV/6Z
=gH03
-----END PGP SIGNATURE-----

Attachment: pgpwMuVfzSKow.pgp
Description: PGP signature


--- End Message ---

Reply via email to