From owner-freebsd-stable Mon Apr 3 15:19:56 2000 Delivered-To: freebsd-stable@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DADD337C10B; Mon, 3 Apr 2000 15:19:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id PAA40658; Mon, 3 Apr 2000 15:19:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 3 Apr 2000 15:19:52 -0700 (PDT) From: Kris Kennaway To: "Jason J. Horton" Cc: stable@freebsd.org Subject: Re: 3.4-STABLE buildworld fails. In-Reply-To: <38E90C22.EA79A99@intercom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 3 Apr 2000, Jason J. Horton wrote: > Actually, a few files in that directory look odd: > # ls -l /usr/src/usr.bin/more/ > total 0 > b--sr-srwt 1 544432488 1953064037 110, 0x74610069 Sep 4 2030 > help.c > br-xrw--wt 1 1700929644 1836016394 110, 0x69630075 Oct 22 2021 > input.c > c--xr--r-x 1 1919950949 1634887535 105, 0x6574006d Oct 22 2021 > line.c > br-xr-S-w- 1 543515745 1730178932 110, 0x74200049 Sep 9 2028 > os.c > b---r-S--T 1 1752440933 544368997 115, 0x20650065 Nov 29 2031 > position.c > c--xr--r-x 1 1836216166 1718558835 115, 0x61200074 Dec 4 2023 > signal.c > > Trying to delete the files are a pain, need to specify no* to chflags. You can just 'chflags 0' to remove all flags, nothing in the source tree has flags set by default. > And every time I successfully delete a single file, the system reboots. > Hopefully once they are all gone, I will have no more problems like > this. Only if the underlying cause was a once-off event. You may have hardware problems which caused the filesystem corruption. > As for buildworld on my other systems, I think I have found a solution. > If I "make -j 4 buildworld" the compile will finish, but if I > "make -j 4 installworld" I get errors. If I just do "make installworld" > it goes through cleanly. There's no real advantage to doing a parallel installworld anyway.. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message