Package: src:milkytracker
Version: 0.90.86+dfsg-2
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/milkytracker_0.90.86+dfsg-2_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

[...]
/usr/include/c++/7/bits/std_abs.h:78:3: note: candidate: constexpr long double 
std::abs(long double)
   abs(long double __x)
   ^~~
/usr/include/c++/7/bits/std_abs.h:84:3: note: candidate: constexpr __int128 
std::abs(__int128)
   abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
   ^~~
/usr/include/c++/7/bits/std_abs.h:102:3: note: candidate: constexpr __float128 
std::abs(__float128)
   abs(__float128 __x)
   ^~~
Makefile:626: recipe for target 'TrackerStartUp.o' failed
make[4]: *** [TrackerStartUp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
sdl/SDL_Main.cpp: In function 'Uint32 timerCallback(Uint32)':
sdl/SDL_Main.cpp:308:23: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   ev.data1 = (void*)p.x;
                       ^
sdl/SDL_Main.cpp:309:23: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   ev.data2 = (void*)p.y;
                       ^
sdl/SDL_Main.cpp:320:23: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   ev.data1 = (void*)p.x;
                       ^
sdl/SDL_Main.cpp:321:23: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   ev.data2 = (void*)p.y;
                       ^
sdl/SDL_Main.cpp: In member function 'virtual void 
MidiEventHandler::keyDown(int, int)':
sdl/SDL_Main.cpp:342:21: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   ev.data1 = (void*)note;
                     ^~~~
sdl/SDL_Main.cpp:343:21: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   ev.data2 = (void*)volume;
                     ^~~~~~
sdl/SDL_Main.cpp: In member function 'virtual void 
MidiEventHandler::keyUp(int)':
sdl/SDL_Main.cpp:356:21: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   ev.data1 = (void*)note;
                     ^~~~
make[4]: Leaving directory '/<<BUILDDIR>>/milkytracker-0.90.86+dfsg/src/tracker'
Makefile:329: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/milkytracker-0.90.86+dfsg/src'
Makefile:505: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/milkytracker-0.90.86+dfsg'
Makefile:446: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/milkytracker-0.90.86+dfsg'
dh_auto_build: make -j64 returned exit code 2
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

_______________________________________________
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