On Sun, 6 Oct 2013 20:55:43 +0200 David Suárez <[email protected]> wrote:
> Source: asterisk-espeak > Version: 2.1-1 > Severity: serious > Tags: jessie sid > User: [email protected] > Usertags: qa-ftbfs-20131006 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): > > gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > > -Werror=format-security -Wall -pipe -fPIC -Wall -Wstrict-prototypes > > -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g > > -O2 -c -o app_espeak.o app_espeak.c app_espeak.c: In function > > 'espeak_exec': app_espeak.c:219:13: error: dereferencing pointer to > > incomplete type if (chan->_state != AST_STATE_UP) ^ app_espeak.c:221:47: > > error: dereferencing pointer to incomplete type res = ast_streamfile(chan, > > cachefile, chan->language); ^ > > app_espeak.c:224:12: error: dereferencing pointer to incomplete type > > chan->name); > > ^ > > app_espeak.c:331:10: error: dereferencing pointer to incomplete type > > if (chan->_state != AST_STATE_UP) > > ^ > > app_espeak.c:333:43: error: dereferencing pointer to incomplete type > > res = ast_streamfile(chan, raw_name, chan->language); > > ^ > > app_espeak.c:335:67: error: dereferencing pointer to incomplete type > > ast_log(LOG_ERROR, "eSpeak: ast_streamfile failed on %s\n", chan->name); > > ^ > > make[1]: *** [app_espeak.o] Error 1 > > The full build log is available from: > > http://aws-logs.debian.net/ftbfs-logs/2013/10/06/asterisk-espeak_2.1-1_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. > Hello, asterisk-espeak module version 2.1 is not compatible with asterisk 11 and later. Please use the latest version: https://github.com/downloads/zaf/Asterisk-eSpeak/Asterisk-eSpeak-2.2-rc1.tar.gz Regards, Lefteris Zafiris -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

