[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#811772: espeak: FTBFS with GCC 6: narrowing conversion



Package: espeak
Version: 1.48.04+dfsg-2
Severity: important
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  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.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/lib/x86_64-linux-gnu/espeak-data\" -Wall -fPIC -fvisibility=hidden -pedantic \
> -I. -D LIBRARY -c -fno-exceptions  tr_languages.cpp  -o x_tr_languages.o
> tr_languages.cpp:201:43: error: narrowing conversion of '194' from 'int' to 'char' inside { } [-Wnarrowing]
>  const char string_ordinal[] = {0xc2,0xba,0};  // masculine ordinal character, UTF-8
>                                            ^
> 
> tr_languages.cpp:201:43: error: narrowing conversion of '186' from 'int' to 'char' inside { } [-Wnarrowing]
> Makefile:113: recipe for target 'x_tr_languages.o' failed

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


Reply to: