kerberos5 breaks buildworld in -current

2001-10-16 Thread Vincent Poy
With make.conf defining: COMPAT1X=yes COMPAT20=yes COMPAT21=yes COMPAT22=yes COMPAT3X=yes COMPAT4X=yes MAKE_KERBEROS4=yes MAKE_KERBEROS5=yes -current fails buildworld after I added the MAKE_KERBEROS4=yes and MAKE_KERBEROS5=yes as follows. I have rm -rf /usr/src and /usr/obj and

Re: kerberos5 breaks buildworld in -current

2001-10-16 Thread Valentin Chopov
just replace mv with cp in /usr/src/kerberos5/lib/libasn1/Makefile Val To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: kerberos5 breaks buildworld in -current

2001-10-16 Thread Vincent Poy
On Tue, 16 Oct 2001, Valentin Chopov wrote: just replace mv with cp in /usr/src/kerberos5/lib/libasn1/Makefile I replaced the 2 mv's in /usr/src/kerberos5/lib/libasn1/Makefile with cp and while the lib compiles, the problem now is: cc -nostdinc -O -pipe -DLINEMODE -DUSE_TERMIO

Re: kerberos5 breaks buildworld in -current

2001-10-16 Thread Jon Yamashita
GO VINCE GO! YAH Vincent Poy wrote: On Tue, 16 Oct 2001, Valentin Chopov wrote: just replace mv with cp in /usr/src/kerberos5/lib/libasn1/Makefile I replaced the 2 mv's in /usr/src/kerberos5/lib/libasn1/Makefile with cp and while the lib compiles, the problem now is: cc