Date: Sun, 28 May 2017 12:34:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219614] emulators/qemu-user-static: target_os_user.h:216:11: error: expected ';' at end of declaration list Message-ID: <bug-219614-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219614 Bug ID: 219614 Summary: emulators/qemu-user-static: target_os_user.h:216:11: error: expected ';' at end of declaration list Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: sbruno@FreeBSD.org Reporter: ohartmann@walstatt.org Assignee: sbruno@FreeBSD.org Flags: maintainer-feedback?(sbruno@FreeBSD.org) On CURRENT, 12.0-CURRENT #16 r319001: Sun May 28 00:22:58 CEST 2017 amd64, WITH_LLD_IS_LD=3Dyes, updating/compiling port emulators/qemu-user-static fa= ils due to the error reported below: [...] cc -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/tcg -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/tcg/i386= -I. -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8 -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/include -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user= /freebsd -Ibsd-user/freebsd -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/dtc/libf= dt -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwra= pv=20 -D_IFI_OQDROPS -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8 -I/usr/local/include -DPREFIX=3D\""/usr/local\"" -Wno-string-plus-int -Wno-initializer-overrides -Wendif-labels -Wno-shift-negative-value -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/local/include -I.. -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/target/i= 386 -DNEED_CPU_H -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/include -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user= /i386 -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user= /freebsd -MMD -MP -MT bsd-user/freebsd/os-sys.o -MF bsd-user/freebsd/os-sys.d -g -O2 -pipe -O3 -fstack-protector -fno-strict-aliasing -c -o bsd-user/freebsd/os-sys.o /usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user/f= reebsd/os-sys.c In file included from /usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user/f= reebsd/os-sys.c:69: /usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user/f= reebsd/target_os_user.h:216:11: error: expected ';' at end of declaration list int32_t kf_vnode_type; /* Vnode type. */ ^ /usr/include/sys/user.h:435:28: note: expanded from macro 'kf_vnode_type' #define kf_vnode_type kf_un.kf_file.kf_file_type ^ In file included from /usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user/f= reebsd/os-sys.c:69: /usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user/f= reebsd/target_os_user.h:217:11: error: duplicate member 'kf_un' int32_t kf_sock_domain; /* Socket domain. */ ^ /usr/include/sys/user.h:436:24: note: expanded from macro 'kf_sock_domain' #define kf_sock_domain kf_un.kf_sock.kf_sock_domain0 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219614-13>