Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-17 Thread François-Xavier Le Bail
- Original Message - > From: Guy Harris > To: François-Xavier Le Bail > Cc: tcpdump-workers > Sent: Monday, February 17, 2014 12:55 AM > Subject: Re: [tcpdump-workers] Build and check on a big-endian system > > > On Feb 16, 2014, at 10:58 AM, François-

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-16 Thread Guy Harris
On Feb 16, 2014, at 10:58 AM, François-Xavier Le Bail wrote: >> From: Guy Harris > >> On Feb 15, 2014, at 1:21 PM, Michael Richardson wrote: >> >>> The ESP tests are failing because you haven't got libssl-dev. >> >> Yes - some tests fail if the full set of support libraries weren't availab

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-16 Thread François-Xavier Le Bail
> From: Guy Harris >On Feb 15, 2014, at 1:21 PM, Michael Richardson wrote: > >> The ESP tests are failing because you haven't got libssl-dev. > >Yes - some tests fail if the full set of support libraries weren't available >when tcpdump was built. > >Perhaps we want to suppress some tests if we

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread Guy Harris
On Feb 15, 2014, at 1:21 PM, Michael Richardson wrote: > The ESP tests are failing because you haven't got libssl-dev. Yes - some tests fail if the full set of support libraries weren't available when tcpdump was built. Perhaps we want to suppress some tests if we don't have the appropriate

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread François-Xavier Le Bail
> From: Michael Richardson > The ESP tests are failing because you haven't got libssl-dev Right, thanks ! remain :     dccp_partial_csum_v4_simple   : TEST FAILED     dccp_partial_csum_v4_longer   : TEST FAILED ___ tcpdump-workers mailing list tcpdump

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread Michael Richardson
The ESP tests are failing because you haven't got libssl-dev. ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread François-Xavier Le Bail
> From: Michael Richardson > so, you are saying we should install a qemu mips emulator inside travis to do > the testing... wow.. fork the tree, enable travis, and try it out... FYI, digging more, I used this link: http://people.debian.org/~aurel32/qemu/powerpc/ with the file: debian_wheezy_powe

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread Michael Richardson
François-Xavier Le Bail wrote: >> Do you? > I did not test, but it seems promising : > http://www.aurel32.net/info/debian_mips_qemu.php so, you are saying we should install a qemu mips emulator inside travis to do the testing... wow.. fork the tree, enable travis, and try it out...

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread François-Xavier Le Bail
> From: Michael Richardson > François-Xavier Le Bail wrote: >     > At present, the Travis test do a x86_64 build and a 'make > check'. > >     > So the checks are done on a little-endian system. > >     > He could be useful to add a build and check on a big-endian system. > >     > What do

Re: [tcpdump-workers] Build and check on a big-endian system

2014-02-15 Thread Michael Richardson
François-Xavier Le Bail wrote: > At present, the Travis test do a x86_64 build and a 'make check'. > So the checks are done on a little-endian system. > He could be useful to add a build and check on a big-endian system. > What do you think about it? I would love it. As far as