Re: unrebuildable ruby packages (Re: ruby-defaults 1.8.0)

2003-09-09 Thread Dmitry Borodaenko
On Mon, Sep 08, 2003 at 05:35:35PM -0400, Joey Hess wrote: RUBY_LINK=`ruby -rrbconfig -e 'puts Config::CONFIG[LIBRUBYARG_SHARED]n'` [EMAIL PROTECTED]:~ruby -rrbconfig -e 'puts Config::CONFIG[LIBRUBYARG_SHARED]' nil [EMAIL PROTECTED]:~ruby -v ruby 1.6.8

Re: unrebuildable ruby packages (Re: ruby-defaults 1.8.0)

2003-09-08 Thread Fumitoshi UKAI
At Sun, 7 Sep 2003 15:20:09 -0400, Joey Hess wrote: I'm probably the only ruby package maintainer who doesn't speak ruby.. :-) Luckily I have eager ruby minions to take care of that part of mooix. However, we were a bit suprised to have to make the configure script check for

Re: unrebuildable ruby packages (Re: ruby-defaults 1.8.0)

2003-09-08 Thread Dmitry Borodaenko
On Mon, Sep 08, 2003 at 04:01:31AM +0900, Fumitoshi UKAI wrote: As Marcelo pointed out on Bug#209052, ruby-dev has been obsoleted, so packages that build-depend on ruby-dev can't be built now. We have ruby1.6-dev (for ruby1.6) and ruby1.8-dev (for ruby1.8), so please rebuild your packages to

Re: unrebuildable ruby packages (Re: ruby-defaults 1.8.0)

2003-09-08 Thread Joey Hess
Fumitoshi UKAI wrote: I just look into mooix source. The released source that is. RUBY_LINK=`ruby -rrbconfig -e 'puts Config::CONFIG[LIBRUBYARG_SHARED]n'` [EMAIL PROTECTED]:~ruby -rrbconfig -e 'puts Config::CONFIG[LIBRUBYARG_SHARED]' nil [EMAIL PROTECTED]:~ruby -v

unrebuildable ruby packages (Re: ruby-defaults 1.8.0)

2003-09-07 Thread Fumitoshi UKAI
Dear ruby package maintainers! As Marcelo pointed out on Bug#209052, ruby-dev has been obsoleted, so packages that build-depend on ruby-dev can't be built now. We have ruby1.6-dev (for ruby1.6) and ruby1.8-dev (for ruby1.8), so please rebuild your packages to use ruby1.6-dev and/or ruby1.8-dev.

Re: unrebuildable ruby packages (Re: ruby-defaults 1.8.0)

2003-09-07 Thread Joey Hess
Fumitoshi UKAI wrote: Dear ruby package maintainers! I'm probably the only ruby package maintainer who doesn't speak ruby.. :-) Luckily I have eager ruby minions to take care of that part of mooix. However, we were a bit suprised to have to make the configure script check for