Your message dated Thu, 14 Nov 2019 08:45:55 +0000
with message-id <e1ivali-0008ih...@fasolo.debian.org>
and subject line Bug#925653: fixed in clamfs 1.1.0-1
has caused the Debian Bug report #925653,
regarding clamfs: ftbfs with GCC-9
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.)


-- 
925653: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925653
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:clamfs
Version: 1.0.1-3
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/clamfs_1.0.1-3_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
checking for memset... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for rmdir... yes
checking for setxattr... yes
checking for strdup... yes
checking for strerror... yes
checking for utime... yes
checking for boostlib >= 1.33... yes
checking fuse.h usability... yes
checking fuse.h presence... yes
checking for fuse.h... yes
checking for fuse_main in -lfuse... yes
checking rlog/rlog.h usability... yes
checking rlog/rlog.h presence... yes
checking for rlog/rlog.h... yes
checking for main in -lrlog... yes
checking Poco/ExpireLRUCache.h usability... yes
checking Poco/ExpireLRUCache.h presence... yes
checking for Poco/ExpireLRUCache.h... yes
checking Poco/Net/MailMessage.h usability... yes
checking Poco/Net/MailMessage.h presence... yes
checking for Poco/Net/MailMessage.h... yes
checking Poco/Net/MailRecipient.h usability... yes
checking Poco/Net/MailRecipient.h presence... yes
checking for Poco/Net/MailRecipient.h... yes
checking Poco/Net/SMTPClientSession.h usability... yes
checking Poco/Net/SMTPClientSession.h presence... yes
checking for Poco/Net/SMTPClientSession.h... yes
checking Poco/Net/StringPartSource.h usability... yes
checking Poco/Net/StringPartSource.h presence... yes
checking for Poco/Net/StringPartSource.h... yes
checking for main in -lPocoFoundation... yes
checking for main in -lPocoFoundation... (cached) yes
checking for libccgnu2 via ccgnu2-config... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating doc/svg/Makefile
config.status: creating config.h
config.status: executing depfiles commands
dh_testdir
/usr/bin/make
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I/usr/include 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=25 
-DRLOG_COMPONENT=clamfs -D_GNU_SOURCE -I/usr/include -Wall -O2 -DNDEBUG  -g -O2 
-MT clamfs.o -MD -MP -MF .deps/clamfs.Tpo -c -o clamfs.o clamfs.cxx
clamfs.cxx:963:16: warning: invalid suffix on literal; C++11 requires a space 
between literal and string macro [-Wliteral-suffix]
  963 |     rLog(Info, "ClamFS v"VERSION);
      |                ^
In file included from /usr/include/cc++/thread.h:50,
                 from /usr/include/cc++/file.h:56,
                 from rlog.hxx:32,
                 from clamfs.hxx:38,
                 from clamfs.cxx:53:
/usr/include/cc++/string.h:734:35: error: friend declaration of 'std::istream& 
getline(std::istream&, ost::String&, char, size_t)' specifies default arguments 
and isn't a definition [-fpermissive]
  734 |     friend __EXPORT std::istream &getline(std::istream &is, String 
&str, char delim = '\n', size_t size = 0);
      |                                   ^~~~~~~
