Bug#853671: supercollider: ftbfs with GCC-7

2017-08-05 Thread Felipe Sateler
Hi Dan,


On Tue, Jan 31, 2017 at 6:36 AM, Matthias Klose  wrote:
> Package: src:supercollider
> Version: 1:3.7.0~repack-4
> Severity: normal
> Tags: sid buster
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-7
>
> 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 severity was raised so now it is RC. I also see that there are
newer upstream releases. Maybe this issue does not exist in the newer
release?

-- 

Saludos,
Felipe Sateler

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


Bug#853671: supercollider: ftbfs with GCC-7

2017-01-31 Thread Matthias Klose
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 base;
^
[ 34%] Linking CXX static library libyaml.a
cd "/<>/obj-x86_64-linux-gnu/external_libraries" && /usr/bin/cmake 
-P CMakeFiles/yaml.dir/cmake_clean_target.cmake
cd "/<>/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 '/<>/obj-x86_64-linux-gnu'
[ 34%] Built target yaml
[ 34%] Linking CXX shared module DelayUGens.so
cd "/<>/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=/<>=. 
-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 '/<>/obj-x86_64-linux-gnu'
[ 34%] Built target DelayUGens
[ 34%] Linking CXX shared module DelayUGens_supernova.so
cd "/<>/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=/<>=. 
-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 '/<>/obj-x86_64-linux-gnu'
[ 34%] Built target DelayUGens_supernova
[ 34%] Linking CXX shared library libscsynth.so
cd "/<>/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=/<>=. 
-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