From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5bl2-0005m4-ER for qemu-devel@nongnu.org; Wed, 25 May 2016 12:34:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5bl0-0002An-9u for qemu-devel@nongnu.org; Wed, 25 May 2016 12:34:07 -0400 Received: from mail-vk0-x229.google.com ([2607:f8b0:400c:c05::229]:33464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5bl0-0002Ah-3v for qemu-devel@nongnu.org; Wed, 25 May 2016 12:34:06 -0400 Received: by mail-vk0-x229.google.com with SMTP id r140so71979759vkf.0 for ; Wed, 25 May 2016 09:34:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Wed, 25 May 2016 17:33:45 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/38] linux-user update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: QEMU Developers On 25 May 2016 at 06:27, wrote: > From: Riku Voipio > > The following changes since commit b0f6ef8915247f3230ffd9b71af9c3dadb6082c7: > > Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into staging (2016-05-24 11:38:22 +0100) > > are available in the git repository at: > > git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20160525 > > for you to fetch changes up to 210a7201d1bd9e25eec01d23edb713f181eabb23: > > linux-user,target-ppc: fix use of MSR_LE (2016-05-24 15:45:46 +0300) > > ---------------------------------------------------------------- > Linux user update for May 2016 Oops, this doesn't build on non-x86 hosts: cc -I/home/petmay01/qemu/tcg -I/home/petmay01/qemu/tcg/aarch64 -I/home/petmay01/qemu/linux-headers -I/home/petmay01/qemu/build/all-a64/linux-headers -I. -I/home/petmay01/qemu -I/home/petmay01/qemu/include -I/home/petmay01/qemu -I. -I/usr/include/pixman-1 -Werror -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-all -I/usr/include/p11-kit-1 -I/usr/include/libpng12 -I/usr/include/libusb-1.0 -I../linux-headers -I.. -I/home/petmay01/qemu/target-arm -DNEED_CPU_H -I/home/petmay01/qemu/include -I/home/petmay01/qemu/linux-user/aarch64 -I/home/petmay01/qemu/linux-user/host/aarch64 -I/home/petmay01/qemu/linux-user -MMD -MP -MT exec.o -MF ./exec.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -g -c -o exec.o /home/petmay01/qemu/exec.c cc1: error: /home/petmay01/qemu/linux-user/host/aarch64: No such file or directory [-Werror] Looks like the C compiler doesn't like nonexistent -I directories. I thought I'd tested "does this still build without the host-specific .S file", but I guess I must have had the directory floating around in my working tree. I'll sort out a fixup patch tomorrow... thanks -- PMM