ねこ元帥の中の人@リウマチ

日々の覚書など。ブログ名はオンラインゲームのアカウント名をいつも「ねこ元帥」にしているから。そして、2013年11月リウマチと診断されたとです。(2012年11月から時々手足に原因不明の痛みが発生、2013年9月以降は足の痛みが常態化、2013年12月30日からMTX服用開始、4月過ぎるころにはわずかの痛みが残る程度まで回復して現在に至る。)

scalaソースコードの閲覧

scalaソースコードをgitでチェックアウトしようとしたけど、git-svnというかperlの実行でエラーが出ている。

PS C:\> git svn clone -s http://lampsvn.epfl.ch/svn-repos/scala/scala ./scala
Using higher level of URL: http://lampsvn.epfl.ch/svn-repos/scala/scala => http://lampsvn.epfl.ch/svn-repos/scala
C:\tool\git-1.7.6\bin\perl.exe: *** unable to remap C:\tool\git-1.7.6\lib\perl5\5.8.8\msys\auto\Digest\MD5\MD5.dll to same address as parent -- 0x676C0000
      0 [main] perl 69388 sync_with_child: child 68724(0x2CC) died before initialization with status code 0x1
   1107 [main] perl 69388 sync_with_child: *** child state child loading dlls
C:\tool\git-1.7.6\bin\perl.exe: *** unable to remap C:\tool\git-1.7.6\lib\perl5\5.8.8\msys\auto\Digest\MD5\MD5.dll to same address as parent -- 0x676C0000
5052148 [main] perl 69388 sync_with_child: child 68744(0x2E4) died before initialization with status code 0x1
5053347 [main] perl 69388 sync_with_child: *** child state child loading dlls

≪省略≫

C:\tool\git-1.7.6\bin\perl.exe: *** unable to remap C:\tool\git-1.7.6\lib\perl5\5.8.8\msys\auto\Digest\MD5\MD5.dll to same address as parent -- 0x676C0000
530478994 [main] perl 69388 sync_with_child: child 70700(0x620) died before initialization with status code 0x1
530480096 [main] perl 69388 sync_with_child: *** child state child loading dlls
C:\tool\git-1.7.6\bin\perl.exe: *** unable to remap C:\tool\git-1.7.6\lib\perl5\5.8.8\msys\auto\Digest\MD5\MD5.dll to same address as parent -- 0x676C0000
535530912 [main] perl 69388 sync_with_child: child 70740(0x628) died before initialization with status code 0x1
535532021 [main] perl 69388 sync_with_child: *** child state child loading dlls

実行パスにMD5.dllが含まれているか確認したが、見つからず。

PS C:\> $env:path -split ";" | %{ls "$_\md*"}

実行中のプロセスに含まれているか確認したが、見つからず。

PS C:\> ps | %{$_.Modules} | ?{$_.FileName -match "md5"}

何か見逃している可能性大だな。