Re: Preview tag updated

2006-06-17 Thread Sepherosa Ziehau

On 6/18/06, Bryan Berch [EMAIL PROTECTED] wrote:

Matthew Dillon wrote:
 :Matthew Dillon wrote:

 This should work:

 buildworld, buildkernel, installkernel, reboot, installworld, reboot.

 Or:

 buildkernel, installkernel, reboot, buildworld, installworld, reboot.

 The Makefile won't let you run the installworld target unless you are
 running a 1.5.4 kernel.

   -Matt
   Matthew Dillon
   [EMAIL PROTECTED]


I chose to do the  buildworld, buildkernel, installkernel, reboot,
installworld, reboot. Buildworld went fine, but make buildkernel, on my
kernel, failed from the beginning with:

--
 Kernel build for GATEWAY started on Sat Jun 17 23:47:41 EDT 2006
--
=== GATEWAY
rm -rf /usr/obj/usr/src/sys/GATEWAY
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;  
PATH=/usr/obj/usr/src/ctools_i386_i386/usr/sbin:/usr/obj/usr/src/ctools_i386_i386/usr/bin:/usr/obj/usr/src/ctools_i386_i386/bin:/usr/obj/usr/src/ctools_i386_i386/usr/games:/usr/obj/usr/src/btools_i386/usr/sbin:/usr/obj/usr/src/btools_i386/usr/bin:/usr/obj/usr/src/btools_i386/bin:/usr/obj/usr/src/btools_i386/usr/games
  config  -d /usr/obj/usr/src/sys/GATEWAY  /usr/src/sys/i386/conf/GATEWAY
/usr/src/sys/i386/conf/GATEWAY:64: unknown option INVARIANT_SUPPORT
*** Error code 1

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

Stop in /usr/src.


http://leaf.dragonflybsd.org/mailarchive/users/2006-05/msg00098.html

Best Regards,
sephe

--
Live Free or Die


Re: Preview tag updated

2006-06-17 Thread Bryan Berch

Matthew Dillon wrote:

:Matthew Dillon wrote:
 
This should work:


buildworld, buildkernel, installkernel, reboot, installworld, reboot.

Or:

buildkernel, installkernel, reboot, buildworld, installworld, reboot.

The Makefile won't let you run the installworld target unless you are
running a 1.5.4 kernel.

-Matt
	Matthew Dillon 
	[EMAIL PROTECTED]
  


I chose to do the  buildworld, buildkernel, installkernel, reboot, 
installworld, reboot. Buildworld went fine, but make buildkernel, on my 
kernel, failed from the beginning with:


--

Kernel build for GATEWAY started on Sat Jun 17 23:47:41 EDT 2006

--
=== GATEWAY
rm -rf /usr/obj/usr/src/sys/GATEWAY
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;  
PATH=/usr/obj/usr/src/ctools_i386_i386/usr/sbin:/usr/obj/usr/src/ctools_i386_i386/usr/bin:/usr/obj/usr/src/ctools_i386_i386/bin:/usr/obj/usr/src/ctools_i386_i386/usr/games:/usr/obj/usr/src/btools_i386/usr/sbin:/usr/obj/usr/src/btools_i386/usr/bin:/usr/obj/usr/src/btools_i386/bin:/usr/obj/usr/src/btools_i386/usr/games
  config  -d /usr/obj/usr/src/sys/GATEWAY  /usr/src/sys/i386/conf/GATEWAY
/usr/src/sys/i386/conf/GATEWAY:64: unknown option INVARIANT_SUPPORT
*** Error code 1

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

Stop in /usr/src.


uname:  DragonFly  1.5.3-PREVIEW DragonFly 1.5.3-PREVIEW : Fri Apr 28 23:34:06 
EDT 2006

All help appreciated

Bryan