mattconnolly (Matt Connolly)
- Login: mattconnolly
- Email: matt.connolly@me.com
- Registered on: 02/27/2012
- Last sign in: 07/20/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/20/2013
-
08:05 PM Ruby Bug #8660 (Rejected): rb_thread_blocking_region deprecated, no alternative in ruby.h
- In "ruby/intern.h", the function declaration for `rb_thread_blocking_region` is deprecated. The comment says "Use rb_thread_call_without_gvl family instead", yet there are no functions from that family in the header that can be used by e...
04/18/2013
-
08:48 PM Ruby Bug #8268: ruby 2.0.0 incorrectly detects debugflags on SmartOS / gcc 4.7
- I can add "rb_cv_have_signbit=no" to workaround the make error for now.
-
08:35 PM Ruby Bug #8268: ruby 2.0.0 incorrectly detects debugflags on SmartOS / gcc 4.7
- Actually, I just found this page: http://docs.oracle.com/cd/E19082-01/819-0690/chapter4-29405/index.html
It appears that using CFLAGS="-R -fPIC" might help...
That makes configure succeed, but make fails with missing symbol "signbi... -
08:30 PM Ruby Bug #8268: ruby 2.0.0 incorrectly detects debugflags on SmartOS / gcc 4.7
- Hello naruse and nobu, thank you for looking into this issue.
I have recorded a log of attempting to build ruby-2.0.0-p0 in a clean SmartOS instance at this gist: https://gist.github.com/mattconnolly/5411998
This includes config.lo...
04/15/2013
-
03:50 PM Ruby Bug #8268 (Closed): ruby 2.0.0 incorrectly detects debugflags on SmartOS / gcc 4.7
- When compiling ruby from source on Smart OS, which uses gcc-4.7, the configure script fails to correctly detect a compatible debug flag. It chooses "-ggdb3" which doesn't work, and this causes all of the conftest.c compilations to fail a...