[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:26346] Re: Where is Ruby lib



樋口です。

> Package: auto-apt 0.3.9
> on demand package installation tool
>
> auto-apt checks the file access of programs running 
> within its environments, and if a program tries to
> access a file known to belong in an uninstalled package,
> auto-apt will install that package using apt-get. 

って、なんだかすごいですね。逆に、

> Package: deborphan 0.1.12-3
> Find orphaned libraries.
>
> deborphan finds "orphaned" packages on your system. 
> It determines which packages have no > other packages
> depending on their installation, and shows you a list
> of these packages. It > is most useful when finding
> libraries, but it can be used on packages in all sections. 

なんてのもありました。便利になったものです。


いまさらなんですが、ついでにpotatoのruby1.4.3だと、

Thread.start(foo) do |bar|
  ……
end

というスレッドのブロックで、fooをbarにうまく渡してくれず
にエラーになります。
同じのをfolkを使って書くとちゃんと動きます。
#私のやり方が間違ってる可能性も大。自信ありません。

というように、いろいろと不都合も多いので、

akira> deb.ruby-lang.org にちょっと古い 1.6.1 の deb を置いてます. 
akira> そのうち 1.6.2 の deb を作るつもりでいます. 

を使わせていただいて、ruby1.6系にバージョンアップしようと思います。