From owner-freebsd-questions@FreeBSD.ORG Sun Feb 5 14:21:00 2012 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 96C79106566C for ; Sun, 5 Feb 2012 14:21:00 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 192B58FC12 for ; Sun, 5 Feb 2012 14:20:59 +0000 (UTC) Received: by lagz14 with SMTP id z14so3354812lag.13 for ; Sun, 05 Feb 2012 06:20:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EkT88cOuqlJp6dYE1rb7nXpWP+1vbCAF3sTk06Zpkd8=; b=PFss/8uUGeBdxrlmPNs4KalnQg9/MhKoA98gfNsmqAtgRw+zOe7iT1j9yroGRdEfPo u9uYRiUi+wT1Q31Mw2x89vjyvIrVgN7rZjyWO5wYKPxmDHQmUcXk0l8Bvz83G3LYYUbe c1sqr2rH3MEhpKKGUdTVuAjSSq8haSLzSAoaY= MIME-Version: 1.0 Received: by 10.152.110.6 with SMTP id hw6mr7649079lab.37.1328451658809; Sun, 05 Feb 2012 06:20:58 -0800 (PST) Received: by 10.112.46.71 with HTTP; Sun, 5 Feb 2012 06:20:58 -0800 (PST) In-Reply-To: <4F2E8F17.3020502@mansionfamily.plus.com> References: <4F2E8F17.3020502@mansionfamily.plus.com> Date: Sun, 5 Feb 2012 09:20:58 -0500 Message-ID: From: Outback Dingo To: james@mansionfamily.plus.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: How to build 9.0 from source? 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, 05 Feb 2012 14:21:00 -0000 On Sun, Feb 5, 2012 at 9:15 AM, james wrote: > I installed 9.0 without sources. > > Now I'd like to try building the kernel (or specifically the mfi driver), so > I've tried to get the sources. > > The handbook says (in 9.55) to use sysinstall to get the source > configuration - but that doesn't seem to work and what its trying to fetch > seems more like an 8.x source set, > > I fetched src.txz and unpacked it and sorted out the /usr/src/sys link, and > 'make' in the root of that builds the boot code ok. > > However, there is no /usr/src/UPDATING to check per 9.5, and 'cd > /usr/src;make buildkernel' tells me: > > make: don't know how t make buildkerel. Stop. > > /usr/src was empty before I set up the 'sys' link (which in my case points > to a zfs volume). > > It seems wrong to m - how can I get sources etc installed so I can build the > kernel? (And userspace if necessary - but its the mfi driver I want to > fiddle with) look in /usr/share/examples/cvsup theres files for csup, edit them to your needs, cvsup server and release the run csup -g 2 -L stable-supfile itll fetch all the sources... also see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > > James > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"