Package: ifeffit
Version: 2:1.2.11d-9.1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
Making all in cmdline
make[4]: Entering directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-ifeffit/ifeffit-1.2.11d/src/cmdline'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..     -g -O2 -c iff_shell.c
iff_shell.c: In function 'initialize_readline':
iff_shell.c:357:39: error: 'CPPFunction' undeclared (first use in this function)
   rl_attempted_completion_function = (CPPFunction *)ifeffit_completion;
                                       ^
iff_shell.c:357:39: note: each undeclared identifier is reported only once for 
each function it appears in
iff_shell.c:357:52: error: expected expression before ')' token
   rl_attempted_completion_function = (CPPFunction *)ifeffit_completion;
                                                    ^
Makefile:237: recipe for target 'iff_shell.o' failed
make[4]: *** [iff_shell.o] Error 1
make[4]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-ifeffit/ifeffit-1.2.11d/src/cmdline'
Makefile:108: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1

As of version 6.3, readline no longer provides this (long deprecated) typedef.
Please use rl_completion_func_t instead.

The full build log is attached.

Best,
Michael

Attachment: ifeffit-build-log.txt.gz
Description: application/gunzip

Attachment: pgp3286FO0RMF.pgp
Description: PGP signature

Reply via email to