On Thu, May 12, 2016 at 7:15 AM, Yun-Chih Chen <b03902...@ntu.edu.tw> wrote: > Hi, > > I'm Yun-Chih, working on the GSOC project multi-architecture testing. > Here's [1] my attempt to test strace in docker at Travis CI. There are > currently eight different architectures. x86_64 is okay; but others come > with several issues: > > 1. armel, armhf, arm64: > NO tests succeeded. Testing halted at "rt_sigqueueinfo.test" and > never proceeded. > 2. s390x, powerpc: > error running "configure": "C compiler cannot create executables", > despite that libc6-dev, gcc are properly installed. > 3. i386: > failing message "Target 'all-am' not remade because of errors." at > line 2616. Reason: unknown. > > Here's the script that drive the whole process [2]. Anyone has insight > on the errors above? Any cue appreciated. ( : Thanks > > [1] https://travis-ci.org/yunchih/strace-docker > [2] https://github.com/yunchih/strace-docker
My advice: do not run docker. I think this is a setting in the Travis file. Otherwise the number of indirections becomes a tad too large: Travis may itself run in VMs -> which runs containers --> in which your run QEMU .... A few too many moving parts IMHO. So your goal is to limit the number of these and remove docker from the equation. > 2. s390x, powerpc: > error running "configure": "C compiler cannot create executables", > despite that libc6-dev, gcc are properly installed. As for the failure to build on various architectures, are you sure the toolchain you use is compiled with support for these? It looks like it from the Travis matrix though. -- Cordially Philippe Ombredanne ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel