Bug#827687: brltty: FTBFS in testing (libspeechd_version.h: No such file or directory)

2016-06-23 Thread Mario Lang
reassign 827687 speech-dispatcher
retitle 827687 speech-dispatcher: libspeechd.h references non-existing files
Thanks.

Santiago Vila  writes:

> Package: src:brltty
> Version: 5.3.1-3
> User: reproducible-bui...@lists.alioth.debian.org
> Usertags: ftbfs
> Severity: serious
>
> This package currently fails to build in stretch:

[...]

> gcc -I. -I../../../../Drivers/Speech/SpeechDispatcher -I./../../../Programs 
> -I../../../../Programs -I../../../../Headers -I./../../.. -I../../../..   
> -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
> -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 
> -Wall -Werror=format-security -fPIC '-DDRIVER_NAME=SpeechDispatcher' 
> '-DDRIVER_CODE=sd' '-DDRIVER_COMMENT="text to speech server"' 
> '-DDRIVER_VERSION=""' '-DDRIVER_DEVELOPERS=""' -I/usr/include -c 
> ../../../../Drivers/Speech/SpeechDispatcher/speech.c
> In file included from 
> ../../../../Drivers/Speech/SpeechDispatcher/speech.c:37:0:
> /usr/include/libspeechd.h:31:32: fatal error: libspeechd_version.h: No such 
> file or directory
   

This is a bug in the highlighted header.  It belongs to
speech-dispatcher.

-- 
CYa,
  ⡍⠁⠗⠊⠕


signature.asc
Description: PGP signature


Bug#827687: brltty: FTBFS in testing (libspeechd_version.h: No such file or directory)

2016-06-19 Thread Santiago Vila
Package: src:brltty
Version: 5.3.1-3
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
Severity: serious

Dear maintainer:

This package currently fails to build in stretch:


[...]
make[3]: Entering directory 
'/<>/build-brltty/Drivers/Speech/SpeechDispatcher'
gcc -I. -I../../../../Drivers/Speech/SpeechDispatcher -I./../../../Programs 
-I../../../../Programs -I../../../../Headers -I./../../.. -I../../../..   
-D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall 
-Werror=format-security -fPIC '-DDRIVER_NAME=SpeechDispatcher' 
'-DDRIVER_CODE=sd' '-DDRIVER_COMMENT="text to speech server"' 
'-DDRIVER_VERSION=""' '-DDRIVER_DEVELOPERS=""' -I/usr/include -c 
../../../../Drivers/Speech/SpeechDispatcher/speech.c
In file included from ../../../../Drivers/Speech/SpeechDispatcher/speech.c:37:0:
/usr/include/libspeechd.h:31:32: fatal error: libspeechd_version.h: No such 
file or directory
compilation terminated.
Makefile:56: recipe for target 'speech.o' failed
make[3]: *** [speech.o] Error 1


You can find a full build log here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/brltty.html

Thanks.