Your message dated Fri, 02 Sep 2016 10:50:19 +0000
with message-id <e1bfm39-0002ie...@franck.debian.org>
and subject line Bug#831078: fixed in supercollider-sc3-plugins 3.7.1~repack-2
has caused the Debian Bug report #831078,
regarding supercollider-sc3-plugins: FTBFS with GCC 6: DWG.hpp:1271:53: error:
no matching function for call to 'min(float, double)'
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.)
--
831078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: supercollider-sc3-plugins
Version: 3.7.1~repack-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64
Hi,
During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html
Relevant part (hopefully):
> make[3]: Entering directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
> [ 26%] Building CXX object
> source/CMakeFiles/DWGPlucked.dir/DWGUGens/DWGPlucked.cpp.o
> cd "/«PKGBUILDDIR»/obj-x86_64-linux-gnu/source" && /usr/bin/c++
> -DDWGPlucked_EXPORTS -DNOVA_SIMD -DSYSTEM_STK
> -I"/«PKGBUILDDIR»/external_libraries/nova-simd" -I"/«PKGBUILDDIR»/include"
> -I"/«PKGBUILDDIR»/source/scfft_old" -I/usr/include/SuperCollider/common
> -I/usr/include/SuperCollider/plugin_interface
> -I/usr/include/SuperCollider/include/plugin_interface
> -I/usr/include/SuperCollider/include/common
> -I/usr/include/SuperCollider/server/plugins
> -I/usr/include/SuperCollider/common/Headers/plugin_interface
> -I/usr/include/SuperCollider/common/Headers/common
> -I/usr/include/SuperCollider/common/Source/plugins
> -I/usr/include/SuperCollider/external_libraries/libsndfile
> -I"/«PKGBUILDDIR»/source/DEINDUGens/include" -I/usr/include/stk
> -I"/«PKGBUILDDIR»/source/AYUGens/AY_libayemu/include" -g -O2 -fPIE
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -msse -msse2 -mfpmath=sse -std=c++11 -O3 -DNDEBUG -fPIC
> -fvisibility=hidden -o CMakeFiles/DWGPlucked.dir/DWGUGens/DWGPlucked.cpp.o
> -c "/«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp"
> In file included from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19:0,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp: In member function 'void
> TUBE::set_area(float, float)':
> /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:1271:53: error: no matching
> function for call to 'min(float, double)'
> loss = 1.0 - std::min(lossF/sqrt(a1),1.0);
> ^
> In file included from /usr/include/c++/6/algorithm:61:0,
> from /usr/include/SuperCollider/common/SC_BoundsMacros.h:26,
> from
> /usr/include/SuperCollider/plugin_interface/SC_RGen.h:54,
> from
> /usr/include/SuperCollider/plugin_interface/SC_World.h:28,
> from
> /usr/include/SuperCollider/plugin_interface/SC_PlugIn.h:24,
> from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:22,
> from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /usr/include/c++/6/bits/stl_algobase.h:195:5: note: candidate: template<class
> _Tp> const _Tp& std::min(const _Tp&, const _Tp&)
> min(const _Tp& __a, const _Tp& __b)
> ^~~
> /usr/include/c++/6/bits/stl_algobase.h:195:5: note: template argument
> deduction/substitution failed:
> In file included from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19:0,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:1271:53: note: deduced
> conflicting types for parameter 'const _Tp' ('float' and 'double')
> loss = 1.0 - std::min(lossF/sqrt(a1),1.0);
> ^
> In file included from /usr/include/c++/6/algorithm:61:0,
> from /usr/include/SuperCollider/common/SC_BoundsMacros.h:26,
> from
> /usr/include/SuperCollider/plugin_interface/SC_RGen.h:54,
> from
> /usr/include/SuperCollider/plugin_interface/SC_World.h:28,
> from
> /usr/include/SuperCollider/plugin_interface/SC_PlugIn.h:24,
> from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:22,
> from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /usr/include/c++/6/bits/stl_algobase.h:243:5: note: candidate: template<class
> _Tp, class _Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare)
> min(const _Tp& __a, const _Tp& __b, _Compare __comp)
> ^~~
> /usr/include/c++/6/bits/stl_algobase.h:243:5: note: template argument
> deduction/substitution failed:
> In file included from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19:0,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:1271:53: note: deduced
> conflicting types for parameter 'const _Tp' ('float' and 'double')
> loss = 1.0 - std::min(lossF/sqrt(a1),1.0);
> ^
> In file included from /usr/include/c++/6/algorithm:62:0,
> from /usr/include/SuperCollider/common/SC_BoundsMacros.h:26,
> from
> /usr/include/SuperCollider/plugin_interface/SC_RGen.h:54,
> from
> /usr/include/SuperCollider/plugin_interface/SC_World.h:28,
> from
> /usr/include/SuperCollider/plugin_interface/SC_PlugIn.h:24,
> from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:22,
> from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /usr/include/c++/6/bits/stl_algo.h:3447:5: note: candidate: template<class
> _Tp> _Tp std::min(std::initializer_list<_Tp>)
> min(initializer_list<_Tp> __l)
> ^~~
> /usr/include/c++/6/bits/stl_algo.h:3447:5: note: template argument
> deduction/substitution failed:
> In file included from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19:0,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:1271:53: note: mismatched
> types 'std::initializer_list<_Tp>' and 'float'
> loss = 1.0 - std::min(lossF/sqrt(a1),1.0);
> ^
> In file included from /usr/include/c++/6/algorithm:62:0,
> from /usr/include/SuperCollider/common/SC_BoundsMacros.h:26,
> from
> /usr/include/SuperCollider/plugin_interface/SC_RGen.h:54,
> from
> /usr/include/SuperCollider/plugin_interface/SC_World.h:28,
> from
> /usr/include/SuperCollider/plugin_interface/SC_PlugIn.h:24,
> from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:22,
> from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /usr/include/c++/6/bits/stl_algo.h:3453:5: note: candidate: template<class
> _Tp, class _Compare> _Tp std::min(std::initializer_list<_Tp>, _Compare)
> min(initializer_list<_Tp> __l, _Compare __comp)
> ^~~
> /usr/include/c++/6/bits/stl_algo.h:3453:5: note: template argument
> deduction/substitution failed:
> In file included from /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.cpp:19:0,
> from /«PKGBUILDDIR»/source/DWGUGens/DWGPlucked.cpp:19:
> /«PKGBUILDDIR»/source/DWGUGens/dwglib/DWG.hpp:1271:53: note: mismatched
> types 'std::initializer_list<_Tp>' and 'float'
> loss = 1.0 - std::min(lossF/sqrt(a1),1.0);
> ^
> make[3]: *** [source/CMakeFiles/DWGPlucked.dir/DWGUGens/DWGPlucked.cpp.o]
> Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/07/13/supercollider-sc3-plugins_3.7.1~repack-1_unstable_gcc6.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: supercollider-sc3-plugins
Source-Version: 3.7.1~repack-2
We believe that the bug you reported is fixed in the latest version of
supercollider-sc3-plugins, 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 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <p...@debian.org> (supplier of updated
supercollider-sc3-plugins 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: SHA256
Format: 1.8
Date: Fri, 02 Sep 2016 10:43:44 +0000
Source: supercollider-sc3-plugins
Binary: sc3-plugins sc3-plugins-server sc3-plugins-language ladspalist
Architecture: source
Version: 3.7.1~repack-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Team
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Description:
ladspalist - List LADSPA plugins for use by LADSPA UGen
sc3-plugins - Community collection of UGen plugins for SuperCollider
sc3-plugins-language - sclang class files of UGen plugins for SuperCollider
sc3-plugins-server - Compiled scsynth UGen plugins for SuperCollider
Closes: 831078
Changes:
supercollider-sc3-plugins (3.7.1~repack-2) unstable; urgency=medium
.
[ Hanno Zulla ]
* Fix GCC6 compilation issue (Closes: #831078)
Checksums-Sha1:
450749ea6d20d107d94811c42892b94da5db1328 2480
supercollider-sc3-plugins_3.7.1~repack-2.dsc
0f56ac1ca613d69b5da71b4b9126dccc8c028f92 15428
supercollider-sc3-plugins_3.7.1~repack-2.debian.tar.xz
Checksums-Sha256:
f87db7e0eeb68eafca248843420c6ff74892b797a42c02a224bbb62f73d8a79a 2480
supercollider-sc3-plugins_3.7.1~repack-2.dsc
99a0bbc5931e059f60ac32fc82482c7fc1e9e39336f7f12b9af5ea97945a3079 15428
supercollider-sc3-plugins_3.7.1~repack-2.debian.tar.xz
Files:
6bb2feecd468c77f96285cff89670a10 2480 sound optional
supercollider-sc3-plugins_3.7.1~repack-2.dsc
163da65e4fdfdfc9f806e3a3aae4a4c7 15428 sound optional
supercollider-sc3-plugins_3.7.1~repack-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJXyVgqAAoJEIEoCqCHuvsOTtsQAIuGmp5//MewzNGv++UEwJCB
Ogk4CMS6qdZifgn2T6IoM6yaZRI+s6Pn89XiU50NSluP9EEtdYZRTDsqerR7YD93
MkueygK44bze8O9/IBSCgBbmAlk9VIeb+BwWHjy3ZWTEuEHJ0CSifvfq3W5T8cgr
6JgWABGm+0AxVtA+w2VJNd3RWZdj1oFGW/DWRqYmvfwZ3uXkV//q9AGKWDHV3nLG
ZcLP+N6wQr7he8kI4d/mzi/2Lnv06KBSYSE7yvrQ8YGBPdCSz4l8TGO68S7ER4xe
lnr+vtzj4GFDXbRZCiYlvodUK8c1dmlamCHq3BdYVCnXDisKrR7fBPw1unlLCDNc
k4DjDYlDEBdloai65v9dkVwQZMaNikwCtuCIIEXkbW2Wp7UGX32oB13uFUdAPP4Z
keTJKB50ZMryZ/xaVG9qGECB7WnvGz3Gp+g+G/Q4sH4R+gx0k3naCT3jhzVXvhe/
+qHDtimv4o+/0viRA+5yEQQhPwK2EuMJL2r9V860NKCz0LxbYV9LtmrAgO/YnLL/
x/k6Q/LgQcuu1CgDkLhSMeSsjysuH40OviSYzAE/iJZFwn0TTLK3yZr2RGpZhxLF
lEyxSg+xXmKh0UamYL5kWqE80lcL9QFmEJUVfOJtvIaSZHiFSSzt+dLAksyRbdq0
rU+5bmuEq6XUVlIAwx56
=FzKZ
-----END PGP SIGNATURE-----
--- End Message ---