From owner-freebsd-stable Fri Oct 19 8:42:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from shikima.mine.nu (pc1-card3-0-cust143.cdf.cable.ntl.com [62.252.49.143]) by hub.freebsd.org (Postfix) with ESMTP id 91C6F37B403 for ; Fri, 19 Oct 2001 08:42:37 -0700 (PDT) Received: from rasputin by shikima.mine.nu with local (Exim 3.33 #1) id 15ubnq-0003Ik-00 for stable@freebsd.org; Fri, 19 Oct 2001 16:43:18 +0100 Date: Fri, 19 Oct 2001 16:43:18 +0100 From: Rasputin To: stable@freebsd.org Subject: Re: compiling 4.4-STABLE Message-ID: <20011019164318.A12619@shikima.mine.nu> Reply-To: Rasputin References: <3BD186A7.3020808@delaware.net> <3BD045DE.79886153@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BD045DE.79886153@ntlworld.com>; from ianjhart@ntlworld.com on Fri, Oct 19, 2001 at 04:25:18PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * ian j hart [011019 16:30]: > "j. rivera" wrote: > > > > Hello, > > > > I've been fighting with my machine now for about three days, but I'm > > not sure what to make of my situation, and any advice would be > > appreciated. > > Here's the situation-- > > > > The machine: > > 133 mhz Pentium > > 64 MB memory > > 6 GB WD hard drive > > > > My problem: > > I was running 4.3-RELEASE just fine. I decided to upgrade to > > 4.4-RELEASE, hosed my machine, so I reinstalled 4.4 fresh. I've now > > been trying to compile 4.4-STABLE, but with no luck. > > > > I get all sorts of weirdness when I try to compile STABLE. The > > compiler segmentation faults and dumps core. Perl dumped core trying > > to recompile the kernel. Every so often during make buildworld, the > > machine arbitrarily reboots. That sounds nastily familiar. I'd agree with you that the hardware is unlikely to have suddenly broken, and I've seen a couple of cases where bad software can resemble bad hardware - in my case it was dodgy compiler flags from setting CPUTYPE. The problem was compounded by the fact it didn't break when I first built world, which meant every binary on the standard install was screwed. I managed to get out of it by going single user, unsetting CPUTYPE, and doing make buildworld -DNOCLEAN over and over again, until everything was built , then installing as normal. (make -j is not your friend on a shaky system, either) any binaries that repeatedly broke were replaced by scp'ed copies from a friends system. Evebtually I got it back up ,and I'm typing this on the same box, so it wasn't hardware, but it certainly looked like it at the time. It doesn't sound like this is your problem, but maybe some defaults have changed in 4.4-RELEASE, write caching by default, for example - maybe try setting hw.ata.wc=0 in /boot/loader.conf? -- Rasputin :: Jack of All Trades - Master of Nuns :: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message