Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39278 - [bird] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 15:10 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 27 March 2014, 00:49 GMT
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 15:10 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 27 March 2014, 00:49 GMT
|
DetailsDescription:
make[1]: Leaving directory '/build/bird/src/bird-1.4.0/_build4/proto/static' make[1]: Entering directory '/build/bird/src/bird-1.4.0/_build4/client' gcc -I../ -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -o birdc.o -c ../../client/birdc.c gcc -I../ -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -o birdcl.o -c ../../client/birdcl.c gcc -I../ -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -o commands.o -c ../../client/commands.c gcc -I../ -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -o util.o -c ../../client/util.c gcc -I../ -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -pthread -o client.o -c ../../client/client.c ../../client/birdc.c:32:1: error: unknown type name 'Function' extern Function *rl_last_func; ^ ../../client/birdc.c:32:18: error: conflicting types for 'rl_last_func' extern Function *rl_last_func; ^ In file included from ../../client/birdc.c:14:0: /usr/include/readline/readline.h:544:27: note: previous declaration of 'rl_last_func' was here extern rl_command_func_t *rl_last_func; ^ ../../client/birdc.c: In function 'input_complete': ../../client/birdc.c:85:20: warning: comparison of distinct pointer types lacks a cast [enabled by default] if (rl_last_func != input_complete) ^ ../Rules:76: recipe for target 'birdc.o' failed make[1]: *** [birdc.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/build/bird/src/bird-1.4.0/_build4/client' Makefile:36: recipe for target 'subdir' failed make: *** [subdir] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon
Comment by Bartłomiej Piotrowski (Barthalion) -
Saturday, 22 March 2014, 12:12 GMT
Here's the fix.
bird-1.4.0-readline-6.3.patch
(0.4 KiB)