[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1015450: marked as done (kidletime: ftbfs with LTO (link time optimization) enabled)



Your message dated Sat, 16 Mar 2024 12:31:28 +0000
with message-id <E1rlTCC-004iFY-UR@fasolo.debian.org>
and subject line Bug#1015450: fixed in kidletime 5.115.0-1
has caused the Debian Bug report #1015450,
regarding kidletime: ftbfs with LTO (link time optimization) enabled
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 owner@bugs.debian.org
immediately.)


-- 
1015450: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015450
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:kidletime
Version: 5.94.0-1
Severity: minor
Tags: sid bookworm
User: debian-gcc@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/kidletime_5.94.0-1_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
Checking test dependency graph...
Checking test dependency graph end
No tests were found!!!
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
   dh_testroot -O--buildsystem=kf5
   dh_prep -O--buildsystem=kf5
   dh_auto_install --buildsystem=kf5 -O--buildsystem=kf5
	cd obj-x86_64-linux-gnu && make -j8 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
make  -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Debian"
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin1.so
-- Set runtime path of "/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin1.so" to ""
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin0.so
-- Set runtime path of "/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin0.so" to ""
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/include/KF5/KIdleTime/kidletime_export.h
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/include/KF5/KIdleTime/KIdleTime
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/include/KF5/KIdleTime/kidletime.h
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/include/KF5/KIdleTime/private/abstractsystempoller.h
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libKF5IdleTime.so.5.94.0
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libKF5IdleTime.so.5
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libKF5IdleTime.so
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/qlogging-categories5/kidletime.categories
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/qlogging-categories5/kidletime.renamecategories
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/qt5/doc/KF5IdleTime.qch
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/share/qt5/doc/KF5IdleTime.tags
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_KIdleTime.pri
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/KF5IdleTime/KF5IdleTimeQchTargets.cmake
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/KF5IdleTime/KF5IdleTimeConfig.cmake
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/KF5IdleTime/KF5IdleTimeConfigVersion.cmake
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/KF5IdleTime/KF5IdleTimeTargets.cmake
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/KF5IdleTime/KF5IdleTimeTargets-debian.cmake
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/include/KF5/KIdleTime/kidletime_version.h
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
   dh_install -O--buildsystem=kf5
   dh_movelibkdeinit -O--buildsystem=kf5
   dh_installdocs -O--buildsystem=kf5
   dh_installchangelogs -O--buildsystem=kf5
   dh_installsystemduser -O--buildsystem=kf5
   dh_perl -O--buildsystem=kf5
   dh_link -O--buildsystem=kf5
   dh_strip_nondeterminism -O--buildsystem=kf5
   dh_compress -X.dcl -X.docbook -X-license -X.tag -X.sty -X.el -O--buildsystem=kf5
   dh_fixperms -O--buildsystem=kf5
   dh_missing -O--buildsystem=kf5
   dh_dwz -a -O--buildsystem=kf5
   dh_strip -a -O--buildsystem=kf5
   dh_makeshlibs -a -Xusr/lib/libkdeinit5_\* -O--buildsystem=kf5
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libkf5idletime5/DEBIAN/symbols doesn't match completely debian/libkf5idletime5.symbols
--- debian/libkf5idletime5.symbols (libkf5idletime5_5.94.0-1_amd64)
+++ dpkg-gensymbolstO1jC8	2022-06-10 09:01:29.804072698 +0000
@@ -55,7 +55,7 @@
  _ZNK9KIdleTime10metaObjectEv@Base 4.96.0
  _ZNK9KIdleTime12idleTimeoutsEv@Base 4.96.0
  _ZNK9KIdleTime8idleTimeEv@Base 4.96.0
- _ZNSt6vectorIiSaIiEE17_M_realloc_insertIJRKiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_@Base 5.92.0
+#MISSING: 5.94.0-1# _ZNSt6vectorIiSaIiEE17_M_realloc_insertIJRKiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_@Base 5.92.0
  _ZTI17WidgetBasedPoller@Base 5.13.0
  _ZTI20AbstractSystemPoller@Base 5.13.0
  _ZTI9KIdleTime@Base 4.96.0
dh_makeshlibs: error: failing due to earlier errors
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: kidletime
Source-Version: 5.115.0-1
Done: Patrick Franz <deltaone@debian.org>

