Feature #2983
closedRuby (GPLv2 only) tries to link to with readline (now GPLv3)
Description
=begin
Hi,
The readline library was relicensed under GPLv3. Since Ruby is GPLv2 only, it is not allowed to link to readline.
Most distributions currently ship both the (old) GPLv2 readline version, and the new GPLv3 readline. However, this is likely to change in the future.
A solution could be to use a different library, like libedit (http://www.thrysoee.dk/editline/)
=end
Updated by luislavena (Luis Lavena) over 14 years ago
=begin
See [ruby-core:25272] and Feature request #2032:
Updated by naruse (Yui NARUSE) over 14 years ago
=begin
libedit doesn't support multibyte encodings.
=end
Updated by lucas (Lucas Nussbaum) over 14 years ago
=begin
I'm surprised this was closed without discussion. How do you recommend we (Debian) solve that?
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Closed to Open
=begin
GPL3 problem is not resolved; this ticket is mistakenly closed because this is duplicated ticket with #2982.
=end
Updated by wishdev (John Higgins) over 14 years ago
=begin
libedit might be finally getting multibyte encodings - http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/?sortby=date - there appears to be a commit to add UTF-8 support
=end
Updated by naruse (Yui NARUSE) over 14 years ago
=begin
Yes, but current its UTF-8 support is broken.
Moreover it is only UTF-8.
I heard they are working on supporting M17N, so it is good when that is done.
=end
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- Status changed from Open to Closed
=begin
I close this ticket because it is duplication.
Also, note that libedit has been supported already,
libreadline will be disabled by --enable-libedit configure option.
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Closed to Open
=begin
Don't close duplicated tickets, all of them are closed if you close one of them > nobu
=end
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- ruby -v changed from 1.8 to *
=begin
At least, to avoid divergence, I don't think we should make discussions in many places.
=end
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- Status changed from Open to Third Party's Issue
=begin
=end