From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: missing dependency to compat/xen.h Date: Wed, 17 Sep 2014 13:01:04 +0200 Message-ID: <20140917110104.GA27369@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Not sure if I messed up my staging tree, or if there is a real dependency bug. Today it happend two times that my build fails like this: In file included from /home/olaf/work/github/olafhering/xen/xen/include/xen/sched.h:7:0, from x86_64/asm-offsets.c:10: /home/olaf/work/github/olafhering/xen/xen/include/xen/shared.h:6:24: fatal error: compat/xen.h: No such file or directory #include ^ compilation terminated. Makefile:150: recipe for target 'asm-offsets.s' failed make[3]: *** [asm-offsets.s] Error 1 Initially I had make -j8, but another run with '-j1' appended did not fix it for me. How is compat/xen.h supposed to be created? My cmdline is 'make -j 8 rpmball debug=n EXTRA_CFLAGS_XEN_TOOLS=-Wl,-rpath,/opt/xen/staging-upstream/lib/xen/lib APPEND_LDFLAGS=-Wl,-rpath,/opt/xen/staging-upstream/lib/xen/lib BOOT_DIR=/opt/xen/staging-upstream/boot CONFIG_DIR=/opt/xen/staging-upstream/etc INITD_DIR=/opt/xen/staging-upstream/etc/init.d RPMPKG_SUFFIX=-upstream XEN_VENDORVERSION=.1410951188' Olaf