[#107430] [Ruby master Feature#18566] Merge `io-wait` gem into core IO — "byroot (Jean Boussier)" <noreply@...>
Issue #18566 has been reported by byroot (Jean Boussier).
22 messages
2022/02/02
[ruby-core:107442] [Ruby master Feature#13653] Bundled zlib helper
From:
"Eregon (Benoit Daloze)" <noreply@...>
Date:
2022-02-02 18:04:19 UTC
List:
ruby-core #107442
Issue #13653 has been updated by Eregon (Benoit Daloze). And for macOS: try to not mess up your system by installing random stuff in /usr/local, that's the source of many issues reported to `ruby-build`. Using Homebrew is fine (or MacPorts), but manually installing stuff in /usr/local is asking for trouble. ---------------------------------------- Feature #13653: Bundled zlib helper https://bugs.ruby-lang.org/issues/13653#change-96344 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- I created experimentally implementation for zlib-binding helper of bundled build. * https://github.com/ruby/ruby/pull/1638 * https://patch-diff.githubusercontent.com/raw/ruby/ruby/pull/1638.patch I also maintain ruby-build that is multi-platform build wrapper for ruby. I often got build failure report caused to missing zlib headers. examples are here. * https://github.com/rbenv/ruby-build/issues/832 * https://github.com/rbenv/ruby-build/issues/780 I hope to resolve this situation for ruby users. my patch make to build zlib-binding with bundled zlib sources. It only enabled when It was given `--enable-bundled-zlib` option with `configure` phase. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>