From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 9 20:10:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD99106566B for ; Fri, 9 Oct 2009 20:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8468FC19 for ; Fri, 9 Oct 2009 20:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n99KA8Ch048687 for ; Fri, 9 Oct 2009 20:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n99KA8GF048686; Fri, 9 Oct 2009 20:10:08 GMT (envelope-from gnats) Resent-Date: Fri, 9 Oct 2009 20:10:08 GMT Resent-Message-Id: <200910092010.n99KA8GF048686@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Taro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEB57106568D for ; Fri, 9 Oct 2009 20:01:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DE3AD8FC16 for ; Fri, 9 Oct 2009 20:01:52 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n99K1qX7003565 for ; Fri, 9 Oct 2009 20:01:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n99K1qrE003564; Fri, 9 Oct 2009 20:01:52 GMT (envelope-from nobody) Message-Id: <200910092001.n99K1qrE003564@www.freebsd.org> Date: Fri, 9 Oct 2009 20:01:52 GMT From: Taro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139455: converters/ruby-iconv is not usable with Ruby 1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 20:10:08 -0000 >Number: 139455 >Category: ports >Synopsis: converters/ruby-iconv is not usable with Ruby 1.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 09 20:10:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Taro >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD Pym 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon May 4 09:21:11 EEST 2009 root@Otaku.local:/usr/obj/mnt/big/src7/sys/PYM i386 >Description: There are both Ruby 1.8.7 and Ruby 1.9.1 installed on my system: ruby+nopthreads+oniguruma-1.8.7.160_4,1 ruby-1.9.1.129_1,1 Also, there are installed iconv library libiconv-1.13.1 and ruby wrapper for it (compiled from port converters/ruby-iconv) ruby18-iconv-1.8.7.160 When compiling port converters/ruby-iconv, it installs only module for Ruby version 1.8.7, but not for 1.9.1: /usr/local/lib/ruby/1.8/i386-freebsd7/iconv.so >How-To-Repeat: Start interactive ruby shell with command `irb19`. And try to require iconv lib: require 'iconv' You will got an error: LoadError: no such file to load -- iconv from (irb):1:in `require' from (irb):1 from /usr/local/bin/irb19:12:in `
' >Fix: >Release-Note: >Audit-Trail: >Unformatted: