Re: AFS on FreeBSD 8?
Jan Henrik Sylvester <[email protected]> Wed, 05 May 2010 23:02:25 +0200
| Newsgroups | gmane.os.freebsd.devel.afs |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-afs To unsubscribe, send any mail to "[email protected]"