Bug #8702
closedPOSTLINK fails in test/mkmf/test_framework.rb although RUBY_CODESIGN is given
Description
=begin
See ((URL:http://a.mrkn.jp/~mrkn/chkbuild/mountain_lion/ruby-trunk-m64-o3/log/20130728T233100Z.log.html.gz)):
-
Failure:
TestMkmf::TestHaveFramework#test_different_name_header [/Users/mrkn/chkbuild/tmp/build/20130728T233100Z/ruby/test/mkmf/test_framework.rb:17]:
"clang -dynamic -dynamiclib -o /Users/mrkn/chkbuild/tmp/build/20130728T233100Z/tmp/frameworks20130729-23269-1zou9/MkmfTest.framework/MkmfTest /Users/mrkn/chkbuild/tmp/build/20130728T233100Z/tmp/frameworks20130729-23269-1zou9/MkmfTest.framework/main.c -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -lpthread -ldl -lobjc
test -z 'ruby' || codesign -s '' -f $@"
: no identity found -
Failure:
TestMkmf::TestHaveFramework#test_empty_framework [/Users/mrkn/chkbuild/tmp/build/20130728T233100Z/ruby/test/mkmf/test_framework.rb:17]:
"clang -dynamic -dynamiclib -o /Users/mrkn/chkbuild/tmp/build/20130728T233100Z/tmp/frameworks20130729-23269-1yh72yj/MkmfTest.framework/MkmfTest /Users/mrkn/chkbuild/tmp/build/20130728T233100Z/tmp/frameworks20130729-23269-1yh72yj/MkmfTest.framework/main.c -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -lpthread -ldl -lobjc
test -z 'ruby' || codesign -s '' -f $@"
: no identity found
=end
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r42223.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
mkmf.rb: expand all macros
- lib/mkmf.rb (xsystem): expand environment variable in all macros not
expanded with RbConfig. [Bug #8702] - test/mkmf/test_framework.rb (create_framework): replace all $@ not
only once.
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 1.9.3: REQUIRED, 2.0.0: REQUIRED
Updated by nagachika (Tomoyuki Chikanaga) over 11 years ago
- Backport changed from 1.9.3: REQUIRED, 2.0.0: REQUIRED to 1.9.3: REQUIRED, 2.0.0: DONE
Backported to ruby_2_0_0 at r42358.
Updated by usa (Usaku NAKAMURA) over 11 years ago
- Backport changed from 1.9.3: REQUIRED, 2.0.0: DONE to 1.9.3: DONE, 2.0.0: DONE
Backported to ruby_1_9_3 at r42463.