Project

General

Profile

Actions

Feature #1498

closed

rubygems tests fail on zlib dependency if you compile ruby without zlib headers

Added by rogerdpack (Roger Pack) almost 15 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
[ruby-core:23513]

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

Actions #1

Updated by yugui (Yuki Sonoda) almost 15 years ago

  • Priority changed from Normal to 3
  • Target version changed from 1.9.2 to 2.0.0

=begin

=end

Actions #2

Updated by naruse (Yui NARUSE) over 14 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

Actions #3

Updated by rogerdpack (Roger Pack) over 14 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

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0