Re: can't upgrade from 5.2-CURRENT (mid summer) to RELENG_5 on i386

2004-10-21 Thread Chad Leigh -- Shire.Net LLC
Thanks to all who replied.  I had a faulty memory and had reversed the 
buildworld and buildkernel steps

Thanks
Chad
On Oct 21, 2004, at 2:54 PM, Donald J. O'Neill wrote:
On Thursday 21 October 2004 03:14 pm, Chad Leigh -- Shire.Net LLC
wrote:
Hi
I am trying to upgrade my 5.2-CURRENT from the mid-summer
timeframe to RELENG_5 on an i386 platform (actually dual opteron
running i386).
I did a cvsup early this morning and then try and build my kernel
and get the following:
# make buildkernel KERNCONF=HOST-SMP
I am not sure what is not found.  I don't see it looking for a
file +for .
Anyone seeing the problem, your input is appreciated.
Thanks
Chad
___
Hi Chad,
Just off the top of my head, it seems to me, from what you've
described, you aren't following the correct procedure. I suggest
following the procedure in /usr/src/UPDATING. What you want is
located towards the end. I fact, I'll quote it here for you:
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't upgrade from 5.2-CURRENT (mid summer) to RELENG_5 on i386

2004-10-21 Thread Donald J. O'Neill
On Thursday 21 October 2004 03:14 pm, Chad Leigh -- Shire.Net LLC 
wrote:
> Hi
>
> I am trying to upgrade my 5.2-CURRENT from the mid-summer
> timeframe to RELENG_5 on an i386 platform (actually dual opteron
> running i386).
>
> I did a cvsup early this morning and then try and build my kernel
> and get the following:
>
> # make buildkernel KERNCONF=HOST-SMP
>
> I am not sure what is not found.  I don't see it looking for a
> file +for .
>
> Anyone seeing the problem, your input is appreciated.
>
> Thanks
> Chad
>
> ___
Hi Chad,

Just off the top of my head, it seems to me, from what you've 
described, you aren't following the correct procedure. I suggest 
following the procedure in /usr/src/UPDATING. What you want is 
located towards the end. I fact, I'll quote it here for you:

 To rebuild everything and install it on the current system.
 ---
 # Note: sometimes if you are running current you gotta do more than
 # is listed here if you are upgrading from a really old current.

 
 [7]
 make buildworld
 make buildkernel KERNCONF=YOUR_KERNEL_HERE
 make installkernel KERNCONF=YOUR_KERNEL_HERE
   [1]
 [3]
 /etc/rc.d/preseedrandom[10]
 mergemaster -p [5]
 make installworld
 mergemaster [4]
 

Also, be aware that 5.3 uses some different groups and users, you're 
going to have to put your users and passwords back in. 

Don

-- 
Donald J. O'Neill
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't upgrade from 5.2-CURRENT (mid summer) to RELENG_5 on i386

2004-10-21 Thread Chad Leigh -- Shire.Net LLC
On Oct 21, 2004, at 2:36 PM, Kris Kennaway wrote:
On Thu, Oct 21, 2004 at 02:14:57PM -0600, Chad Leigh -- Shire.Net LLC 
wrote:
Hi
I am trying to upgrade my 5.2-CURRENT from the mid-summer timeframe to
RELENG_5 on an i386 platform (actually dual opteron running i386).
I did a cvsup early this morning and then try and build my kernel and
get the following:
# make buildkernel KERNCONF=HOST-SMP
If you follow the directions you're supposed to do a buildworld first.
I have read the chapter on it but I should probably go review it as you 
imply my memory may not be the best :-)

At this point, please go and read the handbook chapter on updating,
and the /usr/src/UPDATING file
I also perused that
Thanks
Chad
, so you don't omit or mis-order any of
the other required steps.
Kris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't upgrade from 5.2-CURRENT (mid summer) to RELENG_5 on i386

