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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message