Your message dated Thu, 07 Dec 2017 17:34:40 +0000
with message-id <e1en04g-0009jp...@fasolo.debian.org>
and subject line Bug#880981: fixed in jigdo 0.7.3-5
has caused the Debian Bug report #880981,
regarding jigdo FTBFS with glibc >= 2.25
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.)
--
880981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jigdo
Version: 0.7.3-4
Severity: important
Tags: sid buster
fix build failure with glibc-2.26.
The package could benefit with a conversion to quilt package format too.
Index: b/src/mkimage.cc
===================================================================
--- a/src/mkimage.cc
+++ b/src/mkimage.cc
@@ -285,27 +285,27 @@ bostream& JigdoDescVec::put(bostream& fi
//______________________________________________________________________
namespace {
- const int SIZE_WIDTH = 12;
+ const int J_SIZE_WIDTH = 12;
}
ostream& JigdoDesc::ImageInfo::put(ostream& s) const {
- s << "image-info " << setw(SIZE_WIDTH) << size() << " "
+ s << "image-info " << setw(J_SIZE_WIDTH) << size() << " "
<< md5() << ' ' << blockLength() << '\n';
return s;
}
ostream& JigdoDesc::UnmatchedData::put(ostream& s) const {
- s << "in-template " << setw(SIZE_WIDTH) << offset() << ' '
- << setw(SIZE_WIDTH) << size() << '\n';
+ s << "in-template " << setw(J_SIZE_WIDTH) << offset() << ' '
+ << setw(J_SIZE_WIDTH) << size() << '\n';
return s;
}
ostream& JigdoDesc::MatchedFile::put(ostream& s) const {
- s << "need-file " << setw(SIZE_WIDTH) << offset() << ' '
- << setw(SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
+ s << "need-file " << setw(J_SIZE_WIDTH) << offset() << ' '
+ << setw(J_SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
return s;
}
ostream& JigdoDesc::WrittenFile::put(ostream& s) const {
- s << "have-file " << setw(SIZE_WIDTH) << offset() << ' '
- << setw(SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
+ s << "have-file " << setw(J_SIZE_WIDTH) << offset() << ' '
+ << setw(J_SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
return s;
}
--- End Message ---
--- Begin Message ---
Source: jigdo
Source-Version: 0.7.3-5
We believe that the bug you reported is fixed in the latest version of
jigdo, 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 880...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve McIntyre <93...@debian.org> (supplier of updated jigdo 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, 07 Dec 2017 16:38:20 +0000
Source: jigdo
Binary: jigdo-file
Architecture: source
Version: 0.7.3-5
Distribution: unstable
Urgency: medium
Maintainer: Steve McIntyre <93...@debian.org>
Changed-By: Steve McIntyre <93...@debian.org>
Description:
jigdo-file - Download Debian CD images from any Debian mirror
Closes: 578325 609816 767318 826781 864516 865864 880981
Changes:
jigdo (0.7.3-5) unstable; urgency=medium
.
* Switch addresses from atterer.org to atterer.org in various places
(Closes: #609816)
* jigdo-lite: use tmpDir when creating images. Closes: #578325
Thanks to Mateusz Poszwa for the patch.
* jigdo-lite: Cope with https URLs. Closes: #865864.
Thanks to s3v for the patch for inspiration.
* jigdo-lite: Unset GREP_OPTIONS at the start. Closes: #767318
* jigdo-lite: Read/store the filesPerFetch setting from the config
file. Closes: #826781
* jigdo-file: Fix building with glibc >= 2.25. Closes: #880981
Thanks to Matthias Klose for the patch.
* Various packaging changes:
+ Switch source format to 3.0 (quilt) and split up patches a little
+ Update to Standards-Version: 4.1.1
+ Switch Priority to optional
+ Improve cross-building. Closes: #864516. Thanks to Helmut Grohne for
the patch
Checksums-Sha1:
54578a0e5958adc718656aba47a53934e722d3c1 1708 jigdo_0.7.3-5.dsc
21c0102fe9cd84f6074815e0c8aab6f67907931b 26460 jigdo_0.7.3-5.debian.tar.xz
ce544e56fe4adecb44d4c5a2f1b1a96cb520f299 6739 jigdo_0.7.3-5_source.buildinfo
Checksums-Sha256:
24a66eb0821a50e3b49aa6d6dc0131a8d810f8a771ea990c30a74903f5482598 1708
jigdo_0.7.3-5.dsc
c4f231998741f9d269e53c3fe05441b3da85432ebe60b8d88160e119c12a6e27 26460
jigdo_0.7.3-5.debian.tar.xz
28e4055abfcf95fcfc1f805c1b273adc4de8a179fb372e4aca0817ea375df8fb 6739
jigdo_0.7.3-5_source.buildinfo
Files:
b4b8bb3f6398b99d54df8255b2989689 1708 utils optional jigdo_0.7.3-5.dsc
7e48ead3a5cec675c320b628d2f773b9 26460 utils optional
jigdo_0.7.3-5.debian.tar.xz
6217d5e53f5b87c85f6862aca5793cff 6739 utils optional
jigdo_0.7.3-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEzrtSMB1hfpEDkP4WWHl5VzRCaE4FAlopdsEACgkQWHl5VzRC
aE5NWA//XM7iXCLv7AwK7MU2Whpg10xULVMOmwukbTG7G3LfX+F+l5j4+FWv7QKd
Ts17oOXKkO+g91dDtM/8WEzveQeQNX5GYOvfAdSGigMxeuSxFK52WK98tIEqPJNM
CDMOcdp+KhaTQaSWnhhxf4BijeUzr1IgAffboDaDQhXVUw9IeXvpNj4cod7Fa5kg
B4Ofl2Olg1wvHQaGNvK1siQs2qq5J4TjerQc4vMfLqOVhK279TL+j0gC5gs/py4b
Qo1mDQCJkhBGzqjgUHwOSjnMrl0L+h/UluMa9cUPSJOJu5aOsIusO81sVI0WVUBa
JGAtEmqgjhpJmkOGjVolGRy18Dl7Jtk+zNJIW5Y7aSiEHZNcIVCYroQAWTBF9bnY
NoKLxkO8HcqML11z3W2yKj4Nxn1Dc/ifJUyWiY4C0zRl2eqWI/Yf3mktnMM0JZOQ
0TtTmiqfNPviNbX0h8NK1hAufAM1qxTouagxk62568EznjKyi66+C9rr+8JIJHkn
H+R5s/7k6NpJiwTOjseYjK6Z4xzhXH92jzBCNogKCF/AnDo7kMFnSK4DbqZdK7nn
B18V/DfqRg1h/7m0cpAAWvO949wuYwFCvA5rYbO+VXVaNpqLnaoLESvQmhgErejl
gUzW6pSmXqrCtym/W4gcAWgHlkpa/WxC0ZrKTj8q90LeU22Sofw=
=o+rK
-----END PGP SIGNATURE-----
--- End Message ---