[Bug 219614] emulators/qemu-user-static: target_os_user.h:216:11: error: expected ';' at end of declaration list
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 28 12:34:25 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219614
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 at FreeBSD.org
Reporter: ohartmann at walstatt.org
Assignee: sbruno at FreeBSD.org
Flags: maintainer-feedback?(sbruno at FreeBSD.org)
On CURRENT, 12.0-CURRENT #16 r319001: Sun May 28 00:22:58 CEST 2017 amd64,
WITH_LLD_IS_LD=yes, updating/compiling port emulators/qemu-user-static fails
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/libfdt
-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=64
-D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef
-Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv
-D_IFI_OQDROPS
-I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8
-I/usr/local/include -DPREFIX=\""/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/i386
-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/freebsd/os-sys.c
In file included from
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user/freebsd/os-sys.c:69:
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user/freebsd/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/freebsd/os-sys.c:69:
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-c0989c8/bsd-user/freebsd/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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list