From owner-freebsd-stable@FreeBSD.ORG Tue May 8 15:30:46 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 466DD16A400 for ; Tue, 8 May 2007 15:30:46 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 13DFD13C4AD for ; Tue, 8 May 2007 15:30:45 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id l48FUh8L089546; Tue, 8 May 2007 11:30:43 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id l48FUhQZ063199 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 May 2007 11:30:43 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200705081530.l48FUhQZ063199@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 08 May 2007 11:30:54 -0400 To: Ken Sallot , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <46408268.8060800@astro.ufl.edu> References: <46408268.8060800@astro.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: failure building RELENG_6 on i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 15:30:46 -0000 At 10:00 AM 5/8/2007, Ken Sallot wrote: >I just cvsup'ed from cvsup5.freebsd.org with tag RELENG_6. When doing a >buildkernel I get the following message: > >Make: don't know how to make /usr/src/sys/kern/uipc_proto.c. Stop. > >uipc_proto.c doesn't exist.. There were a lot of commits (14) in the past few hours. Its possible you didnt get everything in your cvsup, or even cvsup5.freebsd.org doesnt have all the bits. I would wait another 2hrs and try again. The file you reference above was part of those commits. ---Mike