From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 13:12:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D16FB16A4BF; Fri, 29 Aug 2003 13:12:11 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc2.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA8F43FDF; Fri, 29 Aug 2003 13:12:10 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id 97860248; Fri, 29 Aug 2003 16:11:58 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id 889BA196; Fri, 29 Aug 2003 16:11:58 -0400 (EDT) Date: Fri, 29 Aug 2003 16:11:58 -0400 (EDT) From: Kenneth Culver To: Matt In-Reply-To: <20030829143439.R21881@alpha.yumyumyum.org> Message-ID: <20030829161053.E22818@alpha.yumyumyum.org> References: <20030829141040.D20166@alpha.yumyumyum.org> <20030829143439.R21881@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: 2 ports broken after gcc import X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 20:12:12 -0000 > Just for more info, when was the last time you updated your /etc? on my > 4th -CURRENT machine, with the same compiler etc... I havn't updated my > /etc/ since June 1, and that machine works, the other 3 have been updated > very recently, like within the last few weeks, and they're all broken. So > I guess it's not a compiler issue, but some kind of configuration issue. I > can't think of what the problem could be though. > OK, checked over my kernel configurations and found that ACL's were in my kernel configuration. I took that option out and things are working again. I have no idea how ACL's could've caused what I was seeing, but everything is working now. Thanks for your help. Ken