Unable to recursively clone Bro

Hello all,

This afternoon recursively cloning Bro was successful. A couple of hours later, cloning does not successfully complete at the “aux” submodule. Hence dependencies are not met. This occurs on both Bro’ git and github. Below is a snippet of the errors:

$ git clone --recursive git://git.bro.org/bro

fatal: reference is not a tree: edbbe445d92cc6a5c2557661195f486b784769db

fatal: reference is not a tree: cb771a3cf592d46643eea35d206b9f3e1a0758f7

Unable to checkout ‘edbbe445d92cc6a5c2557661195f486b784769db’ in submodule path ‘aux/binpac’
Unable to checkout ‘cb771a3cf592d46643eea35d206b9f3e1a0758f7’ in submodule path ‘aux/bro-aux’
Unable to checkout ‘b4d1686cdd3f5505e405667b1083e8335cae6928’ in submodule path ‘aux/broccoli’
Unable to checkout ‘6583b0a84b59a90e671d6405613c35f8502ce023’ in submodule path ‘aux/broctl’
Unable to checkout ‘bb3f55f198f9cfd5e545345dd6425dd08ca1d45e’ in submodule path ‘aux/broker’

I’m not sure if it’s just me or if there is generic issue somewhere.

MP

Hi,

I just saw the same errors here too.

Should be fixed now, thanks for reporting.

Robin

Looks good, thanks.

Great, thank you Robin.

MP