mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
WHen libyaml is not installed, make fails with the following cryptic message: ``` gmake[2]: Entering directory '/home/chkbuild/chkbuild-crossruby/tmp/build/20220325T045825Z/ruby/ext/psych' gmake[2]: *** No rule to make target 'yaml/yaml.h', needed by 'psych.o'. Stop. gmake[2]: Leaving directory '/home/chkbuild/chkbuild-crossruby/tmp/build/20220325T045825Z/ruby/ext/psych' ``` I think it should give up building psych with a clear message. |
||
|---|---|---|
| .. | ||
| lib | ||
| depend | ||
| extconf.rb | ||
| psych.c | ||
| psych.gemspec | ||
| psych.h | ||
| psych_emitter.c | ||
| psych_emitter.h | ||
| psych_parser.c | ||
| psych_parser.h | ||
| psych_to_ruby.c | ||
| psych_to_ruby.h | ||
| psych_yaml_tree.c | ||
| psych_yaml_tree.h | ||