Date: Sat, 8 Mar 2008 16:22:08 +0900 (JST) From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: turutani@scphys.kyoto-u.ac.jp Subject: ports/121489: textproc/docdiff show error Message-ID: <200803080722.m287M8gO037976@polymer3.scphys.kyoto-u.ac.jp> Resent-Message-ID: <200803080730.m287U1ji099331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121489 >Category: ports >Synopsis: textproc/docdiff show error >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 08 07:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 6.3-PRERELEASE i386 >Organization: >Environment: System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #11: Wed Jan 16 16:30:07 JST 2008 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: running docdiff shows an error. >How-To-Repeat: % docdiff -u foo bar /usr/local/lib/ruby/site_ruby/1.8/docdiff/charstring.rb:6:in `require': no such file to load -- iconv (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/docdiff/charstring.rb:6 from /usr/local/lib/ruby/site_ruby/1.8/docdiff/document.rb:4:in `require' from /usr/local/lib/ruby/site_ruby/1.8/docdiff/document.rb:4 from /usr/local/bin/docdiff:9:in `require' from /usr/local/bin/docdiff:9 >Fix: add dependency to converters/ruby-iconv. here is a patch to ports/textproc/docdiff: --- Makefile.orig 2007-12-16 04:28:56.000000000 +0900 +++ Makefile 2008-03-08 16:13:20.000000000 +0900 @@ -13,7 +13,8 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Compare text word by word -RUN_DEPENDS= *ruby*-uconv>=0:${PORTSDIR}/japanese/ruby-uconv +RUN_DEPENDS= *ruby*-uconv>=0:${PORTSDIR}/japanese/ruby-uconv \ + *ruby*-iconv>=0:${PORTSDIR}/converters/ruby-iconv USE_RUBY= yes NO_BUILD= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803080722.m287M8gO037976>