Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 2010 23:02:25 +0200
From:      Jan Henrik Sylvester <me@janh.de>
To:        Benjamin Kaduk <kaduk@MIT.EDU>
Cc:        afs-list freebsd <freebsd-afs@freebsd.org>
Subject:   Re: AFS on FreeBSD 8?
Message-ID:  <4BE1DCE1.1080003@janh.de>
In-Reply-To: <alpine.GSO.1.10.1005051358180.29136@multics.mit.edu>
References:  <558186334.2619.1271175586732.JavaMail.root@thunderbeast.private.linuxbox.com> <alpine.GSO.1.10.1004131220540.29136@multics.mit.edu> <4BC4A5F1.6050406@janh.de> <alpine.GSO.1.10.1004131314070.29136@multics.mit.edu> <4BC5EEB5.5050109@janh.de> <alpine.GSO.1.10.1004141242470.29136@multics.mit.edu> <4BE01AF0.3080309@janh.de> <alpine.GSO.1.10.1005041225120.29136@multics.mit.edu> <4BE1601E.1010809@janh.de> <r2xdb6e3f111005050519m9033ea77x71a2bf0743e0c37a@mail.gmail.com> <4BE16952.9080502@janh.de> <alpine.GSO.1.10.1005051229160.29136@multics.mit.edu> <4BE1A121.80806@janh.de> <alpine.GSO.1.10.1005051358180.29136@multics.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 05/05/2010 19:59, Benjamin Kaduk wrote:
> On Wed, 5 May 2010, Jan Henrik Sylvester wrote:
>
>> On 05/05/2010 18:34, Benjamin Kaduk wrote:
>>> On Wed, 5 May 2010, Jan Henrik Sylvester wrote:
>>>
>>>> On 05/05/2010 14:19, Derrick Brashear wrote:
>>>>>
>>>>> what did you check out? origin/master? if you checked out 1.5.74, then
>>>>> you have to apply the patch from yesterday.
>>>>
>>>> I do not know. I simply did use the port assuming that it got master,
>>>> since even though it has 1.5.73.3 hard coded in it, it changed over
>>>> time. Is my assumption incorrect?
>>>
>>> The port checks out master, but it only checks out during the 'extract'
>>> phase of building the port. Thus, you need to 'make clean' in the
>>> net/openafs-devel directory to cause a subsequent 'make' to get an
>>> updated checkout.
>>
>> Yes, I did (and "git status" in net/openafs-devel/work/openafs/ gives
>> me "# On branch master nothing to commit").
>>
>> I still have the same error as in my previous mail:
>> http://lists.freebsd.org/pipermail/freebsd-afs/2010-May/000285.html
>>
>> I had a look in src/afs/FBSD/osi_vcache.c and I do not see where "tvc"
>> from line 41 has been declared. Is it supposed to be "avc" (wild guess)?
>
> It is supposed to be 'avc', but there was another set of changes needed
> to compile.
>
> Hm, do you get any output if you do a 'git pull origin/master' in
> net/openafs-devel/work/openafs/ ?

# git pull origin/master
fatal: 'origin/master' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
# git pull master
fatal: 'master' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
# git pull origin
Already up-to-date.

Line 41 of src/afs/FBSD/osi_vcache.c still contains "tvc", but currently 
the build already dies at 'LockType' undeclared in 
/usr/ports/net/openafs-devel/work/openafs/src/afs/VNOPS/afs_vnop_flock.c:437 
and does not even get to the FreeBSD part.

Cheers,
Jan Henrik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BE1DCE1.1080003>