[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#831146: marked as done (wvstreams: FTBFS with GCC 6: streams/wvstream.cc:1111:69: error: no matching function for call to 'WvStream::select(int, IWvStreamCallback&, IWvStreamCallback&, IWvStreamCallback&)')



Your message dated Tue, 26 Jul 2016 22:35:56 +0000
with message-id <E1bSAxA-0002f0-MM@franck.debian.org>
and subject line Bug#831146: fixed in wvstreams 4.6.1-10
has caused the Debian Bug report #831146,
regarding wvstreams: FTBFS with GCC 6: streams/wvstream.cc:1111:69: error: no matching function for call to 'WvStream::select(int, IWvStreamCallback&, IWvStreamCallback&, IWvStreamCallback&)'
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 owner@bugs.debian.org
immediately.)


-- 
831146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831146
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: wvstreams
Version: 4.6.1-9
Severity: serious
Tags: stretch sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html

Relevant part (hopefully):
> x86_64-linux-gnu-g++ -c -o streams/wvstream.o streams/wvstream.cc -MMD -MF streams/.wvstream.d -MP -MQ streams/wvstream.o -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/tcl8.3 -DDEBUG=0 -I./include -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUNSTABLE -fPIC -Wall -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-tree-dce -fno-optimize-sibling-calls -fPIC -DPIC -fno-tree-dce -fno-optimize-sibling-calls -Wall -Woverloaded-virtual
> In file included from /usr/include/time.h:27:0,
>                  from streams/wvstream.cc:11:
> /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>  # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
>    ^~~~~~~
> streams/wvstream.cc: In member function 'bool WvStream::continue_select(time_t)':
> streams/wvstream.cc:1111:69: error: no matching function for call to 'WvStream::select(int, IWvStreamCallback&, IWvStreamCallback&, IWvStreamCallback&)'
>      return !alarm_was_ticking || select(0, readcb, writecb, exceptcb);
>                                                                      ^
> In file included from streams/wvstream.cc:15:0:
> ./include/wvstream.h:376:10: note: candidate: bool WvStream::select(time_t)
>      bool select(time_t msec_timeout)
>           ^~~~~~
> ./include/wvstream.h:376:10: note:   candidate expects 1 argument, 4 provided
> ./include/wvstream.h:415:10: note: candidate: bool WvStream::select(time_t, bool, bool, bool)
>      bool select(time_t msec_timeout,
>           ^~~~~~
> ./include/wvstream.h:415:10: note:   no known conversion for argument 2 from 'IWvStreamCallback {aka std::tr1::function<void()>}' to 'bool'
> make[1]: *** [streams/wvstream.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2016/07/13/wvstreams_4.6.1-9_unstable_gcc6.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: wvstreams
Source-Version: 4.6.1-10

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

Debian distribution maintenance software
pp.
Gert Wollny <gw.fossdev@gmail.com> (supplier of updated wvstreams 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 26 Jul 2016 19:30:17 +0000
Source: wvstreams
Binary: libwvstreams4.6-base libwvstreams4.6-extras libuniconf4.6 libwvstreams4.6-doc libwvstreams-dev uniconfd uniconf-tools
Architecture: source
Version: 4.6.1-10
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Gert Wollny <gw.fossdev@gmail.com>
Description:
 libuniconf4.6 - C++ network libraries for rapid application development
 libwvstreams-dev - Development libraries and header files for libwvstreams4.6
 libwvstreams4.6-base - C++ network libraries for rapid application development
 libwvstreams4.6-doc - Documentation for WvStreams
 libwvstreams4.6-extras - C++ network libraries for rapid application development
 uniconf-tools - Tools to interface with UniConf
 uniconfd   - Server that manages UniConf elements
Closes: 831146
Changes:
 wvstreams (4.6.1-10) unstable; urgency=medium
 .
   * QA upload.
   * d/p/gcc-6: Update patch to fix more restrictive interpretation of
     the standard by g++-6, Closes: #831146
Checksums-Sha1:
 3409dadd14970a96ba98e0ce628eaa897b4073fc 2261 wvstreams_4.6.1-10.dsc
 ff79d319aaa6ab82cb9a793b16f19bb18948be68 15464 wvstreams_4.6.1-10.debian.tar.xz
Checksums-Sha256:
 7812bca562b4746276aa096356f79d5a674d7645540f782a90458cee2130bcf6 2261 wvstreams_4.6.1-10.dsc
 9b336c41e99c14cb493fcbbf864d5af7892e2e496fddcf2f320dcd2d90048bb6 15464 wvstreams_4.6.1-10.debian.tar.xz
Files:
 7ae2f05adc2f14f52f2572b5d0181ce0 2261 libs optional wvstreams_4.6.1-10.dsc
 693ed21c8b7299edf0fc932578515790 15464 libs optional wvstreams_4.6.1-10.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXl8lMAAoJEPNPCXROn13ZKqIP/A/m0DJ5Ebf+qL9/2mvdiai0
njBLcm0O94cREVcNfk/66CTaqgwG+jI7aBSnrBmTzR1ETc2m4h1rBBJUHOQ1S3rO
kSIjHIaAv+94lbYI2/gJhI/QDUYw5H0ri2SUKoXrAVYo1feQbTlrEfwWUfdGmVeZ
HaVCEr1MYapT03c0qeR3p5m4DXgpPoSjTP1jMfnX+kE5MFIbfFg8eMHYYvm/oOGI
F5g7eah65ufGSZs/iUCUYQypl3NoNMDmnxDF6iVPSyoYZNqCOpC5NDUq2syYjeFd
HHxuu8qk7DWfAs5WhPytFhl9uEHvvFAMU1KLNo0TpAzCAqLxPEew0V/H8LTj3/gE
E2xfi88utA7QMhmx00N67wCwpeub/Mocz76KdCVqcHWjrjxcNXpPY4xUiwUJmVS0
JrM1bYf6r6tHMaZfm8yb6PIsjyTXkUPun5Fmd8GOQylRXz1a9PHce73bLqoIx8UX
D4sbTlh9uCCx9OyXH+PYyzz+HB5jcJSfM0aQ/Yei2x6bhthsd8I8N+FlFA+aIkXu
l6bR1rrLthazycprts54CiLIzBs4oBbPiPSdAr0xM8z8dJbjb7+pynm9Kfg/fIm0
MgV1jj8c96rf+nXMmUdp3dmMLHNz5pNB5YfD598cu9/BWsRiKCcbCju4eOyVU2vp
t1I3TegMRyVVxffZJKlN
=bAmD
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: