Your message dated Thu, 07 Sep 2017 23:19:28 +0000
with message-id <e1dq652-0004rx...@fasolo.debian.org>
and subject line Bug#853671: fixed in supercollider 1:3.7.0~repack-5
has caused the Debian Bug report #853671,
regarding supercollider: ftbfs with GCC-7
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.)


-- 
853671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:supercollider
Version: 1:3.7.0~repack-4
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/supercollider_3.7.0~repack-4_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html

[...]
     typedef vec_base<double, __m128d, 2> base;
                                        ^
[ 34%] Linking CXX static library libyaml.a
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external_libraries" && /usr/bin/cmake 
-P CMakeFiles/yaml.dir/cmake_clean_target.cmake
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external_libraries" && /usr/bin/cmake 
-E cmake_link_script CMakeFiles/yaml.dir/link.txt --verbose=1
/usr/bin/ar qc libyaml.a  CMakeFiles/yaml.dir/libyamlcpp.cpp.o
/usr/bin/ranlib libyaml.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Built target yaml
[ 34%] Linking CXX shared module DelayUGens.so
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/server/plugins" && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/DelayUGens.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2   -msse -msse -mfpmath=sse -msse2 -std=c++11 
-D_LARGEFILE64_SOURCE -fvisibility-inlines-hidden -Wl,-z,relro -Wl,-z,now 
-shared  -o DelayUGens.so CMakeFiles/DelayUGens.dir/DelayUGens.cpp.o 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Built target DelayUGens
[ 34%] Linking CXX shared module DelayUGens_supernova.so
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/server/plugins" && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/DelayUGens_supernova.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2   -msse -msse -mfpmath=sse -msse2 -std=c++11 
-D_LARGEFILE64_SOURCE -fvisibility-inlines-hidden -Wl,-z,relro -Wl,-z,now 
-shared  -o DelayUGens_supernova.so 
CMakeFiles/DelayUGens_supernova.dir/DelayUGens.cpp.o 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Built target DelayUGens_supernova
[ 34%] Linking CXX shared library libscsynth.so
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/server/scsynth" && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/libscsynth.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2   -msse -msse -mfpmath=sse -msse2 -std=c++11 -Wl,-z,relro 
-Wl,-z,now -shared -Wl,-soname,libscsynth.so.1 -o libscsynth.so.1.0.0 
CMakeFiles/libscsynth.dir/SC_BufGen.cpp.o 
CMakeFiles/libscsynth.dir/SC_ComPort.cpp.o 
CMakeFiles/libscsynth.dir/SC_CoreAudio.cpp.o 
CMakeFiles/libscsynth.dir/SC_Graph.cpp.o 
CMakeFiles/libscsynth.dir/SC_GraphDef.cpp.o 
CMakeFiles/libscsynth.dir/SC_Group.cpp.o 
CMakeFiles/libscsynth.dir/SC_Lib_Cintf.cpp.o 
CMakeFiles/libscsynth.dir/SC_Lib.cpp.o 
CMakeFiles/libscsynth.dir/SC_MiscCmds.cpp.o 
CMakeFiles/libscsynth.dir/SC_Node.cpp.o CMakeFiles/libscsynth.dir/SC_Rate.cpp.o 
CMakeFiles/libscsynth.dir/SC_SequencedCommand.cpp.o 
CMakeFiles/libscsynth.dir/SC_Str4.cpp.o CMakeFiles/libscsynth.dir/SC_Unit.cpp.o 
CMakeFiles/libscsynth.dir/SC_UnitDef.cpp.o 
CMakeFiles/libscsynth.dir/SC_World.cpp.o CMakeFiles/libscsynth.dir/Rendezvou
 s.cpp.o CMakeFiles/libscsynth.dir/__/__/common/SC_fftlib.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/SC_AllocPool.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/SC_DirUtils.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/SC_Errors.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/SC_Reply.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/SC_StandAloneInfo_Darwin.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/SC_StringBuffer.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/SC_StringParser.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/Samp.cpp.o 
CMakeFiles/libscsynth.dir/__/__/common/sc_popen.cpp.o 
CMakeFiles/libscsynth.dir/SC_Jack.cpp.o ../../external_libraries/libtlsf.a -ldl 
-lsndfile -lavahi-common -lavahi-client -ljack -lboost_thread -lboost_system 
-lfftw3f -lrt 
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/server/scsynth" && /usr/bin/cmake -E 
cmake_symlink_library libscsynth.so.1.0.0 libscsynth.so.1 libscsynth.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Built target libscsynth
[ 34%] Linking CXX shared module BinaryOpUGens.so
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/server/plugins" && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/BinaryOpUGens.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2   -msse -msse -mfpmath=sse -msse2 -std=c++11 
-D_LARGEFILE64_SOURCE -fvisibility-inlines-hidden -Wl,-z,relro -Wl,-z,now 
-shared  -o BinaryOpUGens.so CMakeFiles/BinaryOpUGens.dir/BinaryOpUGens.cpp.o 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Built target BinaryOpUGens
[ 34%] Linking CXX shared module BinaryOpUGens_supernova.so
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/server/plugins" && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/BinaryOpUGens_supernova.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2   -msse -msse -mfpmath=sse -msse2 -std=c++11 
-D_LARGEFILE64_SOURCE -fvisibility-inlines-hidden -Wl,-z,relro -Wl,-z,now 
-shared  -o BinaryOpUGens_supernova.so 
CMakeFiles/BinaryOpUGens_supernova.dir/BinaryOpUGens.cpp.o 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Built target BinaryOpUGens_supernova
[ 34%] Linking CXX static library libsupernova.a
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/server/supernova" && /usr/bin/cmake 
-P CMakeFiles/libsupernova.dir/cmake_clean_target.cmake
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/server/supernova" && /usr/bin/cmake 
-E cmake_link_script CMakeFiles/libsupernova.dir/link.txt --verbose=1
/usr/bin/ar qc libsupernova.a  
CMakeFiles/libsupernova.dir/sc/sc_synth_definition.cpp.o 
CMakeFiles/libsupernova.dir/sc/sc_osc_handler.cpp.o 
CMakeFiles/libsupernova.dir/sc/sc_plugin_interface.cpp.o 
CMakeFiles/libsupernova.dir/sc/sc_synth.cpp.o 
CMakeFiles/libsupernova.dir/sc/sc_synthdef.cpp.o 
CMakeFiles/libsupernova.dir/sc/sc_ugen_factory.cpp.o 
CMakeFiles/libsupernova.dir/__/__/common/Samp.cpp.o 
CMakeFiles/libsupernova.dir/__/__/common/SC_fftlib.cpp.o 
CMakeFiles/libsupernova.dir/__/__/common/SC_DirUtils.cpp.o 
CMakeFiles/libsupernova.dir/__/__/common/SC_StringParser.cpp.o 
CMakeFiles/libsupernova.dir/__/__/common/SC_StandAloneInfo_Darwin.cpp.o 
CMakeFiles/libsupernova.dir/server/buffer_manager.cpp.o 
CMakeFiles/libsupernova.dir/server/memory_pool.cpp.o 
CMakeFiles/libsupernova.dir/server/node_graph.cpp.o 
CMakeFiles/libsupernova.dir/server/server.cpp.o 
CMakeFiles/libsupernova.dir/server/server_args.cpp.o
/usr/bin/ranlib libsupernova.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Built target libsupernova
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:163: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 returned exit code 2
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: supercollider
Source-Version: 1:3.7.0~repack-5

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

