qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] git master build failure in 9pfs


From: Programmingkid
Subject: Re: [Qemu-devel] git master build failure in 9pfs
Date: Thu, 2 Mar 2017 19:30:11 -0500

On Mar 2, 2017, at 1:26 PM, address@hidden wrote:
> 
> Does anyone else see the following error when trying to build git master?
> 
> cc -I/home/build/src/qemu/git/qemu/hw/9pfs -Ihw/9pfs
> -I/home/build/src/qemu/git/qemu/tcg
> -I/home/build/src/qemu/git/qemu/tcg/i386
> -I/home/build/src/qemu/git/qemu/linux-headers
> -I/home/build/src/qemu/git/qemu/linux-headers -I.
> -I/home/build/src/qemu/git/qemu -I/home/build/src/qemu/git/qemu/include
> -I/usr/include/pixman-1   -I/home/build/src/qemu/git/qemu/dtc/libfdt
> -Werror -pthread -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -m64 -mcx16 -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 -fwrapv  -Wendif-labels
> -Wno-missing-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/home/build/src/qemu/git/qemu/tests -MMD -MP
> -MT hw/9pfs/9p-util.o -MF hw/9pfs/9p-util.d -O2 -U_FORTIFY_SOURCE
> -D_FORTIFY_SOURCE=2 -g   -c -o hw/9pfs/9p-util.o hw/9pfs/9p-util.c
> In file included from hw/9pfs/9p-util.c:15:0:
> hw/9pfs/9p-util.h: In function ?openat_dir?:
> hw/9pfs/9p-util.h:25:57: error: ?O_PATH? undeclared (first use in this
> function)
> hw/9pfs/9p-util.h:25:57: note: each undeclared identifier is reported
> only once for each function it appears in
> hw/9pfs/9p-util.h:26:1: error: control reaches end of non-void function
> [-Werror=return-type]
> 
> Build platform is Debian Wheezy on an x86_64 host.
> 
> 
> ATB,
> 
> Mark.

Today when I tried building QEMU I saw this error message that said I was not 
on a branch. I never saw that before. After a quick 'git checkout master', I 
was able to 'pull' and 'make' QEMU successfully. I made qemu-system-ppc. Here 
is the latest commit from git log: 

commit ecb24d334af1a98ef0329f4b3b0e14ae8cb8770d
Merge: 6835504 3db010c
Author: Peter Maydell <address@hidden>
Date:   Thu Mar 2 22:06:41 2017 +0000

Which target are you trying to build? 


reply via email to

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