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

Bug#822718: marked as done (flrig: FTBFS with GCC 6: reference to 'ignore' is ambiguous)



Your message dated Fri, 01 Jul 2016 04:36:04 +0000
with message-id <E1bIqBQ-0005QZ-6j@franck.debian.org>
and subject line Bug#822718: fixed in flrig 1.3.26-1
has caused the Debian Bug report #822718,
regarding flrig: FTBFS with GCC 6: reference to 'ignore' 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.)


-- 
822718: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822718
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: flrig
Version: 1.3.24-1
Severity: normal
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 will probably come out this week.

You can find GCC 6 in unstable (gcc-6).  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.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I.  -I. -I./include -I./xmlrpcpp -Wdate-time -D_FORTIFY_SOURCE=2 -I./xmlrpcpp  -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/libpng16 -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/libpng16 -fvisibility-inlines-hidden  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I. -I./include   -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions -fomit-frame-pointer   -DNDEBUG -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o support/flrig-xml_io.o `test -f 'support/xml_io.cxx' || echo './'`support/xml_io.cxx
> support/xml_io.cxx: In function 'void send_modes()':
> support/xml_io.cxx:158:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_bandwidths()':
> support/xml_io.cxx:179:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_name()':
> support/xml_io.cxx:193:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_ptt_changed(bool)':
> support/xml_io.cxx:207:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_new_freq(long int)':
> support/xml_io.cxx:222:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_smeter_val(int)':
> support/xml_io.cxx:236:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_pwrmeter_val(int)':
> support/xml_io.cxx:250:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_new_notch(int)':
> support/xml_io.cxx:264:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_new_mode(int)':
> support/xml_io.cxx:302:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_new_bandwidth(int)':
> support/xml_io.cxx:318:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void send_sideband()':
> support/xml_io.cxx:332:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void check_for_notch_change(const XmlRpc::XmlRpcValue&)':
> support/xml_io.cxx:437:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
>    Fl::awake(setNotchControl, (void *)ntch);
>                                       ^~~~
> support/xml_io.cxx: In function 'void send_rig_info()':
> support/xml_io.cxx:504:3: error: reference to 'ignore' is ambiguous
>    ignore = 2;
>    ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx: In function 'void get_fldigi_status()':
> support/xml_io.cxx:529:6: error: reference to 'ignore' is ambiguous
>   if (ignore) {
>       ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> support/xml_io.cxx:530:5: error: reference to 'ignore' is ambiguous
>    --ignore;
>      ^~~~~~
> support/xml_io.cxx:88:5: note: candidates are: int ignore
>  int ignore = 0; // skip next "ignore" read loops
>      ^~~~~~
> In file included from /usr/include/c++/6/bits/stl_map.h:63:0,
>                  from /usr/include/c++/6/map:61,
>                  from ./xmlrpcpp/XmlRpcServer.h:25,
>                  from ./xmlrpcpp/XmlRpc.h:30,
>                  from support/xml_io.cxx:34:
> /usr/include/c++/6/tuple:1541:25: note:                 const std::_Swallow_assign std::ignore
>    const _Swallow_assign ignore{};
>                          ^~~~~~
> Makefile:2385: recipe for target 'support/flrig-xml_io.o' failed
> make[3]: *** [support/flrig-xml_io.o] Error 1

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

--- End Message ---
--- Begin Message ---
Source: flrig
Source-Version: 1.3.26-1

We believe that the bug you reported is fixed in the latest version of
flrig, 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 822718@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 flrig 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: Thu, 30 Jun 2016 18:55:35 -0700
Source: flrig
Binary: flrig
Architecture: source amd64
Version: 1.3.26-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Kamal Mostafa <kamal@whence.com>
Description:
 flrig      - ham radio transceiver control program
Closes: 822718
Changes:
 flrig (1.3.26-1) unstable; urgency=medium
 .
   * New upstream release
   * debian:
     - 0001-C11-errors.patch from upstream (Closes: #822718)
     - update debian/watch
     - bump Standards-Version to 3.9.8
Checksums-Sha1:
 45392de98efc09c52d87eecf7f92aeb541c9eb92 1788 flrig_1.3.26-1.dsc
 b6c09fd9a02eba29f5e8453ac1464bacbde4c2c3 659073 flrig_1.3.26.orig.tar.gz
 8c6ed1985e4ca297a65301bbcdc3ea47a792c4a4 5888 flrig_1.3.26-1.debian.tar.xz
 14d1fc3de28234ca43aa9635561ca2b2509a78a7 6806314 flrig-dbgsym_1.3.26-1_amd64.deb
 88720d02d46c9118be18f07e69c982cf8a689b2a 562078 flrig_1.3.26-1_amd64.deb
Checksums-Sha256:
 cf131c3200f9df138690449392478e46ef2d643d9d6198c7c026395d1b12c283 1788 flrig_1.3.26-1.dsc
 b9367a70445fd5229b5fc7aba9d47970d0f32600b80c117084875a9ffb9a646b 659073 flrig_1.3.26.orig.tar.gz
 f91dc44e04d01c2b39c50fffdf3d1df7dc3ee222bca0dd4ce10e8c3f1f3cea0b 5888 flrig_1.3.26-1.debian.tar.xz
 9b1b6f0723b7027992ccb78c474ec6d3995466e4b8dff925de30403a35090150 6806314 flrig-dbgsym_1.3.26-1_amd64.deb
 6a5f7d91fb38a235843cd8736afe3c4477af938d53281c293055dc355957064e 562078 flrig_1.3.26-1_amd64.deb
Files:
 40747b0cf38067bc8defc1525f938670 1788 hamradio optional flrig_1.3.26-1.dsc
 c3cd8b28bd161e9354458cadce9d3417 659073 hamradio optional flrig_1.3.26.orig.tar.gz
 63a9a169ebe21e74968f0a905c5653c4 5888 hamradio optional flrig_1.3.26-1.debian.tar.xz
 9c78372ac403d9689f640732b3512f54 6806314 debug extra flrig-dbgsym_1.3.26-1_amd64.deb
 eb4ea5e3034b14b9452c2485cb7c7497 562078 hamradio optional flrig_1.3.26-1_amd64.deb

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

iQIcBAEBCAAGBQJXddNEAAoJEHqwmdxYrXhZzPEP/0wlrrAcLxdxc4NUPv1jQLeP
PhDWMCuZIJfSshmpdoK/M6Avr097W+sb9/2wBmrYJc+na3GQ/u7jysLJm0XBQfV1
TaVw1MG9XHs6Nmee/x5GHqLGvw7HvRIc6lZ9rwF8ZyJFdNtwVK3ZKPHDTsMLfItU
o+wECno6kPowLTYUr5fYFj/1A7UKlXshSQJWOD9dY87EWzUrsC7Ma/RJVT9Dg6eq
iEo1EvIqZx2vV1Ar90KxKsXIF6osK4TIld6JDcVYM87fwBUplPBh+zeH9U8PvHfq
+TGSkF6oILAv58YWbPTn6Vu8FZARs/Xa9e6n3NEb+IC/blCgEY56WtZZOBpo0Zte
gab2yfMRKr0LeGETEjKnfRd6sce3Nm3bZixRRBL6GCdm9VwSHuRs5Q2gApXN/vq1
q5iceWul7xKcb4iB5PhO6m9YevdrxD9weaOAbaItgdl2yUtRZzHp0VmBqRR/yzlt
/AShfVyUGyqsJ3EAZHWzMoHFDVcRdku7wPEZqxonW1WrXMaS2cIaoFSJ2yxhRrcB
g3aLCeaPFXqkWuF0q0UGGgYRsu0cBUZqlBcQ0R7CKbQDBgY0sH4bh6ekxJbzJ1Rc
l/AUNoYx69m5gzDP+sLc8iTK+V2mJOBzvVzSsdiuP5hVxc03p//McdGBxK88o4Zr
Y+/eZC4i6PV0xvw2n3+Y
=qby/
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: