About this list Date view Thread view Subject view Author view Attachment view

From: Alexander Goeres (agoeres_at_lieblinx.net)
Date: Mon 03 Nov 2003 - 20:42:09 GMT


Hi Enrico!

Am Samstag, 1. November 2003 00:08 schrieb Enrico Scholz:
> agoeres_at_lieblinx.net (Alexander Goeres) writes:
> > with util-vserver (which btw failed to compile completely
>
> Which errors, which environment? Build of 0.23.96 has been tested
> successfully on RH rawhide, RHL 7.3 and Debian 2.2.

The environment is Debian 3.0 and a kernel that was patched with the patches
from
http://vserver.13thfloor.at/Linux2.6/index.php?page=Per+Context+Disk+Limits.

configure seems to run without problems, but make doesn't make it. I'll attach
the nohups of configure and make.

greetings
Alexander
-------------------------------------------
agoeres_at_lieblinx.net
tel.: +49 (0)30 / 61 20 26 87
fax: +49 (0)30 / 61 20 26 89
-------------------------------------------
lieblinxNET
     we do software
a Marwood & Thiele GbR
-------------------------------------------
reichenber straße 125
10999 Berlin

http://lieblinx.net
-------------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
configure-output:

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... 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... /lib/modules/2.4.22-c17e/build
checking for linux kernel headers... /lib/modules/2.4.22-c17e/build/include
checking which vserver-rootdir is to use... /var/lib/vservers
checking for supported APIs... legacy,compat
checking for sys_virtual_context... no
checking whether MS_MOVE is declared... no
checking for ctx_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

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
make output

make[1]: Entering directory `/root/util-vserver-0.23.96'
test -z "sysv/rebootmgr sysv/v_gated sysv/v_httpd sysv/v_named sysv/v_portmap
sysv/v_sendmail sysv/v_smb sysv/v_sshd sysv/v_xinetd sysv/vservers
scripts/util-vserver-vars scripts/vkill scripts/vps linuxconf/newvserver
linuxcaps.h linuxvirtual.h" || rm -f sysv/rebootmgr sysv/v_gated sysv/v_httpd
sysv/v_named sysv/v_portmap sysv/v_sendmail sysv/v_smb sysv/v_sshd
sysv/v_xinetd sysv/vservers scripts/util-vserver-vars scripts/vkill
scripts/vps linuxconf/newvserver linuxcaps.h linuxvirtual.h
test -z "lib/libvserver.a" || rm -f lib/libvserver.a
test -z "tests/chrootsafe tests/escaperoot tests/forkbomb tests/testipc
tests/testlimit tests/testopenf" || rm -f tests/chrootsafe tests/escaperoot
tests/forkbomb tests/testipc tests/testlimit tests/testopenf
test -z "src/capchroot src/fakerunlevel src/filetime src/ifspec src/listdevip
src/parserpmdump src/readlink src/showattr src/showperm src/vbuild src/vcheck
src/vreboot src/vunify" || rm -f src/capchroot src/fakerunlevel src/filetime
src/ifspec src/listdevip src/parserpmdump src/readlink src/showattr
src/showperm src/vbuild src/vcheck src/vreboot src/vunify
test -z "src/chbind src/chcontext src/rebootmgr src/reducecap src/vdu
src/vfiles src/vserver-stat" || rm -f src/chbind src/chcontext src/rebootmgr
src/reducecap src/vdu src/vfiles src/vserver-stat
rm -f *.o core *.core
rm -f lib/lib_libvserver_a-checkversion.o
rm -f lib/lib_libvserver_a-getctx.o
rm -f lib/lib_libvserver_a-getversion.o
rm -f lib/lib_libvserver_a-syscall.o
rm -f lib/lib_libvserver_a-uint2str.o
rm -f src/capchroot.o
rm -f src/chbind.o
rm -f src/chcontext.o
rm -f src/fakerunlevel.o
rm -f src/filetime.o
rm -f src/ifspec.o
rm -f src/listdevip.o
rm -f src/parserpmdump.o
rm -f src/readlink.o
rm -f src/reducecap.o
rm -f src/showattr.o
rm -f src/showperm.o
rm -f src/src_rebootmgr-rebootmgr.o
rm -f src/src_vunify-vunify.o
rm -f src/src_vunify-vutil.o
rm -f src/vbuild.o
rm -f src/vcheck.o
rm -f src/vdu.o
rm -f src/vfiles.o
rm -f src/vreboot.o
rm -f src/vserver-stat.o
rm -f src/vutil.o
rm -f tests/chrootsafe.o
rm -f tests/escaperoot.o
rm -f tests/forkbomb.o
rm -f tests/testipc.o
rm -f tests/testlimit.o
rm -f tests/testopenf.o
make[1]: Leaving directory `/root/util-vserver-0.23.96'
ln -sf /lib/modules/2.4.22-c17e/build/include/linux/capability.h linuxcaps.h
ln -sf '/lib/modules/2.4.22-c17e/build/include/linux/virtual.h'
'linuxvirtual.h' && test -e 'linuxvirtual.h' || \
        ln -sf './lib/virtual.h' 'linuxvirtual.h'
make all-am
make[1]: Entering directory `/root/util-vserver-0.23.96'
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. -I/lib/modules/2.4.22-c17e/build/include
-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/modules/2.4.22-c17e/build/include/linux/posix_types.h:46,
                 from /lib/modules/2.4.22-c17e/build/include/linux/types.h:15,
                 from linuxvirtual.h:4,
                 from lib/syscall.c:26:
/lib/modules/2.4.22-c17e/build/include/asm/posix_types.h:36: warning: ANSI C
does not support `long long'
In file included from /lib/modules/2.4.22-c17e/build/include/linux/types.h:16,
                 from linuxvirtual.h:4,
                 from lib/syscall.c:26:
/lib/modules/2.4.22-c17e/build/include/asm/types.h:21: warning: ANSI C does
not support `long long'
/lib/modules/2.4.22-c17e/build/include/asm/types.h:22: warning: ANSI C does
not support `long long'
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: In function `vc_set_ipv4root_legacy':
lib/syscall-legacy.hc:184: warning: ANSI C forbids variable-size array `ip'
lib/syscall-legacy.hc:185: warning: ANSI C forbids variable-size array `mask'
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. -I/lib/modules/2.4.22-c17e/build/include
-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/modules/2.4.22-c17e/build/include/linux/posix_types.h:46,
                 from /lib/modules/2.4.22-c17e/build/include/linux/types.h:15,
                 from linuxvirtual.h:4,
                 from lib/getversion-internal.hc:28,
                 from lib/checkversion.c:25:
/lib/modules/2.4.22-c17e/build/include/asm/posix_types.h:36: warning: ANSI C
does not support `long long'
In file included from /lib/modules/2.4.22-c17e/build/include/linux/types.h:16,
                 from linuxvirtual.h:4,
                 from lib/getversion-internal.hc:28,
                 from lib/checkversion.c:25:
/lib/modules/2.4.22-c17e/build/include/asm/types.h:21: warning: ANSI C does
not support `long long'
/lib/modules/2.4.22-c17e/build/include/asm/types.h:22: warning: ANSI C does
not support `long long'
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. -I/lib/modules/2.4.22-c17e/build/include
-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-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. -I/lib/modules/2.4.22-c17e/build/include
-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/modules/2.4.22-c17e/build/include/linux/posix_types.h:46,
                 from /lib/modules/2.4.22-c17e/build/include/linux/types.h:15,
                 from linuxvirtual.h:4,
                 from lib/getversion-internal.hc:28,
                 from lib/getversion.c:24:
/lib/modules/2.4.22-c17e/build/include/asm/posix_types.h:36: warning: ANSI C
does not support `long long'
In file included from /lib/modules/2.4.22-c17e/build/include/linux/types.h:16,
                 from linuxvirtual.h:4,
                 from lib/getversion-internal.hc:28,
                 from lib/getversion.c:24:
/lib/modules/2.4.22-c17e/build/include/asm/types.h:21: warning: ANSI C does
not support `long long'
/lib/modules/2.4.22-c17e/build/include/asm/types.h:22: warning: ANSI C does
not support `long long'
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. -I/lib/modules/2.4.22-c17e/build/include
-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-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/chrootsafe.cc' object='tests/chrootsafe.o' libtool=no \
depfile='tests/.deps/chrootsafe.Po' tmpdepfile='tests/.deps/chrootsafe.TPo' \
depmode=gcc /bin/sh ./depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I ./lib -D VERSION=\"0.23.96\" -D
PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE -g -O2 -ansi -Wall
-pedantic -W -c -o tests/chrootsafe.o `test -f 'tests/chrootsafe.cc' || echo
'./'`tests/chrootsafe.cc
g++ -g -O2 -ansi -Wall -pedantic -W -o tests/chrootsafe tests/chrootsafe.o
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.23.96\" -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
In file included from /usr/include/linux/compiler.h:17,
                 from /usr/include/asm/sigcontext.h:4,
                 from /usr/include/bits/sigcontext.h:28,
                 from /usr/include/signal.h:326,
                 from /usr/include/sys/wait.h:30,
                 from /usr/include/wait.h:1,
                 from tests/escaperoot.cc:32:
/usr/include/linux/compiler-gcc2.h:15: warning: `__attribute_used__' redefined
/usr/include/sys/cdefs.h:195: warning: this is the location of the previous
definition
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.23.96\" -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
In file included from /usr/include/linux/compiler.h:17,
                 from /usr/include/asm/sigcontext.h:4,
                 from /usr/include/bits/sigcontext.h:28,
                 from /usr/include/signal.h:326,
                 from /usr/include/sys/wait.h:30,
                 from tests/forkbomb.cc:24:
/usr/include/linux/compiler-gcc2.h:15: warning: `__attribute_used__' redefined
/usr/include/sys/cdefs.h:195: warning: this is the location of the previous
definition
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.23.96\" -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.23.96\" -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
In file included from /usr/include/linux/compiler.h:17,
                 from /usr/include/asm/sigcontext.h:4,
                 from /usr/include/bits/sigcontext.h:28,
                 from /usr/include/signal.h:326,
                 from /usr/include/sys/wait.h:30,
                 from tests/testlimit.cc:22:
/usr/include/linux/compiler-gcc2.h:15: warning: `__attribute_used__' redefined
/usr/include/sys/cdefs.h:195: warning: this is the location of the previous
definition
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.23.96\" -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
In file included from /usr/include/linux/compiler.h:17,
                 from /usr/include/asm/sigcontext.h:4,
                 from /usr/include/bits/sigcontext.h:28,
                 from /usr/include/signal.h:326,
                 from /usr/include/sys/wait.h:30,
                 from tests/testopenf.cc:22:
/usr/include/linux/compiler-gcc2.h:15: warning: `__attribute_used__' redefined
/usr/include/sys/cdefs.h:195: warning: this is the location of the previous
definition
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.23.96\" -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
In file included from /usr/include/linux/fs.h:12,
                 from linuxcaps.h:17,
                 from src/capchroot.c:39:
/usr/include/linux/wait.h:4: warning: `WNOHANG' redefined
/usr/include/bits/waitflags.h:26: warning: this is the location of the
previous definition
/usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined
/usr/include/bits/waitflags.h:27: warning: this is the location of the
previous definition
In file included from /usr/include/linux/fs.h:16,
                 from linuxcaps.h:17,
                 from src/capchroot.c:39:
/usr/include/linux/list.h:576: warning: #warning "don't include kernel headers
in userspace"
In file included from /usr/include/linux/fs.h:20,
                 from linuxcaps.h:17,
                 from src/capchroot.c:39:
/usr/include/linux/radix-tree.h:52: warning: ANSI does not permit the keyword
`inline'
/usr/include/linux/radix-tree.h: In function `radix_tree_preload_end':
/usr/include/linux/radix-tree.h:54: warning: implicit declaration of function
`current_thread_info'
/usr/include/linux/radix-tree.h:54: invalid type argument of `->'
/usr/include/linux/radix-tree.h:54: warning: implicit declaration of function
`barrier'
/usr/include/linux/radix-tree.h:54: warning: implicit declaration of function
`unlikely'
/usr/include/linux/radix-tree.h:54: warning: implicit declaration of function
`test_thread_flag'
/usr/include/linux/radix-tree.h:54: `TIF_NEED_RESCHED' undeclared (first use
in this function)
/usr/include/linux/radix-tree.h:54: (Each undeclared identifier is reported
only once
/usr/include/linux/radix-tree.h:54: for each function it appears in.)
make[1]: *** [src/capchroot.o] Fehler 1
make[1]: Leaving directory `/root/util-vserver-0.23.96'
make: *** [all] Fehler 2

_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


About this list Date view Thread view Subject view Author view Attachment view
[Next/Previous Months] [Main vserver Project Homepage] [Howto Subscribe/Unsubscribe] [Paul Sladen's vserver stuff]
Generated on Mon 03 Nov 2003 - 19:43:42 GMT by hypermail 2.1.3