From owner-freebsd-questions Wed May 29 21:51: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu05.email.msn.com (cpimssmtpu05.email.msn.com [207.46.181.81]) by hub.freebsd.org (Postfix) with ESMTP id 8E35C37B41C for ; Wed, 29 May 2002 21:50:52 -0700 (PDT) Received: from thebe ([67.24.229.39]) by cpimssmtpu05.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Wed, 29 May 2002 21:33:26 -0700 From: "Aaron Burke" To: "FreeBSD-Questions" , "Ron Freidel" Subject: RE: Compiling troubles Date: Wed, 29 May 2002 21:33:33 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020529204246.A20558@leroy> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-OriginalArrivalTime: 30 May 2002 04:33:27.0156 (UTC) FILETIME=[245E9340:01C20793] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I cant claim to be an expert about FreeBSD, but why are you trying to build world? Are you getting new sources from CVS? Or can you explain why you are using "make world"? You are just rebuilding the kernel right? I have never used make world for this. I only rebuild world when I update the system. For future reference, if you are only rebuilding a kernel use the following. cd /sys/i386/conf cp GENERIC mykernel-name Just for a test, dont edit the file. Just rebuild the GENERIC. config mykernel-name cd ../../compile/mykernel-name make depend && make If this is to be a kernel that you run on this machine, then run make install And when your ready to reboot, do so. > -----Original Message----- > From: Ron Freidel [mailto:rfreidel@3rivers.net] > Sent: Wednesday, May 29, 2002 07:43 PM > To: Aaron Burke > Subject: Re: Compiling troubles > > > Well, unfortunately I am not running FreeBSD currently, I did write > down one error though > > This was during make buildworld on a clean install with just basic > binaries and source installed. > > /usr/src/lib/libbz2/../../contrib/bzip2.decompress internal compiler > error in finish spills > > The error during kernel compile was completely different but > unfortunately I havent got it witten down. > > Sorry but that was all I had written down and I have difficulty reading > my own handwriting... > > I just completed a kernel (Linux) compile as I was writing this email, > no errors at all. > > I installed FreeBSD four times today, thinking perhaps a different > installation type would make a difference, nope. > > Thanks for the reply > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message