On 09/19/2012 07:55 PM, Marc Dionne wrote:
On Sun, Sep 16, 2012 at 3:50 PM, Jason Edgecombe
<[email protected]> wrote:
On 09/16/2012 02:58 PM, Simon Wilkinson wrote:
On 16 Sep 2012, at 19:34, Jason Edgecombe wrote:

I'm still getting compile errors on make check:
So, this is the problem ...

/usr/bin/ld: warning: librokenafs.so.1, needed by
/home/jwedgeco/openafs/openafs-git/openafs/lib/libafshcrypto.so, not found
(try using -rpath or -rpath-link)
I guess on your platform hcrypto needs stuff from roken. This is the kind
of thing that libtool handles automatically for us, so I've just converted
the tests/opr directory to use libtool (and to be pthreaded, into the
bargain)

Give http://gerrit.openafs.org/8127 a go, and let me know how you get on.

Here is the output:
==============cut================
$ tests/libwrap `pwd`/lib tests/runtests -o tests/volser/vos
1..6
ok 1 - Successfully got security class
ok 2 - Successfully built ubik client structure
# wanted: 0
#   seen: -1
not ok 3 - First address registration succeeds
# wanted: 0
#   seen: -1
not ok 4 - Second address registration succeeds
vos: could not list the server addresses
Possible communication failure
# wanted: 10.0.0.0
10.0.0.1
10.0.0.2
10.0.0.3
10.0.0.4
10.0.0.5
10.0.0.6
10.0.0.7
10.0.0.8
10.0.0.9
10.0.0.10
10.0.0.11
10.0.0.12
10.0.0.13
10.0.0.14
10.0.0.15

#   seen:
not ok 5 - vos output matches
Server exited with code 2
# wanted: 0
#   seen: -1
not ok 6 - Server exited cleanly
# Looks like you failed 4 tests of 6
==============cut================

Thanks,
Jason
What does /etc/hosts look like on that machine?  Any 127.0.0.1 entry
with the host name?
% grep 127 /etc/hosts
127.0.0.1    localhost
127.0.1.1    jason-laptop

_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to