Script started on Wed 17 Jun 2015 11:12:18 AM UTC 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 kern/task_notify.user.defs.c cp -p ../kern/task_notify.cli kern/task_notify.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/lib_dep_tr_for_defs_a-task_notify.user.defs.o -MD -MP -MF kern/.deps/lib_dep_tr_for_defs_a-task_notify.user.defs.Tpo -c -o kern/lib_dep_tr_for_defs_a-task_notify.user.defs.o `test -f 'kern/task_notify.user.defs.c' || echo '../'`kern/task_notify.user.defs.c In file included from kern/task_notify.user.defs.c:7: ../include/mach/task_notify.defs:18:1: error: unknown type name 'subsystem' subsystem ^ ../include/mach/task_notify.defs:23:14: error: expected ';' after top level declarator KernelUser ^ ; In file included from kern/task_notify.user.defs.c:7: In file included from ../include/mach/task_notify.defs:27: ../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-task_notify.user.defs.Tpo kern/.deps/lib_dep_tr_for_defs_a-task_notify.user.defs.Po mig -n -cc cat - /dev/null \ -user kern/task_notify.user.c -header kern/task_notify.user.h \ -list kern/task_notify.user.msgids \ < kern/lib_dep_tr_for_defs_a-task_notify.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 ddb/db_access.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_access.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_access.o ../ddb/db_access.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_aout.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_aout.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_aout.o ../ddb/db_aout.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_elf.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_elf.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_elf.o ../ddb/db_elf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_break.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_break.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_break.o ../ddb/db_break.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_command.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_command.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_command.o ../ddb/db_command.c &&\ mv -f $depbase.Tpo $depbase.Po ../ddb/db_command.c:271:6: warning: Function call argument is an uninitialized value (*cmd->fcn)(addr, have_addr, count, modif); ^ ~~~~ 1 warning generated. depbase=`echo ddb/db_cond.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_cond.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_cond.o ../ddb/db_cond.c &&\ mv -f $depbase.Tpo $depbase.Po ../ddb/db_cond.c:78:6: warning: Address of stack memory associated with local variable 'db_jmpbuf' is still referred to by the global variable 'db_recover' upon returning to the caller. This will be a dangling reference return(TRUE); ^ ../ddb/db_cond.c:88:6: warning: Address of stack memory associated with local variable 'db_jmpbuf' is still referred to by the global variable 'db_recover' upon returning to the caller. This will be a dangling reference return(TRUE); ^ ../ddb/db_cond.c:91:6: warning: Address of stack memory associated with local variable 'db_jmpbuf' is still referred to by the global variable 'db_recover' upon returning to the caller. This will be a dangling reference return(FALSE); ^ ../ddb/db_cond.c:99:6: warning: Address of stack memory associated with local variable 'db_jmpbuf' is still referred to by the global variable 'db_recover' upon returning to the caller. This will be a dangling reference return(db_exec_cmd_nest(0, 0)); ^ ../ddb/db_cond.c:101:2: warning: Address of stack memory associated with local variable 'db_jmpbuf' is still referred to by the global variable 'db_recover' upon returning to the caller. This will be a dangling reference return(TRUE); ^ 5 warnings generated. depbase=`echo ddb/db_examine.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_examine.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_examine.o ../ddb/db_examine.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_expr.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_expr.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_expr.o ../ddb/db_expr.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_ext_symtab.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_ext_symtab.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_ext_symtab.o ../ddb/db_ext_symtab.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_input.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_input.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_input.o ../ddb/db_input.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_lex.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_lex.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_lex.o ../ddb/db_lex.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_macro.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_macro.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_macro.o ../ddb/db_macro.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_mp.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_mp.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_mp.o ../ddb/db_mp.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_output.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_output.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_output.o ../ddb/db_output.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_print.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_print.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_print.o ../ddb/db_print.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_run.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_run.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_run.o ../ddb/db_run.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_sym.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_sym.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_sym.o ../ddb/db_sym.c &&\ mv -f $depbase.Tpo $depbase.Po ../ddb/db_sym.c:416:2: warning: Access to field 'type' results in a dereference of a null pointer (loaded from variable 'stab') X_db_symbol_values(stab, sym, &name, &value); ^ ~~~~ ../ddb/db_sym.h:232:42: note: expanded from macro 'X_db_symbol_values' #define X_db_symbol_values(s,p,n,v) x_db[(s)->type].symbol_values(s,p,n,v) ^ 1 warning generated. depbase=`echo ddb/db_task_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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_task_thread.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_task_thread.o ../ddb/db_task_thread.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_trap.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_trap.o ../ddb/db_trap.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_variables.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_variables.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_variables.o ../ddb/db_variables.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_watch.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_watch.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_watch.o ../ddb/db_watch.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ddb/db_write_cmd.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT ddb/db_write_cmd.o -MD -MP -MF $depbase.Tpo -c -o ddb/db_write_cmd.o ../ddb/db_write_cmd.c &&\ mv -f $depbase.Tpo $depbase.Po 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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_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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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_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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:922: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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/rdxtree.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/rdxtree.o -MD -MP -MF $depbase.Tpo -c -o kern/rdxtree.o ../kern/rdxtree.c &&\ mv -f $depbase.Tpo $depbase.Po ../kern/rdxtree.c:440:33: warning: Assigned value is garbage or undefined unsigned int height, shift, index = index; ^ ~~~~~ ../kern/rdxtree.c:516:33: warning: Assigned value is garbage or undefined unsigned int height, shift, index = index; ^ ~~~~~ 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:402: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:616:14: warning: Array access (from variable 'threads') results in a null pointer dereference threads[i] = thread; ~~~~~~~ ^ ../kern/task.c:1153: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 ../kern/xpr.c:160:2: warning: Assigned value is garbage or undefined spl_t s = s; ^ ~ 1 warning generated. 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:144:10: warning: Dereference of null pointer assert(data_copy->cpy_npages > 0); ^~~~~~~~~~~~~~~~~~~~~ ../kern/assert.h:42:4: note: expanded from macro 'assert' ((ex) \ ^ ../vm/memory_object.c:276:6: warning: Dereference of null pointer if (vm_map_copy_has_cont(data_copy)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../vm/vm_map.h:314: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:248:2: warning: Access to field 'task' results in a dereference of a null pointer current_task()->faults++; ^~~~~~~~~~~~~~ ../kern/thread.h:407:25: note: expanded from macro 'current_task' #define current_task() (current_thread()->task) ^~~~~~~~~~~~~~~~~~~~~~~~ ../vm/vm_fault.c:548:6: warning: Access to field 'task' results in a dereference of a null pointer current_task()->reactivations++; ^~~~~~~~~~~~~~ ../kern/thread.h:407:25: note: expanded from macro 'current_task' #define current_task() (current_thread()->task) ^~~~~~~~~~~~~~~~~~~~~~~~ ../vm/vm_fault.c:720: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:2946:7: warning: Dereference of null pointer if (--(copy->cpy_npages) == 0 && ^~~~~~~~~~~~~~~~~~~~ ../vm/vm_map.c:3363: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:1006: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:1184: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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/i386at/acpihalt.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/acpihalt.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/acpihalt.o ../i386/i386at/acpihalt.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/acpi.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/acpi.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/acpi.o ../i386/i386at/acpi.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo i386/i386at/grub_glue.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT i386/i386at/grub_glue.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/grub_glue.o ../i386/i386at/grub_glue.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 ../i386/i386/db_disasm.c:958:6: warning: Branch condition evaluates to a garbage value if (addrp->is_reg) { ^~~~~~~~~~~~~ ../i386/i386/db_disasm.c:967:18: warning: The left operand of '!=' is a garbage value if (addrp->base != 0 || addrp->index != 0) { ~~~~~~~~~~~ ^ 2 warnings generated. 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 ../i386/i386/db_interface.c:341:2: warning: Address of stack memory associated with local variable 'type' is still referred to by the global variable 'i386_last_kdb_sp' upon returning to the caller. This will be a dangling reference return 1; ^ 1 warning generated. 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 ../i386/i386/db_trace.c:166:10: warning: Access to field 'pcb' results in a dereference of a null pointer (loaded from variable 'thread') if (thread->pcb == 0) ^~~~~~ 1 warning generated. 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:638: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:676:14: warning: Dereference of null pointer thread->pcb->ims.ifps->xfp_save_state.fp_status : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../i386/i386/fpu.c:677: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 ../i386/intel/pmap.c:1599:11: warning: Dereference of null pointer (loaded from variable 'pte') if (*pte & INTEL_PTE_WIRED) ^~~~ ../i386/intel/pmap.c:1647:9: warning: Dereference of null pointer (loaded from variable 'pte') *pte &= ~INTEL_PTE_WRITE; ~~~ ^ 2 warnings generated. 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 i386/i386/_setjmp.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/_setjmp.o -MD -MP -MF $depbase.Tpo -c -o i386/i386/_setjmp.o ../i386/i386/_setjmp.S &&\ 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 kern/task_notify.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -g -O2 -MT kern/task_notify.user.o -MD -MP -MF $depbase.Tpo -c -o kern/task_notify.user.o kern/task_notify.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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 ipc/mach_port.server.c:1253:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ ipc/mach_port.server.c:1253:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ ipc/mach_port.server.c:1331:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ ipc/mach_port.server.c:1331:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ 4 warnings generated. 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 kern/mach.server.c:2238:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ kern/mach.server.c:2238:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ kern/mach.server.c:3793:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ kern/mach.server.c:3793:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ 4 warnings generated. 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:673:73: warning: passing argument 3 of ‘memory_object_create_proxy’ from incompatible pointer type 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:567: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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 kern/mach_debug.server.c: In function ‘_Xhost_ipc_marequest_info’: kern/mach_debug.server.c:229:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((hash_info_bucket_t **)OutP->info) = infoP; ^ kern/mach_debug.server.c: In function ‘_Xhost_virtual_physical_table_info’: kern/mach_debug.server.c:677:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((hash_info_bucket_t **)OutP->info) = infoP; ^ kern/mach_debug.server.c: In function ‘_Xmach_vm_object_pages’: kern/mach_debug.server.c:1146:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((vm_page_info_t **)OutP->pages) = pagesP; ^ kern/mach_debug.server.c:161:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ kern/mach_debug.server.c:161:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ kern/mach_debug.server.c:621:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ kern/mach_debug.server.c:621:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ kern/mach_debug.server.c:1086:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ kern/mach_debug.server.c:1086:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ kern/mach_debug.server.c:1191:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ kern/mach_debug.server.c:1191:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ 8 warnings generated. 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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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 -fgnu89-inline -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -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:125:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] OutP->RetCode = i386_set_ldt(target_thread, In0P->first_selector, (In0P->desc_listType.msgtl_header.msgt_inline) ? In0P->desc_list : *((descriptor_t **)In0P->desc_list), In0P->desc_listType.msgtl_number / 2, In0P->desc_listType.msgtl_header.msgt_inline); ^ i386/i386/mach_i386.server.c: In function ‘_Xi386_get_ldt’: i386/i386/mach_i386.server.c:239:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((descriptor_t **)OutP->desc_list) = desc_listP; ^ i386/i386/mach_i386.server.c:82:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ i386/i386/mach_i386.server.c:82:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ i386/i386/mach_i386.server.c:101:2: warning: Value stored to 'msgh_simple' is never read msgh_simple = !(In0P->Head.msgh_bits & MACH_MSGH_BITS_COMPLEX); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i386/i386/mach_i386.server.c:167:2: warning: Assigned value is garbage or undefined boolean_t msgh_simple = msgh_simple; ^ ~~~~~~~~~~~ i386/i386/mach_i386.server.c:167:12: warning: Value stored to 'msgh_simple' during its initialization is never read boolean_t msgh_simple = msgh_simple; ^~~~~~~~~~~ ~~~~~~~~~~~ 5 warnings generated. rm -f libkernel.a ar cru libkernel.a ddb/db_access.o ddb/db_aout.o ddb/db_elf.o ddb/db_break.o ddb/db_command.o ddb/db_cond.o ddb/db_examine.o ddb/db_expr.o ddb/db_ext_symtab.o ddb/db_input.o ddb/db_lex.o ddb/db_macro.o ddb/db_mp.o ddb/db_output.o ddb/db_print.o ddb/db_run.o ddb/db_sym.o ddb/db_task_thread.o ddb/db_trap.o ddb/db_variables.o ddb/db_watch.o ddb/db_write_cmd.o ipc/ipc_entry.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_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/rdxtree.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/i386at/acpihalt.o i386/i386at/acpi.o i386/i386at/grub_glue.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 i386/i386/_setjmp.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 kern/task_notify.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 ar: `u' modifier ignored since `D' is the default (see `U') 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 kern/lib_dep_tr_for_defs_a-task_notify.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 ar: `u' modifier ignored since `D' is the default (see `U') 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; /^__ffsdi2$/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 /usr/share/clang/scan-build/ccc-analyzer -E -x c -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include -E ../ipc/notify.defs \ | mig -n -cc cat - /dev/null \ -sheader /dev/null -server /dev/null \ -list "ipc/notify.msgids" cat vm/memory_object_user.user.msgids vm/memory_object_default.user.msgids device/device_reply.user.msgids device/memory_object_reply.user.msgids kern/task_notify.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 ipc/notify.msgids > gnumach.msgids.new mv gnumach.msgids.new gnumach.msgids rm i386/i386/i386asm.symc.o i386/i386/i386asm.symc 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: 51 bugs found. scan-build: Run 'scan-view /tmp/tmp.pScVV5LfjZ/2015-06-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.pScVV5LfjZ/2015-06-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 5m29.820s user 0m0.000s sys 0m0.000s ^C Script done on Wed 17 Jun 2015 11:22:13 AM UTC