From owner-freebsd-i386@FreeBSD.ORG Tue Feb 24 22:20:13 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B170416A4CE for ; Tue, 24 Feb 2004 22:20:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965AE43D1D for ; Tue, 24 Feb 2004 22:20:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1P6KDbv009937 for ; Tue, 24 Feb 2004 22:20:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1P6KDrr009936; Tue, 24 Feb 2004 22:20:13 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 24 Feb 2004 22:20:13 -0800 (PST) Resent-Message-Id: <200402250620.i1P6KDrr009936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, huangzhiyong Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5636B16A4CE for ; Tue, 24 Feb 2004 22:13:08 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37B6C43D1F for ; Tue, 24 Feb 2004 22:13:08 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i1P6Cc72022150 for ; Tue, 24 Feb 2004 22:12:38 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i1P6CcdP022148; Tue, 24 Feb 2004 22:12:38 -0800 (PST) (envelope-from nobody) Message-Id: <200402250612.i1P6CcdP022148@www.freebsd.org> Date: Tue, 24 Feb 2004 22:12:38 -0800 (PST) From: huangzhiyong To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/63334: make kernel error X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 06:20:13 -0000 >Number: 63334 >Category: i386 >Synopsis: make kernel error >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 24 22:20:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: huangzhiyong >Release: 4.6stable >Organization: unicomgd >Environment: FreeBSD oa.gzuni.com 4.6-STABLE FreeBSD 4.6-STABLE #3: Thu Aug 15 18:52:57 CST 2002 whyz@oa.gzuni.com:/usr/src/sys/compile/WHYZKERNEL i386 >Description: Today, I want make my kernel from 4.6stable to 4.9 stable. before this, i maked world successful. "cvsup 4.x-stable-supfile" from cvsup.internat.FreeBSD.org (successfull) "cd /usr/src ;make world " (successfull) "cd /sys/i386/conf ;config MYKERNEL ; cd ../../compile/MYKERNEL" "make depend all install" (stop) error display : ===> coda rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include /usr/src/sys/modules/coda/../../coda/coda_fbsd.c /usr/src/sys/modules/coda/../../coda/coda_namecache.c /usr/src/sys/modules/coda/../../coda/coda_psdev.c /usr/src/sys/modules/coda/../../coda/coda_subr.c /usr/src/sys/modules/coda/../../coda/coda_venus.c /usr/src/sys/modules/coda/../../coda/coda_vfsops.c /usr/src/sys/modules/coda/../../coda/coda_vnops.c In file included from /usr/src/sys/modules/coda/../../coda/coda_namecache.c:94: @/coda/coda_namecache.h:2: unterminated character constant @/coda/coda_namecache.h:17: unterminated character constant @/coda/coda_namecache.h:18: unterminated character constant @/coda/coda_namecache.h:19: unterminated character constant @/coda/coda_namecache.h:25: unterminated character constant @/coda/coda_namecache.h:31: unterminated character constant @/coda/coda_namecache.h:60: unterminated character constant @/coda/coda_namecache.h:62: unterminated character constant @/coda/coda_namecache.h:66: unterminated character constant @/coda/coda_namecache.h:152: unbalanced `#endif' /usr/src/sys/modules/coda/../../coda/coda_namecache.c:644: unterminated character constant /usr/src/sys/modules/coda/../../coda/coda_namecache.c:647: unterminated string or character constant /usr/src/sys/modules/coda/../../coda/coda_namecache.c:5: possible real start of unterminated constant mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/coda. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/MYKERNEL. -----end------- >How-To-Repeat: please send mail to huangzhiyong@unicomgd.com or whyz@163.com tkx, very much! >Fix: >Release-Note: >Audit-Trail: >Unformatted: