Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#4810 closed defect (fixed)

Ruby-2.1.1 fails to build with Readline-6.3

Reported by: Armin K Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Following sed fixes it:

sed -e "s:(Function \*)readline:(rl_hook_func_t \*)readline:" -i ext/readline/readline.c

Change History (7)

comment:1 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

Tnaks.

comment:2 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Thanks, again.

Fixed at r12870.

comment:3 by Fernando de Oliveira, 10 years ago

Armin,

I have just built without the sed.

Please, do you remember the error message?

comment:4 by Fernando de Oliveira, 10 years ago

$ ruby --version
ruby 2.1.1p76 (2014-02-24 revision 45161) [i686-linux]

$ cat /etc/lfs-release
SVN-20140425

comment:5 by Armin K, 10 years ago

Readline 6.3 patchlevel 5 restores these typedefs and functions back, but marks them as deprecated.

http://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-005

I wasn't aware that LFS included 005 patch.

comment:6 by Fernando de Oliveira, 10 years ago

Thanks.

Will fix this, too.

comment:7 by Fernando de Oliveira, 10 years ago

Fixed at r13000.

Note: See TracTickets for help on using tickets.