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

patch src. for 3.0 fails again....



Yep it did it again. A minimal clean install of 3.0. (base30.tgz,
etc30.tgz, comp30.tz, man30.tgz,bsd) after this I follow the step to get
the src. Rebuild the kernel, reboot from new kernel...which goes fine
and then rebuild the binaries. Once again after hrs of compiling the
binaries it stops with the error messages. The steps I have taken after
a clean install up to the error message are below. I follow patch not
current. Or try to:)

A clean install with system working fine. Ready to get the system up to
date for the first time. I need the src....


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

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
***Error code 71

Stop in /usr/src/lib/libocurses/PSD.doc (line 47 of
 /usr/share/mk/bsd.doc.mk).
 *** Error code 1

 Stop in /usr/src/lib/libocurses.
 *** Error code 1

 Stop in /usr/src/lib.
 *** Error code 1

 Stop in /usr/src (line 79 of Makefile).