[RFC v14-rc1][PATCH 00/23] Kernel based checkpoint/restart

Nathan Lynch ntl at pobox.com
Mon Mar 23 15:18:18 PDT 2009


Has anyone else tried to build this?  I fetched the ckpt-v14 branch and
I get:

$ make ARCH=i386 -s
checkpoint/ckpt_mem.c: In function ‘cr_vma_fill_pgarr’:
checkpoint/ckpt_mem.c:327: error: ‘inode’ undeclared (first use in this function)
checkpoint/ckpt_mem.c:327: error: (Each undeclared identifier is reported only once
checkpoint/ckpt_mem.c:327: error: for each function it appears in.)
checkpoint/ckpt_mem.c: In function ‘cr_write_shared_vma_contents’:
checkpoint/ckpt_mem.c:551: error: ‘VMA_SHM_ANON’ undeclared (first use in this function)
checkpoint/ckpt_mem.c:557: error: ‘VMA_SHM_ANON_SKIP’ undeclared (first use in this function)
checkpoint/ckpt_mem.c:546: warning: enumeration value ‘CR_VMA_ANON’ not handled in switch
checkpoint/ckpt_mem.c:546: warning: enumeration value ‘CR_VMA_FILE’ not handled in switch
checkpoint/ckpt_mem.c:546: warning: enumeration value ‘CR_VMA_SHM_ANON’ not handled in switch
checkpoint/ckpt_mem.c:546: warning: enumeration value ‘CR_VMA_SHM_ANON_SKIP’ not handled in switch


More information about the Containers mailing list