drkaes (Stefan Kaes)
- Login: drkaes
- Email: stkaes@googlemail.com
- Registered on: 08/04/2011
- Last sign in: 12/18/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 6 | 6 |
Activity
12/27/2017
-
08:00 PM Ruby Bug #14248: configure fails to detect fd_mask type on OS X
- Would you mind back porting the fix to the 2.5 branch?
-
12:30 PM Ruby Bug #14248: configure fails to detect fd_mask type on OS X
- Proposed patch:
https://github.com/skaes/rvm-patchsets/blob/master/patches/ruby/2.5.0/railsexpress/04-fix-fd-mask-detection-on-os-x.patch -
12:29 PM Ruby Bug #14248 (Closed): configure fails to detect fd_mask type on OS X
- When running configure on trunk and/or 2.5.0, configure fails to detect that the type fd_mask exists.
As a consequence, HAVE_RB_FD_INIT gets no set to 1, which leads to rb_fdset_t not being defined.
The bug was introduced with this...
12/18/2017
-
09:11 AM Ruby Bug #14192: rb_frame_method_id_and_class not exported, breaks ruby-prof and other gems
- Assuming the method gets removed with 2.6, how should we replace it?
Can it be replaced now?
I haven't found a replacement for it.
12/16/2017
-
10:54 AM Ruby Bug #14192: rb_frame_method_id_and_class not exported, breaks ruby-prof and other gems
- See https://github.com/ruby/ruby/commit/857827e3eed915543ac9d4d2541179ea4ded8eee
-
10:52 AM Ruby Bug #14192 (Closed): rb_frame_method_id_and_class not exported, breaks ruby-prof and other gems
- rb_frame_method_id_and_class is currently available in the header files as deprecated, but the corresponding symbol is not exported from the library.
Witness the following compile and execution log excerpts:
~~~
../../../../ext/ru... -
10:45 AM Ruby Bug #10710 (Closed): can't compile ruby 2.2.0 with gcc versions older than 4.4.0
- no longer relevant
01/09/2015
-
09:41 AM Ruby Bug #10710: can't compile ruby 2.2.0 with gcc versions older than 4.4.0
- here's the build output:
~~~
~/src/ruby-2.2.0 $ make
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initialize... -
09:38 AM Ruby Bug #10710: can't compile ruby 2.2.0 with gcc versions older than 4.4.0
- the problem is that the compiler accepts the warning flag but fails to compile a piece of code as soon as it tries to emit some warning.
~~~
configure:7495: checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS
configur...
01/08/2015
-
07:50 PM Ruby Bug #10710: can't compile ruby 2.2.0 with gcc versions older than 4.4.0
- no. it aborts the build.