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

Bug#811801: marked as done (fldigi: FTBFS with GCC 6: error: reference is ambiguous)



Your message dated Wed, 02 Mar 2016 21:56:03 +0000
with message-id <E1abEkV-0007vo-OZ@franck.debian.org>
and subject line Bug#811801: fixed in fldigi 3.23.08-1
has caused the Debian Bug report #811801,
regarding fldigi: FTBFS with GCC 6: error: reference is ambiguous
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.)


-- 
811801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811801
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: fldigi
Version: 3.23.01-1
Severity: important
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-reference-ambiguous

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> r.cxx
> g++ -DHAVE_CONFIG_H -I.  -DBUILD_FLDIGI -DLOCALEDIR=\"/usr/share/locale\" -I. -I./include -I./irrxml -I./libtiniconv -I./fileselector -DPKGDATADIR=\"/usr/share/fldigi\"  -I/usr/include/flxmlrpc -Wdate-time -D_FORTIFY_SOURCE=2 -pthread  -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2  -I/usr/include/libpng12   -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2  -I/usr/include/libpng12   -fvisibility-inlines-hidden  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT    -D_REENTRANT  -I/usr/include/libpng12      -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions  -DNDEBUG  -I/usr/include/flxmlrpc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o fsq/fldigi-fsq.o `test -f 'fsq/fsq.cxx' || echo './'`fsq/fsq.cxx
> fsq/fsq.cxx: In member function 'virtual int fsq::rx_process(const double*, int)':
> fsq/fsq.cxx:1166:34: error: lvalue required as left operand of assignment
>        rx_stream[i] * a_blackman[i];
>                                   ^
> 
> fsq/fsq.cxx: In function 'void fsq_repeat_last_command()':
> fsq/fsq.cxx:1411:39: error: reference to 'next' is ambiguous
>   fsq_tx_text->addstr(sz2utf8(commands[next].c_str()));
>                                        ^~~~
> 
> fsq/fsq.cxx:1394:15: note: candidates are: size_t next
>  static size_t next = 0;
>                ^~~~
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
>                  from /usr/include/c++/6/bits/char_traits.h:39,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from fsq/fsq.cxx:26:
> /usr/include/c++/6/bits/stl_iterator_base_funcs.h:205:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
>      next(_ForwardIterator __x, typename
>      ^~~~
> 
> fsq/fsq.cxx:1412:2: error: reference to 'next' is ambiguous
>   next++;
>   ^~~~
> 
> fsq/fsq.cxx:1394:15: note: candidates are: size_t next
>  static size_t next = 0;
>                ^~~~
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
>                  from /usr/include/c++/6/bits/char_traits.h:39,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from fsq/fsq.cxx:26:
> /usr/include/c++/6/bits/stl_iterator_base_funcs.h:205:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
>      next(_ForwardIterator __x, typename
>      ^~~~
> 
> fsq/fsq.cxx:1413:6: error: reference to 'next' is ambiguous
>   if (next == commands.size()) next = 0;
>       ^~~~
> 
> fsq/fsq.cxx:1394:15: note: candidates are: size_t next
>  static size_t next = 0;
>                ^~~~
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
>                  from /usr/include/c++/6/bits/char_traits.h:39,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from fsq/fsq.cxx:26:
> /usr/include/c++/6/bits/stl_iterator_base_funcs.h:205:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
>      next(_ForwardIterator __x, typename
>      ^~~~
> 
> fsq/fsq.cxx:1413:31: error: reference to 'next' is ambiguous
>   if (next == commands.size()) next = 0;
>                                ^~~~
> 
> fsq/fsq.cxx:1394:15: note: candidates are: size_t next
>  static size_t next = 0;
>                ^~~~
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
>                  from /usr/include/c++/6/bits/char_traits.h:39,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from fsq/fsq.cxx:26:
> /usr/include/c++/6/bits/stl_iterator_base_funcs.h:205:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
>      next(_ForwardIterator __x, typename
>      ^~~~
> 
> fsq/fsq.cxx: In function 'void try_transmit(void*)':
> fsq/fsq.cxx:1455:3: error: reference to 'next' is ambiguous
>    next = 0;
>    ^~~~
> 
> fsq/fsq.cxx:1394:15: note: candidates are: size_t next
>  static size_t next = 0;
>                ^~~~
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
>                  from /usr/include/c++/6/bits/char_traits.h:39,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from fsq/fsq.cxx:26:
> /usr/include/c++/6/bits/stl_iterator_base_funcs.h:205:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
>      next(_ForwardIterator __x, typename
>      ^~~~
> 
> fsq/fsq.cxx: At global scope:
> fsq/fsq.cxx:1394:15: warning: 'next' defined but not used [-Wunused-variable]
>  static size_t next = 0;
>                ^~~~
> 
> Makefile:4988: recipe for target 'fsq/fldigi-fsq.o' failed
> make[4]: *** [fsq/fldigi-fsq.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: fldigi
Source-Version: 3.23.08-1

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

Debian distribution maintenance software
pp.
Kamal Mostafa <kamal@whence.com> (supplier of updated fldigi 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: Wed, 02 Mar 2016 10:30:02 -0800
Source: fldigi
Binary: fldigi
Architecture: source amd64
Version: 3.23.08-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Kamal Mostafa <kamal@whence.com>
Description:
 fldigi     - digital modem program for hamradio operators
Closes: 811801
Changes:
 fldigi (3.23.08-1) unstable; urgency=medium
 .
   * New upstream release
     - (Closes: #811801) GCC 6 build fix
   * debian:
     - drop asciidoc-timezone.patch (fixed upstream)
     - stop shipping fldigi.menu (W: command-in-menu-file-and-desktop-file)
     - update debian/watch
     - drop explicit -dbg package build
     - bump Standards-Version to 3.9.7
Checksums-Sha1:
 7566741f2e7b0980a0250c6e5b5f5672403d99b5 2157 fldigi_3.23.08-1.dsc
 1c179b520c45497e13ea483f56fba2d8d92a9062 2990508 fldigi_3.23.08.orig.tar.gz
 a70972caec9f6606c907bea1af8979849a8c1ded 16352 fldigi_3.23.08-1.debian.tar.xz
 bec44f19e1ef99a2ad4cfe1507b00753cee6113e 11516344 fldigi-dbgsym_3.23.08-1_amd64.deb
 1bf159a7d0c39f7f9fc374c5ca7ed1dba41cd60e 1986384 fldigi_3.23.08-1_amd64.deb
Checksums-Sha256:
 9d04cee09fec116f7b591940e3791ab904ae55e7e4c82dfcd8c06e430b56900e 2157 fldigi_3.23.08-1.dsc
 3f4ae5641dbcbd7e53c41ab50b86e953f1a0f5baefcab2b7ebf9e189333c8bd4 2990508 fldigi_3.23.08.orig.tar.gz
 3e079b6bbf49066509beb6a12042e5bac0e33b117ff09a3c2aa282073473a2e1 16352 fldigi_3.23.08-1.debian.tar.xz
 af36ae8c98aafab4571db9383fee25ac7d53685b24094f43820727a662b2cc96 11516344 fldigi-dbgsym_3.23.08-1_amd64.deb
 004255750fd023c0267fd0467ad15d7cd3e2768e7d22449900cda7e97676b874 1986384 fldigi_3.23.08-1_amd64.deb
Files:
 9b83e0d0d91f2de6ac92a9752d28de41 2157 hamradio extra fldigi_3.23.08-1.dsc
 a9b5984037945ff6e8b3cfcccc91246a 2990508 hamradio extra fldigi_3.23.08.orig.tar.gz
 a5d4bb84c724e7ecc6b153e94f963337 16352 hamradio extra fldigi_3.23.08-1.debian.tar.xz
 8b8643ebc73147325f8f40306febf62c 11516344 debug extra fldigi-dbgsym_3.23.08-1_amd64.deb
 e426d2e5a18568bb8c89f20de116dc4c 1986384 hamradio extra fldigi_3.23.08-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJW106bAAoJEHqwmdxYrXhZHxQP/iRkwEDa09a3IO6gKzUQXyoa
bKUlGKmScrC9yego2nOFgFP6Hz05XRPyAMPMHoBsLhl24AQ1+5KrHaDt6dH6IFh1
bvMnwb/7RPTW27CSLtUsGNS9k3Z6nyeTdl5zepC9fePmb7OSMws0jNSI/CBqRiwc
AREcNBPkfmc7hTMwnztatHpO5AbebI+LY6mf0tTkFvmbq0qPLj556bLB6TWYQf3o
muwCm6pWmo79ExoDUjZTNVIP7lU+ADdmFqQdop9eE6iib1uh8fxYTtTT4xEBqlq0
FlyYihfA5yWBYslttRT8KCs8WLKPeQx+Gqsnq48slVkHOgOV/Pf9WbDqjIvsniCW
80VxYLXPPbJYLZs0s3urqGbCnEvQNydYR1Bmq/iLGyFjp+KK0dSBWtjHnPcpk1rz
TlqXQYgLGVM9zKdcee0N69V7WkaAlvVMxzwyRygHtgMH0aBDeoHtpqNvXkfYUoT9
TyqG/vt8nbZJqefBR1JunNFj7Y2uibZ6ZEm5/yaPqzIl6oZTBQROHDU2+8SGRyl4
1P/gMlQnGELPHydkfp4qlhu20bnAJv/a2P28Q8JfARBzO7eAbVPfjGMHTFF03xFK
S+H5Zk/Dmds7qLjE22IgsV3oUZS/5XsYIIbwms7DQ0Dl3wBuyAgefHe3+MxrqW8l
GhfJyoAgRQT9NkcTMjxN
=zH6F
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: