daesan (Dae San Hwang)
- Login: daesan
- Email: lists@daesan.com
- Registered on: 11/11/2008
- Last sign in: 01/12/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 4 | 4 |
Activity
01/12/2009
-
12:22 PM Ruby Bug #1004 (Rejected): Encoding related test failure on OpenSolaris
- =begin
Following test failed.
./miniruby sample/test.rb
...
"ext/tk/sample/demos-jp/button.rb"
unknown encoding name: euc-jp
ext/tk/sample/demos-jp/button.rb
"ext/tk/sample/demos-jp/label.rb"
unknown encoding name... -
12:21 PM Ruby Bug #1003 (Closed): autoload test failed on OpenSolaris
- =begin
Following test failed.
gmake btest 'OPTS=-v -q'
...
test_autoload.rb #919 test_autoload.rb:1:in `<top (required)>'
...
.#927 test_autoload.rb:54:in `<top (required)>'
/tmp/bootstraptest.tmpwd20090110-15...
01/03/2009
-
12:33 PM Ruby Bug #960: SIGINT signal is not handled properly on OpenSolaris
- =begin
Hi Yusuke,
Can you apply this patch to 1.9.1 branch as well? Thanks!
daesan
=end
01/02/2009
-
05:30 PM Ruby Bug #960: SIGINT signal is not handled properly on OpenSolaris
- =begin
Hi Yusuke,
Your patch indeed solves the problem.
It fixed two other process related test failures as well. Thanks a lot!
daesan
> I think the following patch will fix this issue. Could you try it?
> I...
01/01/2009
-
02:00 AM Ruby Bug #960 (Closed): SIGINT signal is not handled properly on OpenSolaris
- =begin
Following test failed.. (http://ruby.peppercode.com/log/ruby-1.9.1/last.txt )
test_should_propagate_signaled(TestBeginEndBlock) [/usr/local/src/ruby-1.9.1-rc1/test/ruby/test_beginendblock.rb:96]
It seems that a ruby loo...
12/04/2008
-
02:40 PM Ruby Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
Thanks Matz!
There is another occurrence of ISPRINT in function "window_getch" in
"ext/curses/curses.c" on line 1134 though. Could you please patch it
as well?
thanks,
daesan
On Dec 4, 2008, at 2:01 PM, Yukihi... -
01:46 PM Ruby Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
I traced back header inclusions:
"ruby-trunk/ext/curses/curses.c" conditionally includes "<curses.h>"
"/usr/include/curses.h" includes "<widec.h>"
"/usr/include/widec.h" includes "<euc.h>"
"/usr/include/euc.h" include... -
12:21 PM Ruby Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
I've checked system header files and found following macro definitions
of ISPRINT.
/* in "/usr/include/readline/chardefs.h" */
#define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c))
/* in "/usr/include/sys/e...
12/02/2008
-
01:55 AM Ruby Bug #805 (Closed): Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
I got the following error while building 1.9.1 preview 2 on OpenSolaris 5.11 snv_98. (1.9.1 preview 1 was built fine on OpenSolaris.)
It was configured with the following:
./configure --build=x86_64-sun-solaris10 --prefix=...