From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 18:19:44 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F164816A4B3 for ; Fri, 10 Oct 2003 18:19:44 -0700 (PDT) Received: from lonestar.astro.psu.edu (lonestar.astro.psu.edu [128.118.147.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 576D843FBF for ; Fri, 10 Oct 2003 18:19:44 -0700 (PDT) (envelope-from kopts@astro.psu.edu) Received: from 127.0.0.1 (localhost [127.0.0.1]) by dummy.domain.name (Postfix) with SMTP id E135D1E5B for ; Fri, 10 Oct 2003 21:19:42 -0400 (EDT) Received: from vela.astro.psu.edu (vela.astro.psu.edu [128.118.147.228]) by lonestar.astro.psu.edu (Postfix) with ESMTP id 963841E59 for ; Fri, 10 Oct 2003 21:19:42 -0400 (EDT) Date: Fri, 10 Oct 2003 21:25:54 -0400 (EDT) From: Alexey Koptsevich X-X-Sender: kopts@localhost.localdomain To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: installkernel remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 01:19:45 -0000 Hello, I have a problem with the remote kernel install. I have cvsup'ed, built and installed the system (-CURRENT) on one host, then mounted its /usr/src and /usr/obj to another host (running 5.1-RELEASE). When I try to install the kernel on the second host (even the same kernel which was successfully installed on the build host), it fails with the message below. There are no discrepancies in the make.conf files. What could be the problem? Thanks, Alex -bash-2.05b# make installkernel KERNCONF=FW "/usr/src/Makefile.inc1", line 773: warning: String comparison operator should be either == or != "/usr/src/Makefile.inc1", line 773: Malformed conditional ((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)) "/usr/src/Makefile.inc1", line 773: Missing dependency operator "/usr/src/Makefile.inc1", line 775: if-less endif "/usr/src/Makefile.inc1", line 775: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src.