From owner-cvs-etc Thu Jun 5 00:27:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA00605 for cvs-etc-outgoing; Thu, 5 Jun 1997 00:27:07 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA00600; Thu, 5 Jun 1997 00:27:04 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id AAA12240; Thu, 5 Jun 1997 00:26:48 -0700 (PDT) To: asami@cs.berkeley.edu (Satoshi Asami) cc: davidn@labs.usn.blaze.net.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.include.dist In-reply-to: Your message of "Thu, 05 Jun 1997 00:24:16 PDT." <199706050724.AAA16343@silvia.HIP.Berkeley.EDU> Date: Thu, 05 Jun 1997 00:26:48 -0700 Message-ID: <12236.865495608@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Basicaly what I do is build only necessary stuff in $DESTDIR. No > chroot is necessary. At least if you are building an Intel FreeBSD > system on an Intel FreeBSD system, you have a fairly good luck. I > could build 3.0 on 2.1.5. (Well almost, I'm still trying to figure > out how to fix "make".) You mean this problem? ... cc -O2 -pipe -I/usr/src/usr.bin/make -c /usr/src/usr.bin/make/arch.c In file included from /usr/include/sys/time.h:118, from /usr/include/sys/stat.h:50, from /usr/src/usr.bin/make/arch.c:94: /usr/include/time.h:92: redefinition of `struct timespec' /usr/include/time.h:144: parse error before `struct' /usr/include/time.h:145: parse error before `struct' /usr/include/time.h:146: parse error before `const' :-) I've been investigating this too, trying to make a single SNAP server produce releases on multiple branches. Jordan