Your message dated Wed, 13 Jul 2016 22:53:34 +0000
with message-id <[email protected]>
and subject line Bug#811867: fixed in goldencheetah 4.0.0~DEV1607-1
has caused the Debian Bug report #811867,
regarding goldencheetah: 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 [email protected]
immediately.)


-- 
811867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811867
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: goldencheetah
Version: 3.3.0-1
Severity: important
User: [email protected]
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++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT 
> -fPIC -DGC_VIDEO_VLC -DGC_VERSION=\"3.3.0RC1\" -DGC_HAVE_KQOAUTH 
> -DGC_HAVE_QWTPLOT3D -DGC_HAVE_KML -DGC_HAVE_ICAL -DGC_HAVE_LIBUSB 
> -DGC_HAVE_VLC -DQXT_STATIC -DGC_HAVE_SOAP -DQT_NO_DEBUG -DQT_SVG_LIB 
> -DQT_WEBKITWIDGETS_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_OPENGL_LIB 
> -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB 
> -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_SCRIPT_LIB 
> -DQT_CONCURRENT_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../qwt/src 
> -I../qxt/src -I../qtsolutions/json -I../qtsolutions/qwtcurve -I../kqoauth 
> -isystem /usr/include/qwtplot3d -isystem /usr/include -isystem 
> /usr/include/libical -isystem /usr/include -isystem /usr/include/vlc 
> -I../qtsolutions/soap -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWebKitWidgets -isystem /us
> r/include/x86_64-linux-gnu/qt5/QtMultimediaWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWebKit -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtScript -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSerialPort -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o RawRideFile.o 
> RawRideFile.cpp
> PfPvPlot.cpp: In member function 'void PfPvPlot::setData(RideItem*)':
> PfPvPlot.cpp:541:76: error: no matching function for call to 
> 'make_pair(double&, double&)'
>                      dataSet.insert(std::make_pair<double, double>(aepf, 
> cpv));
>                                                                             ^
> 
> In file included from /usr/include/c++/6/utility:70:0,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h:921,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:74,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:37,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
>                  from GoldenCheetah.h:30,
>                  from PfPvPlot.h:22,
>                  from PfPvPlot.cpp:20:
> /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:
> PfPvPlot.cpp:541:76: note:   cannot convert 'aepf' (type 'double') to type 
> 'double&&'
>                      dataSet.insert(std::make_pair<double, double>(aepf, 
> cpv));
>                                                                             ^
> 
> PfPvPlot.cpp:548:87: error: no matching function for call to 
> 'make_pair(double&, double&)'
>                              gearSet[0].insert(std::make_pair<double, 
> double>(aepf, cpv));
>                                                                               
>          ^
> 
> In file included from /usr/include/c++/6/utility:70:0,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h:921,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:74,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:37,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
>                  from GoldenCheetah.h:30,
>                  from PfPvPlot.h:22,
>                  from PfPvPlot.cpp:20:
> /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:
> PfPvPlot.cpp:548:87: note:   cannot convert 'aepf' (type 'double') to type 
> 'double&&'
>                              gearSet[0].insert(std::make_pair<double, 
> double>(aepf, cpv));
>                                                                               
>          ^
> 
> PfPvPlot.cpp:550:87: error: no matching function for call to 
> 'make_pair(double&, double&)'
>                              gearSet[1].insert(std::make_pair<double, 
> double>(aepf, cpv));
>                                                                               
>          ^
> 
> In file included from /usr/include/c++/6/utility:70:0,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h:921,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:74,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:37,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
>                  from GoldenCheetah.h:30,
>                  from PfPvPlot.h:22,
>                  from PfPvPlot.cpp:20:
> /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:
> PfPvPlot.cpp:550:87: note:   cannot convert 'aepf' (type 'double') to type 
> 'double&&'
>                              gearSet[1].insert(std::make_pair<double, 
> double>(aepf, cpv));
>                                                                               
>          ^
> 
> PfPvPlot.cpp:552:87: error: no matching function for call to 
> 'make_pair(double&, double&)'
>                              gearSet[2].insert(std::make_pair<double, 
> double>(aepf, cpv));
>                                                                               
>          ^
> 
> In file included from /usr/include/c++/6/utility:70:0,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h:921,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:74,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:37,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
>                  from GoldenCheetah.h:30,
>                  from PfPvPlot.h:22,
>                  from PfPvPlot.cpp:20:
> /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:
> PfPvPlot.cpp:552:87: note:   cannot convert 'aepf' (type 'double') to type 
> 'double&&'
>                              gearSet[2].insert(std::make_pair<double, 
> double>(aepf, cpv));
>                                                                               
>          ^
> 
> PfPvPlot.cpp:554:87: error: no matching function for call to 
> 'make_pair(double&, double&)'
>                              gearSet[3].insert(std::make_pair<double, 
> double>(aepf, cpv));
>                                                                               
>          ^
> 
> In file included from /usr/include/c++/6/utility:70:0,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h:921,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:74,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:37,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
>                  from GoldenCheetah.h:30,
>                  from PfPvPlot.h:22,
>                  from PfPvPlot.cpp:20:
> /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:
> PfPvPlot.cpp:554:87: note:   cannot convert 'aepf' (type 'double') to type 
> 'double&&'
>                              gearSet[3].insert(std::make_pair<double, 
> double>(aepf, cpv));
>                                                                               
>          ^
> 
> PfPvPlot.cpp: In member function 'void PfPvPlot::showIntervals(RideItem*)':
> PfPvPlot.cpp:778:99: error: no matching function for call to 
> 'make_pair(double&, double&)'
>                                  
> dataSetInterval[0].insert(std::make_pair<double, double>(aepf, cpv));
>                                                                               
>                      ^
> 
> In file included from /usr/include/c++/6/utility:70:0,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h:921,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:74,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:37,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
>                  from GoldenCheetah.h:30,
>                  from PfPvPlot.h:22,
>                  from PfPvPlot.cpp:20:
> /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:
> PfPvPlot.cpp:778:99: note:   cannot convert 'aepf' (type 'double') to type 
> 'double&&'
>                                  
> dataSetInterval[0].insert(std::make_pair<double, double>(aepf, cpv));
>                                                                               
>                      ^
> 
> PfPvPlot.cpp:780:102: error: no matching function for call to 
> 'make_pair(double&, double&)'
>                                  
> dataSetInterval[high].insert(std::make_pair<double, double>(aepf, cpv));
>                                                                               
>                         ^
...

