Bug#871117: festival: FTBFS: /bin/sh: 1: g++-6: not found

2017-10-22 Thread Andreas Bombe
block 871117 by 871089
thanks

This problem is caused by #871089 because it is using the same
configuration files for building. Changing the hardcoded g++-6 to plain
g++ (in the gcc-6 patch to speech-tools) fixes the build issue.

This bug should be fixed when the other bug is fixed.



Bug#871117: festival: FTBFS: /bin/sh: 1: g++-6: not found

2017-08-06 Thread Lucas Nussbaum
Source: festival
Version: 1:2.4~release-3
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170805 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> Check system type
> Remake modincludes.inc
>   NATIVE_AUDIO
>   ok
>   EDITLINE
>   config/modules/editline.mak
>   SIOD
>   ok
>   WAGON
>   ok
>   SCFG
>   ok
>   WFST
>   ok
>   OLS
>   ok
>   RXP
>   src/modules/rxp/rxp.mak
>   clunits
>   unknown module in src/modules/clunits
>   clustergen
>   unknown module in src/modules/clustergen
>   hts_engine
>   unknown module in src/modules/hts_engine
>   hts21_engine
>   unknown module in src/modules/hts21_engine
>   MultiSyn
>   unknown module in src/modules/MultiSyn
>   LINUX16_AUDIO
>   config/modules/linux16_audio.mak
> Making in directory ./src ...
> Making in directory src/arch ...
> Making in directory src/arch/festival ...
> making dependencies -- festival.cc Phone.cc utterance.cc features.cc wave.cc 
> wagon_interp.cc linreg.cc audspio.cc server.cc client.cc web.cc tcl.cc 
> wfst.cc ngram.cc viterbi.cc ModuleDescription.cc 
> g++-6 -fno-delete-null-pointer-checks -c -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -fPIC  -Wall 
>   -Wdate-time -D_FORTIFY_SOURCE=2 -g -O3 -fPIC  -Wall   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O3 -fPIC  -Wall   -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -O3 -fPIC  -Wall   -I../../../src/include 
> -I/usr/lib/speech_tools/include -g -O2 
> -fdebug-prefix-map=/build/speech-tools-0ZB8zS/speech-tools-2.4~release=. 
> -fstack-protector-strong -Wformat -Werror=format-security 
> -DINSTANTIATE_TEMPLATES -DFTNAME='Festival Speech Synthesis System' 
> -DFTVERSION='2.4' -DFTSTATE='release'  -DFTDATE='December 2014' 
> -DFTOSTYPEC='unknown_DebianGNULinux' festival.cc
> /bin/sh: 1: g++-6: not found
> Makefile:65: recipe for target 'festival.o' failed
> make[5]: *** [festival.o] Error 127

The full build log is available from:
   http://aws-logs.debian.net/2017/08/05/festival_2.4~release-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.