Your message dated Sun, 05 Aug 2018 12:04:53 +0000
with message-id <e1fmhmh-000h0n...@fasolo.debian.org>
and subject line Bug#897884: fixed in vzquota 3.1-4
has caused the Debian Bug report #897884,
regarding vzquota: ftbfs with GCC-8
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.)
--
897884: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vzquota
Version: 3.1-3
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8
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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/vzquota_3.1-3_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html
[...]
dpkg-buildpackage: info: source version 3.1-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Ola Lundqvist <o...@debian.org>
dpkg-source --before-build vzquota-3.1
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_auto_clean
make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -f common.o quota_io.o syscall.o main.o stat.o quotaon.o quotacheck.o
common.o quota_io.o syscall.o quotacheck.o vzdqcheck.o common.o quota_io.o
syscall.o vzdqdump.o common.o quota_io.o syscall.o vzdqload.o vzquota vzdqcheck
vzdqdump vzdqload .depend core *.log
find . -regex '.*[~#].*' | xargs rm -f
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Entering directory '/<<PKGBUILDDIR>>/man'
rm -f vzdqdump.8 vzdqcheck.8 vzquota.8
make[2]: Leaving directory '/<<PKGBUILDDIR>>/man'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules build-arch
dh build-arch
dh_update_autotools_config -a
dh_auto_configure -a
dh_auto_build -a
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -pipe -I../include -std=gnu99 -g -O2 -Wall
-Werror -Wformat -D_FILE_OFFSET_BITS=64 -D_LINUX_QUOTA_VERSION=6
-D_LARGEFILE64_SOURCE -DVARDIR=\"/var/lib\" common.c -o common.o
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -pipe -I../include -std=gnu99 -g -O2 -Wall
-Werror -Wformat -D_FILE_OFFSET_BITS=64 -D_LINUX_QUOTA_VERSION=6
-D_LARGEFILE64_SOURCE -DVARDIR=\"/var/lib\" quota_io.c -o quota_io.o
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -pipe -I../include -std=gnu99 -g -O2 -Wall
-Werror -Wformat -D_FILE_OFFSET_BITS=64 -D_LINUX_QUOTA_VERSION=6
-D_LARGEFILE64_SOURCE -DVARDIR=\"/var/lib\" syscall.c -o syscall.o
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -pipe -I../include -std=gnu99 -g -O2 -Wall
-Werror -Wformat -D_FILE_OFFSET_BITS=64 -D_LINUX_QUOTA_VERSION=6
-D_LARGEFILE64_SOURCE -DVARDIR=\"/var/lib\" main.c -o main.o
cc -c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -pipe -I../include -std=gnu99 -g -O2 -Wall
-Werror -Wformat -D_FILE_OFFSET_BITS=64 -D_LINUX_QUOTA_VERSION=6
-D_LARGEFILE64_SOURCE -DVARDIR=\"/var/lib\" stat.c -o stat.o
stat.c: In function 'print_ugid_status':
stat.c:199:13: error: passing argument 1 to restrict-qualified parameter
aliases with argument 3 [-Werror=restrict]
sprintf(status, "%s%sdirty", status, (strlen(status)) ? "," : "");
^~~~~~ ~~~~~~
stat.c:199:26: error: 'dirty' directive writing 5 bytes into a region of size
between 0 and 256 [-Werror=format-overflow=]
sprintf(status, "%s%sdirty", status, (strlen(status)) ? "," : "");
^~~~~
stat.c:199:5: note: 'sprintf' output between 6 and 262 bytes into a destination
of size 256
sprintf(status, "%s%sdirty", status, (strlen(status)) ? "," : "");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [Makefile:52: stat.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:27: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: vzquota
Source-Version: 3.1-4
We believe that the bug you reported is fixed in the latest version of
vzquota, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adam Borowski <kilob...@angband.pl> (supplier of updated vzquota 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: SHA512
Format: 1.8
Date: Sun, 05 Aug 2018 13:49:58 +0200
Source: vzquota
Binary: vzquota
Architecture: source
Version: 3.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Adam Borowski <kilob...@angband.pl>
Description:
vzquota - server virtualization solution - quota tools
Closes: 897884
Changes:
vzquota (3.1-4) unstable; urgency=medium
.
* QA upload.
* Fix FTBFS with gcc-8. Closes: #897884.
* dh 11.
Checksums-Sha1:
42aeddbdd9f385ead6980035d9f2b58820a73d63 1700 vzquota_3.1-4.dsc
5e62ee1c928342639ab8ed7f282403fef883d4aa 3940 vzquota_3.1-4.diff.gz
47731a01c922c0b0dde1fc0a7a389b690e2ef871 5657 vzquota_3.1-4_source.buildinfo
Checksums-Sha256:
77f678faae1477771e713791ec11c7066d810a7044c00509a9791b4637f7fd28 1700
vzquota_3.1-4.dsc
4aaace2d0685c86cbf6c4270682f43791a0ed45c43669816f70f816cf508f54e 3940
vzquota_3.1-4.diff.gz
72ad1ba5a3745ee0c7c247aef685dfb8dfd3ccae4d2e85c1814b498a952281cc 5657
vzquota_3.1-4_source.buildinfo
Files:
eb43a8f9c166a17808ea260bfdbde458 1700 admin optional vzquota_3.1-4.dsc
add593041b23114a07d787717598e178 3940 admin optional vzquota_3.1-4.diff.gz
1957a11b7022ca4b54aeee32400b4722 5657 admin optional
vzquota_3.1-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEkjZVexcMh/iCHArDweDZLphvfH4FAltm5HgUHGtpbG9ieXRl
QGFuZ2JhbmQucGwACgkQweDZLphvfH6jnxAA3l+8+AdpKInhziHvUIQHuNUY/Fgg
Yf77F8NoFytCNRczajG7WOjQfZ8TX7oFEJs5PrWwYC/rHVjvoPlrWSx+Z/6cyDvD
UxKbawQRBXV+cKcW5wYI+OwSd8RsSydSDbdPqw+dbeaEE9Y0+eSR7NNOziEHRz7M
H+IwHWdhHCFBcKgl2F5rtXqsRRW+QcFt3fyEeC/cQV+Xt/ehfz+aTEkr/knbzu5X
GcLkE2zS1T8L+qcutLq/GWy9Drv82j9GGH3C1/z8x4KQHp+0O8DEbDRAHxPrtRa+
7XU24durTTD0xrk7w0cVfkbRPBaZ+JNbV2Dpi625EjRWL8jawckPlYCxzeeH8MLT
Y+D2VQgT8bQHzb6e/HSTDpKoCKlUGeD2JbYGWNx4sHK6XquLtJwj5z1FsTfXcR0P
9OZKrKpyNm6mrc75l637/h5F/2fvZuIw1Nk4VCyJOIuugB2kpEk8zDPBjLM0adhA
wyZtjuouBwH0OuQEwUQ7oR4H19VD+3q+wJv7IHMslBBnQYODpUCqzdKvZfXqC+Eb
Ph3zlxZ+WeJmuCSLS5/tW49yhK4X797NOMl8YaJykvTapvhPDJ598woHtG/b4gZQ
rlNqjsKKPBSoNGZHEm9leww6o8h7aBGCeDtmR3cz1vQLa8qVFl9sOWwi/7DI6Huh
UdyMAQh82JGyZqQ=
=zyB+
-----END PGP SIGNATURE-----
--- End Message ---