--- End Message ---
--- Begin Message ---
Source: goldencheetah
Source-Version: 4.0.0~DEV1607-1

We believe that the bug you reported is fixed in the latest version of
goldencheetah, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
KURASHIKI Satoru <[email protected]> (supplier of updated goldencheetah 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 [email protected])


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

Format: 1.8
Date: Wed, 13 Jul 2016 09:04:26 +0900
Source: goldencheetah
Binary: goldencheetah
Architecture: source
Version: 4.0.0~DEV1607-1
Distribution: unstable
Urgency: medium
Maintainer: KURASHIKI Satoru <[email protected]>
Changed-By: KURASHIKI Satoru <[email protected]>
Description:
 goldencheetah - set of analysis tools for cycling performance
Closes: 811867
Changes:
 goldencheetah (4.0.0~DEV1607-1) unstable; urgency=medium
 .
   * New upstream dev release. (Closes: #811867)
   * update udev rules for Garmin usb device.
   * Now depends on qtconnectivity5-dev to support BT dongles.
   * update patches:
     - apply source relocation.
     - drop cherry-picked tweak-flex-version-check.
Checksums-Sha1:
 80cda4bae5ba884b555078a2b2ecf5bb543aa856 2518 goldencheetah_4.0.0~DEV1607-1.dsc
 3db1b108fb504d7847b1e0637720335996a9f58b 60420573 
goldencheetah_4.0.0~DEV1607.orig.tar.gz
 413ba2edf7009f23fadbe49cabb5ef026d14744c 75676 
goldencheetah_4.0.0~DEV1607-1.debian.tar.xz
Checksums-Sha256:
 acd53183a20a65478a8b1a6a4b510437aadad6668b95920fa7e1553224d416a8 2518 
goldencheetah_4.0.0~DEV1607-1.dsc
 3e8481b163d7f47bb7a395d6966b4e3f4e7707404c2e4cccbc5fd31775c62d87 60420573 
goldencheetah_4.0.0~DEV1607.orig.tar.gz
 1f9978fc045daac28161d5948838c82a50dfb31a5c59e2e0c44342713c7f5b2d 75676 
goldencheetah_4.0.0~DEV1607-1.debian.tar.xz
Files:
 0927173c85556bdd065f1c29ea31b62c 2518 misc optional 
goldencheetah_4.0.0~DEV1607-1.dsc
 68a78f21335b08b61681087068f4e05c 60420573 misc optional 
goldencheetah_4.0.0~DEV1607.orig.tar.gz
 a30d34a74975a4d9e5d29a0b4c2d4c5a 75676 misc optional 
goldencheetah_4.0.0~DEV1607-1.debian.tar.xz

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

iQIcBAEBCAAGBQJXhgYmAAoJENJ93hFAovETMk8QAJiR+ZOa9b6RWYubPDQcN6nR
w+U6v2o0JYisCHU/4eiTxEPd9WIc1BPjxXpuh52PFaxzGspvkg7t3hDTtlVDuZO/
fdIoqoDM1STMAFU5ERdkkC/yibD8F+Tn3NoeJgyHozCBE10tl5LxE7YaQcuKkrYt
k+TV1kDsoxRgo53u6+8Kqd3kKq+31MJl1E6KRQQJslLUmz3INCcq3hAhSvS63UyD
CKc6ziJzOI/b0qin8D2A1Vw1Ugwep9ESDQSeRCY/oivSgrI/vXi+UDdEbRh5ukON
vAn9UGCuP1pxz5SixmMdOpN1e0JjoQB+KTo3B6or6kne66lx6UCNYQ5lTGm83Bpb
jRctQaFrDGr4xVrMDUQTiQxty98dalDtem4KAYoInGzQGSlNzXGr3LNUjPqhI5M3
NJuFQbzZlAh2rxUAZDqjwHH+xW3AjL0Z9Z9rP4UjBgz249eualcEHV8p828FzXDa
5leZnxz+PZpkbIfSoxGFCPhaFpV4YmJd5w9TH/2qi1+e0oDlIRScMAYpPfSMXnOv
fPu1lIPWIuD9W2NfFdVkcaP4lmED7d6UyVhN8edfCXfkZ5MIvGqHIkpVwmQ5VlYS
afrWQWzLDgq75L3QU3JlROD/bsuplQG70cnMXqlrBlE6qnI0NHvXTtgSzMfjnQuX
/3dDp069FMwY38ueRvev
=7UBj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to