[OpenAFS-devel] Testing (and a call for volunteers)

Jason Edgecombe jason@rampaginggeek.com
Fri, 21 Sep 2012 23:21:58 -0400


On 09/19/2012 08:46 PM, Jeffrey Altman wrote:
>
> On Wednesday, September 19, 2012 8:37:02 PM, Jason Edgecombe wrote:
>
>> % grep 127 /etc/hosts
>> 127.0.0.1    localhost
>> 127.0.1.1    jason-laptop
>>
> In other words, 'yes'.   The machine is misconfigured for running
> OpenAFS servers.
> OpenAFS does not support local hostname resolution to loopback
> addresses.
>
> Jason, you might volunteer to submit an test for this condition and
> generate a
> warning at the beginning of 'make check' and then skip all of the
> server tests.
>
> Jeffrey Altman
>
>
I've pushed http://gerrit.openafs.org/8145 but it's not complete. I'm 
having trouble with compiling.

running "make" in the tests/volser folder gives me:
isloopbacknet-t.o: In function `main':
isloopbacknet-t.c:(.text+0x99): undefined reference to `skip_all'
isloopbacknet-t.c:(.text+0xa3): undefined reference to `plan'
isloopbacknet-t.c:(.text+0xb2): undefined reference to `diag'
isloopbacknet-t.c:(.text+0xd0): undefined reference to `ok'
collect2: ld returned 1 exit status
make: *** [isloopbacknet-t] Error 1

How do I fix the Makefile.in?

Should islookbacknet-t.c be moved to a common place?

Jason