Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 610974

Summary: games-arcade/tecnoballz-0.92 : tiles_background.cc:748:35: error: narrowing conversion of ‘128’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: plevine457
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 582084    
Attachments: emerge-info.txt
config.log.tbz2
emerge-history.txt
environment
etc.portage.tbz2
games-arcade:tecnoballz-0.92:20170226-101956.log

Description Toralf Förster gentoo-dev 2017-02-26 10:31:11 UTC
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..    -DDATADIR=\"/usr/share/games/tecnoballz\" -DSCOREFILE=\"/var/games/tecnoballz.hi\" -I/usr/X11R6/includes -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -D_REENTRANT  -Werror=terminate -O2 -pipe -march=native -c -o tecnoballz-tecnoballz.o `test -f 'tecnoballz.cc' || echo './'`tecnoballz.cc
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..    -DDATADIR=\"/usr/share/games/tecnoballz\" -DSCOREFILE=\"/var/games/tecnoballz.hi\" -I/usr/X11R6/includes -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -D_REENTRANT  -Werror=terminate -O2 -pipe -march=native -c -o tecnoballz-tiles_background.o `test -f 'tiles_background.cc' || echo './'`tiles_background.cc
tiles_background.cc:748:35: error: narrowing conversion of ‘128’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]
                                   };
                                   ^

  -----------------------------------------------------------------

  This is an unstable amd64 chroot image (named desktop-libressl-abi32+64_20170215-185650) at a hardened host acting as a tinderbox.

  -----------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python3.5 (fallback)
  [4]   python2.7 (fallback)
  [5]   jython2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.8 [icedtea-7]
2)	IcedTea JDK 7.2.6.8 [icedtea-bin-7]
3)	IcedTea JDK 3.3.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-7  system-vm
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8
Comment 1 Toralf Förster gentoo-dev 2017-02-26 10:31:14 UTC
Created attachment 465252 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-02-26 10:31:17 UTC
Created attachment 465254 [details]
config.log.tbz2
Comment 3 Toralf Förster gentoo-dev 2017-02-26 10:31:21 UTC
Created attachment 465256 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-02-26 10:31:24 UTC
Created attachment 465258 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-02-26 10:31:27 UTC
Created attachment 465260 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-02-26 10:31:30 UTC
Created attachment 465262 [details]
games-arcade:tecnoballz-0.92:20170226-101956.log
Comment 7 Peter Levine 2017-07-22 22:22:44 UTC
PR: https://github.com/gentoo/gentoo/pull/5176
Comment 8 David Seifert gentoo-dev 2017-07-30 09:13:02 UTC
commit 528761fd5aef6c134d4c069aee230adf50fcb922
Author: Peter Levine <plevine457@gmail.com>
Date:   Sat Jul 22 18:18:45 2017 -0400

    games-arcade/tecnoballz: Fix building with GCC-6
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=610974