From owner-freebsd-current@FreeBSD.ORG Sun Jul 22 00:31:05 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9232816A418 for ; Sun, 22 Jul 2007 00:31:05 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 750E313C481 for ; Sun, 22 Jul 2007 00:31:05 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.14.1) with ESMTP id l6M0UiBu004821; Sat, 21 Jul 2007 17:30:44 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id l6M0Ui51004820; Sat, 21 Jul 2007 17:30:44 -0700 (PDT) (envelope-from sgk) Date: Sat, 21 Jul 2007 17:30:44 -0700 From: Steve Kargl To: Daniel Molina Wegener Message-ID: <20070722003044.GA4770@troutmask.apl.washington.edu> References: <200707212023.03993.dmw@unete.cl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707212023.03993.dmw@unete.cl> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD -CURRENT Subject: Re: Every time I get the sources I can't compile... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2007 00:31:05 -0000 On Sat, Jul 21, 2007 at 08:23:03PM -0400, Daniel Molina Wegener wrote: > > Hello, > > Every time I get the sources I can't compile the source tree, > buildworld fails or buildkernel fails. ??Is any way to know > which revision is working? > > I've tried with the GENERIC kernel and fails, custom kernel > configurations fails too. > > ??Any way to get a working copy of -CURRENT? > There's a large amount of missing detail. 1) What architecture? 2) How do you get the source code? 3) Are you setting anything in /etc/make.conf? 4) What is the failure (ie exact error message)? 5) What a minimum description of the hardware? I've rebuilt working -current on i386 and amd64 where the source is retrieved by anoncvs and csup on the different systems in the last two days. -- Steve