ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:107424] [Ruby master Feature#13653] Bundled zlib helper
       [not found] <redmine.issue-13653.20170613120147.572@ruby-lang.org>
@ 2022-02-02  1:42 ` hsbt (Hiroshi SHIBATA)
  2022-02-02 18:04 ` [ruby-core:107442] " Eregon (Benoit Daloze)
  1 sibling, 0 replies; 2+ messages in thread
From: hsbt (Hiroshi SHIBATA) @ 2022-02-02  1:42 UTC (permalink / raw
  To: ruby-core

Issue #13653 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Assigned to Closed

After 4 years, We should remove the bundled source code like zlib, libyaml, libffi.

for mswin users: use vcpkg, other platforms: use the official package manager like apt, dnf.

----------------------------------------
Feature #13653: Bundled zlib helper
https://bugs.ruby-lang.org/issues/13653#change-96324

* 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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ruby-core:107442] [Ruby master Feature#13653] Bundled zlib helper
       [not found] <redmine.issue-13653.20170613120147.572@ruby-lang.org>
  2022-02-02  1:42 ` [ruby-core:107424] [Ruby master Feature#13653] Bundled zlib helper hsbt (Hiroshi SHIBATA)
@ 2022-02-02 18:04 ` Eregon (Benoit Daloze)
  1 sibling, 0 replies; 2+ messages in thread
From: Eregon (Benoit Daloze) @ 2022-02-02 18:04 UTC (permalink / raw
  To: ruby-core

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-02 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-13653.20170613120147.572@ruby-lang.org>
2022-02-02  1:42 ` [ruby-core:107424] [Ruby master Feature#13653] Bundled zlib helper hsbt (Hiroshi SHIBATA)
2022-02-02 18:04 ` [ruby-core:107442] " Eregon (Benoit Daloze)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).