[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch src. for 3.0 fails again....



> Getting the src. I have decided to follow patch.
> 
> setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs
> cd /usr
> cvs -q get -rOPENBSD_3_0 -P src 
> 
> fetching src...is successful:)
>  
> rebuild the kernel.
> 
> cd /usr/src/sys/arch/i386/conf
>  /usr/sbin/config GENERIC
>  cd /usr/src/sys/arch/i386/compile/GENERIC
>  make clean && make depend && make
> 
> All is well....:)

Not quite.  You missed

	cd /usr/src/etc && make DESTDIR=/ distrib-dirs

> 
> reboot with kernel. 
> 
> 
> cd /usr/src/sys/arch/i386/compile/GENERIC
> cp /bsd /bsd.old          
> cp bsd /bsd               
> reboot
> 
> system reboots fine and works great...
> 
> rebuild binaries
> 
> cd /usr/src
> rm -r /usr/obj/*
> make obj && make build
> 
> It starts and after hrs. of compiling the following error.
> 
> ---> libocurses/PSD.doc
> install -c -o root -g bin -m 444 Makefile Master appen.A appen.B appenC
> c_macros doc.I doc II docIII doc.IV ex1.c ex2.c fns.doc intro.0 intro.1
> intro.2 intro.3 intro.4 intro.5 intro.6 life.c macros twinkle1.c
> twinkle2.c win_st.c /usr/share/doc/psd/19curses
> install: Target: /usr/share/doc/psd/19.curses: No such file or directory

... because you didn't make the "distrib-dirs" target.  See

	http://www.openbsd.org/faq/upgrade-minifaq.html

David S.