Bug#476085: ruby1.9-dev: Header files export the non-existing rb_argv symbol

2008-04-14 Thread Lucas Nussbaum
severity 476085 minor tags 476085 + unreproducible retitle 476085 ruby1.9-dev: rb_argv should be defined as rb_get_argv() thanks On 14/04/08 at 13:50 +0200, Sjoerd Simons wrote: > Package: ruby1.9-dev > Version: 1.9.0.1-1 > Severity: grave > Justification: renders package unusable err. how? :-)

Bug#476085: ruby1.9-dev: Header files export the non-existing rb_argv symbol

2008-04-14 Thread Sjoerd Simons
Package: ruby1.9-dev Version: 1.9.0.1-1 Severity: grave Justification: renders package unusable Hi, intern.h from ruby1.9-dev contains RUBY_EXTERN VALUE rb_argv; but libruby1.9 doesn't define such a symbol. Looking at ruby.c it does #define rb_argv rb_get_argv(). So probably rb_get_argv sho