Debian distribution maintenance software
pp.
Felipe Sateler <fsate...@debian.org> (supplier of updated supercollider 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: Thu, 07 Sep 2017 19:52:02 -0300
Source: supercollider
Binary: supercollider supercollider-language supercollider-common 
supercollider-server supercollider-ide supercollider-supernova libscsynth1 
supercollider-dev supercollider-emacs supercollider-vim supercollider-gedit
Architecture: source
Version: 1:3.7.0~repack-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Packages Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Felipe Sateler <fsate...@debian.org>
Description:
 libscsynth1 - SuperCollider synthesis server library
 supercollider - real time audio synthesis programming language
 supercollider-common - common files for SuperCollider
 supercollider-dev - development files for SuperCollider
 supercollider-emacs - SuperCollider mode for Emacs
 supercollider-gedit - SuperCollider mode for Gedit
 supercollider-ide - integrated development environment for supercollider audio 
system
 supercollider-language - real time audio synthesis programming language
 supercollider-server - real time audio synthesis server
 supercollider-supernova - real time audio synthesis server (multiprocessor 
version)
 supercollider-vim - SuperCollider mode for Vim
Closes: 853671
Changes:
 supercollider (1:3.7.0~repack-5) unstable; urgency=medium
 .
   * Fix FTBFS with gcc 7.
     Thanks to Adrian Bunk for the patches. (Closes: #853671)
   * Remove copyright_hints.
     We no longer use CDBS
   * Bump standards version
Checksums-Sha1:
 4acaf1a22af4848d69cd310b7650f7a8f65017d5 3595 supercollider_3.7.0~repack-5.dsc
 b8eadbb852bb0df7f2009bf93081ec7952156635 31344 
supercollider_3.7.0~repack-5.debian.tar.xz
 da66472759cad48d4c9399b0f2de5f2433d907a5 16692 
supercollider_3.7.0~repack-5_source.buildinfo
Checksums-Sha256:
 6fa79b065bc8f2a5eac46dcc44f473200fcb7d0119d3abf2905cd66066d0641e 3595 
supercollider_3.7.0~repack-5.dsc
 fea68b44d47ed69b46141b49a2f1c0e7f13b637523ae7e11854f78c3fed2a251 31344 
supercollider_3.7.0~repack-5.debian.tar.xz
 d29d86bb48daef58f4002468c819d657025b34c0f9716c3bcbb0b34cf4be6643 16692 
supercollider_3.7.0~repack-5_source.buildinfo
Files:
 04384e78b4de92d726b1f652bb602fe6 3595 sound optional 
supercollider_3.7.0~repack-5.dsc
 ad1eaceff197e0a9329290af29f3189e 31344 sound optional 
supercollider_3.7.0~repack-5.debian.tar.xz
 49b97eebb754293b24605a1eb07d4564 16692 sound optional 
supercollider_3.7.0~repack-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCAAyFiEEIY7gNiAzyHtsE1+ko7q64kCN1s8FAlmxzbQUHGZzYXRlbGVy
QGRlYmlhbi5vcmcACgkQo7q64kCN1s9hWg/+JYq10K41EDehmbZ6b2mVK4Epr2C1
T7RJl2KOnTKxuOn7zTc60uoxXwyJyT01Yp0hhubfCreQWPyOefJBYjWA/EohFhQo
ZieBYBZXHkMfyYUVzccvsFpkH5G8jHd2Q2n70ksjhizse2wFhN74DqzfnOA796Hj
xCIEsH14La+gDlugCCIkOwIpsarOKGbqmvKRwEAE0MeFUPFxNYwHZUGKOChUGpuk
0Lr6rDcHNBZVPoHaCGB1ER3Hm/5uDbUd3g284Gtry3t0gFoctpI+l57t+QnKHqgh
M9B8iO+qPNmuI+W2I8UvARolSRfe7he8qTZcCiTEoRPAvqVAqFuvdoo0CJqS3LEF
xRQCveoAvPiJT65H7ajOPPX6W1jlfnW6hbi8cdmPlnXBsaSST5Du8jDS+ZOIZ74e
bVJuBxCjxR3d0lCyHThj/hIVsSe4PMcAwTH+pidMZSfGHB2BvCf+PvVhHo1CjW/J
/8SEw7yJ6M5ypTHFDVNepglGPFv35DYYfkTckZy8Rzn6FWeOQWUaX44BG7kMyy2G
tWicgm4RUomPb9fJfy+waFRX7mkOI7B3cL3CG8ZBP8yOXIXwbrxdDG1rAgm+ZPcK
ZyD/ENJAzgHP2JC76BYQDZfzNd+OgfT6nbBoyAiDXyDkOO10KhWO2Nke8o7yb7zs
8JIB6qgAv723uEs=
=U6kN
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to