Your message dated Mon, 25 Jul 2022 14:34:23 +0000
with message-id <e1ofza7-00036f...@fasolo.debian.org>
and subject line Bug#1012939: fixed in gmenuharness 0.1.4-3
has caused the Debian Bug report #1012939,
regarding gmenuharness: ftbfs with GCC-12
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.)
--
1012939: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gmenuharness
Version: 0.1.4-2
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12
[This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/gmenuharness_0.1.4-2_unstable_gcc12.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
1:
1: [----------] 4 tests from TestMatchResult
1: [ RUN ] TestMatchResult.SuccessFailAndMessage
1: [ OK ] TestMatchResult.SuccessFailAndMessage (0 ms)
1: [ RUN ] TestMatchResult.MergeTwoFailed
1: [ OK ] TestMatchResult.MergeTwoFailed (0 ms)
1: [ RUN ] TestMatchResult.MergeFailedIntoSuccess
1: [ OK ] TestMatchResult.MergeFailedIntoSuccess (0 ms)
1: [ RUN ] TestMatchResult.CopyAssignment
1: [ OK ] TestMatchResult.CopyAssignment (0 ms)
1: [----------] 4 tests from TestMatchResult (0 ms total)
1:
1: [----------] Global test environment tear-down
1: [==========] 6 tests from 2 test suites ran. (134 ms total)
1: [ PASSED ] 6 tests.
1/1 Test #1: tests ............................ Passed 0.15 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 0.15 sec
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
create-stamp debian/debhelper-build-stamp
dh_prep
dh_auto_install
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: "None"
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libgmenuharness.so.0.1.4
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libgmenuharness.so.0.1
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libgmenuharness.so
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/libgmenuharness.pc
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/include/gmenuharness-0.1/lomiri/gmenuharness/MatchResult.h
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/include/gmenuharness-0.1/lomiri/gmenuharness/MatchUtils.h
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/include/gmenuharness-0.1/lomiri/gmenuharness/MenuItemMatcher.h
-- Installing:
/<<PKGBUILDDIR>>/debian/tmp/usr/include/gmenuharness-0.1/lomiri/gmenuharness/MenuMatcher.h
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_install
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
debian/rules override_dh_missing
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_missing --fail-missing
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_dwz -a
dh_strip -a
dh_makeshlibs -a
dpkg-gensymbols: error: some new symbols appeared in the symbols file: see diff
output below
dpkg-gensymbols: warning: debian/libgmenuharness0.1/DEBIAN/symbols doesn't
match completely debian/libgmenuharness0.1.symbols
--- debian/libgmenuharness0.1.symbols (libgmenuharness0.1_0.1.4-2_amd64)
+++ dpkg-gensymbolsCOXNFu 2022-06-10 09:03:33.283771911 +0000
@@ -80,3 +80,4 @@
_ZNK6lomiri12gmenuharness11MenuMatcher5matchERNS0_11MatchResultE@Base 0.1.4
_ZNK6lomiri12gmenuharness11MenuMatcher5matchEv@Base 0.1.4
_ZNK6lomiri12gmenuharness15MenuItemMatcher5matchERNS0_11MatchResultERKSt6vectorIjSaIjEERKSt10shared_ptrI11_GMenuModelERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_I13_GActionGroupESt4lessISK_ESaISt4pairIKSK_SM_EEEj@Base
0.1.4
+
_ZSt16__do_uninit_copyIPKN6lomiri12gmenuharness15MenuItemMatcherEPS2_ET0_T_S7_S6_@Base
0.1.4-2
dh_makeshlibs: error: failing due to earlier errors
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gmenuharness
Source-Version: 0.1.4-3
Done: Mike Gabriel <sunwea...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gmenuharness, 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 1012...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mike Gabriel <sunwea...@debian.org> (supplier of updated gmenuharness 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: Mon, 25 Jul 2022 16:19:12 +0200
Source: gmenuharness
Architecture: source
Version: 0.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <team+ubpo...@tracker.debian.org>
Changed-By: Mike Gabriel <sunwea...@debian.org>
Closes: 1012939
Changes:
gmenuharness (0.1.4-3) unstable; urgency=medium
.
* debian/:
+ Update upstream Git repo URL.
* debian/rules:
+ Switch to DPKG_GENSYMBOLS_CHECK_LEVEL=1. (Closes: #1012939).
Checksums-Sha1:
dac4905764ff18d038ffe1abe0817e5a8e85ff57 2278 gmenuharness_0.1.4-3.dsc
69271d700ed6abd0402bcabc095281f971a9e56a 4160
gmenuharness_0.1.4-3.debian.tar.xz
e909e7aca63b86a45b1b3701a6a0849779a9debe 12525
gmenuharness_0.1.4-3_source.buildinfo
Checksums-Sha256:
47f2a70079cd85166142fe6acac39e1a09e0f9789897999463c208413468fd77 2278
gmenuharness_0.1.4-3.dsc
943a4634dd77c934a0b5479cbc5b15a79ac60122e763a157f102ef40b3a5fcbb 4160
gmenuharness_0.1.4-3.debian.tar.xz
6df827f2264630f6b9d383075a3dac044d28750f5f74280c246b58147ee52505 12525
gmenuharness_0.1.4-3_source.buildinfo
Files:
ca74531ca1faac8c10aa951d12dd2811 2278 libs optional gmenuharness_0.1.4-3.dsc
5a83e0d9130bd2cf600ab786c643e2cf 4160 libs optional
gmenuharness_0.1.4-3.debian.tar.xz
fb7719c1a06af6ebe6720ddc559a2c3f 12525 libs optional
gmenuharness_0.1.4-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmLep6kVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxrSIP+gKFDKZYvb7I+IzuCiwudXiOX8yG
8S5/MO10B4kg+5LuW8inT97vsXcb9rtscJeFKzBda+rS0ZLMzpRQC/wEG9O4vYQD
5cqH9r+SPuSyJIycUSiYPaftui2TW6a9lkMdoeZNhwWxpGaTpjZLok9sovXp91eL
6EqaqINlqvyG2OCHqUh8d1+UDWCqE7KMy8AuM+4SSm1e3ahstXE5dzX84pOf38pF
Q8wQN2jYuYpumqvaRSYxyFSNeoVz+cKxMPWM4ORiaCKZt3OOFqWNXVHgfd/Izcy6
iyN9WVKMUx4jPHbprb3khAKbL64s24JPWLKQ51Jhh53xv0BldZq/jDwH0RclZvMM
+879JmG5zN5Kc717PzpfuAPwoQ89t81mPmTJ4/D4HuvlRtKWpG/indD9bqWqQOWG
s6srN9et4dFnDEsJgdltwatTv2T3mBLp3mWaNo/7wegcHW2gtpJZRaXDCcw0e6hP
hucRbDg8KXAiuFuxC8bv2+9QZUzk0e3e1gI8mNG120fV/CI5A7uXIKdNC1n871Pa
jSjzjL9+2Wo589321zvhPaM5S7+DifFvYymHqBmvvkW5QsX/kxJwliZ2rL3KL2Gj
lui7V33c8h8CvNRhHxKdciFJvEaIXcr0NOAb9VLqavDcTegXrPLkE22tEolxc2pY
GgVxVw/eufcFUTD/
=ptcY
-----END PGP SIGNATURE-----
--- End Message ---