Hi, It looks like your system is missing some locale files, causing commands like `ls` to write errors like "error initializing month strings". This problem won't affect Cap'n Proto as it does not do anything locale-specific. So, you can probably ignore the test failure. However, you may want to look into fixing your Linux installation's locale files for other reasons. (I'm afraid I can't help with that.)
-Kenton On Wed, May 18, 2016 at 5:03 AM, chengcheng Li <[email protected]> wrote: > ======================================== > Capn Proto 0.5.3: ./test-suite.log > ======================================== > > # TOTAL: 3 > # PASS: 2 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 > > FAIL: src/capnp/compiler/capnp-test.sh > ====================================== > > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ls: error initializing month strings > ./src/capnp/compiler/../testdata/errors.txt - differ: byte 1, line 1 > FAILED: error output > > -- > You received this message because you are subscribed to the Google Groups > "Cap'n Proto" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/group/capnproto. > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
