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#39158 - [seed] build fails
Attached to Project:
Arch Linux
Opened by Joel Teichroeb (klusark) - Tuesday, 04 March 2014, 19:20 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 05 March 2014, 09:42 GMT
Opened by Joel Teichroeb (klusark) - Tuesday, 04 March 2014, 19:20 GMT
Last edited by Jan Alexander Steffens (heftig) - Wednesday, 05 March 2014, 09:42 GMT
|
DetailsMaking all in multiprocessing
make[3]: Entering directory '/build/seed/src/seed-3.8.1/modules/multiprocessing' CC libseed_multiprocessing_la-seed-multiprocessing.lo CCLD libseed_multiprocessing.la make[3]: Leaving directory '/build/seed/src/seed-3.8.1/modules/multiprocessing' Making all in readline make[3]: Entering directory '/build/seed/src/seed-3.8.1/modules/readline' CC libseed_readline_la-seed-readline.lo seed-readline.c: In function 'seed_readline_bind': seed-readline.c:80:22: error: 'Function' undeclared (first use in this function) rl_bind_key(*key, (Function *) c); ^ seed-readline.c:80:22: note: each undeclared identifier is reported only once for each function it appears in seed-readline.c:80:32: error: expected expression before ')' token rl_bind_key(*key, (Function *) c); ^ seed-readline.c:73:16: warning: variable 'c' set but not used [-Wunused-but-set-variable] ffi_closure *c; ^ Makefile:480: recipe for target 'libseed_readline_la-seed-readline.lo' failed make[3]: *** [libseed_readline_la-seed-readline.lo] Error 1 make[3]: Leaving directory '/build/seed/src/seed-3.8.1/modules/readline' Makefile:378: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/build/seed/src/seed-3.8.1/modules' Makefile:562: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/seed/src/seed-3.8.1' Makefile:406: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Wednesday, 05 March 2014, 09:42 GMT
Reason for closing: Fixed
Additional comments about closing: seed 3.8.1-3
Wednesday, 05 March 2014, 09:42 GMT
Reason for closing: Fixed
Additional comments about closing: seed 3.8.1-3
anatolik pointed this out in another bug report, the readline API has changed.