source upgrade from 6.3 - 7.0 fails

2008-03-12 Thread David Newman
Having trouble upgrading 6.3 to 7.0 from source. This is on a single-CPU amd64 machine. These steps all work OK: 1. cd /usr/src 2. cvsup -g -L 2 /usr/local/etc/security-supfile (tag points to RELENG_7_0) 3. make buildworld 4. make buildkernel KERNCONF=GENERIC 5. make installkernel

Re: source upgrade from 6.3 - 7.0 fails

2008-03-12 Thread Derek Ragona
At 01:41 PM 3/12/2008, David Newman wrote: Having trouble upgrading 6.3 to 7.0 from source. This is on a single-CPU amd64 machine. These steps all work OK: 1. cd /usr/src 2. cvsup -g -L 2 /usr/local/etc/security-supfile (tag points to RELENG_7_0) 3. make buildworld 4. make buildkernel

Re: source upgrade from 6.3 - 7.0 fails SOLVED

2008-03-12 Thread David Newman
1. cd /usr/src 2. cvsup -g -L 2 /usr/local/etc/security-supfile (tag points to RELENG_7_0) 3. make buildworld .. 10. make installworld and get this error: install: crt1.o: No such file or directory ***Error code 71 crt1.o does exist in /usr/lib. Thanks in advance for any clues on fixing