cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h

Steve Kargl sgk at troutmask.apl.washington.edu
Wed Feb 1 09:58:13 PST 2006


On Wed, Feb 01, 2006 at 12:40:34PM -0500, Kris Kennaway wrote:
> On Wed, Feb 01, 2006 at 09:37:58AM -0800, Steve Kargl wrote:
> > On Wed, Feb 01, 2006 at 12:35:27PM -0500, Kris Kennaway wrote:
> > > 
> > > Didn't we go through this the other week?  'make buildworld' is the
> > > only safe way to build your world.  If you try some shortcut method,
> > > and it fails, then don't complain until you've done 'buildworld' and
> > > it's also failed in the same way.
> > 
> > The error message I quoted was from a buildworld!
> 
> OK, this was unclear to me.
> 

It's a catch-22.  The panics on amd64 appear to be from a
2006-01-26 src tree.  Stefan happened to change stdio.h on
that day.  If one panicks his system 10 to 15 times trying
to isolate the problem, one runs the risk of damaging a
filesystem.  In this case, the panic appears to be related
to devfs or file descriptor code.  Well, "make buildworld"
in parallel with a "gmake check-gfortran" in a GCC tree
writing to /usr can trigger the panic in 5 to 10 minutes,
but this scrambles /usr.  So, yes, my /usr/include and src/
are probably out-of-sync, but it is what it is. 

-- 
Steve


More information about the cvs-src mailing list