Source: tdl
Version: 1.5.2-3.1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140315 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
On new readline versions old-style function typedefs have been deprecated.
Relevant part (hopefully):
> gcc -O2 -Wall -g -DUSE_DOTLOCK=1 -DUSE_READLINE=1 -DBARE_READLINE_H=0
> -DUSE_RL_COMPLETION_MATCHES=1 -c inter.c
> inter.c: In function 'interactive_text_readline':
> inter.c:559:3: error: unknown type name 'Function'
> Function *old_rl_pre_input_hook = NULL;
> ^
> inter.c:562:25: warning: assignment from incompatible pointer type [enabled
> by default]
> old_rl_pre_input_hook = rl_pre_input_hook;
> ^
> inter.c:568:21: warning: assignment from incompatible pointer type [enabled
> by default]
> rl_pre_input_hook = old_rl_pre_input_hook;
> ^
> inter.c: In function 'interactive_text':
> inter.c:636:41: error: 'CPPFunction' undeclared (first use in this function)
> rl_attempted_completion_function = (CPPFunction *) null_tdl_completion;
> ^
> inter.c:636:41: note: each undeclared identifier is reported only once for
> each function it appears in
> inter.c:636:54: error: expected expression before ')' token
> rl_attempted_completion_function = (CPPFunction *) null_tdl_completion;
> ^
> inter.c:638:54: error: expected expression before ')' token
> rl_attempted_completion_function = (CPPFunction *) tdl_completion;
> ^
> inter.c: In function 'interactive':
> inter.c:656:41: error: 'CPPFunction' undeclared (first use in this function)
> rl_attempted_completion_function = (CPPFunction *) tdl_completion;
> ^
> inter.c:656:54: error: expected expression before ')' token
> rl_attempted_completion_function = (CPPFunction *) tdl_completion;
> ^
> inter.c: At top level:
> inter.c:320:15: warning: 'tdl_completion' defined but not used
> [-Wunused-function]
> static char **tdl_completion(char *text, int start, int end)/*{{{*/
> ^
> inter.c:343:15: warning: 'null_tdl_completion' defined but not used
> [-Wunused-function]
> static char **null_tdl_completion(char *text, int start, int end)/*{{{*/
> ^
> make[1]: *** [inter.o] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/03/15/tdl_1.5.2-3.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.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]