caps test bugs

Matthew Dillon dillon at apollo.backplane.com
Tue Jan 27 21:07:59 PST 2004


    I think you need to update your whole system.... kernel and world.
    In fact, some of the thread tests *shouldn't* compile (thr3.c will
    fail to compile), but the newer caps client and server should compile
    just fine.  You can bypass the others by just doing a
    'make /tmp/caps_s /tmp/caps_c' ... after you've updated your whole 
    system.

    You may want to wait a day or two for the current compiler issues to
    stabilize first, though.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>


:Tried to build caps tests... I went to /usr/src/lib/libcaps and did a
:"make includes" first.
:
:Then I installed libcaps and cd'd to /usr/src/test/caps and typed make.
:
:I got the following result:
:[14:59] dave(yars):../test/caps %> sudo make
:cc -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/i386 -DSMP thr1.c -lcaps -o /tmp
:/thr1
:cc -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/i386 -DSMP thr2.c -lcaps -o /tmp
:/thr2
:cc -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/i386 -DSMP thr3.c -lcaps -o /tmp
:/thr3
:cc -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/i386 -DSMP -DDEBUG server.c -o /
:tmp/caps_s
:server.c: In function `main':
:server.c:19: storage size of `msgid' isn't known
:*** Error code 1
:
:Dave






More information about the Bugs mailing list