On Fri, Feb 25, 2011 at 02:00:48AM -0600, Ron McDowell wrote: > Otto Moerbeek wrote: > > On Fri, Feb 25, 2011 at 01:54:49AM -0600, Ron McDowell wrote: > > > > > >> Otto Moerbeek wrote: > >> > >>> On Fri, Feb 25, 2011 at 08:28:42AM +0100, Otto Moerbeek wrote: > >>> > >>> > >>>> On Fri, Feb 25, 2011 at 12:55:34AM -0600, Ron McDowell wrote: > >>>> > >>>> > >>>>> Nick Holland wrote: > >>>>> > >>>>>> On 02/24/11 20:15, Ron McDowell wrote: > >>>>>> > >>>>>>> System installed from a 4.8-amd64 CD today, then > >>>>>>> cvs-update to HEAD less than an hour ago... > >>>>>>> > >>>>>> No, your process is broke. > >>>>>> Please read FAQ5. > >>>>>> The part you definitely violated is 5.3.2 > >>>>>> > >>>>>> Nick. > >>>>>> > >>>>> Thanks. Okay, I threw away that install [literally...it was a > >>>>> VMware image so deleted it and created a new one] and reloaded > >>>>> > >>>> >from the 4.9 amd64 snapshot install.iso: > >>>> > >>>>> # uname -a > >>>>> OpenBSD currobsd.volente.us 4.9 GENERIC#470 amd64 > >>>>> > >>>>> and did a clean checkout with: > >>>>> cvs -d [email protected]:/cvs checkout -rHEAD -P src > >>>>> > >>>>> and once again... > >>>>> > >>>> Different process error, so different build error. > >>>> > >>> Oops, it's the same errror, confused another build error report. > >>> Anyway, Look at the error message. You are missing a file. Did you > >>> install all sets? > >>> > >> All but bsd.mp --rcm > >> > > > > OK, then it looks like you are mixing versions. > > > > That's why I started with an empty /usr/src and reloaded the OS from a > 4.9 CD image.
OK, specify EXACTLY the steps you did including the commands. > > > >>>> -Otto > >>>> > >>>> > >>>>> cc -O2 -pipe -g -DL_ENDIAN -DDSO_DLFCN -DHAVE_DLFCN_H > >>>>> -DTERMIOS -DANSI_SOURCE -DNO_ERR -DNO_WINDOWS_BRAINDEATH > >>>>> -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 > >>>>> -DOPENSSL_NO_MDC2 -DOPENSSL_NO_GOST -DOPENSSL_NO_HW_4758_CCA > >>>>> -DOPENSSL_NO_HW_AEP -DOPENSSL_NO_HW_ATALLA > >>>>> -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_HW_CSWIFT > >>>>> -DOPENSSL_NO_HW_NCIPHER -DOPENSSL_NO_HW_NURON > >>>>> -DOPENSSL_NO_HW_PADLOCK -DOPENSSL_NO_HW_SUREWARE > >>>>> -DOPENSSL_NO_HW_UBSEC -I/usr/src/lib/libssl/crypto/../src > >>>>> -I/usr/src/lib/libssl/crypto/../src/crypto > >>>>> -I/usr/src/lib/libssl/crypto/../src/crypto/asn1 > >>>>> -I/usr/src/lib/libssl/crypto/../src/crypto/evp > >>>>> -I/usr/src/lib/libssl/crypto/obj -DAES_ASM -DMD5_ASM > >>>>> -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DOPENSSL_CPUID_OBJ > >>>>> -DOPENSSL_BN_ASM_MONT -DWHIRLPOOL_ASM -DOPENSSL_IA32_SSE2 -c > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c -o > >>>>> pqueue.o > >>>>> In file included from > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:62: > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.h:67:31: > >>>>> error: openssl/pq_compat.h: No such file or directory > >>>>> In file included from > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:62: > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.h:73: > >>>>> error: expected specifier-qualifier-list before 'PQ_64BIT' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.h:80: > >>>>> error: expected ')' before 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.h:89: > >>>>> error: expected declaration specifiers or '...' before > >>>>> 'PQ_64BIT' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:71: > >>>>> error: expected ')' before 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c: In > >>>>> function 'pitem_free': > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:90: > >>>>> error: 'pitem' has no member named 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c: In > >>>>> function 'pqueue_insert': > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:125: > >>>>> error: 'pitem' has no member named 'next' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:127: > >>>>> error: 'pitem' has no member named 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:127: > >>>>> error: 'pitem' has no member named 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:129: > >>>>> error: 'pitem' has no member named 'next' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:134: > >>>>> error: 'pitem' has no member named 'next' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:139: > >>>>> error: 'pitem' has no member named 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:139: > >>>>> error: 'pitem' has no member named 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:143: > >>>>> error: 'pitem' has no member named 'next' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:144: > >>>>> error: 'pitem' has no member named 'next' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c: In > >>>>> function 'pqueue_pop': > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:161: > >>>>> error: 'pitem' has no member named 'next' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c: At top level: > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:167: > >>>>> error: expected declaration specifiers or '...' before > >>>>> 'PQ_64BIT' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c: In > >>>>> function 'pqueue_find': > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:175: > >>>>> error: 'pitem' has no member named 'next' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:176: > >>>>> error: 'pitem' has no member named 'next' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:178: > >>>>> error: 'pitem' has no member named 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:178: > >>>>> error: 'priority' undeclared (first use in this function) > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:178: > >>>>> error: (Each undeclared identifier is reported only once > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:178: > >>>>> error: for each function it appears in.) > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:186: > >>>>> error: 'pitem' has no member named 'priority' > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c: In > >>>>> function 'pqueue_next': > >>>>> /usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:233: > >>>>> error: 'pitem' has no member named 'next' > >>>>> *** Error code 1 > >>>>> > >>>>> Stop in /usr/src/lib/libssl/crypto (line 92 of /usr/share/mk/sys.mk). > >>>>> *** Error code 1 > >>>>> > >>>>> Stop in /usr/src/lib/libssl (line 48 of /usr/share/mk/bsd.subdir.mk). > >>>>> *** Error code 1 > >>>>> > >>>>> Stop in /usr/src/lib (line 48 of /usr/share/mk/bsd.subdir.mk). > >>>>> *** Error code 1 > >>>>> > >>>>> Stop in /usr/src (line 74 of Makefile). > >>>>> > >>>>> > >>>>> -- > >>>>> Ron McDowell > >>>>> San Antonio TX

