* [Qemu-devel] "make run-tcg-tests-s390x-linux-user" not working for me
@ 2019-06-04 7:17 David Hildenbrand
2019-06-04 7:25 ` David Hildenbrand
0 siblings, 1 reply; 4+ messages in thread
From: David Hildenbrand @ 2019-06-04 7:17 UTC (permalink / raw)
To: Alex Bennée, Richard Henderson, qemu-devel@nongnu.org,
qemu-s390x
Hi,
for now I was able to run TCG tests using "make
run-tcg-tests-s390x-linux-user". Lately, trying to run the tests always
results in
t460s: ~/git/qemu vx $ LANG=C make run-tcg-tests-s390x-linux-user
make[1]: Entering directory '/home/dhildenb/git/qemu/slirp'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp'
CHK version_gen.h
BUILD TCG tests for s390x-linux-user
BUILD s390x guest-tests SKIPPED
RUN TCG tests for s390x-linux-user
RUN tests for s390x SKIPPED
t460s: ~/git/qemu vx $ LANG=C make check-tcg
make[1]: Entering directory '/home/dhildenb/git/qemu/slirp'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp'
CHK version_gen.h
BUILD TCG tests for s390x-softmmu
BUILD s390x guest-tests SKIPPED
RUN TCG tests for s390x-softmmu
RUN tests for s390x SKIPPED
BUILD TCG tests for s390x-linux-user
BUILD s390x guest-tests SKIPPED
RUN TCG tests for s390x-linux-user
RUN tests for s390x SKIPPED
I am using "./configure --target-list=s390x-softmmu,s390x-linux-user
--enable-sdl --enable-spice --enable-kvm"
What am I missing? Why is the build skipped?
--
Thanks,
David / dhildenb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] "make run-tcg-tests-s390x-linux-user" not working for me
2019-06-04 7:17 [Qemu-devel] "make run-tcg-tests-s390x-linux-user" not working for me David Hildenbrand
@ 2019-06-04 7:25 ` David Hildenbrand
2019-06-04 7:31 ` David Hildenbrand
0 siblings, 1 reply; 4+ messages in thread
From: David Hildenbrand @ 2019-06-04 7:25 UTC (permalink / raw)
To: Alex Bennée, Richard Henderson, qemu-devel@nongnu.org,
qemu-s390x
On 04.06.19 09:17, David Hildenbrand wrote:
> Hi,
>
> for now I was able to run TCG tests using "make
> run-tcg-tests-s390x-linux-user". Lately, trying to run the tests always
> results in
>
> t460s: ~/git/qemu vx $ LANG=C make run-tcg-tests-s390x-linux-user
> make[1]: Entering directory '/home/dhildenb/git/qemu/slirp'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp'
> CHK version_gen.h
> BUILD TCG tests for s390x-linux-user
> BUILD s390x guest-tests SKIPPED
> RUN TCG tests for s390x-linux-user
> RUN tests for s390x SKIPPED
>
> t460s: ~/git/qemu vx $ LANG=C make check-tcg
> make[1]: Entering directory '/home/dhildenb/git/qemu/slirp'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp'
> CHK version_gen.h
> BUILD TCG tests for s390x-softmmu
> BUILD s390x guest-tests SKIPPED
> RUN TCG tests for s390x-softmmu
> RUN tests for s390x SKIPPED
> BUILD TCG tests for s390x-linux-user
> BUILD s390x guest-tests SKIPPED
> RUN TCG tests for s390x-linux-user
> RUN tests for s390x SKIPPED
>
> I am using "./configure --target-list=s390x-softmmu,s390x-linux-user
> --enable-sdl --enable-spice --enable-kvm"
>
> What am I missing? Why is the build skipped?
>
BTW, docker seems to be working fine, just tried with "make
docker-test-build@debian-armhf-cross J=n"
--
Thanks,
David / dhildenb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] "make run-tcg-tests-s390x-linux-user" not working for me
2019-06-04 7:25 ` David Hildenbrand
@ 2019-06-04 7:31 ` David Hildenbrand
2019-06-04 8:51 ` Alex Bennée
0 siblings, 1 reply; 4+ messages in thread
From: David Hildenbrand @ 2019-06-04 7:31 UTC (permalink / raw)
To: Alex Bennée, Richard Henderson, qemu-devel@nongnu.org,
qemu-s390x
On 04.06.19 09:25, David Hildenbrand wrote:
> On 04.06.19 09:17, David Hildenbrand wrote:
>> Hi,
>>
>> for now I was able to run TCG tests using "make
>> run-tcg-tests-s390x-linux-user". Lately, trying to run the tests always
>> results in
>>
>> t460s: ~/git/qemu vx $ LANG=C make run-tcg-tests-s390x-linux-user
>> make[1]: Entering directory '/home/dhildenb/git/qemu/slirp'
>> make[1]: Nothing to be done for 'all'.
>> make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp'
>> CHK version_gen.h
>> BUILD TCG tests for s390x-linux-user
>> BUILD s390x guest-tests SKIPPED
>> RUN TCG tests for s390x-linux-user
>> RUN tests for s390x SKIPPED
>>
>> t460s: ~/git/qemu vx $ LANG=C make check-tcg
>> make[1]: Entering directory '/home/dhildenb/git/qemu/slirp'
>> make[1]: Nothing to be done for 'all'.
>> make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp'
>> CHK version_gen.h
>> BUILD TCG tests for s390x-softmmu
>> BUILD s390x guest-tests SKIPPED
>> RUN TCG tests for s390x-softmmu
>> RUN tests for s390x SKIPPED
>> BUILD TCG tests for s390x-linux-user
>> BUILD s390x guest-tests SKIPPED
>> RUN TCG tests for s390x-linux-user
>> RUN tests for s390x SKIPPED
>>
>> I am using "./configure --target-list=s390x-softmmu,s390x-linux-user
>> --enable-sdl --enable-spice --enable-kvm"
>>
>> What am I missing? Why is the build skipped?
>>
>
> BTW, docker seems to be working fine, just tried with "make
> docker-test-build@debian-armhf-cross J=n"
>
Turns out I had to rerun ./configure (it didn't include HAVE_USER_DOCKER
for some reason).
Sorry for the noise :)
--
Thanks,
David / dhildenb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] "make run-tcg-tests-s390x-linux-user" not working for me
2019-06-04 7:31 ` David Hildenbrand
@ 2019-06-04 8:51 ` Alex Bennée
0 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2019-06-04 8:51 UTC (permalink / raw)
To: David Hildenbrand; +Cc: qemu-s390x, Richard Henderson, qemu-devel@nongnu.org
David Hildenbrand <david@redhat.com> writes:
> On 04.06.19 09:25, David Hildenbrand wrote:
>> On 04.06.19 09:17, David Hildenbrand wrote:
>>> Hi,
>>>
>>> for now I was able to run TCG tests using "make
>>> run-tcg-tests-s390x-linux-user". Lately, trying to run the tests always
>>> results in
>>>
>>> t460s: ~/git/qemu vx $ LANG=C make run-tcg-tests-s390x-linux-user
>>> make[1]: Entering directory '/home/dhildenb/git/qemu/slirp'
>>> make[1]: Nothing to be done for 'all'.
>>> make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp'
>>> CHK version_gen.h
>>> BUILD TCG tests for s390x-linux-user
>>> BUILD s390x guest-tests SKIPPED
>>> RUN TCG tests for s390x-linux-user
>>> RUN tests for s390x SKIPPED
>>>
>>> t460s: ~/git/qemu vx $ LANG=C make check-tcg
>>> make[1]: Entering directory '/home/dhildenb/git/qemu/slirp'
>>> make[1]: Nothing to be done for 'all'.
>>> make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp'
>>> CHK version_gen.h
>>> BUILD TCG tests for s390x-softmmu
>>> BUILD s390x guest-tests SKIPPED
>>> RUN TCG tests for s390x-softmmu
>>> RUN tests for s390x SKIPPED
>>> BUILD TCG tests for s390x-linux-user
>>> BUILD s390x guest-tests SKIPPED
>>> RUN TCG tests for s390x-linux-user
>>> RUN tests for s390x SKIPPED
>>>
>>> I am using "./configure --target-list=s390x-softmmu,s390x-linux-user
>>> --enable-sdl --enable-spice --enable-kvm"
>>>
>>> What am I missing? Why is the build skipped?
>>>
>>
>> BTW, docker seems to be working fine, just tried with "make
>> docker-test-build@debian-armhf-cross J=n"
>>
>
> Turns out I had to rerun ./configure (it didn't include HAVE_USER_DOCKER
> for some reason).
Yeah that was a relatively recent addition rather than dynamically
probing everytime we ran.
>
> Sorry for the noise :)
--
Alex Bennée
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-04 8:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04 7:17 [Qemu-devel] "make run-tcg-tests-s390x-linux-user" not working for me David Hildenbrand
2019-06-04 7:25 ` David Hildenbrand
2019-06-04 7:31 ` David Hildenbrand
2019-06-04 8:51 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).