This seems to compile ok! However, there are some ANSI warnings at the
beginning. I am attaching my configure output and the compile output
for your information.
Micah
On Thu, 04 Mar 2004, Enrico Scholz wrote:
> [EMAIL PROTECTED] (Micah Anderson) writes:
>
> > I get the following error when I try to compile util-vserver 0.29.2,
> > this is using linux-2.4.24 on debian woody.
>
> Can you try version 0.29.3 which is available at
>
> http://www-user.tu-chemnitz.de/~ensc/util-vserver/pre/
>
>
> > lib/vserver-internal.h: In function vserver':
> > lib/vserver-internal.h:99: error: __NR_vserver' undeclared (first use
> > in this function)
>
>
>
>
> Enrico
> _______________________________________________
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver
Script started on Thu Mar 4 10:17:31 2004
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking whether the C-compiler accepts -Werror -W... yes
checking whether gcc accepts -std=c99... no
checking whether gcc accepts -Wall... yes
checking whether gcc accepts -pedantic... yes
checking whether gcc accepts -W... yes
checking whether gcc accepts -Wno-unused-parameter... no
checking whether the C++-compiler accepts -Werror -W... yes
checking whether g++ accepts -ansi... yes
checking whether g++ accepts -Wall... yes
checking whether g++ accepts -pedantic... yes
checking whether g++ accepts -W... yes
checking whether g++ accepts -fmessage-length=0... no
checking for linux kernel dir... /usr
checking for linux kernel headers... /usr/include
checking which vserver-rootdir is to use... /vservers
checking for cvs2cl... no
checking for rcs2log... no
checking whether to enable linuxconf modules... no
checking whether to use internal kernel headers... yes
checking for supported APIs... legacy,compat,v11
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for number of syscall 'vserver'... 273/default
checking for syscall(2) invocation method... auto
checking which syscall(2) invocation works... fast
checking how to run the C++ preprocessor... g++ -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for ext2fs-headers... kernel
checking linux/ext2_fs.h usability... yes
checking linux/ext2_fs.h presence... yes
checking for linux/ext2_fs.h... yes
checking for vserver... no
checking whether MS_MOVE is declared... yes
checking for xid_t... no
configure: creating ./config.status
config.status: creating util-vserver.spec
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
raven# make
echo '#include <stdint.h>' >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/util-vserver-0.29.3'
source='lib/syscall.c' object='lib/lib_libvserver_a-syscall.o' libtool=no \
depfile='lib/.deps/lib_libvserver_a-syscall.Po'
tmpdepfile='lib/.deps/lib_libvserver_a-syscall.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -pedantic -g -O2 -Wall -pedantic
-W -c -o lib/lib_libvserver_a-syscall.o `test -f 'lib/syscall.c' || echo
'./'`lib/syscall.c
In file included from lib/syscall.c:25:
lib/vserver-internal.h:98: warning: ANSI does not permit the keyword `inline'
In file included from lib/syscall.c:29:
lib/syscall-compat.hc:31: warning: ANSI does not permit the keyword `inline'
lib/syscall-compat.hc:41: warning: ANSI does not permit the keyword `inline'
lib/syscall-compat.hc:62: warning: ANSI does not permit the keyword `inline'
In file included from lib/syscall.c:33:
lib/syscall-legacy.hc:79: warning: ANSI does not permit the keyword `inline'
lib/syscall-legacy.hc:80: warning: ANSI does not permit the keyword `inline'
lib/syscall-legacy.hc:81: warning: ANSI does not permit the keyword `inline'
lib/syscall-legacy.hc:82: warning: ANSI does not permit the keyword `inline'
lib/syscall-legacy.hc:98: warning: ANSI does not permit the keyword `inline'
lib/syscall-legacy.hc: In function `vc_set_ipv4root_legacy':
lib/syscall-legacy.hc:207: warning: ANSI C forbids variable-size array `ip'
lib/syscall-legacy.hc:208: warning: ANSI C forbids variable-size array `mask'
source='lib/syscall_rlimit.c' object='lib/lib_libvserver_a-syscall_rlimit.o'
libtool=no \
depfile='lib/.deps/lib_libvserver_a-syscall_rlimit.Po'
tmpdepfile='lib/.deps/lib_libvserver_a-syscall_rlimit.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -pedantic -g -O2 -Wall -pedantic
-W -c -o lib/lib_libvserver_a-syscall_rlimit.o `test -f 'lib/syscall_rlimit.c' || echo
'./'`lib/syscall_rlimit.c
In file included from lib/syscall_rlimit.c:25:
lib/vserver-internal.h:98: warning: ANSI does not permit the keyword `inline'
In file included from lib/syscall_rlimit.c:29:
lib/syscall_rlimit-v11.hc:31: warning: ANSI does not permit the keyword `inline'
lib/syscall_rlimit-v11.hc: In function `vc_get_rlimit_v11':
lib/syscall_rlimit-v11.hc:39: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:39: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:39: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:39: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:40: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:40: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:40: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:40: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:41: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:41: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:41: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:41: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc: At top level:
lib/syscall_rlimit-v11.hc:46: warning: ANSI does not permit the keyword `inline'
lib/syscall_rlimit-v11.hc: In function `vc_set_rlimit_v11':
lib/syscall_rlimit-v11.hc:52: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:52: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:52: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:52: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:53: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:53: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:53: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:53: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:54: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:54: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:54: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc:54: warning: ANSI C forbids long long integer constants
lib/syscall_rlimit-v11.hc: At top level:
lib/syscall_rlimit-v11.hc:59: warning: ANSI does not permit the keyword `inline'
source='lib/syscall_kill.c' object='lib/lib_libvserver_a-syscall_kill.o' libtool=no \
depfile='lib/.deps/lib_libvserver_a-syscall_kill.Po'
tmpdepfile='lib/.deps/lib_libvserver_a-syscall_kill.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -pedantic -g -O2 -Wall -pedantic
-W -c -o lib/lib_libvserver_a-syscall_kill.o `test -f 'lib/syscall_kill.c' || echo
'./'`lib/syscall_kill.c
In file included from lib/syscall_kill.c:25:
lib/vserver-internal.h:98: warning: ANSI does not permit the keyword `inline'
In file included from lib/syscall_kill.c:29:
lib/syscall_kill-v11.hc:23: warning: ANSI does not permit the keyword `inline'
source='lib/checkversion.c' object='lib/lib_libvserver_a-checkversion.o' libtool=no \
depfile='lib/.deps/lib_libvserver_a-checkversion.Po'
tmpdepfile='lib/.deps/lib_libvserver_a-checkversion.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -pedantic -g -O2 -Wall -pedantic
-W -c -o lib/lib_libvserver_a-checkversion.o `test -f 'lib/checkversion.c' || echo
'./'`lib/checkversion.c
In file included from lib/getversion-internal.hc:27,
from lib/checkversion.c:25:
lib/vserver-internal.h:98: warning: ANSI does not permit the keyword `inline'
In file included from lib/checkversion.c:25:
lib/getversion-internal.hc:30: warning: ANSI does not permit the keyword `inline'
source='lib/getctx.c' object='lib/lib_libvserver_a-getctx.o' libtool=no \
depfile='lib/.deps/lib_libvserver_a-getctx.Po'
tmpdepfile='lib/.deps/lib_libvserver_a-getctx.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -pedantic -g -O2 -Wall -pedantic
-W -c -o lib/lib_libvserver_a-getctx.o `test -f 'lib/getctx.c' || echo
'./'`lib/getctx.c
In file included from lib/getctx.c:24:
lib/vserver-internal.h:98: warning: ANSI does not permit the keyword `inline'
In file included from lib/getctx-compat.hc:22,
from lib/getctx.c:27:
lib/getctx-legacy.hc: In function `vc_X_getctx_legacy':
lib/getctx-legacy.hc:44: warning: ANSI C forbids variable-size array `buf'
In file included from lib/getctx.c:27:
lib/getctx-compat.hc: At top level:
lib/getctx-compat.hc:24: warning: ANSI does not permit the keyword `inline'
source='lib/getversion.c' object='lib/lib_libvserver_a-getversion.o' libtool=no \
depfile='lib/.deps/lib_libvserver_a-getversion.Po'
tmpdepfile='lib/.deps/lib_libvserver_a-getversion.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -pedantic -g -O2 -Wall -pedantic
-W -c -o lib/lib_libvserver_a-getversion.o `test -f 'lib/getversion.c' || echo
'./'`lib/getversion.c
In file included from lib/getversion-internal.hc:27,
from lib/getversion.c:24:
lib/vserver-internal.h:98: warning: ANSI does not permit the keyword `inline'
In file included from lib/getversion.c:24:
lib/getversion-internal.hc:30: warning: ANSI does not permit the keyword `inline'
source='lib/uint2str.c' object='lib/lib_libvserver_a-uint2str.o' libtool=no \
depfile='lib/.deps/lib_libvserver_a-uint2str.Po'
tmpdepfile='lib/.deps/lib_libvserver_a-uint2str.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -pedantic -g -O2 -Wall -pedantic
-W -c -o lib/lib_libvserver_a-uint2str.o `test -f 'lib/uint2str.c' || echo
'./'`lib/uint2str.c
rm -f lib/libvserver.a
ar cru lib/libvserver.a lib/lib_libvserver_a-syscall.o
lib/lib_libvserver_a-syscall_rlimit.o lib/lib_libvserver_a-syscall_kill.o
lib/lib_libvserver_a-checkversion.o lib/lib_libvserver_a-getctx.o
lib/lib_libvserver_a-getversion.o lib/lib_libvserver_a-uint2str.o
ranlib lib/libvserver.a
source='tests/escaperoot.cc' object='tests/escaperoot.o' libtool=no \
depfile='tests/.deps/escaperoot.Po' tmpdepfile='tests/.deps/escaperoot.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o tests/escaperoot.o `test -f 'tests/escaperoot.cc' || echo
'./'`tests/escaperoot.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o tests/escaperoot tests/escaperoot.o
source='tests/forkbomb.cc' object='tests/forkbomb.o' libtool=no \
depfile='tests/.deps/forkbomb.Po' tmpdepfile='tests/.deps/forkbomb.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o tests/forkbomb.o `test -f 'tests/forkbomb.cc' || echo
'./'`tests/forkbomb.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o tests/forkbomb tests/forkbomb.o
source='tests/testipc.cc' object='tests/testipc.o' libtool=no \
depfile='tests/.deps/testipc.Po' tmpdepfile='tests/.deps/testipc.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o tests/testipc.o `test -f 'tests/testipc.cc' || echo
'./'`tests/testipc.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o tests/testipc tests/testipc.o
source='tests/testlimit.cc' object='tests/testlimit.o' libtool=no \
depfile='tests/.deps/testlimit.Po' tmpdepfile='tests/.deps/testlimit.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o tests/testlimit.o `test -f 'tests/testlimit.cc' || echo
'./'`tests/testlimit.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o tests/testlimit tests/testlimit.o
source='tests/testopenf.cc' object='tests/testopenf.o' libtool=no \
depfile='tests/.deps/testopenf.Po' tmpdepfile='tests/.deps/testopenf.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o tests/testopenf.o `test -f 'tests/testopenf.cc' || echo
'./'`tests/testopenf.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o tests/testopenf tests/testopenf.o
source='src/capchroot.c' object='src/capchroot.o' libtool=no \
depfile='src/.deps/capchroot.Po' tmpdepfile='src/.deps/capchroot.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/capchroot.o `test -f 'src/capchroot.c' || echo
'./'`src/capchroot.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/capchroot src/capchroot.o
lib/libvserver.a
source='src/fakerunlevel.c' object='src/fakerunlevel.o' libtool=no \
depfile='src/.deps/fakerunlevel.Po' tmpdepfile='src/.deps/fakerunlevel.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/fakerunlevel.o `test -f 'src/fakerunlevel.c' || echo
'./'`src/fakerunlevel.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/fakerunlevel
src/fakerunlevel.o
source='src/filetime.c' object='src/filetime.o' libtool=no \
depfile='src/.deps/filetime.Po' tmpdepfile='src/.deps/filetime.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/filetime.o `test -f 'src/filetime.c' || echo './'`src/filetime.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/filetime src/filetime.o
source='src/ifspec.c' object='src/ifspec.o' libtool=no \
depfile='src/.deps/ifspec.Po' tmpdepfile='src/.deps/ifspec.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/ifspec.o `test -f 'src/ifspec.c' || echo './'`src/ifspec.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/ifspec src/ifspec.o
source='src/listdevip.c' object='src/listdevip.o' libtool=no \
depfile='src/.deps/listdevip.Po' tmpdepfile='src/.deps/listdevip.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/listdevip.o `test -f 'src/listdevip.c' || echo
'./'`src/listdevip.c
src/listdevip.c: In function `main':
src/listdevip.c:102: warning: unused parameter `argc'
src/listdevip.c:102: warning: unused parameter `argv'
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/listdevip src/listdevip.o
source='src/parserpmdump.c' object='src/parserpmdump.o' libtool=no \
depfile='src/.deps/parserpmdump.Po' tmpdepfile='src/.deps/parserpmdump.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/parserpmdump.o `test -f 'src/parserpmdump.c' || echo
'./'`src/parserpmdump.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/parserpmdump
src/parserpmdump.o
source='src/readlink.c' object='src/readlink.o' libtool=no \
depfile='src/.deps/readlink.Po' tmpdepfile='src/.deps/readlink.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/readlink.o `test -f 'src/readlink.c' || echo './'`src/readlink.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/readlink src/readlink.o
source='src/showattr.c' object='src/showattr.o' libtool=no \
depfile='src/.deps/showattr.Po' tmpdepfile='src/.deps/showattr.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/showattr.o `test -f 'src/showattr.c' || echo './'`src/showattr.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/showattr src/showattr.o
source='src/showperm.c' object='src/showperm.o' libtool=no \
depfile='src/.deps/showperm.Po' tmpdepfile='src/.deps/showperm.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/showperm.o `test -f 'src/showperm.c' || echo './'`src/showperm.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/showperm src/showperm.o
source='src/vbuild.cc' object='src/vbuild.o' libtool=no \
depfile='src/.deps/vbuild.Po' tmpdepfile='src/.deps/vbuild.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o src/vbuild.o `test -f 'src/vbuild.cc' || echo './'`src/vbuild.cc
source='src/vutil.cc' object='src/vutil.o' libtool=no \
depfile='src/.deps/vutil.Po' tmpdepfile='src/.deps/vutil.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o src/vutil.o `test -f 'src/vutil.cc' || echo './'`src/vutil.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o src/vbuild src/vbuild.o src/vutil.o
source='src/vcheck.cc' object='src/vcheck.o' libtool=no \
depfile='src/.deps/vcheck.Po' tmpdepfile='src/.deps/vcheck.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o src/vcheck.o `test -f 'src/vcheck.cc' || echo './'`src/vcheck.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o src/vcheck src/vcheck.o src/vutil.o
source='src/vreboot.c' object='src/vreboot.o' libtool=no \
depfile='src/.deps/vreboot.Po' tmpdepfile='src/.deps/vreboot.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/vreboot.o `test -f 'src/vreboot.c' || echo './'`src/vreboot.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/vreboot src/vreboot.o
source='src/vunify.cc' object='src/src_vunify-vunify.o' libtool=no \
depfile='src/.deps/src_vunify-vunify.Po' tmpdepfile='src/.deps/src_vunify-vunify.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -DVROOTDIR=\"/vservers\" -g
-O2 -ansi -Wall -pedantic -W -c -o src/src_vunify-vunify.o `test -f 'src/vunify.cc' ||
echo './'`src/vunify.cc
source='src/vutil.cc' object='src/src_vunify-vutil.o' libtool=no \
depfile='src/.deps/src_vunify-vutil.Po' tmpdepfile='src/.deps/src_vunify-vutil.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -DVROOTDIR=\"/vservers\" -g
-O2 -ansi -Wall -pedantic -W -c -o src/src_vunify-vutil.o `test -f 'src/vutil.cc' ||
echo './'`src/vutil.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o src/vunify src/src_vunify-vunify.o
src/src_vunify-vutil.o
source='src/chbind.c' object='src/chbind.o' libtool=no \
depfile='src/.deps/chbind.Po' tmpdepfile='src/.deps/chbind.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/chbind.o `test -f 'src/chbind.c' || echo './'`src/chbind.c
src/chbind.c: In function `main':
src/chbind.c:144: warning: ANSI C forbids variable-size array `tmpopt'
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/chbind src/chbind.o
lib/libvserver.a
source='src/chcontext.c' object='src/chcontext.o' libtool=no \
depfile='src/.deps/chcontext.Po' tmpdepfile='src/.deps/chcontext.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/chcontext.o `test -f 'src/chcontext.c' || echo
'./'`src/chcontext.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/chcontext src/chcontext.o
lib/libvserver.a
source='src/rebootmgr.c' object='src/src_rebootmgr-rebootmgr.o' libtool=no \
depfile='src/.deps/src_rebootmgr-rebootmgr.Po'
tmpdepfile='src/.deps/src_rebootmgr-rebootmgr.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -DSBINDIR=\"/usr/local/sbin\"
-DVROOTDIR=\"/vservers\" -Wall -pedantic -g -O2 -Wall -pedantic -W -c -o
src/src_rebootmgr-rebootmgr.o `test -f 'src/rebootmgr.c' || echo './'`src/rebootmgr.c
src/rebootmgr.c: In function `main':
src/rebootmgr.c:175: warning: ANSI C forbids variable-size array `handles'
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/rebootmgr
src/src_rebootmgr-rebootmgr.o
source='src/reducecap.c' object='src/reducecap.o' libtool=no \
depfile='src/.deps/reducecap.Po' tmpdepfile='src/.deps/reducecap.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/reducecap.o `test -f 'src/reducecap.c' || echo
'./'`src/reducecap.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/reducecap src/reducecap.o
lib/libvserver.a
source='src/vlimit.c' object='src/vlimit.o' libtool=no \
depfile='src/.deps/vlimit.Po' tmpdepfile='src/.deps/vlimit.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/vlimit.o `test -f 'src/vlimit.c' || echo './'`src/vlimit.c
In file included from src/vlimit.c:32:
lib/vserver-internal.h:98: warning: ANSI does not permit the keyword `inline'
src/vlimit.c:43: warning: ANSI does not permit the keyword `inline'
src/vlimit.c: In function `appendLimit':
src/vlimit.c:99: warning: ANSI C forbids long long integer constants
src/vlimit.c: In function `main':
src/vlimit.c:179: warning: ANSI C forbids long long integer constants
src/vlimit.c:180: warning: ANSI C forbids long long integer constants
src/vlimit.c:181: warning: ANSI C forbids long long integer constants
src/vlimit.c:193: warning: ANSI C forbids long long integer constants
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/vlimit src/vlimit.o
lib/libvserver.a
source='src/vdu.c' object='src/vdu.o' libtool=no \
depfile='src/.deps/vdu.Po' tmpdepfile='src/.deps/vdu.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/vdu.o `test -f 'src/vdu.c' || echo './'`src/vdu.c
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/vdu src/vdu.o
source='src/vfiles.cc' object='src/vfiles.o' libtool=no \
depfile='src/.deps/vfiles.Po' tmpdepfile='src/.deps/vfiles.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o src/vfiles.o `test -f 'src/vfiles.cc' || echo './'`src/vfiles.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o src/vfiles src/vfiles.o src/vutil.o
source='src/vkill.c' object='src/src_vkill-vkill.o' libtool=no \
depfile='src/.deps/src_vkill-vkill.Po' tmpdepfile='src/.deps/src_vkill-vkill.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE
-DLEGACYDIR=\"/usr/local/lib/util-vserver/legacy\" -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/src_vkill-vkill.o `test -f 'src/vkill.c' || echo
'./'`src/vkill.c
src/vkill.c:68: warning: ANSI does not permit the keyword `inline'
src/vkill.c:117: warning: ANSI does not permit the keyword `inline'
src/vkill.c: In function `kill_wrapper_legacy':
src/vkill.c:118: warning: unused parameter `ctx'
src/vkill.c:118: warning: unused parameter `sig'
src/vkill.c: In function `main':
src/vkill.c:173: warning: ANSI C forbids specifying structure member to initialize
src/vkill.c:174: warning: ANSI C forbids specifying structure member to initialize
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/vkill src/src_vkill-vkill.o
lib/libvserver.a
source='src/vserver-stat.c' object='src/vserver-stat.o' libtool=no \
depfile='src/.deps/vserver-stat.Po' tmpdepfile='src/.deps/vserver-stat.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.29.3\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -Wall -pedantic -g -O2 -Wall
-pedantic -W -c -o src/vserver-stat.o `test -f 'src/vserver-stat.c' || echo
'./'`src/vserver-stat.c
src/vserver-stat.c: In function `convert_time':
src/vserver-stat.c:333: warning: `.' not followed by `*' or digit in format
src/vserver-stat.c:338: warning: `.' not followed by `*' or digit in format
src/vserver-stat.c:341: warning: `.' not followed by `*' or digit in format
gcc -Wall -pedantic -g -O2 -Wall -pedantic -W -o src/vserver-stat
src/vserver-stat.o lib/libvserver.a
sed -e 's!@'PKGLIBDIR'@!/usr/local/lib/util-vserver!g; \
s!@'SBINDIR'@!/usr/local/sbin!g; \
s!@'VSERVERDIR'@!/vservers!g' 'scripts/vkill.subst'
>'scripts/vkill.tmp'
mv 'scripts/vkill.tmp' 'scripts/vkill'
ln -s showattr 'src/setattr'
sed -e 's!@'PKGLIBDIR'@!/usr/local/lib/util-vserver!g; \
s!@'SBINDIR'@!/usr/local/sbin!g; \
s!@'VSERVERDIR'@!/vservers!g' 'scripts/vps.subst' >'scripts/vps.tmp'
mv 'scripts/vps.tmp' 'scripts/vps'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/rebootmgr.subst' >'sysv/rebootmgr.tmp'
if cmp -s 'sysv/rebootmgr.subst' 'sysv/rebootmgr.tmp'; then \
cp -p 'sysv/rebootmgr.subst' 'sysv/rebootmgr'; \
else \
mv -f 'sysv/rebootmgr.tmp' 'sysv/rebootmgr'; \
fi
rm -f 'sysv/rebootmgr.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/v_gated.subst' >'sysv/v_gated.tmp'
if cmp -s 'sysv/v_gated.subst' 'sysv/v_gated.tmp'; then \
cp -p 'sysv/v_gated.subst' 'sysv/v_gated'; \
else \
mv -f 'sysv/v_gated.tmp' 'sysv/v_gated'; \
fi
rm -f 'sysv/v_gated.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/v_httpd.subst' >'sysv/v_httpd.tmp'
if cmp -s 'sysv/v_httpd.subst' 'sysv/v_httpd.tmp'; then \
cp -p 'sysv/v_httpd.subst' 'sysv/v_httpd'; \
else \
mv -f 'sysv/v_httpd.tmp' 'sysv/v_httpd'; \
fi
rm -f 'sysv/v_httpd.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/v_named.subst' >'sysv/v_named.tmp'
if cmp -s 'sysv/v_named.subst' 'sysv/v_named.tmp'; then \
cp -p 'sysv/v_named.subst' 'sysv/v_named'; \
else \
mv -f 'sysv/v_named.tmp' 'sysv/v_named'; \
fi
rm -f 'sysv/v_named.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/v_portmap.subst' >'sysv/v_portmap.tmp'
if cmp -s 'sysv/v_portmap.subst' 'sysv/v_portmap.tmp'; then \
cp -p 'sysv/v_portmap.subst' 'sysv/v_portmap'; \
else \
mv -f 'sysv/v_portmap.tmp' 'sysv/v_portmap'; \
fi
rm -f 'sysv/v_portmap.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/v_sendmail.subst' >'sysv/v_sendmail.tmp'
if cmp -s 'sysv/v_sendmail.subst' 'sysv/v_sendmail.tmp'; then \
cp -p 'sysv/v_sendmail.subst' 'sysv/v_sendmail'; \
else \
mv -f 'sysv/v_sendmail.tmp' 'sysv/v_sendmail'; \
fi
rm -f 'sysv/v_sendmail.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/v_smb.subst' >'sysv/v_smb.tmp'
if cmp -s 'sysv/v_smb.subst' 'sysv/v_smb.tmp'; then \
cp -p 'sysv/v_smb.subst' 'sysv/v_smb'; \
else \
mv -f 'sysv/v_smb.tmp' 'sysv/v_smb'; \
fi
rm -f 'sysv/v_smb.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/v_sshd.subst' >'sysv/v_sshd.tmp'
if cmp -s 'sysv/v_sshd.subst' 'sysv/v_sshd.tmp'; then \
cp -p 'sysv/v_sshd.subst' 'sysv/v_sshd'; \
else \
mv -f 'sysv/v_sshd.tmp' 'sysv/v_sshd'; \
fi
rm -f 'sysv/v_sshd.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/v_xinetd.subst' >'sysv/v_xinetd.tmp'
if cmp -s 'sysv/v_xinetd.subst' 'sysv/v_xinetd.tmp'; then \
cp -p 'sysv/v_xinetd.subst' 'sysv/v_xinetd'; \
else \
mv -f 'sysv/v_xinetd.tmp' 'sysv/v_xinetd'; \
fi
rm -f 'sysv/v_xinetd.tmp'
sed -e 's!/usr/lib/util-vserver!/usr/local/lib/util-vserver!g; \
s!^USR_SBIN=/usr/sbin$!USR_SBIN=/usr/local/sbin!g; \
s!^VROOTDIR=/vservers$!VROOTDIR=/vservers!g; \
' 'sysv/vservers.subst' >'sysv/vservers.tmp'
if cmp -s 'sysv/vservers.subst' 'sysv/vservers.tmp'; then \
cp -p 'sysv/vservers.subst' 'sysv/vservers'; \
else \
mv -f 'sysv/vservers.tmp' 'sysv/vservers'; \
fi
rm -f 'sysv/vservers.tmp'
sed -e 's!@'PKGLIBDIR'@!/usr/local/lib/util-vserver!g; \
s!@'SBINDIR'@!/usr/local/sbin!g; \
s!@'VSERVERDIR'@!/vservers!g' 'scripts/util-vserver-vars.subst'
>'scripts/util-vserver-vars.tmp'
mv 'scripts/util-vserver-vars.tmp' 'scripts/util-vserver-vars'
make[1]: Leaving directory `/usr/src/util-vserver-0.29.3'
Script done on Thu Mar 4 10:18:45 2004