From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Lynch Subject: build breaks when checkpoint unimplemented by arch Date: Mon, 06 Jul 2009 16:06:15 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org List-Id: containers.vger.kernel.org Hi Oren, With ckpt-v17-rc1 (as well as ckpt-v16-dev) the powerpc build is broken: In file included from include/linux/checkpoint.h:28, from kernel/exit.c:53: include/linux/checkpoint_hdr.h:42:32: error: asm/checkpoint_hdr.h: No such file or directory In file included from include/linux/checkpoint.h:28, from kernel/exit.c:53: include/linux/checkpoint_hdr.h:410: error: 'CKPT_ARCH_NSIG' undeclared here (not in a function) make[1]: *** [kernel/exit.o] Error 1 It appears that any architecture which does not supply asm/checkpoint_hdr.h is broken in the same way. Either all architectures need to supply asm/checkpoint_hdr.h (and define CKPT_ARCH_NSIG), or there needs to be some other fix which allows as-yet-unsupported arches to build..