We believe that the bug you reported is fixed in the latest version of
kidletime, 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 1015450@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Franz <deltaone@debian.org> (supplier of updated kidletime 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 16 Mar 2024 11:07:15 +0100
Source: kidletime
Architecture: source
Version: 5.115.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Patrick Franz <deltaone@debian.org>
Closes: 1015450
Changes:
 kidletime (5.115.0-1) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * New upstream release (5.115.0).
   * Update build-deps and deps with the info from cmake.
   * Add myself to Uploaders.
   * Build-depend on pkgconf instead of pkg-config as the latter has been
     superseded by the former.
   * Enable LTO (Closes: #1015450).
Checksums-Sha1:
 a9bba46aec3f821f791e8161516491a0abef96a3 3051 kidletime_5.115.0-1.dsc
 64723a3851faecfae3105a2258a44621836efec9 30936 kidletime_5.115.0.orig.tar.xz
 2a419ae89f0916db5e32e7a1900c8c6d5682034b 488 kidletime_5.115.0.orig.tar.xz.asc
 74682dbe8e11ee3da4e324508bfd228615812d47 12364 kidletime_5.115.0-1.debian.tar.xz
 c24c5a5e4efdc115d9f3cc7db81db8fbaf1284c8 13535 kidletime_5.115.0-1_source.buildinfo
Checksums-Sha256:
 c970d6e839eb43fc191077a2646615e4dfb9a593d8607f30ade9ee0b2fb78952 3051 kidletime_5.115.0-1.dsc
 9d8029aa6a740dbcdee6988987d097538f369ce7b6f3dee09d502aa29737ae56 30936 kidletime_5.115.0.orig.tar.xz
 7517b29261c25b1621b50042b0ad0b7d5c77d6305f1901a3c8facc8d3f1cf1b8 488 kidletime_5.115.0.orig.tar.xz.asc
 4248173289b66572749ab99b7de6dd2ad2aeaa1d66c39fb21c0717bbaa1b1977 12364 kidletime_5.115.0-1.debian.tar.xz
 0ae0a0683f99d79a571d3a7d751f39a7b232b9a57436d7b8422f8fe657d44efc 13535 kidletime_5.115.0-1_source.buildinfo
Files:
 1888d0dd0bd74954b3e9dc67dfcf7241 3051 libs optional kidletime_5.115.0-1.dsc
 1bf59dbd22248f150f3b9c977af8b51f 30936 libs optional kidletime_5.115.0.orig.tar.xz
 ba56e0b35a0d49aacdf2e31c0d5e32c8 488 libs optional kidletime_5.115.0.orig.tar.xz.asc
 616c5b01e9166b58f3ed4bc61fe03d46 12364 libs optional kidletime_5.115.0-1.debian.tar.xz
 6169a392f093157a9b67a420a64e4f8e 13535 libs optional kidletime_5.115.0-1_source.buildinfo

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

iQJIBAEBCgAyFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmX1iYgUHGRlbHRhb25l
QGRlYmlhbi5vcmcACgkQnp96YDB3/lZR6w/+OflLjRbD68jq67wkKrWnT7R3sVfj
Crh4yB1StjETdM4PX3d+CaH2Fnxgu5gR9Rklj8g7WmjBnoSFMmJIZFvQea2TDzJy
T+wtytvXDY1xKvkRET9PcmPE6RvUCG/1jcaddKHaeAJcz6e+snnXh8HjDQLxVefC
ACa6uKg/1F+Hgtje+wR+Nf+UwT6deh2g4MSxdB9zh3YjoCbgm/px9QFOX9vyVMxa
nFB4P1WYBeI/TB+P5fj1ktVEpH+jlGchAQYFLJCE4CAf4+qgL08t6M6oRe8lBukb
x2tWeX+CBF/Te1x7ypAAhbIBhgnuhCOqlghW+jGGJKPdPz38tReZ50VTJ+15/vAO
17sr6yZkOzEjXzEJEKD/nfv+LDULepxlmzNMGVR6PZ370KKFd9InCm5qESk623ci
jOEE0yjx4ZdtQmo1AAI3NRWCEAUYuKrYHDYDln/5q9GNS/UdogP9h4iKQU0KcB/G
PHMBuAX+7oTN1WNpHWM/UCVSe6cG7nnbRW6dfGW3kCafeNDfWFObhX6Xf7PEuqp8
voPiGURnaxns+qpGTXD0d5F7sDsaBZ8N8zr9aOsphuTeR6aA+RFtIsKeqCQAPOG5
F4d5rbz6z8xymPfpKAzivIo6003h7JnBo0TRKdirjmr3QP4GhDiylX8HleLGQjE+
p2tngXmtPkxjng0=
=i/4R
-----END PGP SIGNATURE-----

Attachment: pgp4pSwgH7Dtx.pgp
Description: PGP signature


--- End Message ---

Reply to: