Your message dated Mon, 07 May 2018 15:49:59 +0000
with message-id <[email protected]>
and subject line Bug#897735: fixed in davix 0.6.7-4
has caused the Debian Bug report #897735,
regarding davix: 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 [email protected]
immediately.)


-- 
897735: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897735
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:davix
Version: 0.6.7-3
Severity: normal
Tags: sid buster
User: [email protected]
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/davix_0.6.7-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

[...]
make -f doc/CMakeFiles/doc.dir/build.make doc/CMakeFiles/doc.dir/build
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[5]: Nothing to be done for 'doc/CMakeFiles/doc.dir/build'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Built target doc
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
( cd obj-* ; make abi-check )
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 abi-check
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make -f CMakeFiles/Makefile2 dist/CMakeFiles/abi-check.dir/all
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f dist/CMakeFiles/abi-check.dir/build.make 
dist/CMakeFiles/abi-check.dir/depend
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/dist 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/dist 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/dist/CMakeFiles/abi-check.dir/DependInfo.cmake
 --color=
Scanning dependencies of target abi-check
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f dist/CMakeFiles/abi-check.dir/build.make 
dist/CMakeFiles/abi-check.dir/build
make[5]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/dist && abi/check_abi.sh
Generate  new ABI dump....
Using GCC 8 (x86_64-linux-gnu, target: x86_64)
Checking header(s) 0.6.7 ...
WARNING: can't find 'ctags' program
ERROR: some errors occurred when compiling headers
ERROR: see log for details:
  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/dist/logs/davix/0.6.7/log.txt

ERROR: can't compile header(s)
make[5]: *** [dist/CMakeFiles/abi-check.dir/build.make:60: 
dist/CMakeFiles/abi-check] Error 5
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[4]: *** [CMakeFiles/Makefile2:1814: dist/CMakeFiles/abi-check.dir/all] 
Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:1821: dist/CMakeFiles/abi-check.dir/rule] 
Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:763: abi-check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [debian/rules:62: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: davix
Source-Version: 0.6.7-4

We believe that the bug you reported is fixed in the latest version of
davix, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattias Ellert <[email protected]> (supplier of updated davix 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 07 May 2018 16:38:41 +0200
Source: davix
Binary: davix libdavix0v5 davix-dev davix-doc
Architecture: source amd64 all
Version: 0.6.7-4
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <[email protected]>
Changed-By: Mattias Ellert <[email protected]>
Description:
 davix      - Toolkit for http based file management
 davix-dev  - Development files for davix
 davix-doc  - Documentation for davix
 libdavix0v5 - Runtime library for davix
Closes: 897735
Changes:
 davix (0.6.7-4) unstable; urgency=medium
 .
   * Don't run abi-check test - not compatible with GCC 8 (Closes: #897735)
Checksums-Sha1:
 ff4d5a1f45e2f5ef0fac0d267d2a114663c922a4 2115 davix_0.6.7-4.dsc
 32ae43fd1303a0205d7080846bb69096c2d61509 26872 davix_0.6.7-4.debian.tar.xz
 98f9eebd1d1e6bd972fd8bb45daaefeb327b135d 3973300 davix-dbgsym_0.6.7-4_amd64.deb
 0a4c8ec8fb6ca0d14ed02d487124587f1378baa8 30968 davix-dev_0.6.7-4_amd64.deb
 4057509fce340d735fb503025dc2088ff049dc9f 184648 davix-doc_0.6.7-4_all.deb
 a8486dd977f895fd56e6c1822218a9122629f84c 9622 davix_0.6.7-4_amd64.buildinfo
 f613246b15166769a999e64fb05ab237b2eca1a9 168780 davix_0.6.7-4_amd64.deb
 507506212ba5fdf112feb2ba2be9a52b68b9bed7 3811284 
libdavix0v5-dbgsym_0.6.7-4_amd64.deb
 54c8d1281d3139f2c4054906b144bdfec6916021 375604 libdavix0v5_0.6.7-4_amd64.deb
Checksums-Sha256:
 036e427cb4ba722afeae097834b88e28381c75e404d30bf9cebc81034d89558e 2115 
davix_0.6.7-4.dsc
 d65475006cf1e846869d5bf7f1d7d7ddf53cbad507bfc4db9b408c6e4ba0bc58 26872 
davix_0.6.7-4.debian.tar.xz
 2a37a2645175132bc544c127f14bb1b7938b2f60e1f154ec7602360d9e97a0c7 3973300 
davix-dbgsym_0.6.7-4_amd64.deb
 4648350f8f219d97a0b24df785d96c391c3ac67681da8a658b1123bc2af856f9 30968 
davix-dev_0.6.7-4_amd64.deb
 5154e9f2fe4ca663d32dd1213ac12fad0c11a26841097c5406b94f83ab07bd94 184648 
davix-doc_0.6.7-4_all.deb
 a371b0c066b61ae9c570a9c40530f3c896594a07da6c558b4a144b4e991825d4 9622 
davix_0.6.7-4_amd64.buildinfo
 a4d1fce51b20b82c2dfc09315d2cf392ff28bff13f970f8f7adf13a90a05e420 168780 
davix_0.6.7-4_amd64.deb
 592944d813229e802520aa575c5476ca2902a2013f1fbbb5e7b8f7c6306f23ce 3811284 
libdavix0v5-dbgsym_0.6.7-4_amd64.deb
 11553806a7b868f6a6ea03ef8aef453dc3db5a87c2dc720b7e8f9ce6fd7a45c7 375604 
libdavix0v5_0.6.7-4_amd64.deb
Files:
 ce15f48c860d3e4015a0f35b0f7e0397 2115 net optional davix_0.6.7-4.dsc
 8c7146fc37f52f3883e0719a2e101bd6 26872 net optional davix_0.6.7-4.debian.tar.xz
 393d86a82b2a0731e2bfc5dcb9e5fbcf 3973300 debug optional 
davix-dbgsym_0.6.7-4_amd64.deb
 ef778eeaf6da73cb6e3bdbd9fd075e3d 30968 libdevel optional 
davix-dev_0.6.7-4_amd64.deb
 fe859b4bc006693a0f7c0ab646d67365 184648 doc optional davix-doc_0.6.7-4_all.deb
 19103c72a37c69ac0cfca201c2a3e16b 9622 net optional 
davix_0.6.7-4_amd64.buildinfo
 e3256939433dcd496a98a7cb3c579832 168780 net optional davix_0.6.7-4_amd64.deb
 8571ce7cb0afe77544d975574a797021 3811284 debug optional 
libdavix0v5-dbgsym_0.6.7-4_amd64.deb
 46910d8e655388003f9f402af7ae3eac 375604 libs optional 
libdavix0v5_0.6.7-4_amd64.deb

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

iQIzBAEBCgAdFiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAlrwcWoACgkQ6K7C/zvh
qUtuCQ/9HmZ60+nrZj0w83plIZReGwahfYnpAXKkUxiB5zCL1tQs2z8huDqaKaUT
OWHf7mbqiGv7XqMYk0nH9IcxhC9dHiiSG8jaSKU/mQS4Bh6K0DgxbFXRQM4PRqLU
3t0viohjdbbD5xWzjNn9kUBWDMH0DUz4NztNOjjVDIMxXFLKsyFN6+Kf3HZyK3zS
0NLHQj/zVsXkQN30Z6Gi5tEzi/fR/k4NMQXRo65/vyMcBPregIOS0vJw5d0WDv48
S0uQ4HloXbOcfBvYyfKl7aVU2TXFsCoaATsvzURvNdHnelCafTK15XyCRR3f1BBC
xSolNoheEJXZRb1lLy0PbJ9+O7juHwX/qZmJX6B0RstZFuQvbs/cxsEJk9xzHan7
Mp3S0qO2gd0HT4kB0HYQDpJGVOQ4z92T3wZUu8+davo572USzLSjgbv2SgBpNV47
D/Nli/AFEkuOoWtQnc1M8wvDVla7T8hxGbsdwSZcwRIVx2MrLtXtT68CWOw0eiPI
bOKiTnEeq66g1iCSBNQzHav0NDM5ZEZCeK/ndu051h4NmsjARDeqQ2zJKFjr/82p
eMpIS57opUKGVII+dxap74ZVJ4u8n5llsJjthnshjLFfvYWtzUie521jVop4gqHQ
LJsEq8I1rzZThEaHEZpEuh7pqa0ggIypu8OdQAsNjDZLSNXD9r8=
=H2sO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to