Re: Problem building -current kernel with read-only /usr/src.

2000-12-24 Thread Matt Dillon
:On Sat, Dec 23, 2000 at 11:24:50AM -0800, Matt Dillon wrote: : :I will fix it today. Works like a charm now, thanks! My -current source is broken out on my -stable machine, so the only way to compile it is via an NFS mount to a -current machine which, for obvious reasons, needs to

Re: Problem building -current kernel with read-only /usr/src.

2000-12-24 Thread Max Khon
hi, there! On Sat, 23 Dec 2000, Chris wrote: > Actually, last time I checked, I think stable did not install with a RO > /usr/src either. Anyone know if this is still the case? I have no problems with 'make installworld' with RO obj and src on latest -stable /fjoe To Unsubscribe: send mail

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Matt Dillon
: :> Actually, last time I checked, I think stable did not install with a RO :> /usr/src either. Anyone know if this is still the case? : :I have installed -stable many times with /usr/src mounted readonly :via NFS. : :Steinar Haug, Nethelp consulting, [EMAIL PROTECTED] Yah, -stable is fine.

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread sthaug
> Actually, last time I checked, I think stable did not install with a RO > /usr/src either. Anyone know if this is still the case? I have installed -stable many times with /usr/src mounted readonly via NFS. Steinar Haug, Nethelp consulting, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMA

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Chris
Actually, last time I checked, I think stable did not install with a RO /usr/src either. Anyone know if this is still the case? Chris > It looks like it's trying to mess around with something in /usr/src, > which is a read-only NFS mount. Needless to say we do not want to > break

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Jeremy Lea
Hi, On Sat, Dec 23, 2000 at 09:43:29AM -0800, Matt Dillon wrote: > Something got broken in the last week or two, it never did this sort > of thing before. David's speedup commits to sys/conf/Makefile.*. I informed him of the problem, and asked him to back out the hacks, but he wants the

Re: found the fragger. Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Matt Dillon
:I will fix it today. : Thanks a lot Dave! -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Crist J. Clark
On Sat, Dec 23, 2000 at 09:43:29AM -0800, Matt Dillon wrote: [snip] > I tried 'make cleandir' in /usr/src and that does not fix the problem > either. Sorry, I was not clear enough. You need to do, # cd /usr/src/sys/modules # make cleandir A 'cleandir' from /usr/src will not climb

Re: found the fragger. Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread David O'Brien
On Sat, Dec 23, 2000 at 11:24:50AM -0800, Matt Dillon wrote: > like either you or David O'Brien (I'm guessing, your guys names are I will fix it today. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

found the fragger. Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Matt Dillon
Ok, I found it. /usr/src/sys/conf/Makefile.i386 is broken. It looks like either you or David O'Brien (I'm guessing, your guys names are prominent in the CVS logs but I haven't tracked it down exactly) screwed up the object directory creation while trying to optimize it. It

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Matt Dillon
: :> While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got: :> :> ===> 3dfx :> @ -> /FreeBSD/FreeBSD-current/src/sys :> ln: @: Read-only file system :> *** Error code 1 :> :> Stop in /FreeBSD/FreeBSD-current/src/sys/modules/3dfx. :> *** Error code 1 :> :> It looks like i

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Matt Dillon
: :On Sat, Dec 23, 2000 at 12:24:51AM -0800, Matt Dillon wrote: :> While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got: :> :> ===> 3dfx :> @ -> /FreeBSD/FreeBSD-current/src/sys :> ln: @: Read-only file system :> *** Error code 1 :> : :Wouldn't using the buildkernel/installk

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Chris Faulhaber
On Sat, Dec 23, 2000 at 12:24:51AM -0800, Matt Dillon wrote: > While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got: > > ===> 3dfx > @ -> /FreeBSD/FreeBSD-current/src/sys > ln: @: Read-only file system > *** Error code 1 > Wouldn't using the buildkernel/installkernel targets

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Mike Smith
> While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got: > > ===> 3dfx > @ -> /FreeBSD/FreeBSD-current/src/sys > ln: @: Read-only file system > *** Error code 1 > > Stop in /FreeBSD/FreeBSD-current/src/sys/modules/3dfx. > *** Error code 1 > > It looks like it's trying to

Re: Problem building -current kernel with read-only /usr/src.

2000-12-23 Thread Crist J. Clark
On Sat, Dec 23, 2000 at 12:24:51AM -0800, Matt Dillon wrote: > While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got: > > ===> 3dfx > @ -> /FreeBSD/FreeBSD-current/src/sys > ln: @: Read-only file system > *** Error code 1 > > Stop in /FreeBSD/FreeBSD-current/src/sys/modules/3d