Actions
Bug #7579
closedTestGemExtCmakeBuilder#test_self_build failed in ja_JP.UTF-8 locale
Description
TestGemExtCmakeBuilder#test_self_build failed in ja_JP.UTF-8 locale.
It should set locale C before invoking make.
Attached patch will revolve this issue.
- Failure:
test_self_build(TestGemExtCmakeBuilder) [.../ruby/test/rubygems/test_gem_ext_cmake_builder.rb:46]:
--- expected
+++ actual
@@ -1 +1,3 @@
-""
+"make[1]: ディレクトリ.../tmp/test/test_rubygems_16184/ext' に入ります +make[1]: ディレクトリ
.../tmp/test/test_rubygems_16184/ext' から出ます
+"
Files
Updated by luislavena (Luis Lavena) almost 12 years ago
- Status changed from Open to Assigned
Updated by drbrain (Eric Hodel) almost 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r38438.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/rubygems/specification.rb: Fixed ruby output of requirements
with multiple version specifiers. - test/rubygems/test_gem_ext_cmake_builder.rb: Only look for specific
lines in cmake output. Should fix [ruby-trunk - Bug #7579]
Updated by znz (Kazuhiro NISHIYAMA) almost 12 years ago
I confirmed this issue fixed.
Thank you.
Actions
Like0
Like0Like0Like0