Your message dated Wed, 03 Aug 2022 23:18:52 +0000
with message-id <e1ojndc-002hzm...@fasolo.debian.org>
and subject line Bug#1012915: fixed in dustmite 0.0.430-2
has caused the Debian Bug report #1012915,
regarding dustmite: 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.)


-- 
1012915: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012915
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dustmite
Version: 0~20170126.e95dff8-3
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/dustmite_0~20170126.e95dff8-3_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.

[...]
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-d2d85b1e-aa13-484d-a849-21572e94a7e3
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package dustmite
dpkg-buildpackage: info: source version 0~20170126.e95dff8-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Matthias Klumpp <m...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f dustmite
dh_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gdc -odustmite \
        -g -O2 -fstack-protector-strong \
        -Wl,-z,relro \
        -Wall \
        dustmite.d splitter.d
dustmite.d:41:26: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                          ^
dustmite.d:41:33: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                                 ^
dustmite.d:41:39: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                                       ^
dustmite.d:41:49: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                                                 ^
dustmite.d:41:61: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                                                             ^
dustmite.d:41:67: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                                                                   ^
dustmite.d:41:74: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                                                                         
 ^
dustmite.d:41:85: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                                                                         
            ^
dustmite.d:41:98: error: undefined identifier ‘StopWatch’
   41 | struct Times { StopWatch total, load, testSave, resultSave, test, 
clean, cacheHash, globalCache, misc; }
      |                                                                         
                         ^
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: dustmite
Source-Version: 0.0.430-2
Done: Matthias Klumpp <m...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dustmite, 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.
Matthias Klumpp <m...@debian.org> (supplier of updated dustmite 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: Thu, 04 Aug 2022 10:58:58 +0200
Source: dustmite
Architecture: source
Version: 0.0.430-2
Distribution: unstable
Urgency: medium
Maintainer: Debian D Language Group <team+d-t...@tracker.debian.org>
Changed-By: Matthias Klumpp <m...@debian.org>
Closes: 1012915
Changes:
 dustmite (0.0.430-2) unstable; urgency=medium
 .
   * Add workaround for DMD frontend bug that has hit GDC as well
     - This seems to be another variation of
       https://github.com/ldc-developers/ldc/issues/4000
       so we work around it even for GDC (Closes: #1012915)
   * Mark rules as not requiring root
Checksums-Sha1:
 b6abc443270c6487fd1cbc6388295b49d170f762 1949 dustmite_0.0.430-2.dsc
 e4ba545eaa8711f43b8e1d9658d71c27e025c206 432831 dustmite_0.0.430.orig.tar.gz
 da3b42f62fcebd66b0f92758654bb37cc91293c0 3260 dustmite_0.0.430-2.debian.tar.xz
 4effce6feff9ce56a0a90d9d8a6eee0211742d59 7057 
dustmite_0.0.430-2_source.buildinfo
Checksums-Sha256:
 74ca722c40037421cfae4ca2d66b0cec3daf00947e4e4778495dee8578dfa5bd 1949 
dustmite_0.0.430-2.dsc
 64dfd69fa69228c8a9cd0b0de14ab83777154e4343485c24648b1ab660c5f910 432831 
dustmite_0.0.430.orig.tar.gz
 e90b7ed95b6a2f6a58ef21601aac8d486f7cec08d533b3f5101575c59acc0777 3260 
dustmite_0.0.430-2.debian.tar.xz
 0f91b6dba82ffb447292fb92e88089d59fbf829f2f6838634c8e987bbde0667f 7057 
dustmite_0.0.430-2_source.buildinfo
Files:
 7fe8acac164f26238d328ed1a2948ad2 1949 devel optional dustmite_0.0.430-2.dsc
 aa497a30a434fd012db08f97bad86db8 432831 devel optional 
dustmite_0.0.430.orig.tar.gz
 4d7d1628a0c6468a5a638dad190766e8 3260 devel optional 
dustmite_0.0.430-2.debian.tar.xz
 7b3a3c56c4cad21033d36221c298791d 7057 devel optional 
dustmite_0.0.430-2_source.buildinfo

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

iQJDBAEBCAAtFiEE0zo/DKFrCsxRpgc4SUyKX79N7OsFAmLq/9sPHG1ha0BkZWJp
YW4ub3JnAAoJEElMil+/Tezrm5cP/1sq9wHPAu2kbh+H2tjMcp18AKIAiPiiXH8E
h4iwRulFv/3oV9HkI53JewauK1ZtxTklnz6eEZ66kbblvDzO8dAGsLMdt68GYKgn
YHbIgPkFmp8eqiafaaivbj3v/lJSxu+1dc6sw0tdMgqb9TqpYReCbPOuQJ1kmXsm
YJtUqzzbLm2mIaSK2IswqoqMbtQ+3N2EmsLjcYi6DUZVe1VZnWdVlLn0F9ww6m98
x3Li98bHiV0QlFIE+U4KUejty+ArxLH9lWB5/+zL3Cr6pIU/ryv5Kn4LOGXaTXAi
+uVLLryPMoDQjpN2cECWSGOw/R5LdY7mTSa+/S+gtvyGH1km0e4Rv/2SwwRJsOo9
ZdKkIwlT9ldqFlMtD6BcvtTiSMgTt4XzX8kQhEaQ9M99pMIyNA/wypIdcbRbppmw
Guy8A6TDu0qQXjJZqzczjL6lgNAtGgXP0gymx4pO5xtWXD+AJDp7K0i9tQESj5KU
FktBDnIUwArtzeN5xzApw3sA98xadQlhyEfJAuAOJaZKfwJ6/tc4uZaJwP99zDc3
5AKZoYYZDZfiJN4qunD7WCrcxY6U5Oz/x3dh0o/8Dyx5mS4dZq/sKxsvukukxpwD
RJ9rIPQveXqU8XATQeUt+CMEXOmeaiQvU7a6ZdVmTeAHFWGfk4UWGNMCdkG5ahbm
ae5wm7+E
=Q/HE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to