From owner-freebsd-afs@FreeBSD.ORG Wed May 5 12:19:44 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 517FA1065677 for ; Wed, 5 May 2010 12:19:44 +0000 (UTC) (envelope-from shadow@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 219FE8FC21 for ; Wed, 5 May 2010 12:19:43 +0000 (UTC) Received: by pvc30 with SMTP id 30so824597pvc.13 for ; Wed, 05 May 2010 05:19:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=0H5AUCGNsd38LjjkbIVOYRgQfeEvCE/IAqbPRgb5SDA=; b=cMeMaQ4Pgh499QOUYzP3dbkx+sf3bBhq1LxxF/DRpUvBwuDo4bAW1ygUR3EE4BGYMI HW8jEbcvu9RgCaZ/rOdlzGBvjQpzbDtk1D+pHlgfdEqdFAaQu0BsR2U1HL5YK+9C6YDF FPXE+hsoR+V6QHavbt9goTeDMql8CbZu4/oZk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=eHKdstlsnBJ8w7TSfmdlHIn8ve3Ptf+DQ1a9rPHNlk4x0ft3P52NXrbVgZ6MOibEwP TVAgRwQb92RiAxu4ZMHGSx5cxM6RBcHty0tmyrhq7BSBg8QsWxP8F2H75Zi7bOFesF0n EqKbtV0KKrj/VHprV7IEGk9u0H/3nEYSzHhbk= MIME-Version: 1.0 Received: by 10.141.106.11 with SMTP id i11mr5652473rvm.242.1273061977580; Wed, 05 May 2010 05:19:37 -0700 (PDT) Received: by 10.140.166.10 with HTTP; Wed, 5 May 2010 05:19:37 -0700 (PDT) In-Reply-To: <4BE1601E.1010809@janh.de> 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> Date: Wed, 5 May 2010 08:19:37 -0400 Message-ID: From: Derrick Brashear To: Jan Henrik Sylvester Content-Type: text/plain; charset=ISO-8859-1 Cc: afs-list freebsd , Benjamin Kaduk 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 12:19:44 -0000 On Wed, May 5, 2010 at 8:10 AM, Jan Henrik Sylvester wrote: > On 05/04/2010 18:45, Benjamin Kaduk wrote: >> >> On Tue, 4 May 2010, Jan Henrik Sylvester wrote: >>> >>> The machine is a Core2Quad (four cores) currently running on a GENERIC >>> FreeBSD-8.0-RELEASE i386. I plan to test amd64 in a few weeks. (All >>> the other machines I could use for testing are i386, too, one 8-STABLE >>> and the others 8.0-RELEASE.) >> >> Thanks! I suspect that we are not quite safe for the SMP case, yet. > > Unfortunately, I do not have a real single processor machine anymore. My > Atom based "netbook" (single processor, hyper-threading) comes closest. > Maybe I find some time to bring it to a similar configuration. With the > improved packaging list, I probably can just make a package... > >>> The port has 1.5.73.3 hard coded, but if I understand it correctly, it >>> pulls the latest git (currently something beyond 1.5.74) -- or am I >>> wrong? >>> >>> I just tried to build it again, but it did not succeed: >>> >> [snip errors] >> >> There was some refactoring that went into git master a couple days ago; >> it looks like the freebsd-specific code needs a few tweaks to compile. >> You coul revert back to the 1.5.74 release branch, but it looks like >> Derrick has committed a fix since you reported this, so why don't you >> 'make clean' and try again? > > As of today, the error remains. what did you check out? origin/master? if you checked out 1.5.74, then you have to apply the patch from yesterday.