From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fW1G0-0002Io-M8 for qemu-devel@nongnu.org; Thu, 21 Jun 2018 11:12:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fW1Fw-0005lg-Mq for qemu-devel@nongnu.org; Thu, 21 Jun 2018 11:12:20 -0400 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:39144) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fW1Fw-0005lA-FD for qemu-devel@nongnu.org; Thu, 21 Jun 2018 11:12:16 -0400 Received: by mail-wm0-x230.google.com with SMTP id p11-v6so6797418wmc.4 for ; Thu, 21 Jun 2018 08:12:16 -0700 (PDT) References: <20180621062605.941-1-alex.bennee@linaro.org> <87in6curdy.fsf@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Thu, 21 Jun 2018 16:12:14 +0100 Message-ID: <87h8lwuqb5.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL v2 00/57] add check-tcg and associated machinery List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: Peter Maydell , QEMU Developers , "Emilio G. Cota" , Fam Zheng , "Daniel P. Berrange" , Richard Henderson , andrzej zaborowski , Aurelien Jarno , Alexander Graf Philippe Mathieu-Daud=C3=A9 writes: > Hi Alex, > > On 06/21/2018 11:48 AM, Alex Benn=C3=A9e wrote: >> >> Peter Maydell writes: >> >>> On 21 June 2018 at 07:25, Alex Benn=C3=A9e wro= te: >>>> The following changes since commit 46012db666990ff2eed1d3dc199ab800643= 9a93b: >>>> >>>> Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180619' in= to staging (2018-06-20 09:51:30 +0100) >>>> >>>> are available in the Git repository at: >>>> >>>> https://github.com/stsquad/qemu.git tags/pull-tcg-testing-revivial-2= 10618-2 >>>> >>>> for you to fetch changes up to 65b26da485540ffcc1c46c9a0898f01912ee6b7= a: >>>> >>>> .travis.yml: add check-tcg test (2018-06-20 22:13:39 +0100) >>>> >>>> ---------------------------------------------------------------- >>>> Add check-tcg machinary >>>> >>>> This restores the ability to run TCG smoke tests by using our docker >>>> infrastructure to support cross building simple tests. It represents >>>> the first step to making better cross-architecture testing available >>>> straight from the source tree ;-) >>>> >>>> v2 >>>> - fix quoting of target_compiler >>>> - make docker.py Py3 safe >>>> - tweak .travis.yml recipe >>>> - don't probe docker when HAVE_USER_DOCKER not set >>> >>> Weird build failure for linux/x86: >>> >>> make: Entering directory '/home/petmay01/linaro/qemu-for-merges/build/a= lldbg' >>> Makefile:90: rules.mak: No such file or directory >>> Makefile:439: tests/Makefile.include: No such file or directory >>> cat: VERSION: No such file or directory >>> Makefile:1056: tests/docker/Makefile.include: No such file or directory >>> Makefile:1057: tests/vm/Makefile.include: No such file or directory >>> make: Leaving directory '/home/petmay01/linaro/qemu-for-merges/build/al= ldbg' >>> make: *** No rule to make target 'tests/vm/Makefile.include'. Stop. >>> >>> like it's failed to figure out the source directory. >>> >>> This is my '--cc=3Dccache gcc' '--enable-debug' '--python=3Dpython3' >>> build, and it's also the one I do a 'make clean' on -- perhaps >>> build from clean has broken? >> >> Hmm I can't reproduce this. I've built a fresh 16.04 server image with >> and with: >> >> # Configured with: './configure' '--cc=3Dccache gcc' '--enable-debug' = '--python=3Dpython3' >> >> both: >> make >> >> and: >> make check-tcg >> >> Work for me :-/ > > Did you try rebuilding after a 'make clean'? Yep, both make clean, configure, make and make clean, make -- Alex Benn=C3=A9e