Bug#743402: capnproto: failed to run test on mips64el

2014-04-29 Thread Tom Lee
Patch will be available in 0.4.1-2. Thanks for your help getting this sorted out, Yunqiang! On Thu, Apr 17, 2014 at 9:22 AM, Yunqiang Su wzss...@gmail.com wrote: dpkg-buildpackage -B On Fri, Apr 18, 2014 at 12:20 AM, Tom Lee deb...@tomlee.co wrote: Weird. Can I ask what commands you're

Bug#743402: capnproto: failed to run test on mips64el

2014-04-19 Thread Tom Lee
Okay, thanks -- confirmed with upstream that the issue is a little trickier to fix than he first thought. He doesn't have access to MIPS hardware to test out his ideas for a fix, though. I'm going to ask around a little see if we can get direct access to a MIPS system to attack this bug. I'll

Bug#743402: capnproto: failed to run test on mips64el

2014-04-19 Thread Yunqiang Su
I can provide you a porterbox for remote access. Please give me your ssh public key with gpg signed. On Sun, Apr 20, 2014 at 4:00 AM, Tom Lee deb...@tomlee.co wrote: Okay, thanks -- confirmed with upstream that the issue is a little trickier to fix than he first thought. He doesn't have access

Bug#743402: capnproto: failed to run test on mips64el

2014-04-19 Thread Tom Lee
Oh great, thanks very much! Would you mind if I instead got the upstream maintainer (Kenton Varda, CCed on this email) to give you his public key? He's in a better position to fix the busted test. Once he's got a patch I'll weave it back into the Debian packaging scripts let you know when

Bug#743402: capnproto: failed to run test on mips64el

2014-04-19 Thread Yunqiang Su
yes, it is OK. On Sun, Apr 20, 2014 at 8:27 AM, Tom Lee deb...@tomlee.co wrote: Oh great, thanks very much! Would you mind if I instead got the upstream maintainer (Kenton Varda, CCed on this email) to give you his public key? He's in a better position to fix the busted test. Once he's got a

Bug#743402: capnproto: failed to run test on mips64el

2014-04-17 Thread Yunqiang Su
On Thu, Apr 17, 2014 at 1:19 PM, Tom Lee deb...@tomlee.co wrote: Thanks! Can you try the same thing, but instead of passing an empty string to the __builtin_nan* functions, can you pass 0? e.g. __builtin_nanf(0) root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out 7fa0 7ff4

Bug#743402: capnproto: failed to run test on mips64el

2014-04-17 Thread Tom Lee
Great, thanks again. Seems like this may have been an upstream bug. I've pushed a patch -- can you try the latest code on master? http://github.com/thomaslee/capnproto-debian Cheers, Tom On Wed, Apr 16, 2014 at 11:18 PM, Yunqiang Su wzss...@gmail.com wrote: On Thu, Apr 17, 2014 at 1:19 PM,

Bug#743402: capnproto: failed to run test on mips64el

2014-04-17 Thread Yunqiang Su
seems still the same problem PASS: capnp-test PASS: capnp-evolution-test FAIL: src/capnp/compiler/capnp-test.sh make[6]: Entering directory `/tmp/capnproto/capnproto-debian' make all-recursive make[7]: Entering directory `/tmp/capnproto/capnproto-debian' make[8]: Entering directory

Bug#743402: capnproto: failed to run test on mips64el

2014-04-17 Thread Tom Lee
Weird. Can I ask what commands you're using to build the package from the github repo? On Thu, Apr 17, 2014 at 7:46 AM, Yunqiang Su wzss...@gmail.com wrote: seems still the same problem PASS: capnp-test PASS: capnp-evolution-test FAIL: src/capnp/compiler/capnp-test.sh make[6]: Entering

Bug#743402: capnproto: failed to run test on mips64el

2014-04-17 Thread Yunqiang Su
dpkg-buildpackage -B On Fri, Apr 18, 2014 at 12:20 AM, Tom Lee deb...@tomlee.co wrote: Weird. Can I ask what commands you're using to build the package from the github repo? On Thu, Apr 17, 2014 at 7:46 AM, Yunqiang Su wzss...@gmail.com wrote: seems still the same problem PASS:

Bug#743402: capnproto: failed to run test on mips64el

2014-04-16 Thread Tom Lee
Hey Yunqiang, I spoke to the upstream maintainer. He's asked if you can compile run this small C program (with and without optimizations) and to send the output from both: // begin #include stdio.h #include inttypes.h #include string.h int main() { float nanf = __builtin_nanf(); double

Bug#743402: capnproto: failed to run test on mips64el

2014-04-16 Thread Yunqiang Su
root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out 7fbf 7ff7 7ff7e000 root@lm6100:/tmp/test# gcc -O1 xx.c;./a.out 7fbf 7ff7 7ff7 root@lm6100:/tmp/test# gcc -O2 xx.c;./a.out 7fbf 7ff7 7ff7 root@lm6100:/tmp/test# gcc -O3

Bug#743402: capnproto: failed to run test on mips64el

2014-04-16 Thread Tom Lee
Thanks! Can you try the same thing, but instead of passing an empty string to the __builtin_nan* functions, can you pass 0? e.g. __builtin_nanf(0) On Wed, Apr 16, 2014 at 10:13 PM, Yunqiang Su wzss...@gmail.com wrote: root@lm6100:/tmp/test# gcc -O0 xx.c;./a.out 7fbf 7ff7

Bug#743402: capnproto: failed to run test on mips64el

2014-04-13 Thread Yunqiang Su
make check-TESTS make[4]: Entering directory `/tmp/capnproto/capnproto-debian' make[5]: Entering directory `/tmp/capnproto/capnproto-debian' PASS: capnp-test PASS: capnp-evolution-test FAIL: src/capnp/compiler/capnp-test.sh make[6]: Entering directory `/tmp/capnproto/capnproto-debian' make

Bug#743402: capnproto: failed to run test on mips64el

2014-04-12 Thread Tom Lee
Thanks for the report -- I believe a downstream patch from the Ubuntu folks may fix this in the upcoming 0.4.1-1 release. Can you try the debian/0.4.1-1 tag from git://github.com/thomaslee/capnproto-debian let me know if it works any better? On Wed, Apr 2, 2014 at 4:54 AM, Yunqiang Su

Bug#743402: capnproto: failed to run test on mips64el

2014-04-02 Thread Yunqiang Su
Package: capnproto Version: 0.4.0-1 I try to build capnproto on mips64el while it failed due to failure on test. ./src/capnp/compiler/../testdata/binary - differ: byte 1989, line 4 FAIL: src/capnp/compiler/capnp-test.sh === 1 of 3 tests failed Please