Hide Forgot
Description of problem: scripts/dtc/dtc.c: In function 'main': scripts/dtc/dtc.c:102:17: warning: variable 'check' set but not used [-Wunused-but-set-variable] scripts/dtc/flattree.c: In function 'flat_read_mem_reserve': scripts/dtc/flattree.c:700:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] In file included from arch/powerpc/kernel/ptrace.c:25:0: include/linux/tracehook.h: In function 'ptrace_report_syscall': include/linux/tracehook.h:79:39: error: 'TIF_SYSCALL_EMU' undeclared (first use in this function) include/linux/tracehook.h:79:39: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [arch/powerpc/kernel/ptrace.o] Error 1 Version-Release number of selected component (if applicable): kernel-3.0.1-3.fc16 Steps to Reproduce: 1. ppc-koji build --scratch f16 kernel-3.0.1-3.fc16.src.rpm 2. 3. Actual results: http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=270420
Fixed in git already. I started a new build: http://koji.fedoraproject.org/koji/taskinfo?taskID=3264683
Oops, didn't mean to close it out yet. Feel free to close when powerpc is built.
kernel-3.0.1-5.fc16 built just fine. Thanks !