Your message dated Thu, 04 Aug 2016 11:35:00 +0000
with message-id <e1bvgvu-0000tn...@franck.debian.org>
and subject line Bug#811993: fixed in terminatorx 4.0.1-1
has caused the Debian Bug report #811993,
regarding terminatorx: FTBFS with GCC 6: call overloaded 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 ow...@bugs.debian.org
immediately.)


-- 
811993: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811993
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: terminatorx
Version: 3.90-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-overloaded-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
...
> g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/libxml2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -finput-charset=utf-8 
> -DXML_MANUAL=\"/usr/share/gnome/help/terminatorX-manual/C/terminatorX-manual.xml\"
>  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2  -D_REENTRANT  -g -O2 -fstack-protector-strong 
> -Wformat -Werror=format-security -c -o tX_capabilities.o tX_capabilities.cc
> tX_dialog.cc:546:30: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>    label=gtk_label_new(PACKAGE" release "VERSION);
>                               ^
> 
> tX_dialog.cc:569:23: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>    label=gtk_label_new("This is "PACKAGE" release "VERSION".\nCopyright (C) 
> 1999-2014 by Alexander König <a...@lisas.de>");
>                        ^
> 
> tX_dialog.cc:569:40: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>    label=gtk_label_new("This is "PACKAGE" release "VERSION".\nCopyright (C) 
> 1999-2014 by Alexander König <a...@lisas.de>");
>                                         ^
> 
> tX_mastergui.cc:1675:22: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>   dummy=gtk_label_new("v"VERSION);
>                       ^
> 
> tX_knobloader.c: In function 'load_knob_pixs':
> tX_knobloader.c:90:3: warning: 'gdk_pixbuf_new_from_inline' is deprecated 
> [-Wdeprecated-declarations]
>    knob_pixmaps[i]=gdk_pixbuf_new_from_inline(-1, knob_pixs[i], TRUE, &error);
>    ^~~~~~~~~~~~
> 
> In file included from 
> /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:33:0,
>                  from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
>                  from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:33,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32,
>                  from tX_knobloader.c:23:
> /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:314:12: note: 
> declared here
>  GdkPixbuf* gdk_pixbuf_new_from_inline (gint          data_length,
>             ^~~~~~~~~~~~~~~~~~~~~~~~~~
...
> 
> tX_mouse.cc: In member function 'void tx_mouse::motion_notify(GtkWidget*, 
> GdkEventMotion*)':
> tX_mouse.cc:320:41: error: call of overloaded 'abs(gdouble&)' is ambiguous
>     f_prec value=(abs(eventMotion->x_root)>abs(eventMotion->y_root)) ? 
> eventMotion->x_root : eventMotion->y_root;
>                                          ^
> 
> In file included from /usr/include/c++/6/cstdlib:72:0,
>                  from /usr/include/c++/6/ext/string_conversions.h:41,
>                  from /usr/include/c++/6/bits/basic_string.h:5402,
>                  from /usr/include/c++/6/string:52,
>                  from /usr/include/x86_64-linux-gnu/unicode/std_string.h:33,
>                  from /usr/include/x86_64-linux-gnu/unicode/unistr.h:31,
>                  from /usr/include/x86_64-linux-gnu/unicode/strenum.h:14,
>                  from /usr/include/x86_64-linux-gnu/unicode/uenum.h:24,
>                  from /usr/include/x86_64-linux-gnu/unicode/ucnv.h:51,
>                  from /usr/include/libxml2/libxml/encoding.h:31,
>                  from /usr/include/libxml2/libxml/parser.h:810,
>                  from /usr/include/libxml2/libxml/globals.h:18,
>                  from /usr/include/libxml2/libxml/threads.h:35,
>                  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>                  from tX_midiin.h:27,
>                  from tX_seqpar.h:27,
>                  from tX_mastergui.h:29,
>                  from tX_mouse.cc:45:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> 
> In file included from /usr/include/c++/6/ext/string_conversions.h:41:0,
>                  from /usr/include/c++/6/bits/basic_string.h:5402,
>                  from /usr/include/c++/6/string:52,
>                  from /usr/include/x86_64-linux-gnu/unicode/std_string.h:33,
>                  from /usr/include/x86_64-linux-gnu/unicode/unistr.h:31,
>                  from /usr/include/x86_64-linux-gnu/unicode/strenum.h:14,
>                  from /usr/include/x86_64-linux-gnu/unicode/uenum.h:24,
>                  from /usr/include/x86_64-linux-gnu/unicode/ucnv.h:51,
>                  from /usr/include/libxml2/libxml/encoding.h:31,
>                  from /usr/include/libxml2/libxml/parser.h:810,
>                  from /usr/include/libxml2/libxml/globals.h:18,
>                  from /usr/include/libxml2/libxml/threads.h:35,
>                  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>                  from tX_midiin.h:27,
>                  from tX_seqpar.h:27,
>                  from tX_mastergui.h:29,
>                  from tX_mouse.cc:45:
> /usr/include/c++/6/cstdlib:179:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> 
> /usr/include/c++/6/cstdlib:174:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> 
> /usr/include/c++/6/cstdlib:166:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> 
> tX_mouse.cc:320:66: error: call of overloaded 'abs(gdouble&)' is ambiguous
>     f_prec value=(abs(eventMotion->x_root)>abs(eventMotion->y_root)) ? 
> eventMotion->x_root : eventMotion->y_root;

--- End Message ---
--- Begin Message ---
Source: terminatorx
Source-Version: 4.0.1-1

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

Debian distribution maintenance software
pp.
James Cowgill <jcowg...@debian.org> (supplier of updated terminatorx 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: Thu, 04 Aug 2016 10:19:56 +0000
Source: terminatorx
Binary: terminatorx
Architecture: source
Version: 4.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: James Cowgill <jcowg...@debian.org>
Description:
 terminatorx - realtime audio synthesizer
Closes: 770051 811993 830028
Changes:
 terminatorx (4.0.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ James Cowgill ]
   * New upstream release.
     - Fixes FTBFS with GCC 6. (Closes: #811993)
 .
   * debian/control:
     - Build-depend on libgtk3-dev and libpulse-dev.
     - Use secure Vcs URLs.
     - Update Homepage URL.
     - Bump standards to 3.9.8.
   * debian/dirs:
     - Remove useless file (directories already created by other commands).
   * debian/menu:
     - Drop menu file and xpm icon per tech-ctte menus decision.
   * debian/patches:
     - Refresh patches.
     - Drop 22_manual.patch - not needed.
     - Drop 26-spelling_mistakes.patch - applied upstream.
     - Remove Encoding key from desktop file.
     - Revert change of the Comment field in the desktop file.
     - Port documentation build system to yelp-tools. (Closes: #830028)
     - Clean generated icon resource .c files.
     - Mark all patches as forwarded.
 .
   * debian/rules:
     - Remove obsolete debug and strip handling.
     - Remove DTD update lines from debian/rules.
     - Remove dh_auto_clean override (now handled by a patch).
     - Remove unused drectories removal code - cleans up nothing.
 .
   [ Guillem Jover ]
   * Assume dpkg-statoverride exists in d/postinst. (Closes: #770051)
Checksums-Sha1:
 05ea1e52cf1ea155fc1c1c16092f2247750a03f0 2330 terminatorx_4.0.1-1.dsc
 4f9f120764cb7ea01ddcf86591978c54bd70d020 1832692 terminatorx_4.0.1.orig.tar.bz2
 f680be48783c28b08ba3d146bd46d90ac60c2706 34860 
terminatorx_4.0.1-1.debian.tar.xz
Checksums-Sha256:
 fe377eccf34e3ab353c4ce18df2a1e04aad259e1d8c0a19026f1c6797d647b3a 2330 
terminatorx_4.0.1-1.dsc
 96e2e7910d96b9bdadb315727c4127cfda579bd68d2b25d99cd9d35e9fbea56a 1832692 
terminatorx_4.0.1.orig.tar.bz2
 11b14f78cf31df7a424f5364cb3cd0f499bdc860ac0dcb8b77cb428dd9993114 34860 
terminatorx_4.0.1-1.debian.tar.xz
Files:
 4bfdc33eab7cb3c582bef5e162a9a9bd 2330 sound optional terminatorx_4.0.1-1.dsc
 463aa36a66686b58fde27f16edebab6e 1832692 sound optional 
terminatorx_4.0.1.orig.tar.bz2
 cd63cc96a15b1b34832f05d2b6a0109f 34860 sound optional 
terminatorx_4.0.1-1.debian.tar.xz

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

iQIcBAEBCgAGBQJXoyBjAAoJEMfxZ23qLQHvdygP/3eBlLCwoK2jwbK8vT7LurvO
qIFFWS21K/l8TGrp4LsBGTD6sE7Yqs1l6zKTE7o4pLRaXQs05PVZRJFEbSzoHVlM
WI3c2tg5WeX5xQLzizKmb/OcHBVvXlKQLK3m94vD4Mm99hPdHskIOlu7Cc2GO+fZ
CIWO0Fqf95Svv/B8GHalfjsYWoXO+HmaCZMBdEv5L7CwCRqgd/fF2t7S7DZxxfU+
9YZpr5m9lVGcURr6u1uxiVzyoZAY1BiMsofw38EDXivUgwN31JZaEGUofon5mf9l
VsxLF9H+WRiJ6S48HdjI34LjDmcVxR2ifYb0/ux80b9y7thFthWjbtp6Ih6nYGhi
15cKtpQuu0edNPYWhWCpR5drtQDklVk4oSUqyRhhHNMKLf2XIieNe0OlYR5Ykd2t
vV1GPYVKjLPbRutCFssRx8m+K8safOtBZH3H9LWqn7ai31+zrYQ0M9wKnZCCD/Z6
jwdNWMUUnj+urpCPCFGUNocoYU0XhjUjeLLtWAIxm/4ZXRWvg8JtvR3yrxbc3hkB
/S2uvH8sOFD+Pvdl4ck8Bjv2JWt+dC1FpXBKf5EdpThWU088eLH7U2/I21mHducB
EEgpiDcv2EFvwJiCQJ0RxF40H9gNkDVjC/MQHm7CHipAEuJ3OR2nziT9s1WJouQ5
/BYZyDrzxJp1AIJY1+aH
=UDzF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to