make[3]: *** [Makefile:243: clamfs.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:228: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:167: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:28: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: clamfs
Source-Version: 1.1.0-1

We believe that the bug you reported is fixed in the latest version of
clamfs, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Krzysztof Burghardt <krzysz...@burghardt.pl> (supplier of updated clamfs 
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: Wed, 23 Oct 2019 21:29:23 +0200
Source: clamfs
Architecture: source
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Krzysztof Burghardt <krzysz...@burghardt.pl>
Changed-By: Krzysztof Burghardt <krzysz...@burghardt.pl>
Closes: 529569 678863 925653
Changes:
 clamfs (1.1.0-1) unstable; urgency=medium
 .
   * New upstream version (closes: #529569, #925653).
   * New maintainer (closes: #678863).
   * Format set to 3.0 (quilt).
   * Set debian/compat to 12.
   * Rewritten debian/copyright to be machine readable.
   * debian/control:
     - drop dependency on libcommoncpp2-dev
     - bumped Standards-Version to 4.4.1
     - updated Homepage
   * debian/rules:
     - removed white spaces from line endings
     - replaced dh_clean -k with dh_prep
     - add build-arch and build-indep targets
     - enabled hardening=+all
   * debian/watch:
     - switch to github
     - verify PGP signature
Checksums-Sha1:
 98b82e28404c810af1c1f96440df530e9a2b86e1 2017 clamfs_1.1.0-1.dsc
 22b88f56884f79f6cf10d2cd3f09abfaaa6f5482 181457 clamfs_1.1.0.orig.tar.gz
 aa35efc237eeecbc8d1dbc04b7e5c3ca0d93f725 488 clamfs_1.1.0.orig.tar.gz.asc
 efc9660632323ca1ca2ad4ef78cbb9cd01aa4ad5 7080 clamfs_1.1.0-1.debian.tar.xz
 60a43eaaa35a5d968c9a4d3a22777929f0f18815 5514 clamfs_1.1.0-1_source.buildinfo
Checksums-Sha256:
 c7d9479150b94bcfb5b333d629779c28bad094d1414c90d3f057fc2fcbf365a2 2017 
clamfs_1.1.0-1.dsc
 64747d91af1c2a308c16a8fcfdae1ff8a43a72d600cae8397a93d9dc9c176ff2 181457 
clamfs_1.1.0.orig.tar.gz
 493a4ccc34109b71064c8052d2fafa236908bf553b79ff901721771820665fc7 488 
clamfs_1.1.0.orig.tar.gz.asc
 bf8af927c4555a8c882cb2fb3fc56ba50d14ea962e86f9164b60599efe5c2153 7080 
clamfs_1.1.0-1.debian.tar.xz
 8ecc9bbd5c2751ac0ecb16a3a2e35e71a7848e01c06f1c53399b3531a9e81faf 5514 
clamfs_1.1.0-1_source.buildinfo
Files:
 52360960f3e2e065a79ad5dd4a33a7bb 2017 utils optional clamfs_1.1.0-1.dsc
 52ebc7666b6adafac8cc0aceeb0490d1 181457 utils optional clamfs_1.1.0.orig.tar.gz
 9f534805dd9770f527eb30c800b632b5 488 utils optional 
clamfs_1.1.0.orig.tar.gz.asc
 de8dee76b275714a924065c43d29765b 7080 utils optional 
clamfs_1.1.0-1.debian.tar.xz
 ca326fcff8d5fe706508a63e1a70556b 5514 utils optional 
clamfs_1.1.0-1_source.buildinfo

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

iQJDBAEBCgAtFiEExyA8CpIGcL+U8AuxsB0acqyNyaEFAl3NDIUPHGpjY0BkZWJp
YW4ub3JnAAoJELAdGnKsjcmhjO0P/3u/OE49ofykvImPkTb7H/c4tfHQKCq2XdZf
8nNWRPRey0y8O6i4WR6apnhdACoTTzgY1QFtfpgEg+GVkJfaa3vvmKH9JvuJk4ZJ
jQwLvjsULM5u/Je0UoePC4w9+6s6QFpgspgXNMb6VLJlXneTzihuhvsDMbScATC1
QJusPhrpwFrdnLevV04YYDX6xLMwMefgMQUu5EpvIBbBBMo09N4KBmXTpnTQVBiP
AKF3CjtmwSOf3NPt1hMCgLo1dVqqFsWN4M5smLoAvGiMJF3C3vgkMis/rqGRpM6Q
e7m3JTeCGbLf1V70g0pcgnwy3db9Ynyo1vQZluLYufgnHV3tqe3GhOHkaUVI5Ojr
pMvItrJQEEYGvryGGgXUqBMWANjrUs/7ZOEoZDwHbgdD7DczGt6tUHPyEDbWorZq
etuFgx6weNb93WkhLydvQtnA6XZNAHOUYbM1HftY8qTIqRkB2ZuyMQi8RrK4FfSo
f+tPszwV9115JiPCm5eOBHAbyk/co6xe4UKOXiSTYWI3b4USjZ5YMkIY2IqDKrXS
qyLQuceEhbU+y+hk3xf2b+RtRNtt8H54QwPf8TYmnMKGxbuHz8qZbZ+OqxbRZRtO
DuRSpn38F0J5KhbSz+Ob4SlQESU0PSXEXLpVLzeMqyTIjYA5jT32G1lstI1AQk3X
pFDw0UIz
=rZRJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to