Re: even more breakage in current

2000-01-22 Thread John Polstra
In article <[EMAIL PROTECTED]>, Jason Evans <[EMAIL PROTECTED]> wrote: > > I often do a 'make includes' to be able to iteratively test changes. Once > I'm happy that the changes are sound, there is no way to assure that the > changes didn't cause a bootstrapping problem like this one. It's fea

Re: even more breakage in current

2000-01-21 Thread Bruce Evans
On Fri, 21 Jan 2000, Jason Evans wrote: > I often do a 'make includes' to be able to iteratively test changes. Once > I'm happy that the changes are sound, there is no way to assure that the > changes didn't cause a bootstrapping problem like this one. `make includes' breaks your test environme

Re: even more breakage in current

2000-01-21 Thread Bruce Evans
On Fri, 21 Jan 2000, Jason Evans wrote: > On Fri, Jan 21, 2000 at 10:11:57AM -0800, Bill Swingle wrote: >... > > cc -DPROF -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include >-D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale >-DBROKEN_DES -DYP -I/usr/obj/usr/s

Re: even more breakage in current

2000-01-21 Thread Jason Evans
On Fri, Jan 21, 2000 at 03:47:27PM -0800, David O'Brien wrote: > On Fri, Jan 21, 2000 at 02:22:51PM -0800, Jason Evans wrote: > > > > I did a 'make includes' during my testing, so I didn't have this > > problem. > ... > > > > In any case, doing a 'make includes' will get you past this. > > But t

Re: even more breakage in current

2000-01-21 Thread David O'Brien
On Fri, Jan 21, 2000 at 02:22:51PM -0800, Jason Evans wrote: > > I did a 'make includes' during my testing, so I didn't have this > problem. ... > > In any case, doing a 'make includes' will get you past this. But this is not a very satisfiable bootstrap requirement. We need to keep in mind that

Re: even more breakage in current

2000-01-21 Thread Jason Evans
On Fri, Jan 21, 2000 at 10:11:57AM -0800, Bill Swingle wrote: > I updated my source tree around 10pm PST last night (01/20) and made > world only to find it broken this morning. I reupdated my tree just now > and it doesnt look like any files that might fix this have been touched. > Anyone else se

even more breakage in current

2000-01-21 Thread Bill Swingle
I updated my source tree around 10pm PST last night (01/20) and made world only to find it broken this morning. I reupdated my tree just now and it doesnt look like any files that might fix this have been touched. Anyone else seeing this? cc -pg -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/li

Re: more breakage

1999-09-07 Thread Mark Murray
> fixes working. new build now running. back to chasing sound problems. Kewl. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: more breakage

1999-09-07 Thread Randy Bush
>> cc -O -pipe -Wall -DKERBEROS -DCRYPT -DHAVE_CONFIG_H >-I/usr/src/libexec/rlogind/../../kerberosIV/include >-I/usr/src/libexec/rlogind/../../crypto/kerberosIV/include >-I/usr/src/libexec/rlogind/../../crypto/kerberosIV/lib/roken >-I/usr/src/libexec/rlogind/../../crypto/kerberosIV/appl/bs

Re: more breakage

1999-09-06 Thread John Hay
> > cc -O -pipe -Wall -DKERBEROS -DCRYPT -DHAVE_CONFIG_H -I/usr/src/libexec/rlog > ind/../../kerberosIV/include -I/usr/src/libexec/rlogind/../../crypto/kerberosI > V/include -I/usr/src/libexec/rlogind/../../crypto/kerberosIV/lib/roken -I/usr > /src/libexec/rlogind/../../crypto/kerberosIV/appl/

Re: more breakage

1999-09-06 Thread Mark Murray
> cc -O -pipe -Wall -DKERBEROS -DCRYPT -DHAVE_CONFIG_H -I/usr/src/libexec/rlog ind/../../kerberosIV/include -I/usr/src/libexec/rlogind/../../crypto/kerberosI V/include -I/usr/src/libexec/rlogind/../../crypto/kerberosIV/lib/roken -I/usr /src/libexec/rlogind/../../crypto/kerberosIV/appl/bsd -I

Re: more breakage

1999-09-06 Thread Mark Murray
> will someone please shout when this is unbroken? need to build to debug > this darn pcm issue. I fixed this a few hourws ago already... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

Re: more breakage

1999-09-06 Thread Mark Murray
> } src/libexec/ftpd/Makefile 1.28 > > This certainly fixed the kerberized ftpd, but I also had to make similar > changes to the Makefiles for rshd and rlogind in libexec and for su, rlogin > and rsh in usr.bin to get 'make world' to complete. Aaaah! That makes sense! M -- Mark Murray Join the

Re: more breakage

1999-09-06 Thread Patrick Hartling
Mark Murray <[EMAIL PROTECTED]> wrote: } > what version of what module? } } src/libexec/ftpd/Makefile 1.28 This certainly fixed the kerberized ftpd, but I also had to make similar changes to the Makefiles for rshd and rlogind in libexec and for su, rlogin and rsh in usr.bin to get 'make world'

Re: more breakage

1999-09-06 Thread Mark Murray
> >> what version of what module? > > src/libexec/ftpd/Makefile 1.28 > > that was what i had when i got the last breakage. Huh? OK - test build in progress... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: more breakage

1999-09-06 Thread Randy Bush
>> what version of what module? > src/libexec/ftpd/Makefile 1.28 that was what i had when i got the last breakage. randy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: more breakage

1999-09-06 Thread Mark Murray
> what version of what module? src/libexec/ftpd/Makefile 1.28 M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: more breakage

1999-09-06 Thread Randy Bush
>> will someone please shout when this is unbroken? need to build to debug >> this darn pcm issue. > I fixed this a few hourws ago already... then it did not propagate to cvsup[12] as of an hour ago. what version of what module? randy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: more breakage

1999-09-06 Thread Randy Bush
>> cc -O -pipe -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall >-I/usr/src/libexec/ftpd/../../contrib-crypto/telnet -DINTERNAL_LS -Dmain=ls_main >-I/usr/src/libexec/ftpd/../../bin/ls -DKERBEROS -I/usr/obj/usr/src/tmp/usr/include >-o ftpd ftpd.o ftpcmd.o logwtmp.o popen.o skey-stuf

Re: more breakage

1999-09-06 Thread Dag-Erling Smorgrav
Randy Bush <[EMAIL PROTECTED]> writes: > cc -O -pipe -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall >-I/usr/src/libexec/ftpd/../../contrib-crypto/telnet -DINTERNAL_LS -Dmain=ls_main >-I/usr/src/libexec/ftpd/../../bin/ls -DKERBEROS -I/usr/obj/usr/src/tmp/usr/include >-o ftpd ftpd.

more breakage

1999-09-05 Thread Randy Bush
cc -O -pipe -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -I/usr/src/libexec/ftpd/../../contrib-crypto/telnet -DINTERNAL_LS -Dmain=ls_main -I/usr/src/libexec/ftpd/../../bin/ls -DKERBEROS -I/usr/obj/usr/src/tmp/usr/include -o ftpd ftpd.o ftpcmd.o logwtmp.o popen.o skey-stuff.o ls