Script started on Fri 17 Jan 2014 09:17:31 PM CET scan-build: Using '/usr/bin/clang' for static analysis make all-recursive make[1]: Entering directory `/home/teythoon/qa/packages/gnumach/obj-scan-build' make[2]: Entering directory `/home/teythoon/qa/packages/gnumach/obj-scan-build' rm -f vm/memory_object_user.user.defs.c cp -p ../vm/memory_object_user.cli vm/memory_object_user.user.defs.c rm -f vm/memory_object_default.user.defs.c cp -p ../vm/memory_object_default.cli vm/memory_object_default.user.defs.c rm -f device/device_reply.user.defs.c cp -p ../device/device_reply.cli device/device_reply.user.defs.c rm -f device/memory_object_reply.user.defs.c cp -p ../device/memory_object_reply.cli device/memory_object_reply.user.defs.c rm -f device/device.server.defs.c cp -p ../device/device.srv device/device.server.defs.c rm -f device/device_pager.server.defs.c cp -p ../device/device_pager.srv device/device_pager.server.defs.c rm -f ipc/mach_port.server.defs.c cp -p ../ipc/mach_port.srv ipc/mach_port.server.defs.c rm -f kern/mach.server.defs.c cp -p ../kern/mach.srv kern/mach.server.defs.c rm -f kern/mach4.server.defs.c cp -p ../kern/mach4.srv kern/mach4.server.defs.c rm -f kern/gnumach.server.defs.c cp -p ../kern/gnumach.srv kern/gnumach.server.defs.c rm -f kern/mach_debug.server.defs.c cp -p ../kern/mach_debug.srv kern/mach_debug.server.defs.c rm -f kern/mach_host.server.defs.c cp -p ../kern/mach_host.srv kern/mach_host.server.defs.c rm -f i386/i386/mach_i386.server.defs.c cp -p ../i386/i386/mach_i386.srv i386/i386/mach_i386.server.defs.c /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/lib_dep_tr_for_defs_a-memory_object_user.user.defs.o -MD -MP -MF vm/.deps/lib_dep_tr_for_defs_a-memory_object_user.user.defs.Tpo -c -o vm/lib_dep_tr_for_defs_a-memory_object_user.user.defs.o `test -f 'vm/memory_object_user.user.defs.c' || echo '../'`vm/memory_object_user.user.defs.c In file included from vm/memory_object_user.user.defs.c:28: ../include/mach/memory_object.defs:33:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/memory_object.defs:35:14: error: expected ';' after top level declarator KernelUser ^ ; In file included from vm/memory_object_user.user.defs.c:28: In file included from ../include/mach/memory_object.defs:42: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f vm/.deps/lib_dep_tr_for_defs_a-memory_object_user.user.defs.Tpo vm/.deps/lib_dep_tr_for_defs_a-memory_object_user.user.defs.Po mig -n -cc cat - /dev/null \ -user vm/memory_object_user.user.c -header vm/memory_object_user.user.h \ -list vm/memory_object_user.user.msgids \ < vm/lib_dep_tr_for_defs_a-memory_object_user.user.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/lib_dep_tr_for_defs_a-memory_object_default.user.defs.o -MD -MP -MF vm/.deps/lib_dep_tr_for_defs_a-memory_object_default.user.defs.Tpo -c -o vm/lib_dep_tr_for_defs_a-memory_object_default.user.defs.o `test -f 'vm/memory_object_default.user.defs.c' || echo '../'`vm/memory_object_default.user.defs.c In file included from vm/memory_object_default.user.defs.c:28: ../include/mach/memory_object_default.defs:34:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/memory_object_default.defs:36:14: error: expected ';' after top level declarator KernelUser ^ ; In file included from vm/memory_object_default.user.defs.c:28: In file included from ../include/mach/memory_object_default.defs:40: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f vm/.deps/lib_dep_tr_for_defs_a-memory_object_default.user.defs.Tpo vm/.deps/lib_dep_tr_for_defs_a-memory_object_default.user.defs.Po mig -n -cc cat - /dev/null \ -user vm/memory_object_default.user.c -header vm/memory_object_default.user.h \ -list vm/memory_object_default.user.msgids \ < vm/lib_dep_tr_for_defs_a-memory_object_default.user.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/lib_dep_tr_for_defs_a-device_reply.user.defs.o -MD -MP -MF device/.deps/lib_dep_tr_for_defs_a-device_reply.user.defs.Tpo -c -o device/lib_dep_tr_for_defs_a-device_reply.user.defs.o `test -f 'device/device_reply.user.defs.c' || echo '../'`device/device_reply.user.defs.c In file included from device/device_reply.user.defs.c:27: ../include/device/device_reply.defs:33:1: error: unknown type name 'subsystem' subsystem ^ ../include/device/device_reply.defs:35:14: error: expected ';' after top level declarator KernelUser ^ ; In file included from device/device_reply.user.defs.c:27: In file included from ../include/device/device_reply.defs:46: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f device/.deps/lib_dep_tr_for_defs_a-device_reply.user.defs.Tpo device/.deps/lib_dep_tr_for_defs_a-device_reply.user.defs.Po mig -n -cc cat - /dev/null \ -user device/device_reply.user.c -header device/device_reply.user.h \ -list device/device_reply.user.msgids \ < device/lib_dep_tr_for_defs_a-device_reply.user.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/lib_dep_tr_for_defs_a-memory_object_reply.user.defs.o -MD -MP -MF device/.deps/lib_dep_tr_for_defs_a-memory_object_reply.user.defs.Tpo -c -o device/lib_dep_tr_for_defs_a-memory_object_reply.user.defs.o `test -f 'device/memory_object_reply.user.defs.c' || echo '../'`device/memory_object_reply.user.defs.c In file included from device/memory_object_reply.user.defs.c:27: ../include/mach/mach.defs:33:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/mach.defs:35:14: error: expected ';' after top level declarator KernelUser ^ ; ../include/mach/mach.defs:43:1: error: unknown type name 'userprefix' userprefix r_; ^ In file included from device/memory_object_reply.user.defs.c:27: In file included from ../include/mach/mach.defs:46: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f device/.deps/lib_dep_tr_for_defs_a-memory_object_reply.user.defs.Tpo device/.deps/lib_dep_tr_for_defs_a-memory_object_reply.user.defs.Po mig -n -cc cat - /dev/null \ -user device/memory_object_reply.user.c -header device/memory_object_reply.user.h \ -list device/memory_object_reply.user.msgids \ < device/lib_dep_tr_for_defs_a-memory_object_reply.user.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/lib_dep_tr_for_defs_a-device.server.defs.o -MD -MP -MF device/.deps/lib_dep_tr_for_defs_a-device.server.defs.Tpo -c -o device/lib_dep_tr_for_defs_a-device.server.defs.o `test -f 'device/device.server.defs.c' || echo '../'`device/device.server.defs.c In file included from device/device.server.defs.c:27: ../include/device/device.defs:35:1: error: unknown type name 'subsystem' subsystem ^ ../include/device/device.defs:37:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from device/device.server.defs.c:27: In file included from ../include/device/device.defs:41: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f device/.deps/lib_dep_tr_for_defs_a-device.server.defs.Tpo device/.deps/lib_dep_tr_for_defs_a-device.server.defs.Po mig -n -cc cat - /dev/null \ -sheader device/device.server.h -server device/device.server.c \ -list device/device.server.msgids \ < device/lib_dep_tr_for_defs_a-device.server.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/lib_dep_tr_for_defs_a-device_pager.server.defs.o -MD -MP -MF device/.deps/lib_dep_tr_for_defs_a-device_pager.server.defs.Tpo -c -o device/lib_dep_tr_for_defs_a-device_pager.server.defs.o `test -f 'device/device_pager.server.defs.c' || echo '../'`device/device_pager.server.defs.c In file included from device/device_pager.server.defs.c:44: ../include/mach/memory_object.defs:33:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/memory_object.defs:38:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from device/device_pager.server.defs.c:44: In file included from ../include/mach/memory_object.defs:42: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f device/.deps/lib_dep_tr_for_defs_a-device_pager.server.defs.Tpo device/.deps/lib_dep_tr_for_defs_a-device_pager.server.defs.Po mig -n -cc cat - /dev/null \ -sheader device/device_pager.server.h -server device/device_pager.server.c \ -list device/device_pager.server.msgids \ < device/lib_dep_tr_for_defs_a-device_pager.server.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/lib_dep_tr_for_defs_a-mach_port.server.defs.o -MD -MP -MF ipc/.deps/lib_dep_tr_for_defs_a-mach_port.server.defs.Tpo -c -o ipc/lib_dep_tr_for_defs_a-mach_port.server.defs.o `test -f 'ipc/mach_port.server.defs.c' || echo '../'`ipc/mach_port.server.defs.c In file included from ipc/mach_port.server.defs.c:27: ../include/mach/mach_port.defs:38:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/mach_port.defs:40:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from ipc/mach_port.server.defs.c:27: In file included from ../include/mach/mach_port.defs:44: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f ipc/.deps/lib_dep_tr_for_defs_a-mach_port.server.defs.Tpo ipc/.deps/lib_dep_tr_for_defs_a-mach_port.server.defs.Po mig -n -cc cat - /dev/null \ -sheader ipc/mach_port.server.h -server ipc/mach_port.server.c \ -list ipc/mach_port.server.msgids \ < ipc/lib_dep_tr_for_defs_a-mach_port.server.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/lib_dep_tr_for_defs_a-mach.server.defs.o -MD -MP -MF kern/.deps/lib_dep_tr_for_defs_a-mach.server.defs.Tpo -c -o kern/lib_dep_tr_for_defs_a-mach.server.defs.o `test -f 'kern/mach.server.defs.c' || echo '../'`kern/mach.server.defs.c In file included from kern/mach.server.defs.c:40: ../include/mach/mach.defs:33:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/mach.defs:38:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from kern/mach.server.defs.c:40: In file included from ../include/mach/mach.defs:46: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f kern/.deps/lib_dep_tr_for_defs_a-mach.server.defs.Tpo kern/.deps/lib_dep_tr_for_defs_a-mach.server.defs.Po mig -n -cc cat - /dev/null \ -sheader kern/mach.server.h -server kern/mach.server.c \ -list kern/mach.server.msgids \ < kern/lib_dep_tr_for_defs_a-mach.server.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/lib_dep_tr_for_defs_a-mach4.server.defs.o -MD -MP -MF kern/.deps/lib_dep_tr_for_defs_a-mach4.server.defs.Tpo -c -o kern/lib_dep_tr_for_defs_a-mach4.server.defs.o `test -f 'kern/mach4.server.defs.c' || echo '../'`kern/mach4.server.defs.c In file included from kern/mach4.server.defs.c:32: ../include/mach/mach4.defs:30:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/mach4.defs:32:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from kern/mach4.server.defs.c:32: In file included from ../include/mach/mach4.defs:39: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f kern/.deps/lib_dep_tr_for_defs_a-mach4.server.defs.Tpo kern/.deps/lib_dep_tr_for_defs_a-mach4.server.defs.Po mig -n -cc cat - /dev/null \ -sheader kern/mach4.server.h -server kern/mach4.server.c \ -list kern/mach4.server.msgids \ < kern/lib_dep_tr_for_defs_a-mach4.server.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/lib_dep_tr_for_defs_a-gnumach.server.defs.o -MD -MP -MF kern/.deps/lib_dep_tr_for_defs_a-gnumach.server.defs.Tpo -c -o kern/lib_dep_tr_for_defs_a-gnumach.server.defs.o `test -f 'kern/gnumach.server.defs.c' || echo '../'`kern/gnumach.server.defs.c In file included from kern/gnumach.server.defs.c:23: ../include/mach/gnumach.defs:19:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/gnumach.defs:21:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from kern/gnumach.server.defs.c:23: In file included from ../include/mach/gnumach.defs:28: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f kern/.deps/lib_dep_tr_for_defs_a-gnumach.server.defs.Tpo kern/.deps/lib_dep_tr_for_defs_a-gnumach.server.defs.Po mig -n -cc cat - /dev/null \ -sheader kern/gnumach.server.h -server kern/gnumach.server.c \ -list kern/gnumach.server.msgids \ < kern/lib_dep_tr_for_defs_a-gnumach.server.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/lib_dep_tr_for_defs_a-mach_debug.server.defs.o -MD -MP -MF kern/.deps/lib_dep_tr_for_defs_a-mach_debug.server.defs.Tpo -c -o kern/lib_dep_tr_for_defs_a-mach_debug.server.defs.o `test -f 'kern/mach_debug.server.defs.c' || echo '../'`kern/mach_debug.server.defs.c In file included from kern/mach_debug.server.defs.c:26: ../include/mach_debug/mach_debug.defs:30:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach_debug/mach_debug.defs:32:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from kern/mach_debug.server.defs.c:26: In file included from ../include/mach_debug/mach_debug.defs:36: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f kern/.deps/lib_dep_tr_for_defs_a-mach_debug.server.defs.Tpo kern/.deps/lib_dep_tr_for_defs_a-mach_debug.server.defs.Po mig -n -cc cat - /dev/null \ -sheader kern/mach_debug.server.h -server kern/mach_debug.server.c \ -list kern/mach_debug.server.msgids \ < kern/lib_dep_tr_for_defs_a-mach_debug.server.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/lib_dep_tr_for_defs_a-mach_host.server.defs.o -MD -MP -MF kern/.deps/lib_dep_tr_for_defs_a-mach_host.server.defs.Tpo -c -o kern/lib_dep_tr_for_defs_a-mach_host.server.defs.o `test -f 'kern/mach_host.server.defs.c' || echo '../'`kern/mach_host.server.defs.c In file included from kern/mach_host.server.defs.c:37: ../include/mach/mach_host.defs:37:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/mach_host.defs:39:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from kern/mach_host.server.defs.c:37: In file included from ../include/mach/mach_host.defs:47: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f kern/.deps/lib_dep_tr_for_defs_a-mach_host.server.defs.Tpo kern/.deps/lib_dep_tr_for_defs_a-mach_host.server.defs.Po mig -n -cc cat - /dev/null \ -sheader kern/mach_host.server.h -server kern/mach_host.server.c \ -list kern/mach_host.server.msgids \ < kern/lib_dep_tr_for_defs_a-mach_host.server.defs.o /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/lib_dep_tr_for_defs_a-mach_i386.server.defs.o -MD -MP -MF i386/i386/.deps/lib_dep_tr_for_defs_a-mach_i386.server.defs.Tpo -c -o i386/i386/lib_dep_tr_for_defs_a-mach_i386.server.defs.o `test -f 'i386/i386/mach_i386.server.defs.c' || echo '../'`i386/i386/mach_i386.server.defs.c In file included from i386/i386/mach_i386.server.defs.c:27: ./mach/machine/mach_i386.defs:30:1: error: unknown type name 'subsystem' subsystem ^ ./mach/machine/mach_i386.defs:32:16: error: expected ';' after top level declarator KernelServer ^ ; In file included from i386/i386/mach_i386.server.defs.c:27: In file included from ./mach/machine/mach_i386.defs:36: ../include/mach/std_types.defs:33:1: error: unknown type name 'type' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:33:6: error: expected identifier or '(' type char = MACH_MSG_TYPE_CHAR; ^ ../include/mach/std_types.defs:34:1: error: unknown type name 'type' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:34:6: error: expected identifier or '(' type short = MACH_MSG_TYPE_INTEGER_16; ^ ../include/mach/std_types.defs:35:1: error: unknown type name 'type' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:35:6: error: expected identifier or '(' type int = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:1: error: unknown type name 'type' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:36:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type int32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:37:1: error: unknown type name 'type' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:37:14: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_64' type int64 = MACH_MSG_TYPE_INTEGER_64; ^ ../include/mach/std_types.defs:38:1: error: unknown type name 'type' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:38:18: error: use of undeclared identifier 'MACH_MSG_TYPE_BOOLEAN' type boolean_t = MACH_MSG_TYPE_BOOLEAN; ^ ../include/mach/std_types.defs:39:1: error: unknown type name 'type' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:39:6: error: expected identifier or '(' type unsigned = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:1: error: unknown type name 'type' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:40:19: error: use of undeclared identifier 'MACH_MSG_TYPE_INTEGER_32' type unsigned32 = MACH_MSG_TYPE_INTEGER_32; ^ ../include/mach/std_types.defs:41:1: error: unknown type name 'type' type unsigned64 = MACH_MSG_TYPE_INTEGER_64; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. mv -f i386/i386/.deps/lib_dep_tr_for_defs_a-mach_i386.server.defs.Tpo i386/i386/.deps/lib_dep_tr_for_defs_a-mach_i386.server.defs.Po mig -n -cc cat - /dev/null \ -sheader i386/i386/mach_i386.server.h -server i386/i386/mach_i386.server.c \ -list i386/i386/mach_i386.server.msgids \ < i386/i386/lib_dep_tr_for_defs_a-mach_i386.server.defs.o gawk -f ../gensym.awk ../i386/i386/i386asm.sym > i386/i386/i386asm.symc /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -S -x c -o i386/i386/i386asm.symc.o i386/i386/i386asm.symc sed < i386/i386/i386asm.symc.o > i386/i386/i386asm.h \ -e 's/^[^*].*$//' \ -e 's/^[*]/#define/' \ -e 's/mAgIc[^-0-9]*//' depbase=`echo ipc/ipc_entry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_entry.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_entry.o ../ipc/ipc_entry.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_hash.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_hash.o ../ipc/ipc_hash.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_init.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_init.o ../ipc/ipc_init.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_kmsg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_kmsg.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_kmsg.o ../ipc/ipc_kmsg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_marequest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_marequest.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_marequest.o ../ipc/ipc_marequest.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_mqueue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_mqueue.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_mqueue.o ../ipc/ipc_mqueue.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_notify.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_notify.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_notify.o ../ipc/ipc_notify.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_object.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_object.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_object.o ../ipc/ipc_object.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_port.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_port.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_port.o ../ipc/ipc_port.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_pset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_pset.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_pset.o ../ipc/ipc_pset.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_right.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_right.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_right.o ../ipc/ipc_right.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_space.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_space.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_space.o ../ipc/ipc_space.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_splay.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_splay.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_splay.o ../ipc/ipc_splay.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_table.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_table.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_table.o ../ipc/ipc_table.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_target.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_target.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_target.o ../ipc/ipc_target.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/ipc_thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/ipc_thread.o -MD -MP -MF $depbase.Tpo -c -o ipc/ipc_thread.o ../ipc/ipc_thread.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/mach_msg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/mach_msg.o -MD -MP -MF $depbase.Tpo -c -o ipc/mach_msg.o ../ipc/mach_msg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/mach_port.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/mach_port.o -MD -MP -MF $depbase.Tpo -c -o ipc/mach_port.o ../ipc/mach_port.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/mach_rpc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/mach_rpc.o -MD -MP -MF $depbase.Tpo -c -o ipc/mach_rpc.o ../ipc/mach_rpc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/mach_debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/mach_debug.o -MD -MP -MF $depbase.Tpo -c -o ipc/mach_debug.o ../ipc/mach_debug.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/act.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/act.o -MD -MP -MF $depbase.Tpo -c -o kern/act.o ../kern/act.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/ast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/ast.o -MD -MP -MF $depbase.Tpo -c -o kern/ast.o ../kern/ast.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/bootstrap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/bootstrap.o -MD -MP -MF $depbase.Tpo -c -o kern/bootstrap.o ../kern/bootstrap.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/counters.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/counters.o -MD -MP -MF $depbase.Tpo -c -o kern/counters.o ../kern/counters.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/debug.o -MD -MP -MF $depbase.Tpo -c -o kern/debug.o ../kern/debug.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/eventcount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/eventcount.o -MD -MP -MF $depbase.Tpo -c -o kern/eventcount.o ../kern/eventcount.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/exception.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/exception.o -MD -MP -MF $depbase.Tpo -c -o kern/exception.o ../kern/exception.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/host.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/host.o -MD -MP -MF $depbase.Tpo -c -o kern/host.o ../kern/host.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/ipc_host.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/ipc_host.o -MD -MP -MF $depbase.Tpo -c -o kern/ipc_host.o ../kern/ipc_host.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/ipc_kobject.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/ipc_kobject.o -MD -MP -MF $depbase.Tpo -c -o kern/ipc_kobject.o ../kern/ipc_kobject.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/ipc_mig.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/ipc_mig.o -MD -MP -MF $depbase.Tpo -c -o kern/ipc_mig.o ../kern/ipc_mig.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/ipc_sched.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/ipc_sched.o -MD -MP -MF $depbase.Tpo -c -o kern/ipc_sched.o ../kern/ipc_sched.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/ipc_tt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/ipc_tt.o -MD -MP -MF $depbase.Tpo -c -o kern/ipc_tt.o ../kern/ipc_tt.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/lock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/lock.o -MD -MP -MF $depbase.Tpo -c -o kern/lock.o ../kern/lock.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/lock_mon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/lock_mon.o -MD -MP -MF $depbase.Tpo -c -o kern/lock_mon.o ../kern/lock_mon.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/mach_clock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/mach_clock.o -MD -MP -MF $depbase.Tpo -c -o kern/mach_clock.o ../kern/mach_clock.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/mach_factor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/mach_factor.o -MD -MP -MF $depbase.Tpo -c -o kern/mach_factor.o ../kern/mach_factor.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/machine.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/machine.o -MD -MP -MF $depbase.Tpo -c -o kern/machine.o ../kern/machine.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/pc_sample.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/pc_sample.o -MD -MP -MF $depbase.Tpo -c -o kern/pc_sample.o ../kern/pc_sample.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/printf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/printf.o -MD -MP -MF $depbase.Tpo -c -o kern/printf.o ../kern/printf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/priority.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/priority.o -MD -MP -MF $depbase.Tpo -c -o kern/priority.o ../kern/priority.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/processor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/processor.o -MD -MP -MF $depbase.Tpo -c -o kern/processor.o ../kern/processor.c &&\ mv -f $depbase.Tpo $depbase.Po ../kern/processor.c:920:15: warning: Array access (from variable 'threads') results in a null pointer dereference threads[i] = thread; ~~~~~~~ ^ 1 warning generated. depbase=`echo kern/profile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/profile.o -MD -MP -MF $depbase.Tpo -c -o kern/profile.o ../kern/profile.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/queue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/queue.o -MD -MP -MF $depbase.Tpo -c -o kern/queue.o ../kern/queue.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/rbtree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/rbtree.o -MD -MP -MF $depbase.Tpo -c -o kern/rbtree.o ../kern/rbtree.c &&\ mv -f $depbase.Tpo $depbase.Po ../kern/rbtree.c:95:21: warning: Access to field 'parent' results in a dereference of a null pointer (loaded from variable 'node') node->parent = (node->parent & RBTREE_PARENT_MASK) | color; ^~~~ ../kern/rbtree.c:200:13: warning: Value stored to 'node' is never read node = parent; ^ ~~~~~~ 2 warnings generated. depbase=`echo kern/slab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/slab.o -MD -MP -MF $depbase.Tpo -c -o kern/slab.o ../kern/slab.c &&\ mv -f $depbase.Tpo $depbase.Po ../kern/slab.c:1146:38: warning: Access to field 'addr' results in a dereference of a null pointer (loaded from variable 'slab') slabend = P2ALIGN((unsigned long)slab->addr + cache->slab_size, PAGE_SIZE); ^~~~ ../kern/slab.c:102:27: note: expanded from macro 'P2ALIGN' #define P2ALIGN(x, a) ((x) & -(a)) ^ 1 warning generated. depbase=`echo kern/sched_prim.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/sched_prim.o -MD -MP -MF $depbase.Tpo -c -o kern/sched_prim.o ../kern/sched_prim.c &&\ mv -f $depbase.Tpo $depbase.Po ../kern/sched_prim.c: In function ‘sched_init’: ../kern/sched_prim.c:153:33: warning: assignment from incompatible pointer type [enabled by default] recompute_priorities_timer.fcn = recompute_priorities; ^ depbase=`echo kern/startup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/startup.o -MD -MP -MF $depbase.Tpo -c -o kern/startup.o ../kern/startup.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/strings.o -MD -MP -MF $depbase.Tpo -c -o kern/strings.o ../kern/strings.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/syscall_emulation.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/syscall_emulation.o -MD -MP -MF $depbase.Tpo -c -o kern/syscall_emulation.o ../kern/syscall_emulation.c &&\ mv -f $depbase.Tpo $depbase.Po ../kern/syscall_emulation.c:404:2: warning: Null pointer argument in call to memory copy function memcpy((void *)addr, ^ ~~~~~~~~~~~~ 1 warning generated. depbase=`echo kern/syscall_subr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/syscall_subr.o -MD -MP -MF $depbase.Tpo -c -o kern/syscall_subr.o ../kern/syscall_subr.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/syscall_sw.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/syscall_sw.o -MD -MP -MF $depbase.Tpo -c -o kern/syscall_sw.o ../kern/syscall_sw.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/task.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/task.o -MD -MP -MF $depbase.Tpo -c -o kern/task.o ../kern/task.c &&\ mv -f $depbase.Tpo $depbase.Po ../kern/task.c:576:14: warning: Array access (from variable 'threads') results in a null pointer dereference threads[i] = thread; ~~~~~~~ ^ ../kern/task.c:1094:17: warning: Access to field 'map' results in a dereference of a null pointer (loaded from variable 'task') pmap_collect(task->map->pmap); ^~~~ 2 warnings generated. depbase=`echo kern/thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/thread.o -MD -MP -MF $depbase.Tpo -c -o kern/thread.o ../kern/thread.c &&\ mv -f $depbase.Tpo $depbase.Po ../kern/thread.c:1674:2: warning: Function call argument is an uninitialized value thread_deallocate(thread); ^ ~~~~~~ 1 warning generated. depbase=`echo kern/thread_swap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/thread_swap.o -MD -MP -MF $depbase.Tpo -c -o kern/thread_swap.o ../kern/thread_swap.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/time_stamp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/time_stamp.o -MD -MP -MF $depbase.Tpo -c -o kern/time_stamp.o ../kern/time_stamp.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/timer.o -MD -MP -MF $depbase.Tpo -c -o kern/timer.o ../kern/timer.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/xpr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/xpr.o -MD -MP -MF $depbase.Tpo -c -o kern/xpr.o ../kern/xpr.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/elf-load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/elf-load.o -MD -MP -MF $depbase.Tpo -c -o kern/elf-load.o ../kern/elf-load.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/boot_script.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/boot_script.o -MD -MP -MF $depbase.Tpo -c -o kern/boot_script.o ../kern/boot_script.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo util/putchar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT util/putchar.o -MD -MP -MF $depbase.Tpo -c -o util/putchar.o ../util/putchar.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo util/puts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT util/puts.o -MD -MP -MF $depbase.Tpo -c -o util/puts.o ../util/puts.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo util/atoi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT util/atoi.o -MD -MP -MF $depbase.Tpo -c -o util/atoi.o ../util/atoi.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/memory_object_proxy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/memory_object_proxy.o -MD -MP -MF $depbase.Tpo -c -o vm/memory_object_proxy.o ../vm/memory_object_proxy.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/memory_object.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/memory_object.o -MD -MP -MF $depbase.Tpo -c -o vm/memory_object.o ../vm/memory_object.c &&\ mv -f $depbase.Tpo $depbase.Po ../vm/memory_object.c:145:10: warning: Dereference of null pointer assert(data_copy->cpy_npages > 0); ^~~~~~~~~~~~~~~~~~~~~ ../kern/assert.h:43:8: note: expanded from macro 'assert' if (!(ex)) \ ^ ../vm/memory_object.c:277:6: warning: Dereference of null pointer if (vm_map_copy_has_cont(data_copy)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../vm/vm_map.h:311:6: note: expanded from macro 'vm_map_copy_has_cont' (((copy)->cpy_cont) != (kern_return_t (*)()) 0) ^~~~~~~~~~~~~~~~~~ 2 warnings generated. depbase=`echo vm/vm_debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_debug.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_debug.o ../vm/vm_debug.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/vm_external.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_external.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_external.o ../vm/vm_external.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/vm_fault.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_fault.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_fault.o ../vm/vm_fault.c &&\ mv -f $depbase.Tpo $depbase.Po ../vm/vm_fault.c:252:2: warning: Access to field 'task' results in a dereference of a null pointer current_task()->faults++; ^~~~~~~~~~~~~~ ../kern/thread.h:388:25: note: expanded from macro 'current_task' #define current_task() (current_thread()->task) ^~~~~~~~~~~~~~~~~~~~~~~~ ../vm/vm_fault.c:552:6: warning: Access to field 'task' results in a dereference of a null pointer current_task()->reactivations++; ^~~~~~~~~~~~~~ ../kern/thread.h:388:25: note: expanded from macro 'current_task' #define current_task() (current_thread()->task) ^~~~~~~~~~~~~~~~~~~~~~~~ ../vm/vm_fault.c:724:5: warning: Value stored to 'offset' is never read offset = first_offset; ^ ~~~~~~~~~~~~ 3 warnings generated. depbase=`echo vm/vm_init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_init.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_init.o ../vm/vm_init.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/vm_kern.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_kern.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_kern.o ../vm/vm_kern.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/vm_map.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_map.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_map.o ../vm/vm_map.c &&\ mv -f $depbase.Tpo $depbase.Po ../vm/vm_map.c:2953:7: warning: Dereference of null pointer if (--(copy->cpy_npages) == 0 && ^~~~~~~~~~~~~~~~~~~~ ../vm/vm_map.c:3370:4: warning: Value stored to 'src_size' is never read src_size = (new_entry->vme_end = src_entry->vme_end) - src_start; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. depbase=`echo vm/vm_object.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_object.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_object.o ../vm/vm_object.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/vm_pageout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_pageout.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_pageout.o ../vm/vm_pageout.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/vm_resident.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_resident.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_resident.o ../vm/vm_resident.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/vm_user.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/vm_user.o -MD -MP -MF $depbase.Tpo -c -o vm/vm_user.o ../vm/vm_user.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/blkio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/blkio.o -MD -MP -MF $depbase.Tpo -c -o device/blkio.o ../device/blkio.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/chario.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/chario.o -MD -MP -MF $depbase.Tpo -c -o device/chario.o ../device/chario.c &&\ mv -f $depbase.Tpo $depbase.Po ../device/chario.c:1007:3: warning: Value stored to 'count' is never read count -= b_to_q(chars, count, &tp->t_inq); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. depbase=`echo device/cons.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/cons.o -MD -MP -MF $depbase.Tpo -c -o device/cons.o ../device/cons.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/dev_lookup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/dev_lookup.o -MD -MP -MF $depbase.Tpo -c -o device/dev_lookup.o ../device/dev_lookup.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/dev_name.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/dev_name.o -MD -MP -MF $depbase.Tpo -c -o device/dev_name.o ../device/dev_name.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/dev_pager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/dev_pager.o -MD -MP -MF $depbase.Tpo -c -o device/dev_pager.o ../device/dev_pager.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/device_init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/device_init.o -MD -MP -MF $depbase.Tpo -c -o device/device_init.o ../device/device_init.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/ds_routines.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/ds_routines.o -MD -MP -MF $depbase.Tpo -c -o device/ds_routines.o ../device/ds_routines.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/net_io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/net_io.o -MD -MP -MF $depbase.Tpo -c -o device/net_io.o ../device/net_io.c &&\ mv -f $depbase.Tpo $depbase.Po ../device/net_io.c:1187:55: error: expected ';' at end of declaration void check_filter_list(queue_head_t *if_port_list) ^ ; 1 error generated. depbase=`echo device/subrs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/subrs.o -MD -MP -MF $depbase.Tpo -c -o device/subrs.o ../device/subrs.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/kmsg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/kmsg.o -MD -MP -MF $depbase.Tpo -c -o device/kmsg.o ../device/kmsg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/autoconf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/autoconf.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/autoconf.o ../i386/i386at/autoconf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/conf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/conf.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/conf.o ../i386/i386at/conf.c &&\ mv -f $depbase.Tpo $depbase.Po ../i386/i386at/conf.c:90:2: warning: initialization from incompatible pointer type [enabled by default] { kdname, kdopen, kdclose, kdread, ^ ../i386/i386at/conf.c:90:2: warning: (near initialization for ‘dev_name_list[1].d_open’) [enabled by default] ../i386/i386at/conf.c:90:2: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:90:2: warning: (near initialization for ‘dev_name_list[1].d_close’) [enabled by default] ../i386/i386at/conf.c:91:4: warning: initialization from incompatible pointer type [enabled by default] kdwrite, kdgetstat, kdsetstat, kdmmap, ^ ../i386/i386at/conf.c:91:4: warning: (near initialization for ‘dev_name_list[1].d_getstat’) [enabled by default] ../i386/i386at/conf.c:91:4: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:91:4: warning: (near initialization for ‘dev_name_list[1].d_setstat’) [enabled by default] ../i386/i386at/conf.c:91:4: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:91:4: warning: (near initialization for ‘dev_name_list[1].d_mmap’) [enabled by default] ../i386/i386at/conf.c:92:4: warning: initialization from incompatible pointer type [enabled by default] nodev, nulldev, kdportdeath, 0, ^ ../i386/i386at/conf.c:92:4: warning: (near initialization for ‘dev_name_list[1].d_port_death’) [enabled by default] ../i386/i386at/conf.c:97:4: warning: initialization from incompatible pointer type [enabled by default] nulldev, nulldev, nulldev, timemmap, ^ ../i386/i386at/conf.c:97:4: warning: (near initialization for ‘dev_name_list[2].d_mmap’) [enabled by default] ../i386/i386at/conf.c:104:4: warning: initialization from incompatible pointer type [enabled by default] comwrite, comgetstat, comsetstat, nomap, ^ ../i386/i386at/conf.c:104:4: warning: (near initialization for ‘dev_name_list[3].d_getstat’) [enabled by default] ../i386/i386at/conf.c:104:4: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:104:4: warning: (near initialization for ‘dev_name_list[3].d_setstat’) [enabled by default] ../i386/i386at/conf.c:105:4: warning: initialization from incompatible pointer type [enabled by default] nodev, nulldev, comportdeath, 0, ^ ../i386/i386at/conf.c:105:4: warning: (near initialization for ‘dev_name_list[3].d_port_death’) [enabled by default] ../i386/i386at/conf.c:116:2: warning: initialization from incompatible pointer type [enabled by default] { mousename, mouseopen, mouseclose, mouseread, ^ ../i386/i386at/conf.c:116:2: warning: (near initialization for ‘dev_name_list[4].d_open’) [enabled by default] ../i386/i386at/conf.c:116:2: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:116:2: warning: (near initialization for ‘dev_name_list[4].d_close’) [enabled by default] ../i386/i386at/conf.c:116:2: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:116:2: warning: (near initialization for ‘dev_name_list[4].d_read’) [enabled by default] ../i386/i386at/conf.c:117:4: warning: initialization from incompatible pointer type [enabled by default] nodev, mousegetstat, nulldev, nomap, ^ ../i386/i386at/conf.c:117:4: warning: (near initialization for ‘dev_name_list[4].d_getstat’) [enabled by default] ../i386/i386at/conf.c:121:2: warning: initialization from incompatible pointer type [enabled by default] { kbdname, kbdopen, kbdclose, kbdread, ^ ../i386/i386at/conf.c:121:2: warning: (near initialization for ‘dev_name_list[5].d_open’) [enabled by default] ../i386/i386at/conf.c:121:2: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:121:2: warning: (near initialization for ‘dev_name_list[5].d_close’) [enabled by default] ../i386/i386at/conf.c:121:2: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:121:2: warning: (near initialization for ‘dev_name_list[5].d_read’) [enabled by default] ../i386/i386at/conf.c:122:4: warning: initialization from incompatible pointer type [enabled by default] nodev, kbdgetstat, kbdsetstat, nomap, ^ ../i386/i386at/conf.c:122:4: warning: (near initialization for ‘dev_name_list[5].d_getstat’) [enabled by default] ../i386/i386at/conf.c:122:4: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:122:4: warning: (near initialization for ‘dev_name_list[5].d_setstat’) [enabled by default] ../i386/i386at/conf.c:127:4: warning: initialization from incompatible pointer type [enabled by default] nodev, nodev, nodev, memmmap, ^ ../i386/i386at/conf.c:127:4: warning: (near initialization for ‘dev_name_list[6].d_mmap’) [enabled by default] ../i386/i386at/conf.c:133:9: warning: initialization from incompatible pointer type [enabled by default] { kmsgname, kmsgopen, kmsgclose, kmsgread, ^ ../i386/i386at/conf.c:133:9: warning: (near initialization for ‘dev_name_list[7].d_open’) [enabled by default] ../i386/i386at/conf.c:133:9: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:133:9: warning: (near initialization for ‘dev_name_list[7].d_close’) [enabled by default] ../i386/i386at/conf.c:133:9: warning: initialization from incompatible pointer type [enabled by default] ../i386/i386at/conf.c:133:9: warning: (near initialization for ‘dev_name_list[7].d_read’) [enabled by default] ../i386/i386at/conf.c:134:11: warning: initialization from incompatible pointer type [enabled by default] nodev, kmsggetstat, nodev, nomap, ^ ../i386/i386at/conf.c:134:11: warning: (near initialization for ‘dev_name_list[7].d_getstat’) [enabled by default] depbase=`echo i386/i386at/cons_conf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/cons_conf.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/cons_conf.o ../i386/i386at/cons_conf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/model_dep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/model_dep.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/model_dep.o ../i386/i386at/model_dep.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/boothdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -g -O2 -MT i386/i386at/boothdr.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/boothdr.o ../i386/i386at/boothdr.S &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/com.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/com.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/com.o ../i386/i386at/com.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/immc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/immc.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/immc.o ../i386/i386at/immc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/int_init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/int_init.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/int_init.o ../i386/i386at/int_init.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/interrupt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -g -O2 -MT i386/i386at/interrupt.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/interrupt.o ../i386/i386at/interrupt.S &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/kd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/kd.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/kd.o ../i386/i386at/kd.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/kd_event.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/kd_event.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/kd_event.o ../i386/i386at/kd_event.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/kd_queue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/kd_queue.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/kd_queue.o ../i386/i386at/kd_queue.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/kd_mouse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/kd_mouse.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/kd_mouse.o ../i386/i386at/kd_mouse.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/kdasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -g -O2 -MT i386/i386at/kdasm.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/kdasm.o ../i386/i386at/kdasm.S &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/mem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/mem.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/mem.o ../i386/i386at/mem.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/pic_isa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/pic_isa.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/pic_isa.o ../i386/i386at/pic_isa.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/rtc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/rtc.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/rtc.o ../i386/i386at/rtc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/ast_check.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/ast_check.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/ast_check.o ../i386/i386/ast_check.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/cswitch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -g -O2 -MT i386/i386/cswitch.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/cswitch.o ../i386/i386/cswitch.S &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/db_disasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/db_disasm.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/db_disasm.o ../i386/i386/db_disasm.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/db_interface.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/db_interface.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/db_interface.o ../i386/i386/db_interface.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/db_trace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/db_trace.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/db_trace.o ../i386/i386/db_trace.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/debug_i386.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/debug_i386.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/debug_i386.o ../i386/i386/debug_i386.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/debug_trace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -g -O2 -MT i386/i386/debug_trace.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/debug_trace.o ../i386/i386/debug_trace.S &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/fpu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/fpu.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/fpu.o ../i386/i386/fpu.c &&\ mv -f $depbase.Tpo $depbase.Po ../i386/i386/fpu.c:639:41: warning: Access to field 'fp_valid' results in a dereference of a null pointer (loaded from field 'ifps') fp_thread->pcb->ims.ifps->fp_valid = 2; ~~~~ ^ ../i386/i386/fpu.c:677:14: warning: Dereference of null pointer thread->pcb->ims.ifps->xfp_save_state.fp_status : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../i386/i386/fpu.c:678:14: warning: Dereference of null pointer thread->pcb->ims.ifps->fp_save_state.fp_status); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. depbase=`echo i386/i386/gdt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/gdt.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/gdt.o ../i386/i386/gdt.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/idt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/idt.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/idt.o ../i386/i386/idt.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/idt_inittab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -g -O2 -MT i386/i386/idt_inittab.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/idt_inittab.o ../i386/i386/idt_inittab.S &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/io_perm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/io_perm.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/io_perm.o ../i386/i386/io_perm.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/ktss.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/ktss.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/ktss.o ../i386/i386/ktss.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/kttd_interface.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/kttd_interface.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/kttd_interface.o ../i386/i386/kttd_interface.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/ldt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/ldt.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/ldt.o ../i386/i386/ldt.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/locore.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -g -O2 -MT i386/i386/locore.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/locore.o ../i386/i386/locore.S &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/loose_ends.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/loose_ends.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/loose_ends.o ../i386/i386/loose_ends.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/machine_task.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/machine_task.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/machine_task.o ../i386/i386/machine_task.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/mp_desc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/mp_desc.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/mp_desc.o ../i386/i386/mp_desc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/pcb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/pcb.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/pcb.o ../i386/i386/pcb.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/phys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/phys.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/phys.o ../i386/i386/phys.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/seg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/seg.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/seg.o ../i386/i386/seg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/spl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -g -O2 -MT i386/i386/spl.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/spl.o ../i386/i386/spl.S &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/trap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/trap.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/trap.o ../i386/i386/trap.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/user_ldt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/user_ldt.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/user_ldt.o ../i386/i386/user_ldt.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/intel/pmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/intel/pmap.o -MD -MP -MF $depbase.Tpo -c -o i386/intel/pmap.o ../i386/intel/pmap.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/intel/read_fault.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/intel/read_fault.o -MD -MP -MF $depbase.Tpo -c -o i386/intel/read_fault.o ../i386/intel/read_fault.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/hardclock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/hardclock.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/hardclock.o ../i386/i386/hardclock.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/io_map.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/io_map.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/io_map.o ../i386/i386/io_map.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/pic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/pic.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/pic.o ../i386/i386/pic.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/pit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/pit.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/pit.o ../i386/i386/pit.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo chips/busses.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT chips/busses.o -MD -MP -MF $depbase.Tpo -c -o chips/busses.o ../chips/busses.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/cirbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/cirbuf.o -MD -MP -MF $depbase.Tpo -c -o device/cirbuf.o ../device/cirbuf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o version.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/memory_object_user.user.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/memory_object_user.user.o -MD -MP -MF $depbase.Tpo -c -o vm/memory_object_user.user.o vm/memory_object_user.user.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vm/memory_object_default.user.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT vm/memory_object_default.user.o -MD -MP -MF $depbase.Tpo -c -o vm/memory_object_default.user.o vm/memory_object_default.user.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/device_reply.user.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/device_reply.user.o -MD -MP -MF $depbase.Tpo -c -o device/device_reply.user.o device/device_reply.user.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/memory_object_reply.user.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/memory_object_reply.user.o -MD -MP -MF $depbase.Tpo -c -o device/memory_object_reply.user.o device/memory_object_reply.user.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/device.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/device.server.o -MD -MP -MF $depbase.Tpo -c -o device/device.server.o device/device.server.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo device/device_pager.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT device/device_pager.server.o -MD -MP -MF $depbase.Tpo -c -o device/device_pager.server.o device/device_pager.server.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ipc/mach_port.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ipc/mach_port.server.o -MD -MP -MF $depbase.Tpo -c -o ipc/mach_port.server.o ipc/mach_port.server.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/mach.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/mach.server.o -MD -MP -MF $depbase.Tpo -c -o kern/mach.server.o kern/mach.server.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/mach4.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/mach4.server.o -MD -MP -MF $depbase.Tpo -c -o kern/mach4.server.o kern/mach4.server.c &&\ mv -f $depbase.Tpo $depbase.Po kern/mach4.server.c: In function ‘_Xmemory_object_create_proxy’: kern/mach4.server.c:603:2: warning: passing argument 3 of ‘memory_object_create_proxy’ from incompatible pointer type [enabled by default] OutP->RetCode = memory_object_create_proxy(task, In0P->max_protection, In0P->object, In0P->objectType.msgt_number, In1P->offset, In1P->offsetType.msgt_number, In2P->start, In2P->startType.msgt_number, In3P->len, In3P->lenType.msgt_number, &OutP->proxy); ^ kern/mach4.server.c:497:29: note: expected ‘memory_object_array_t’ but argument is of type ‘struct ipc_port **’ mig_external kern_return_t memory_object_create_proxy ^ depbase=`echo kern/gnumach.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/gnumach.server.o -MD -MP -MF $depbase.Tpo -c -o kern/gnumach.server.o kern/gnumach.server.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/mach_debug.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/mach_debug.server.o -MD -MP -MF $depbase.Tpo -c -o kern/mach_debug.server.o kern/mach_debug.server.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo kern/mach_host.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/mach_host.server.o -MD -MP -MF $depbase.Tpo -c -o kern/mach_host.server.o kern/mach_host.server.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386/mach_i386.server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/share/clang/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I. -I.. -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -fno-builtin-log -Wall -fno-strict-aliasing -fno-stack-protector -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386/mach_i386.server.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/mach_i386.server.o i386/i386/mach_i386.server.c &&\ mv -f $depbase.Tpo $depbase.Po i386/i386/mach_i386.server.c: In function ‘_Xi386_set_ldt’: i386/i386/mach_i386.server.c:78:12: warning: variable ‘msgh_simple’ set but not used [-Wunused-but-set-variable] boolean_t msgh_simple; ^ i386/i386/mach_i386.server.c:97:2: warning: Value stored to 'msgh_simple' is never read msgh_simple = !(In0P->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. rm -f libkernel.a ar cru libkernel.a ipc/ipc_entry.o ipc/ipc_hash.o ipc/ipc_init.o ipc/ipc_kmsg.o ipc/ipc_marequest.o ipc/ipc_mqueue.o ipc/ipc_notify.o ipc/ipc_object.o ipc/ipc_port.o ipc/ipc_pset.o ipc/ipc_right.o ipc/ipc_space.o ipc/ipc_splay.o ipc/ipc_table.o ipc/ipc_target.o ipc/ipc_thread.o ipc/mach_msg.o ipc/mach_port.o ipc/mach_rpc.o ipc/mach_debug.o kern/act.o kern/ast.o kern/bootstrap.o kern/counters.o kern/debug.o kern/eventcount.o kern/exception.o kern/host.o kern/ipc_host.o kern/ipc_kobject.o kern/ipc_mig.o kern/ipc_sched.o kern/ipc_tt.o kern/lock.o kern/lock_mon.o kern/mach_clock.o kern/mach_factor.o kern/machine.o kern/pc_sample.o kern/printf.o kern/priority.o kern/processor.o kern/profile.o kern/queue.o kern/rbtree.o kern/slab.o kern/sched_prim.o kern/startup.o kern/strings.o kern/syscall_emulation.o kern/syscall_subr.o kern/syscall_sw.o kern/task.o kern/thread.o kern/thread_swap.o kern/time_stamp.o kern/timer.o kern/xpr.o kern/elf-load.o kern/boot_script.o util/putchar.o util/puts.o util/atoi.o vm/memory_object_proxy.o vm/memory_object.o vm/vm_debug.o vm/vm_external.o vm/vm_fault.o vm/vm_init.o vm/vm_kern.o vm/vm_map.o vm/vm_object.o vm/vm_pageout.o vm/vm_resident.o vm/vm_user.o device/blkio.o device/chario.o device/cons.o device/dev_lookup.o device/dev_name.o device/dev_pager.o device/device_init.o device/ds_routines.o device/net_io.o device/subrs.o device/kmsg.o i386/i386at/autoconf.o i386/i386at/conf.o i386/i386at/cons_conf.o i386/i386at/model_dep.o i386/i386at/boothdr.o i386/i386at/com.o i386/i386at/immc.o i386/i386at/int_init.o i386/i386at/interrupt.o i386/i386at/kd.o i386/i386at/kd_event.o i386/i386at/kd_queue.o i386/i386at/kd_mouse.o i386/i386at/kdasm.o i386/i386at/mem.o i386/i386at/pic_isa.o i386/i386at/rtc.o i386/i386/ast_check.o i386/i386/cswitch.o i386/i386/db_disasm.o i386/i386/db_interface.o i386/i386/db_trace.o i386/i386/debug_i386.o i386/i386/debug_trace.o i386/i386/fpu.o i386/i386/gdt.o i386/i386/idt.o i386/i386/idt_inittab.o i386/i386/io_perm.o i386/i386/ktss.o i386/i386/kttd_interface.o i386/i386/ldt.o i386/i386/locore.o i386/i386/loose_ends.o i386/i386/machine_task.o i386/i386/mp_desc.o i386/i386/pcb.o i386/i386/phys.o i386/i386/seg.o i386/i386/spl.o i386/i386/trap.o i386/i386/user_ldt.o i386/intel/pmap.o i386/intel/read_fault.o i386/i386/hardclock.o i386/i386/io_map.o i386/i386/pic.o i386/i386/pit.o chips/busses.o device/cirbuf.o version.o vm/memory_object_user.user.o vm/memory_object_default.user.o device/device_reply.user.o device/memory_object_reply.user.o device/device.server.o device/device_pager.server.o ipc/mach_port.server.o kern/mach.server.o kern/mach4.server.o kern/gnumach.server.o kern/mach_debug.server.o kern/mach_host.server.o i386/i386/mach_i386.server.o ranlib libkernel.a rm -f lib_dep_tr_for_defs.a ar cru lib_dep_tr_for_defs.a vm/lib_dep_tr_for_defs_a-memory_object_user.user.defs.o vm/lib_dep_tr_for_defs_a-memory_object_default.user.defs.o device/lib_dep_tr_for_defs_a-device_reply.user.defs.o device/lib_dep_tr_for_defs_a-memory_object_reply.user.defs.o device/lib_dep_tr_for_defs_a-device.server.defs.o device/lib_dep_tr_for_defs_a-device_pager.server.defs.o ipc/lib_dep_tr_for_defs_a-mach_port.server.defs.o kern/lib_dep_tr_for_defs_a-mach.server.defs.o kern/lib_dep_tr_for_defs_a-mach4.server.defs.o kern/lib_dep_tr_for_defs_a-gnumach.server.defs.o kern/lib_dep_tr_for_defs_a-mach_debug.server.defs.o kern/lib_dep_tr_for_defs_a-mach_host.server.defs.o i386/i386/lib_dep_tr_for_defs_a-mach_i386.server.defs.o ranlib lib_dep_tr_for_defs.a ld -u _start -r -o gnumach.o libkernel.a nm -u gnumach.o | sed 's/ *U *//' | sort -u > gnumach-undef sed '/^memcmp$/d; /^memcpy$/d; /^memmove$/d; /^strchr$/d; /^strstr$/d; /^strsep$/d; /^strtok$/d; /^htonl$/d; /^htons$/d; /^ntohl$/d; /^ntohs$/d; /^udivdi3$/d; /^__udivdi3$/d; /^__rel_iplt_start$/d; /^__rel_iplt_end$/d; /^_START$/d; /^_start$/d; /^etext$/d; /^_edata$/d; /^end$/d; /^_end$/d;' gnumach-undef > gnumach-undef-bad if test -s gnumach-undef-bad; \ then cat gnumach-undef-bad; exit 2; else true; fi /usr/share/clang/scan-build/ccc-analyzer -nostdlib -nostartfiles -r -static \ -o clib-routines.o `sed 's/^/-Wl,-u,/' < gnumach-undef` -x c /dev/null -lc -lgcc ld --defsym _START=0xC0100000 --defsym _START_MAP=0x100000 -T '..'/i386/ldscript -o gnumach gnumach.o clib-routines.o cat vm/memory_object_user.user.msgids vm/memory_object_default.user.msgids device/device_reply.user.msgids device/memory_object_reply.user.msgids device/device.server.msgids device/device_pager.server.msgids ipc/mach_port.server.msgids kern/mach.server.msgids kern/mach4.server.msgids kern/gnumach.server.msgids kern/mach_debug.server.msgids kern/mach_host.server.msgids i386/i386/mach_i386.server.msgids > gnumach.msgids.new mv gnumach.msgids.new gnumach.msgids rm i386/i386/i386asm.symc i386/i386/i386asm.symc.o make[2]: Leaving directory `/home/teythoon/qa/packages/gnumach/obj-scan-build' make[1]: Leaving directory `/home/teythoon/qa/packages/gnumach/obj-scan-build' scan-build: 20 bugs found. scan-build: Run 'scan-view /tmp/tmp.Y7Fll4K2DX/2014-01-17-1' to examine bug reports. scan-build: The analyzer encountered problems on some source files. scan-build: Preprocessed versions of these sources were deposited in '/tmp/tmp.Y7Fll4K2DX/2014-01-17-1/failures'. scan-build: Please consider submitting a bug report using these files: scan-build: http://clang-analyzer.llvm.org/filing_bugs.html real 12m33.020s user 0m0.000s sys 0m0.010s Script done on Fri 17 Jan 2014 09:30:04 PM CET