ruby-reference-manual:531
From: TAKAO Kouji <kouji@n...>
Date: Sun, 28 Oct 2007 06:13:21 +0900
Subject: [ruby-reference-manual:531] bitclust updateの方法
高尾です。 手元でデータベースを更新しようと試みているのですが、次のように例外が発 生して更新できません。私の環境が悪いのでしょうか。ひょっとして、毎回デー タベースをinitして、作り直す必要がありますかね。 私の環境 * Debian GNU/Linux 4.0(etch) * ruby 1.8.5 (2006-08-25) [i386-linux] * bitclustとdoctreeは、現在(10/28)のtrunk ----- ここから ----- angora$ ls . bitclust doctree angora$ cd bitclust (初回は成功し、standalone.rbで確認できる) angora$ bitclust -d db init version=1.8.6 encoding=euc-jp angora$ bitclust --database=./db update --stdlibtree=../doctree/refm/api/src (2回目以降は以下のように、例外が発生する) angora$ bitclust --database=./db update --stdlibtree=../doctree/refm/api/src /usr/local/lib/site_ruby/1.8/bitclust/database.rb:265:in `get_class': must not happen: "MonitorMixin", "MonitorMixin" (RuntimeError) from /usr/local/lib/site_ruby/1.8/bitclust/rrdparser.rb:354:in `include' from /usr/local/lib/site_ruby/1.8/bitclust/rrdparser.rb:166:in `read_includes' from /usr/local/lib/site_ruby/1.8/bitclust/lineinput.rb:113:in `while_match' from /usr/local/lib/site_ruby/1.8/bitclust/rrdparser.rb:164:in `read_includes' from /usr/local/lib/site_ruby/1.8/bitclust/rrdparser.rb:130:in `read_class_body' from /usr/local/lib/site_ruby/1.8/bitclust/rrdparser.rb:85:in `read_classes' from /usr/local/lib/site_ruby/1.8/bitclust/lineinput.rb:113:in `while_match' from /usr/local/lib/site_ruby/1.8/bitclust/rrdparser.rb:80:in `read_classes' ... 11 levels... from /usr/bin/bitclust:193:in `exec' from /usr/bin/bitclust:102:in `_main' from /usr/bin/bitclust:30:in `main' from /usr/bin/bitclust:508 ----- ここまで ----- --- 株式会社ネットワーク応用通信研究所 研究員 高尾 宏治 〒690-0826 島根県松江市学園南二丁目12番5号 HOYOパークサイドビル・2F TEL:????-??-???? FAX:????-??-???? URL:http://www.netlab.jp/ e-mail:kouji@n... -- ML: ruby-reference-manual@m... 使い方: http://QuickML.com/
-> 531 2007-10-27 23:13 [kouji@n... ] bitclust updateの方法 546 2007-11-04 13:44 ┗[aamine@l... ]