Arch Linux

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!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Making 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
Comment by Joel Teichroeb (klusark) - Tuesday, 04 March 2014, 19:20 GMT
Looks to be a similar issue to #39156
Comment by Doug Newgard (Scimmia) - Wednesday, 05 March 2014, 06:25 GMT
See: http://lists.gnu.org/archive/html/bug-readline/2014-03/msg00002.html

anatolik pointed this out in another bug report, the readline API has changed.

Loading...