From owner-freebsd-current Sun Feb 23 17:32:26 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F6B37B401 for ; Sun, 23 Feb 2003 17:32:25 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB15643F85 for ; Sun, 23 Feb 2003 17:32:24 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0534.cvx40-bradley.dialup.earthlink.net ([216.244.44.24] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18n7Ti-0005zk-00; Sun, 23 Feb 2003 17:32:22 -0800 Message-ID: <3E5975D0.417C88A@mindspring.com> Date: Sun, 23 Feb 2003 17:30:56 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: David Syphers Cc: Kirk McKusick , freebsd-current@FreeBSD.ORG Subject: Re: BOOT2_UFS=UFS1_ONLY works for today's current References: <20030223025528.GD88377@gothmog.gr> <200302230237.33848.dsyphers@uchicago.edu> <20030223180716.V32647@mail.unixguru.nl> <200302231449.52766.dsyphers@uchicago.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4c41ae856bdfa85a30a1b4b3f8962f51d387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Syphers wrote: > Okay, I've verified that the problem is due to rev. 1.39 of > /usr/src/sys/ufs/ffs/fs.h. Peter Wemm pointed out that the problem is not the > commit, but gcc's bad handling of 64-bit operations. Nonetheless, this commit > does break world for a lot of people... is there some official solution? The > make.conf line only works for UFS1 - if it's set to UFS2, buildworld still > fails. (Am I correct in assuming a 5.0-R install defaults to UFS2?) Yes. And 4.x upgrades, which are far more common, default to UFS. Personally, I think the changes should be #ifdef'ed the current version of GCC; when GCC rev's, hopefully its 64 bit operations handling will have improved. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message