echo '#include ' >linuxcaps.h.tmp sed -e 's!^#include .*!!g;s!\<__u32\>!uint32_t!g;s!\<__user\>!!g;' /usr/include/linux/capability.h >>linuxcaps.h.tmp mv -f linuxcaps.h.tmp linuxcaps.h ln -sf './lib/virtual.h' 'linuxvirtual.h' make all-am make[1]: Entering directory `/usr/src/TOOLS/util-vserver-0.26' if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -D_GNU_SOURCE -Wall -pedantic -g -O2 -std=c99 -Wall -pedantic -W -Wno-unused-parameter -MT lib/lib_libvserver_a-syscall.o -MD -MP -MF "lib/.deps/lib_libvserver_a-syscall.Tpo" \ -c -o lib/lib_libvserver_a-syscall.o `test -f 'lib/syscall.c' || echo './'`lib/syscall.c; \ then mv -f "lib/.deps/lib_libvserver_a-syscall.Tpo" "lib/.deps/lib_libvserver_a-syscall.Po"; \ else rm -f "lib/.deps/lib_libvserver_a-syscall.Tpo"; exit 1; \ fi In file included from /usr/include/sys/syscall.h:25, from /usr/include/syscall.h:1, from lib/vserver-internal.h:24, from lib/syscall.c:25: /usr/include/asm/unistd.h:723:40: warning: ISO C does not permit named variadic macros In file included from lib/syscall.c:25: lib/vserver-internal.h: In function `sys_virtual_context': lib/vserver-internal.h:92: warning: ISO C forbids braced-groups within expressions In file included from lib/syscall.c:29: lib/syscall-compat.hc: At top level: lib/syscall-compat.hc:33: warning: `__always_inline__' attribute directive ignored lib/syscall-compat.hc:43: warning: `__always_inline__' attribute directive ignored lib/syscall-compat.hc:64: warning: `__always_inline__' attribute directive ignored In file included from lib/syscall.c:33: lib/syscall-legacy.hc: In function `set_ipv4root_rev0': lib/syscall-legacy.hc:54: warning: ISO C forbids braced-groups within expressions lib/syscall-legacy.hc:54: warning: asm operand 0 probably doesn't match constraints lib/syscall-legacy.hc:54: inconsistent operand constraints in an `asm' lib/syscall-legacy.hc: In function `set_ipv4root_rev1': lib/syscall-legacy.hc:55: warning: ISO C forbids braced-groups within expressions lib/syscall-legacy.hc:55: warning: asm operand 0 probably doesn't match constraints lib/syscall-legacy.hc:55: inconsistent operand constraints in an `asm' lib/syscall-legacy.hc: In function `set_ipv4root_rev2': lib/syscall-legacy.hc:56: warning: ISO C forbids braced-groups within expressions lib/syscall-legacy.hc:56: warning: asm operand 0 probably doesn't match constraints lib/syscall-legacy.hc:56: inconsistent operand constraints in an `asm' lib/syscall-legacy.hc: In function `set_ipv4root_rev3': lib/syscall-legacy.hc:57: warning: ISO C forbids braced-groups within expressions lib/syscall-legacy.hc:57: warning: asm operand 0 probably doesn't match constraints lib/syscall-legacy.hc:57: inconsistent operand constraints in an `asm' lib/syscall-legacy.hc: In function `new_s_context_rev0': lib/syscall-legacy.hc:65: warning: ISO C forbids braced-groups within expressions lib/syscall-legacy.hc:65: warning: asm operand 0 probably doesn't match constraints lib/syscall-legacy.hc:65: inconsistent operand constraints in an `asm' lib/syscall-legacy.hc: In function `chrootsafe': lib/syscall-legacy.hc:80: warning: ISO C forbids braced-groups within expressions lib/syscall-legacy.hc:80: warning: asm operand 0 probably doesn't match constraints lib/syscall-legacy.hc:80: inconsistent operand constraints in an `asm' lib/syscall-legacy.hc: At top level: lib/syscall-legacy.hc:142: warning: `__always_inline__' attribute directive ignored lib/syscall-legacy.hc:160: warning: `__always_inline__' attribute directive ignored lib/syscall-legacy.hc:183: warning: `__always_inline__' attribute directive ignored lib/syscall-legacy.hc: In function `vc_set_ipv4root_legacy': lib/syscall-legacy.hc:184: warning: ISO C89 forbids variable-size array `ip' lib/syscall-legacy.hc:185: warning: ISO C89 forbids variable-size array `mask' lib/syscall-legacy.hc: At top level: lib/syscall-legacy.hc:198: warning: `__always_inline__' attribute directive ignored make[1]: *** [lib/lib_libvserver_a-syscall.o] Error 1 make[1]: Leaving directory `/usr/src/TOOLS/util-vserver-0.26' make: *** [all] Error 2