Your message dated Thu, 30 Jun 2016 16:35:50 +0000
with message-id <[email protected]>
and subject line Bug#822711: fixed in chromium-bsu 0.9.16-1
has caused the Debian Bug report #822711,
regarding chromium-bsu: FTBFS with GCC 6: call of overloaded 'abs(float&)' is 
ambiguous
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.)


-- 
822711: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822711
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: chromium-bsu
Version: 0.9.15.1-1
Severity: normal
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-overloaded-ambiguous

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but will probably come out this week.

You can find GCC 6 in unstable (gcc-6).  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.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
>                                                           
> MainSDL_Event.cpp: In member function 'void MainSDL::keyMove()':
> MainSDL_Event.cpp:420:88: error: call of overloaded 'abs(float&)' is ambiguous

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

>    if( keystate[SDLK_LEFT]  || keystate[SDLK_KP4] ) key_speed_x -= 2.0 + 
> abs(key_speed_x)*0.4;
>                                                                               
>           ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:421:88: error: call of overloaded 'abs(float&)' is ambiguous
>    if( keystate[SDLK_RIGHT] || keystate[SDLK_KP6] ) key_speed_x += 2.0 + 
> abs(key_speed_x)*0.4;
>                                                                               
>           ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:422:88: error: call of overloaded 'abs(float&)' is ambiguous
>    if( keystate[SDLK_UP]    || keystate[SDLK_KP8] ) key_speed_y -= 2.0 + 
> abs(key_speed_y)*0.4;
>                                                                               
>           ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:423:88: error: call of overloaded 'abs(float&)' is ambiguous
>    if( keystate[SDLK_DOWN]  || keystate[SDLK_KP2] ) key_speed_y += 2.0 + 
> abs(key_speed_y)*0.4;
>                                                                               
>           ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:424:65: error: call of overloaded 'abs(float&)' is ambiguous
>    if( keystate[SDLK_KP7] ){ key_speed_x -= 2.0 + abs(key_speed_x)*0.4; 
> key_speed_y -= 2.0 + abs(key_speed_y)*0.4; }
>                                                                  ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:424:108: error: call of overloaded 'abs(float&)' is 
> ambiguous
>    if( keystate[SDLK_KP7] ){ key_speed_x -= 2.0 + abs(key_speed_x)*0.4; 
> key_speed_y -= 2.0 + abs(key_speed_y)*0.4; }
>                                                                               
>                               ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:425:65: error: call of overloaded 'abs(float&)' is ambiguous
>    if( keystate[SDLK_KP9] ){ key_speed_x += 2.0 + abs(key_speed_x)*0.4; 
> key_speed_y -= 2.0 + abs(key_speed_y)*0.4; }
>                                                                  ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:425:108: error: call of overloaded 'abs(float&)' is 
> ambiguous
>    if( keystate[SDLK_KP9] ){ key_speed_x += 2.0 + abs(key_speed_x)*0.4; 
> key_speed_y -= 2.0 + abs(key_speed_y)*0.4; }
>                                                                               
>                               ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:426:65: error: call of overloaded 'abs(float&)' is ambiguous
>    if( keystate[SDLK_KP3] ){ key_speed_x += 2.0 + abs(key_speed_x)*0.4; 
> key_speed_y += 2.0 + abs(key_speed_y)*0.4; }
>                                                                  ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:426:108: error: call of overloaded 'abs(float&)' is 
> ambiguous
>    if( keystate[SDLK_KP3] ){ key_speed_x += 2.0 + abs(key_speed_x)*0.4; 
> key_speed_y += 2.0 + abs(key_speed_y)*0.4; }
>                                                                               
>                               ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:427:65: error: call of overloaded 'abs(float&)' is ambiguous
>    if( keystate[SDLK_KP1] ){ key_speed_x -= 2.0 + abs(key_speed_x)*0.4; 
> key_speed_y += 2.0 + abs(key_speed_y)*0.4; }
>                                                                  ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> MainSDL_Event.cpp:427:108: error: call of overloaded 'abs(float&)' is 
> ambiguous
>    if( keystate[SDLK_KP1] ){ key_speed_x -= 2.0 + abs(key_speed_x)*0.4; 
> key_speed_y += 2.0 + abs(key_speed_y)*0.4; }
>                                                                               
>                               ^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>                  from /usr/include/c++/6/stdlib.h:36,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
>             ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>                  from /usr/include/SDL/SDL_stdinc.h:40,
>                  from /usr/include/SDL/SDL_main.h:26,
>                  from /usr/include/SDL/SDL.h:30,
>                  from MainSDL.h:12,
>                  from MainSDL_Event.cpp:15:
> /usr/include/c++/6/cstdlib:185:3: note: candidate: __int128 std::abs(__int128)
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>    ^~~
> /usr/include/c++/6/cstdlib:180:3: note: candidate: long long int 
> std::abs(long long int)
>    abs(long long __x) { return __builtin_llabs (__x); }
>    ^~~
> /usr/include/c++/6/cstdlib:172:3: note: candidate: long int std::abs(long int)
>    abs(long __i) { return __builtin_labs(__i); }
>    ^~~
> In file included from Global.h:14:0,
>                  from MainSDL.cpp:38:
> define.h:42:23: warning: invalid suffix on literal; C++11 requires a space 
> between literal and string macro [-Wliteral-suffix]
>  #define CONFIG_FILE   "."PACKAGE
>                        ^
> define.h:43:27: warning: invalid suffix on literal; C++11 requires a space 
> between literal and string macro [-Wliteral-suffix]
>  #define CONFIG_SCORE_FILE "."PACKAGE"-score"
>                            ^
> define.h:44:27: warning: invalid suffix on literal; C++11 requires a space 
> between literal and string macro [-Wliteral-suffix]
>  #define CONFIG_MUSIC_FILE "."PACKAGE"-music"
>                            ^
> Makefile:1062: recipe for target 'chromium_bsu-MainSDL_Event.o' failed
> make[3]: *** [chromium_bsu-MainSDL_Event.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> In file included from EnemyAircraft_Boss01.cpp:20:0:
> HeroAircraft.h: In member function 'void HeroAircraft::nextItem()':
> HeroAircraft.h:46:57: warning: operation on 
> '((HeroAircraft*)this)->HeroAircraft::currentItemIndex' may be undefined 
> [-Wsequence-point]
>   void nextItem() { useItemArmed = 0.0; currentItemIndex = 
> ++currentItemIndex%NUM_HERO_ITEMS; }
>                                                           
> In file included from EnemyAircraft_Omni.cpp:20:0:

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: chromium-bsu
Source-Version: 0.9.16-1

We believe that the bug you reported is fixed in the latest version of
chromium-bsu, 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.
Paul Wise <[email protected]> (supplier of updated chromium-bsu 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: SHA512

Format: 1.8
Date: Thu, 30 Jun 2016 17:25:23 +0200
Source: chromium-bsu
Binary: chromium-bsu chromium-bsu-data
Architecture: source
Version: 0.9.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Paul Wise <[email protected]>
Description:
 chromium-bsu - fast paced, arcade-style, scrolling space shooter
 chromium-bsu-data - data pack for the Chromium B.S.U. game
Closes: 716690 822711
Changes:
 chromium-bsu (0.9.16-1) unstable; urgency=low
 .
   [ James McCoy ]
   * Fix location of upstream metadata file
 .
   [ Paul Wise ]
   * New upstream release
     - Fixes FTBFS with GCC 6 (Closes: #822711)
     - Switches to different font for French (Closes: #716690)
     - Supports SDL2
   * autoconf-archive reintroduced the OpenGL macros, adjust build-deps
   * Wrap and sort all Debian files: wrap-and-sort -sabt
   * Use secure URL for Vcs-Browser
   * Check upstream tarball signatures
   * Drop Debian menu file per recent CTTE decision
   * Bump Standards-Version, now complies with 3.9.8
   * Switch build-deps to SDL2
   * Remove unused debian/dirs file
   * Switch to Debian copyright format 1.0
Checksums-Sha1:
 cca44c61c1687463763c3559a7ac411f6f684936 2549 chromium-bsu_0.9.16-1.dsc
 f7e0dad2b1fd2907cfc3e10d00a2abdffdd2110d 1719909 
chromium-bsu_0.9.16.orig.tar.gz
 611ca604ecf9fffc6bd8a60f8f0250aa9090ae0f 801 
chromium-bsu_0.9.16.orig.tar.gz.asc
 706b25012232784233ce8e4d91318cbf5fcc06c9 11696 
chromium-bsu_0.9.16-1.debian.tar.xz
Checksums-Sha256:
 a82bbdf0e10baa32058d78a77a594cc0f58f3ca8db1865e32e78ea182e8120a7 2549 
chromium-bsu_0.9.16-1.dsc
 ed12379229dc8bb89c703d4337bcb8bdef5b92e0653c3724a490c96bab48c686 1719909 
chromium-bsu_0.9.16.orig.tar.gz
 3c34bda0c1b749da86c8a26363d51bdaa5f2bae6bcbd4c2a7ee79368476ef55f 801 
chromium-bsu_0.9.16.orig.tar.gz.asc
 0c9e7a2fcd543ab83e9e41574228f77718d16c3af21383a63ac2141b6925860f 11696 
chromium-bsu_0.9.16-1.debian.tar.xz
Files:
 005d6e7bc81a627e3d75916c6b58c5e6 2549 games optional chromium-bsu_0.9.16-1.dsc
 3d3fb58fa0503061605f51a0c2563bad 1719909 games optional 
chromium-bsu_0.9.16.orig.tar.gz
 01532270f1b9645b590410790da5cbb7 801 games optional 
chromium-bsu_0.9.16.orig.tar.gz.asc
 e1f03ee5a8fae0e18f79de731b9aaa86 11696 games optional 
chromium-bsu_0.9.16-1.debian.tar.xz

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

iQIcBAEBCgAGBQJXdT7mAAoJEDEWul6f+mmjBucP/Azfg2vwa8E3YL/b5tuWgzO/
G/vHD1bIZKPqCXYGYKaRXpOKCbSzObeBF1E77CpBQOwU0siqZNBaLWl+1yir0u1e
BzwSHV8pSVIDR7ZU0Ap+Nv+rzGHD4ZLQ28GYbfJQV7CRhuYnkuUf9QCghrK8R0My
IiefiVZ7YqKcCAyoJ6Z3b2gsKkA9RFjOex297JbDGdLwFmhH8EO0DkcpkjGpHiBU
KY4+2rMHiKVfZALhROSlIXQXa6+71BBtPNNIowj01bIGk23L8XJpgFNXIMu0VFtS
PKAAIDBqVNPQvq4EbI444cAdDaU9lQzuTYcYOhwAaNagOb7TgHEQzK7iFkuVjek8
nfl8ZMtZx0nb28SqeAWAKAmlAQaize9R5NQ4o85Jj0byEodNRvuLuYX8VnSAu63+
OoMJEXeDqv+VGRGAyfIigOVGdDHNG91uY3pX36whdUSXm5DIVixWFZuWZp0VTF4D
fF8EjiLUugOyI+r5/Y9HAu/P7JOX6VtPlkloFjbyE+UzLgg4mgJFs+CYx2q6RMGP
7Z8FqrAaTxHmda/YM6CBpBi0rgVrY6HgQm6hkz9r1qk5MJCI8ZESCiV7+KO1R/G9
+ddPvzBQzCL3P1tXxwph72w7dseIV2fBF75TVEj7qFrmVSH5hiKUeZPcA5K8/hAz
6gswxh1VYLiB9tcV965N
=bE3r
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to