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

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



A quick google search of your error results in:

http://archives.neohapsis.com/archives/openbsd/2001-03/2555.html

and

http://www.monkey.org/openbsd/archive/bugs/0104/msg00124.html

Although both of these posts are for 2.8, it still leads me to believe
misc30.tgz was required on the clean install.  Did compiling the
regression framework make it go farther into the 
system build at all?

> -----Original Message-----
> From: neal hamilton [mailto:nealhamiltonjr@yahoo.com]
> Sent: Tuesday, March 19, 2002 9:53 AM
> To: Misc@Openbsd. Org
> Subject: 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).