From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 17:21:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 680DF106564A for ; Sun, 22 Feb 2009 17:21:03 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id 393818FC15 for ; Sun, 22 Feb 2009 17:21:03 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so1678290rvb.43 for ; Sun, 22 Feb 2009 09:21:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=6pLzuQu9Cu0d+EYGIVcIsXcMpjfDRHSXSynvQFqlEIk=; b=JF7sp24QfdJceOgroUHTxKGoNmMTbStqTrYqDcwHph/E2nDTjZ1tN0tEJ2vahUvahz a146zt/RmE0EG0qhJHKGiz1WE+tgfAE3mvvlcyR7R+Lt+5iB2vWgj9uiVsasZP8mI0st pe4qJsCz8iw3VFJFNt+Xk907TBIehHLo06S58= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=Y/3EMdXQSSQpu+tE4gMA39RPrBlQu46uyL1EB1/wsibkpdqPoS8QYjNUQbsWam6Gy3 3vdbfnk6pmNJS1ISNWfLx6ScG8RCzQXzTFaYLvm1VWKXmBqOT8SKz4sKT5ArGl5YTGka EQFFnJ3ttVOBEuVEWl1dxcJ0IYDHrSEePUOLw= Received: by 10.140.139.3 with SMTP id m3mr1597098rvd.64.1235323262948; Sun, 22 Feb 2009 09:21:02 -0800 (PST) Received: from ?192.168.4.71? (c-68-35-57-46.hsd1.nm.comcast.net [68.35.57.46]) by mx.google.com with ESMTPS id f21sm11582249rvb.2.2009.02.22.09.21.01 (version=SSLv3 cipher=RC4-MD5); Sun, 22 Feb 2009 09:21:02 -0800 (PST) From: Tim Judd To: daemon@crypt.net In-Reply-To: References: Content-Type: text/plain Date: Sun, 22 Feb 2009 10:20:56 -0700 Message-Id: <1235323256.700.1.camel@opensolaris> Mime-Version: 1.0 X-Mailer: Evolution 2.24.0 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: kernel compile problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2009 17:21:03 -0000 On Sat, 2009-02-21 at 13:41 +0000, daemon wrote: > Hi, > > I try to build a 7.1 kernel but when i does > > # make depend && make clean depend So you make the dependency chain, then clean it and remake the dependency chain. You've gained nothing. > > make shows : > > make : don't know how to make ../../../dev/agp/agp.c. Stop > This sounds like you've removed the device agp from the config file... Which is needed, even if you don't have an AGP slot/card in your system. > anyone know anything? Thanks! GL