Feature #1498
closedrubygems tests fail on zlib dependency if you compile ruby without zlib headers
Description
=begin
Currently if you don't have zlib headers installed and you run the tests, it yields:
...
C:/dev/ruby/downloads/ruby_trunk/test/rubygems/test_gem_spec_fetcher.rb: no such file to load -- zlib
repeat many times
...
I'd suggest that core fallback on a pure ruby zlib if a C one isn't installed.
zliby , http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/324563
of course, there's no pure ruby openssl so I'm not sure if this would actually be enough to allow rubygems tests to run, but it would still in general be nice.
Thanks!
-=r
=end
Updated by yugui (Yuki Sonoda) over 15 years ago
- Priority changed from Normal to 3
- Target version changed from 1.9.2 to 2.0.0
=begin
=end
Updated by naruse (Yui NARUSE) about 15 years ago
=begin
Can I reject this?
This problem has "Who is the maintainer of new feature" problem.
Anyway, if ruby bundle zlib implementation it should be C implementation.
=end
Updated by rogerdpack (Roger Pack) about 15 years ago
- Status changed from Open to Rejected
=begin
You can use pure ruby zlib these days, so ok to reject [I'll go ahead and do so].
-r
=end