Your message dated Sat, 24 Sep 2016 17:52:22 +0200
with message-id <20160924155222.xamfyny2eniiu...@ramacher.at>
and subject line Re: Bug#811883: calf: FTBFS with GCC 6: no matching function 
for call to
has caused the Debian Bug report #811883,
regarding calf: FTBFS with GCC 6: no matching function for call to
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.)


-- 
811883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: calf
Version: 0.0.60-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

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..  -I.. -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -ffast-math -finline-limit=80   -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/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/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   -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 
> -finline-functions -finline-functions-called-once -Wall -c -o jack_client.o 
> jack_client.cpp
> jack_client.cpp: In member function 'void 
> calf_plugins::jack_client::calculate_plugin_order(std::vector<int>&)':
> jack_client.cpp:229:71: error: no matching function for call to 
> 'make_pair(const int&, unsigned int&)'
>                      run_before.insert(make_pair<int, int>(p->second, i));
>                                                                        ^
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:64:0,
>                  from /usr/include/c++/6/bits/stl_tree.h:63,
>                  from /usr/include/c++/6/map:60,
>                  from ./calf/primitives.h:30,
>                  from ./calf/giface.h:25,
>                  from jack_client.cpp:25:
> /usr/include/c++/6/bits/stl_pair.h:406:5: note: candidate: template<class 
> _T1, class _T2> constexpr std::pair<typename 
> std::__decay_and_strip<_Tp>::__type, typename 
> std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
>      make_pair(_T1&& __x, _T2&& __y)
>      ^~~~~~~~~
> 
> /usr/include/c++/6/bits/stl_pair.h:406:5: note:   template argument 
> deduction/substitution failed:
> jack_client.cpp:229:62: note:   cannot convert 
> 'p.std::_Rb_tree_const_iterator<_Tp>::operator-><std::pair<const 
> std::__cxx11::basic_string<char>, int> >()->std::pair<const 
> std::__cxx11::basic_string<char>, int>::second' (type 'const int') to type 
> 'int&&'
>                      run_before.insert(make_pair<int, int>(p->second, i));
>                                                            ~~~^~~~~~
> 
> Makefile:709: recipe for target 'jack_client.o' failed
> make[4]: *** [jack_client.o] Error 1
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Makefile:738: recipe for target 'all-recursive' failed

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

--- End Message ---
--- Begin Message ---
Version: 0.0.60-4

On 2016-01-19 18:55:09, Martin Michlmayr wrote:
> Package: calf
> Version: 0.0.60-1
> Severity: important
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-6 gcc-6-no-match
> 
> 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..  -I.. -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> > -ffast-math -finline-limit=80   -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/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/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   -pthread 
> > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> > -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 
> > -finline-functions -finline-functions-called-once -Wall -c -o jack_client.o 
> > jack_client.cpp
> > jack_client.cpp: In member function 'void 
> > calf_plugins::jack_client::calculate_plugin_order(std::vector<int>&)':
> > jack_client.cpp:229:71: error: no matching function for call to 
> > 'make_pair(const int&, unsigned int&)'
> >                      run_before.insert(make_pair<int, int>(p->second, i));
> >                                                                        ^
> > 
> > In file included from /usr/include/c++/6/bits/stl_algobase.h:64:0,
> >                  from /usr/include/c++/6/bits/stl_tree.h:63,
> >                  from /usr/include/c++/6/map:60,
> >                  from ./calf/primitives.h:30,
> >                  from ./calf/giface.h:25,
> >                  from jack_client.cpp:25:
> > /usr/include/c++/6/bits/stl_pair.h:406:5: note: candidate: template<class 
> > _T1, class _T2> constexpr std::pair<typename 
> > std::__decay_and_strip<_Tp>::__type, typename 
> > std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
> >      make_pair(_T1&& __x, _T2&& __y)
> >      ^~~~~~~~~
> > 
> > /usr/include/c++/6/bits/stl_pair.h:406:5: note:   template argument 
> > deduction/substitution failed:
> > jack_client.cpp:229:62: note:   cannot convert 
> > 'p.std::_Rb_tree_const_iterator<_Tp>::operator-><std::pair<const 
> > std::__cxx11::basic_string<char>, int> >()->std::pair<const 
> > std::__cxx11::basic_string<char>, int>::second' (type 'const int') to type 
> > 'int&&'
> >                      run_before.insert(make_pair<int, int>(p->second, i));
> >                                                            ~~~^~~~~~
> > 
> > Makefile:709: recipe for target 'jack_client.o' failed
> > make[4]: *** [jack_client.o] Error 1
> > make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
> > Makefile:738: recipe for target 'all-recursive' failed

This was fixed:

calf (0.0.60-4) unstable; urgency=medium
 .
   [ Sebastian Ramacher ]
   * Team upload.
 .
   [ Johannes Brandstätter ]
   * Fix compilation errors when using GCC 6.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to