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 it's trying to mess around with

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/3dfx. ***

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 mess around

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 be more

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/installkernel

gcc-devel and 5.0-current

2000-12-23 Thread Peter Schultz
Hi, Just wondering if anyone has gotten make world to work with this combo. It is expected that gcc 3.0 will become the default compiler for FreeBSD 5.0? Thanks, Pete... 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 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 it's trying

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: gcc-devel and 5.0-current

2000-12-23 Thread Michael C . Wu
On Sat, Dec 23, 2000 at 12:42:18PM -0600, Peter Schultz scribbled: | Just wondering if anyone has gotten make world | to work with this combo. It is expected that No, and gcc-2.96 is broken enough. In addition, we need wchar* for gcc-3. Even -O3 in gcc-2.95 is not supported/recommended. You

Kernel make depend error after CVSup

2000-12-23 Thread Joao Fernandes
After having used CVSup for upgrading my 4.0-stable sources, I built the world with no problems, but at making the depend for the new kernel (using the GENERIC config file) it exited with error. Here`s my CVSup config file: *default host=cvsup.pt.FreeBSD.org *default base=/usr *default

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

$B$"$J$?$@$1$K!&!&(B

2000-12-23 Thread Santa Claus
$B$$$D$b7G<(HD!&=P2q$$7O!&%a!<%k%U%l%s%I%5%$%H$r$4MxMQBW$-(B $BM-$jFq$&$4$6$$$^$9!#(B $BK\F|$O!%!%!%!!$"$J$?$@$1$K(B $B?7$7$$%5%$%H$N$40FFb$r$5$;$F$$$?$@$-$^$9!#(B http://cuz.power.ne.jp/aiko/ $B$b$7!"$4ITMW$G$7$?$i:o=|$7$F2<$5$$!#(B $B:#8e!"$3$N%a!<%k$,$4ITMW$J>l9g$O!"(B

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 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 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: 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 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

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.

making sendmail with milter and sasl

2000-12-23 Thread Leif Neland
Can I make make world make sendmail with milter and sasl / smtp auth just by adding to make.conf? If so, how? Leif To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: making sendmail with milter and sasl

2000-12-23 Thread Scot W. Hetzel
From: "Leif Neland" [EMAIL PROTECTED] Can I make make world make sendmail with milter and sasl / smtp auth just by adding to make.conf? If so, how? Currently, you need to a patch to enable the building and installing of libmilter, libsmutil, and the header files needed to build a Milter