From owner-freebsd-afs@FreeBSD.ORG Wed May 5 21:02:33 2010 Return-Path: Delivered-To: freebsd-afs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39C37106566B for ; Wed, 5 May 2010 21:02:33 +0000 (UTC) (envelope-from me@janh.de) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mx1.freebsd.org (Postfix) with ESMTP id B04608FC15 for ; Wed, 5 May 2010 21:02:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 8C114902E3; Wed, 5 May 2010 23:02:31 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id j-6PXVMBlo3V; Wed, 5 May 2010 23:02:31 +0200 (CEST) Received: from [192.168.178.31] (e177246216.adsl.alicedsl.de [85.177.246.216]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 0ED02904C8; Wed, 5 May 2010 23:02:30 +0200 (CEST) Message-ID: <4BE1DCE1.1080003@janh.de> Date: Wed, 05 May 2010 23:02:25 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: Benjamin Kaduk References: <558186334.2619.1271175586732.JavaMail.root@thunderbeast.private.linuxbox.com> <4BC4A5F1.6050406@janh.de> <4BC5EEB5.5050109@janh.de> <4BE01AF0.3080309@janh.de> <4BE1601E.1010809@janh.de> <4BE16952.9080502@janh.de> <4BE1A121.80806@janh.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: afs-list freebsd Subject: Re: AFS on FreeBSD 8? X-BeenThere: freebsd-afs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: The Andrew File System and FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 21:02:33 -0000 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