From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 21:06:40 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C076B230 for ; Tue, 15 Apr 2014 21:06:40 +0000 (UTC) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94B621C5D for ; Tue, 15 Apr 2014 21:06:40 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id lj1so10062446pab.20 for ; Tue, 15 Apr 2014 14:06:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=+YBChQU/2dU+KdZqnfKe01bcA3V9q5ynNq1FDkNwOgA=; b=j0W17+0OJIw8HmISrOWEPMkbaC2X+64HrSMqZbOKsXkgnPVXEE+s2ON/gp05LV+3Ky ngy54tsY5gobtuBW2LmXFR19+FmAlmD92JCkQ9sK1xxiGHfUbuF8Oz+3WDrtvZEl3ikV fQYz1M1E+ZcGIz+KTpFXi2XJfX+VxlEbMY9YFLInsTkV76yuMpFdP0eX/y3aYzm/ayhP aSJVG+18Om8QIIkHDHhuBun8xWWLvsAzctaAS8j87kb8fSgumJ5CG08yr5nRG/vbzPT+ rRDbyoYHmygss3NoQbcejS6sHnrR7QtPUvETGoe1ePBBknjH0rRiJkWFMpvrWmLX8LzS QsBQ== X-Received: by 10.68.196.168 with SMTP id in8mr4406009pbc.132.1397596000237; Tue, 15 Apr 2014 14:06:40 -0700 (PDT) Received: from orbital.joshualokken.com (131-191-87-89.nv.clicknet.org. [131.191.87.89]) by mx.google.com with ESMTPSA id vf7sm42390136pbc.5.2014.04.15.14.06.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Apr 2014 14:06:39 -0700 (PDT) Date: Tue, 15 Apr 2014 14:06:36 -0700 From: Joshua Lokken To: freebsd-questions@freebsd.org Subject: Re: Freeradius 3.0.2 broken? Message-ID: <20140415210636.GA21318@orbital.joshualokken.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 21:06:40 -0000 On Tue, Apr 15, 2014 at 11:58:21AM -0400, Thomas Hoffmann wrote: > On Tue, Apr 15, 2014 at 2:48 AM, Chris Knipe wrote: > > > Hi All, > > > > Trying in vain to compile FR 3.0.2 on a stock FBSD 10.0-RELEASE > > system. It seems that the port is borked? > > > > Well, not for me. I just successfully test installed net/freeradius3 > (3.0.2_2) on a VirtualBox VM with FreeBSD-10.0-RELEASE amd64. > > There was an update committed for net/freeradius on 4/9/2014 to fix the > build. Ref: > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=29001037+0+current/svn-ports-head > > Perhaps you need to update your local ports collection? Curiously, last night devel/gvfs failed to install for me, for almost the exact same reason, "No such file or directory" for the smb modules, with an up-to-date ports tree. Fortunately, the gvfs package has smb support included, so I simply installed the package. Joshua