2004-10-21 Thread Kris Kennaway
On Thu, Oct 21, 2004 at 02:14:57PM -0600, Chad Leigh -- Shire.Net LLC wrote:
> Hi
> 
> I am trying to upgrade my 5.2-CURRENT from the mid-summer timeframe to  
> RELENG_5 on an i386 platform (actually dual opteron running i386).
> 
> I did a cvsup early this morning and then try and build my kernel and  
> get the following:
> 
> # make buildkernel KERNCONF=HOST-SMP

If you follow the directions you're supposed to do a buildworld first.
At this point, please go and read the handbook chapter on updating,
and the /usr/src/UPDATING file, so you don't omit or mis-order any of
the other required steps.

Kris


pgpNFaaZxstw8.pgp
Description: PGP signature


can't upgrade from 5.2-CURRENT (mid summer) to RELENG_5 on i386

2004-10-21 Thread Chad Leigh -- Shire.Net LLC
Hi
I am trying to upgrade my 5.2-CURRENT from the mid-summer timeframe to  
RELENG_5 on an i386 platform (actually dual opteron running i386).

I did a cvsup early this morning and then try and build my kernel and  
get the following:

# make buildkernel KERNCONF=HOST-SMP
--
>>> Kernel build for HOST-SMP started on Thu Oct 21 14:08:36 MDT 2004
--
===> HOST-SMP
mkdir -p /usr/obj/usr/src/sys
--
>>> stage 1: configuring the kernel
--
cd /usr/src/sys/i386/conf;   
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/ 
legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/ 
i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/ 
games:/sbin:/bin:/usr/sbin:/usr/bin  config  -d  
/usr/obj/usr/src/sys/HOST-SMP  /usr/src/sys/i386/conf/HOST-SMP
Kernel build directory is /usr/obj/usr/src/sys/HOST-SMP
Don't forget to do a ``make depend''

--
>>> stage 2.1: cleaning up the object tree
--
cd /usr/obj/usr/src/sys/HOST-SMP;  MAKEOBJDIRPREFIX=/usr/obj   
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=   
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin   
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font   
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac   
DESTDIR=/usr/obj/usr/src/i386  _SHLIBDIRPREFIX=/usr/obj/usr/src/i386   
INSTALL="sh /usr/src/tools/install.sh"   
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/ 
legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/ 
i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/ 
games:/sbin:/bin:/usr/sbin:/usr/bin /usr/obj/usr/src/make.i386/make  
KERNEL=kernel cleandir
rm -f *.o *.so *.So *.ko *.s eddep errs  kernel kernel linterrs  
makelinks tags  vers.c vnode_if.c vnode_if.h majors.c  device_if.c  
bus_if.c linker_if.c eisa_if.c miibus_if.c card_if.c power_if.c  
pci_if.c pcib_if.c usb_if.c isa_if.c agp_if.c acpi_if.c device_if.h  
bus_if.h linker_if.h eisa_if.h miibus_if.h card_if.h power_if.h  
pci_if.h pcib_if.h usb_if.h isa_if.h agp_if.h acpi_if.h  aicasm*  
y.tab.h aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c  aic79xx_seq.h  
aic79xx_reg.h aic79xx_reg_print.c miidevs.h  pccarddevs.h usbdevs.h  
linux_genassym.o linux_assym.h
cd /usr/src/sys/modules;  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/HOST-SMP/modules  
KMODDIR=/boot/kernel MACHINE=i386 DESTDIR="/usr/obj/usr/src/i386"  
KERNBUILDDIR="/usr/obj/usr/src/sys/HOST-SMP"  
/usr/obj/usr/src/make.i386/make  cleandir
+for: not found
*** Error code 127

Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/obj/usr/src/sys/HOST-SMP.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
#
I am not sure what is not found.  I don't see it looking for a file  
+for .

Anyone seeing the problem, your input is appreciated.
Thanks
Chad
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"