qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V4] hw/pcie-pci-bridge: restrict to X86 and ARM


From: Marcel Apfelbaum
Subject: Re: [Qemu-devel] [PATCH V4] hw/pcie-pci-bridge: restrict to X86 and ARM
Date: Thu, 9 Nov 2017 17:21:18 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 09/11/2017 16:37, Fam Zheng wrote:
On Thu, 11/09 16:08, Marcel Apfelbaum wrote:
make[1]: *** No rule to make target `../hw/pci-bridge/pcie_pci_bridge.o', 
needed by `qemu-system-aarch64'.  Stop.
make[1]: *** Waiting for unfinished 
jobs..../tmp/qemu-test/src/target/arm/translate-a64.c: In function 
'handle_shri_with_rndacc':
/tmp/qemu-test/src/target/arm/translate-a64.c:6390: warning: 'tcg_src_hi' may 
be used uninitialized in this function
/tmp/qemu-test/src/target/arm/translate-a64.c: In function 
'disas_simd_scalar_two_reg_misc':
/tmp/qemu-test/src/target/arm/translate-a64.c:8117: warning: 'rmode' may be 
used uninitialized in this function

make: *** [subdir-aarch64-softmmu] Error 2
Traceback (most recent call last):
    File "./tests/docker/docker.py", line 385, in <module>
      sys.exit(main())
    File "./tests/docker/docker.py", line 382, in main
      return args.cmdobj.run(args, argv)
    File "./tests/docker/docker.py", line 239, in run
      return Docker().run(argv, args.keep, quiet=args.quiet)
    File "./tests/docker/docker.py", line 207, in run
      quiet=quiet)
    File "./tests/docker/docker.py", line 125, in _do_check
      return subprocess.check_call(self._command + cmd, **kwargs)
    File "/usr/lib64/python2.7/subprocess.py", line 186, in check_call
      raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker', 'run', '--label', 
'com.qemu.instance.uuid=561e8180c54e11e79bd052540069c830', '-u', '0', 
'--security-opt', 'seccomp=unconfined', '--rm', '--net=none', '-e', 
'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=8', '-e', 
'DEBUG=', '-e', 'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', 
'/root/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-gp94i687/src/docker-src.2017-11-09-08.03.01.2879:/var/tmp/qemu:z,ro',
 'qemu:centos6', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit 
status 2
make[1]: *** [tests/docker/Makefile.include:129: docker-run] Error 1
make[1]: Leaving directory '/var/tmp/patchew-tester-tmp-gp94i687/src'
make: *** [tests/docker/Makefile.include:163: address@hidden Error 2

real    1m28.235s
user    0m4.283s
sys     0m4.399s
=== OUTPUT END ===

Test command exited with code: 2


---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden


Hi Fam,

I can compile just fine in my workstation, can you
please advice ?

I can see the same error with

     make address@hidden V=1 J=8

and also a normal out-of-tree build with

     $QEMU_SRC/configure --enable-debug 
--target-list=x86_64-softmmu,aarch64-softmmu


Yes, I succeeded to reproduce it, thanks!


Can you install docker and try it?


I wanted to try it eventually, now it seems a good time.
I will let you know if any problems.

Thanks,
Marcel

Fam





reply via email to

[Prev in Thread] Current Thread [Next in Thread]