Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 15:03:42 -0500
From:      Dave Uhring <duhring@charter.net>
To:        Jeremy Chadwick <koitsu@FreeBSD.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Buildworld Fails RELENG_7
Message-ID:  <20080519200342.GA79130@charter.net>
In-Reply-To: <20080519191646.GA82513@eos.sc1.parodius.com>
References:  <20080519151739.GA50653@charter.net> <4AB77C7C-55F7-4CC3-B842-E684F6C899E3@rabson.org> <20080519163825.GA32372@charter.net> <DB8B754A-5994-4358-9F8C-93218AAEF9F4@rabson.org> <20080519165421.GA62264@charter.net> <20080519165925.GA77907@eos.sc1.parodius.com> <20080519170334.GA74159@charter.net> <20080519170619.GC77907@eos.sc1.parodius.com> <20080519180028.GA79392@eos.sc1.parodius.com> <20080519191646.GA82513@eos.sc1.parodius.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080519200342.GA79130>