Actions
Bug #13897
closedlibffi is now not bundled in snapshots
    Bug #13897:
    libffi is now not bundled in snapshots
  
Description
いつ頃からかは明確ではないのですが、trunkのmake-snapshotでlibffiがバンドルされなくなっています。
これは先ほどの安定版リリース作業中に発覚したのですが、libffiをダウンロードはしてくるものの、extractが行われていないようです。
リリースされたtarballの方は近永さんがどうにかしてくださいましたが、snapshot.tar.gzおよびstable-snapshot.tar.gzにもやはり同様にlibffiがバンドルされていないことを確認しています。
たまに中田さんがmake-snapshotをいじっているので、どっかのタイミングでその辺を壊してしまったのではないかと……。
        
          
          Updated by nobu (Nobuyoshi Nakada) about 8 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
 
Applied in changeset trunk|r59942.
make-snapshot: after-update
- tool/make-snapshot (package): fix missing after-update for
libffi and so on. [ruby-dev:50244] [Bug #13897] 
        
          
          Updated by hsbt (Hiroshi SHIBATA) about 8 years ago
          
          
        
        
      
      r59942 で何かが直ったようなので stable-snapshot.tar.gz を作り直したところ libffi がバンドルされているのを確認しました。
Actions