Your message dated Fri, 03 Nov 2023 17:19:37 +0000
with message-id <e1qyxpz-00e05u...@fasolo.debian.org>
and subject line Bug#1037627: fixed in dub 1.27.0-4
has caused the Debian Bug report #1037627,
regarding dub: ftbfs with GCC-13
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.)
--
1037627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dub
Version: 1.27.0-3
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13
[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-13/g++-13, but succeeds to build with gcc-12/g++-12. 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/2023/05/22/logs/dub_1.27.0-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html
[...]
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm -f /<<PKGBUILDDIR>>/scripts/man/*.1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gdmd -run /<<PKGBUILDDIR>>/build.d \
-g -O -w -release
Wrote version_.d` file with version: 1.27.0-3
Building dub using gdmd (dflags: ["-g", "-O", "-w", "-release", "-frelease"]),
this may take a while...
Command `["gdmd", "-of/<<PKGBUILDDIR>>/bin/dub", "-I/<<PKGBUILDDIR>>/source",
"-version=DubUseCurl", "-version=DubApplication", "-g", "-O", "-w", "-release",
"-frelease", "@build-files.txt"]` failed, output was:
Serializing composite type BuildRequirements which has no serializable fields
Serializing composite type BuildOptions which has no serializable fields
source/dub/internal/undead/xml.d:594:49: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
594 | const doc = toType!(const Document)(o);
| ^
source/dub/internal/undead/xml.d:614:49: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
614 | const doc = toType!(const Document)(o);
| ^
source/dub/internal/undead/xml.d:845:48: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
845 | const element = toType!(const Element)(o);
| ^
source/dub/internal/undead/xml.d:869:48: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
869 | const element = toType!(const Element)(o);
| ^
source/dub/internal/undead/xml.d:1280:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1280 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1299:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1299 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1368:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1368 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1387:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1387 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1445:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1445 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1464:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1464 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1528:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1528 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1547:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1547 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1608:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1608 | const item = toType!(const Item)(o);
| ^
source/dub/internal/undead/xml.d:1627:42: error: scope variable ‘o’ assigned to
non-scope parameter ‘o’ calling ‘toType’
1627 | const item = toType!(const Item)(o);
| ^
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: dub
Source-Version: 1.27.0-4
Done: Nilesh Patra <nil...@debian.org>
We believe that the bug you reported is fixed in the latest version of
dub, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated dub 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, 03 Nov 2023 16:39:34 +0000
Source: dub
Architecture: source
Version: 1.27.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian D Language Group <team+d-t...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1037627
Changes:
dub (1.27.0-4) unstable; urgency=medium
.
* Team Upload.
* Add patch to fix FTBFS with gcc-13 (Closes: #1037627)
Checksums-Sha1:
85d608fc1ce7883a62327d745a25923f81f4488a 1342 dub_1.27.0-4.dsc
766960cde4e6e99b90403cafcc008da4bc0798b1 6456 dub_1.27.0-4.debian.tar.xz
de1e90148a0cd34cda3cc4cdc25ef27afdb0375d 6117 dub_1.27.0-4_amd64.buildinfo
Checksums-Sha256:
86848d09a31ee1b6caed6950c2c09bbc9ba96139c16afc9240ad6c7e2f2beb02 1342
dub_1.27.0-4.dsc
1bee779c642b527afc33b17a974142e8b5b759bce729980823989fb000f2f171 6456
dub_1.27.0-4.debian.tar.xz
a186df1f6d9ee6ef0887f708fc2bb3fd5e897bc5cb8b01120d38f3a7f4baf031 6117
dub_1.27.0-4_amd64.buildinfo
Files:
6ffd872eab37619767f2610212fd73f7 1342 devel optional dub_1.27.0-4.dsc
524dfe7bb1140604a184518c47cc442e 6456 devel optional dub_1.27.0-4.debian.tar.xz
0ceb0b1e38e482b0226fc885704d2fa9 6117 devel optional
dub_1.27.0-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIgEARYIADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCZUUjZBIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtoc6AD/eb/C9iAv9bN1eD2LtqTPKSjxsdet6TWm
nmajTqRnTWUA/06EjmpDbRxpBoSZ5eOcExjq3NDgRa54LwhqQrKeq8IM
=X3Q9
-----END PGP SIGNATURE-----
--- End Message ---