Buildworld Fails RELENG_7
Dave Uhring
duhring at charter.net
Mon May 19 20:03:51 UTC 2008
On Mon, May 19, 2008 at 12:16:46PM -0700, Jeremy Chadwick wrote:
> On Mon, May 19, 2008 at 11:00:28AM -0700, Jeremy Chadwick wrote:
> > This picked up src-all using the RELENG_7 tag. I then attempted a
> > buildworld (cd /usr/src && time make -j2 buildworld). It's just begun
> > stage 2.3, but so far no issues. I'll report back in about 30 minutes
> > or so, when it has a chance to finish.
That is what I did after the first build using the original RELEASE sources
and updated using csup. I blew away /usr/src and cvsupped a fresh RELENG_7
source tree.
> The compile has finished successfully. Took 1 hour 15 minutes. Another
> user also mailed me (privately) adding that he too cannot reproduce this
> problem.
Last time I succeeded in building world on another box it took 47 minutes :-)
That's still a long way from years back when RELENG_4 built in 30 minutes
on a machine with an Athlon Tbird 1.2GHz processor. Double the processor
speed and quadruple the memory and the build takes 50% longer.
> I will attempt the same with your make.conf to see if it's any
> different. But at this point, it appears the issue is with your system
> or system configuration. I just wish I knew what was doing it. Any odd
> filesystem mount flags (output of "mount")?
[root at maxwell /usr/src/contrib/groff]# mount
/dev/ad4s2a on / (ufs, local, soft-updates)
devfs on /dev (devfs, local)
/dev/ad4s2h on /home (ufs, local, soft-updates)
/dev/ad4s2e on /usr (ufs, local, soft-updates)
/dev/ad4s2g on /usr/local (ufs, local, soft-updates)
/dev/ad4s2d on /var (ufs, local, soft-updates)
/dev/md0 on /tmp (ufs, local, soft-updates)
/dev/ad4s2f on /usr/obj (ufs, asynchronous, local, noatime)
[root at maxwell /usr/src/contrib/groff]#
Not even an NFS mount. I'm trying to update to FreeBSD-STABLE to use on my
home file server. At present it has OpenSolaris installed but that OS does
not have the Ethernet driver I need and I want to be able to use 2 Adaptec
29160N HBAs in the system. But I only have 2 PCI slots and I would like to
remove the Intel NIC and use the system's on-board nfe NIC.
I'll blow away /usr/src and /usr/obj, cvsup the entire RELENG_7 source tree
again and once more attempt to buildworld. If that fails, Solaris stays on
the server.
More information about the freebsd-stable
mailing list