hansdegraaff (Hans de Graaff)
- Login: hansdegraaff
- Email: hans@degraaff.org
- Registered on: 05/14/2009
- Last sign in: 10/29/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
12/01/2024
-
09:37 AM Ruby Bug #20908: Ruby extension builds fail with GCC 15 which defaults to -std=gnu23
- We initially opened this bug because we had multiple cases of this issue and the one in brotli was an example. Another case shows up in io-console:
```
x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.1.0/x86_64-linux -I/usr/include...
04/11/2015
-
05:53 AM Ruby Bug #9644: ssl hostname verification security bug: verify_certificate_identity wildcard matching allows to much
- It looks like this is fixed with https://github.com/ruby/openssl/commit/e9a7bcb8bf2902f907c148a00bbcf21d3fa79596 which is related to https://bugzilla.redhat.com/show_bug.cgi?id=1209981
03/03/2015
-
05:56 PM Ruby Bug #10647: fail install without zlib
- I'm reviewing our Gentoo patches for ruby 2.2.1 and noticed that there is a typo in this patch that causes installation to still fail without zlib:
begin
require "zlib"
rescue LoadErroe
end
This should obviously be "re...
06/02/2014
-
05:11 PM Ruby Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- Nobuyoshi Nakada wrote:
> It's a common method for autoconfisticated programs.
> ...
I have not tried. My point was that, being one of the Gentoo ruby maintainers, I would not want to use this mechanism to officially support jemalloc...
06/01/2014
-
07:27 PM Ruby Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- Eric Wong wrote:
> ko1@atdot.net wrote:
> ...
Speaking from the Gentoo perspective: with "--enable-jemalloc" I could give my Gentoo users a choice of enabling jemalloc via our "USE flag" mechanism. I'd rather not do that with the LIBS ...
04/14/2014
-
06:52 PM Ruby Bug #8358: TestSprintf#test_float test failure
- This change is also causing issues for our Gentoo users that still use x86-based systems. See https://bugs.gentoo.org/show_bug.cgi?id=503804 for our downstream bug. We've also dropped the sse2 configure.in block for now to allow compilat...
10/24/2012
-
06:17 PM Ruby Bug #5476: ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
- It looks like this got fixed with http://bugs.ruby-lang.org/issues/5488, we can no longer reproduce this in the latest version of ruby 1.9.3.
12/20/2011
-
03:50 AM Ruby Bug #5476: ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
- Lucas Nussbaum wrote:
> Ruby on hppa is broken because hppa (at least last time I checked) was using a LinuxThreads-based thread implementation instead of NPTL.
Not true at least on Gentoo/HPPA which has been using NPTL. So at least ...
10/25/2011
-
01:52 AM Ruby Bug #5476 (Closed): ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
- Running tests on HPPA results in a segmentation fault when running test_fork.rb.
The downstream bug report at https://bugs.gentoo.org/show_bug.cgi?id=388123 has all the details and the full build log.
#246 test_fork.rb:24:in `<top ...
08/19/2010
-
06:13 PM Ruby Feature #3719 (Closed): open-uri should allow redirects from http to https
- =begin
Currently open-uri does not allow redirects from http to https. http://redmine.ruby-lang.org/repositories/revision/1?rev=21381 reverts the ability to redirect between http and https with a note that this may compromise security,...