From owner-freebsd-questions@FreeBSD.ORG Sun Dec 2 23:16:08 2007 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 B481316A469 for ; Sun, 2 Dec 2007 23:16:08 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 65BBB13C46E for ; Sun, 2 Dec 2007 23:16:08 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup10.ach.sch.gr [81.186.70.10]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lB2NFPZY023398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 3 Dec 2007 01:15:45 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lB2NFOka002468; Mon, 3 Dec 2007 01:15:24 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lB2NFNwI002467; Mon, 3 Dec 2007 01:15:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 3 Dec 2007 01:15:22 +0200 From: Giorgos Keramidas To: "Saravanan Shanmugham (sarvi)" Message-ID: <20071202231522.GC2172@kobe.laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.946, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.45, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Building FreeBSD on Linux 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, 02 Dec 2007 23:16:08 -0000 On 2007-11-30 16:06, "Saravanan Shanmugham (sarvi)" wrote: > > Hi, > I am trying to build all of FreeBSD from a Linux Machine and seem to > be running into problems. We have farm of build machines that we use > to build many other things and my team would look like to use it going > forward for our FreeBSD development. > > Has anyone tried this before? > > I have tried GNU Make 3.80 as well as pmake. And I can't seem to find > bmake for Linux. I don't know of any port of BSD make(1) to Linux, or if that would be sufficient to cross-build FreeBSD. I'm trying to build a snapshot of FreeBSD make(1) which builds with autoconf, for other stuff, but it may take a while before I have a fully autoconf-ified version and that may still not be adequate. You can always try booting a FreeBSD snapshot inside vmware or qemu, and build FreeBSD from FreeBSD, but that may be a bit slow...