Re: Problems make installworld

2000-02-05 Thread Dan Langille
On 5 Feb 00, at 16:35, Ruslan Ermilov wrote: > On Sat, Feb 05, 2000 at 08:47:19PM +1300, Dan Langille wrote: > > On 5 Feb 00, at 9:28, Ruslan Ermilov wrote: > > > > > On Sat, Feb 05, 2000 at 07:41:56PM +1300, Dan Langille wrote: > > > > I'm experiencing the same problems but the proposed solutio

Re: Problems make installworld

2000-02-05 Thread Ruslan Ermilov
On Sat, Feb 05, 2000 at 08:47:19PM +1300, Dan Langille wrote: > On 5 Feb 00, at 9:28, Ruslan Ermilov wrote: > > > On Sat, Feb 05, 2000 at 07:41:56PM +1300, Dan Langille wrote: > > > I'm experiencing the same problems but the proposed solution of > > > "make -k -DNOFSCHG installworld " doesn't al

Re: Problems make installworld

2000-02-05 Thread NAKAJI Hiroyuki
> "Dan Langille" <[EMAIL PROTECTED]> wrote: Dan> > :cd /usr/src Dan> > :make buildworld Dan> > :make installworld Dan> > :cd /usr/src/usr.bin/xinstall Dan> > :make install Dan> > :cd /usr/src Dan> > :make installworld Dan> > Dan> > Le

Re: Problems make installworld

2000-02-05 Thread Dan Langille
On 5 Feb 00, at 1:06, Warner Losh wrote: > In message <[EMAIL PROTECTED]> "Dan Langille" writes: > : OK. I'll cvsup to be sure I have the latest. And try the whole process > : again. FWIW: I'm following the instructions mentioned by Jim Bloom in > : the UPDATING thread (msg id = [EMAIL PROT

Re: Problems make installworld

2000-02-05 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Dan Langille" writes: : OK. I'll cvsup to be sure I have the latest. And try the whole process : again. FWIW: I'm following the instructions mentioned by Jim Bloom in : the UPDATING thread (msg id = [EMAIL PROTECTED]). : : cheers : : cd /usr/src :

Re: Problems make installworld

2000-02-04 Thread Dan Langille
On 5 Feb 00, at 9:28, Ruslan Ermilov wrote: > On Sat, Feb 05, 2000 at 07:41:56PM +1300, Dan Langille wrote: > > I'm experiencing the same problems but the proposed solution of > > "make -k -DNOFSCHG installworld " doesn't allow the following "make > > installworld" to succeed. The error messag

Re: Problems make installworld

2000-02-04 Thread Ruslan Ermilov
On Sat, Feb 05, 2000 at 07:41:56PM +1300, Dan Langille wrote: > I'm experiencing the same problems but the proposed solution of > "make -k -DNOFSCHG installworld " doesn't allow the following "make > installworld" to succeed. The error messages remain unchanged. I > cvsup'd about 24 hours ago

Re: Problems make installworld

2000-02-04 Thread Dan Langille
I'm experiencing the same problems but the proposed solution of "make -k -DNOFSCHG installworld " doesn't allow the following "make installworld" to succeed. The error messages remain unchanged. I cvsup'd about 24 hours ago. cheers On 4 Feb 00, at 17:44, Ruslan Ermilov wrote: > On Fri, Feb

Re: Problems make installworld

2000-02-04 Thread Ruslan Ermilov
On Fri, Feb 04, 2000 at 03:17:49PM +0100, Kurt Bauer wrote: > Whenever I try to do a 'make installworld' the following error occurs: > > /usr/libexec/ld-elf.so.1: install: Undefined symbol "setflags" > That is the case I was talking about when I fixed bsd.lib.mk's PRECIOUSLIB breakage. Unfortun

Re: Problems make installworld

2000-02-04 Thread Alexandr Listopad
cd src/usr.bin/xinstall make all install cd ../../ make installworld ;) I'm already have some experience in this problem... ;=| bauer>Whenever I try to do a 'make installworld' the following error occurs: bauer> bauer>/usr/libexec/ld-elf.so.1: install: Undefined symbol "setflags" bauer> bauer>