[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

"make test" bombs for stable snapshot

Francis Hwang

12/4/2004 4:23:00 AM

Hi,

I'm trying to build tonight's stable snapshot (as of Sat Dec 04
04:01:04 JST 2004) on OS X 10.3.6. "make" runs fine, but when I run
"make test" I get:

Francis-Hwangs-Computer:~/Desktop/ruby francis$ make test
/Users/francis/Desktop/ruby/sample/test.rb:963: [BUG] Bus Error
ruby 1.8.2 (2004-12-03) [powerpc-darwin7.6.0]

test failed
make: *** [test] Error 1

Should I be wary of this, or should I just go ahead and install and see
what happens?

Francis Hwang
http://f...



1 Answer

ts

12/4/2004 11:38:00 AM

0

>>>>> "F" == Francis Hwang <sera@fhwang.net> writes:

F> Should I be wary of this, or should I just go ahead and install and see
F> what happens?

Probably the same here (I've not verified) try with the patch in
[ruby-core:03882]


Guy Decoux