Project

General

Profile

Bug #18764

Updated by nekoyama32767 (Jinsong Yu) almost 2 years ago

There is no problem when use same build-system to build branch ruby_3_1 (commit: e87640cd9d3dfe2cad004224eb356ee406865c8a) (commit:e87640cd9d3dfe2cad004224eb356ee406865c8a) and before. 

 Error describe:  
 Ruby version: 
 Ruby master commit: df0bcb3385746e010e100dfb4e66a25dddc2c8fd commit:df0bcb3385746e010e100dfb4e66a25dddc2c8fd 
 Error message: 
 ``` 
 D:/ruby-git/git/tool/extlibs.rb:6:in `require': cannot load such file -- digest (LoadError) 
         from D:/ruby-git/git/tool/extlibs.rb:6:in `<top (required)>' 
         from D:/ruby-git/git/ext/psych/extconf.rb:24:in `require_relative' 
         from D:/ruby-git/git/ext/psych/extconf.rb:24:in `<top (required)>' 
         from ./ext/extmk.rb:217:in `load' 
         from ./ext/extmk.rb:217:in `block in extmake' 
         from D:/ruby-git/git/lib/mkmf.rb:324:in `open' 
         from ./ext/extmk.rb:213:in `extmake' 
         from ./ext/extmk.rb:577:in `block in <main>' 
         from ./ext/extmk.rb:573:in `each' 
         from ./ext/extmk.rb:573:in `<main>' 
 make[1]: *** [ext/configure-ext.mk:105: ext/psych/exts.mk] Error 1 
 make[1]: Leaving directory '/d/ruby-git/git' 
 make: *** [uncommon.mk:289: exts.mk] Error 2 
 ```

Back