From owner-freebsd-current@FreeBSD.ORG Wed Jan 18 09:19:52 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23EB216A41F for ; Wed, 18 Jan 2006 09:19:52 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6931843D55 for ; Wed, 18 Jan 2006 09:19:51 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1632024wra for ; Wed, 18 Jan 2006 01:19:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PiJg+rnAqaL5EoBUBWU/P+MEWYdLTskSoGyt1R99eH0uorm3XnkX2pRNu88LCdDBCLYfj+QkZZeKDnGE7FnJDvhMeWMUXu+7aQDsrGo7KuNa9w5VSLJEL7zhf2bkFTuBASraONTf3IJ97lmGHnWmywBKqj/04udXcKHrziUy3ys= Received: by 10.65.241.13 with SMTP id t13mr4652374qbr; Wed, 18 Jan 2006 01:19:50 -0800 (PST) Received: by 10.65.110.4 with HTTP; Wed, 18 Jan 2006 01:19:50 -0800 (PST) Message-ID: Date: Wed, 18 Jan 2006 17:19:50 +0800 From: Jiawei Ye To: FreeBSD Current MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: unable to build kernel, lock_classes related X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 09:19:52 -0000 With the sources cvsupped an hour ago from cvsup12, I encounter the following problem when trying to build kernel linking kernel.debug kern_mutex.o(.text+0x2ea): In function `mtx_destroy': /usr/src/sys/kern/kern_mutex.c:889: undefined reference to `lock_classes' subr_lock.o(.text+0x14): In function `lock_init': /usr/src/sys/kern/subr_lock.c:71: undefined reference to `lock_classes' Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming