From owner-freebsd-stable@FreeBSD.ORG Wed Mar 26 18:50:55 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D1BB1065670 for ; Wed, 26 Mar 2008 18:50:55 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.178]) by mx1.freebsd.org (Postfix) with ESMTP id DDF718FC1D for ; Wed, 26 Mar 2008 18:50:54 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so2104298ele.12 for ; Wed, 26 Mar 2008 11:50:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=Qp0ST0U1PGkNUEd1wVqEtLFgmvqUbmjKsMd2VhAv4P4=; b=g8ALFzUknv44xoK9zxhDQBhaqXHowXR4evItGiFUiHz9qKdwRado46zCzaHzoxsqmRZ9UOS1Iu5NryCeiSW0sC5mdRnb4XCFDhpv+q/xcs3F3JfisUEJWIIjevHy9B5oIRKxREEieJ3Pb3wY2gPez6dyQV7pUUSoCPCsFWLLtuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZwjqARi1Bc+iAcYxIkj+GCRmAjhhLg97i4sMuzKFXQBJzrvu6uXNOxwmaYLVy5yUdqciPitLhxUWjuVrN0cwqi21tC1U88o+J2MRmlIjD1hypMORK91QEHufphCCnnHeJuu07c76bCrZk8KL1Cw04NM8Wt43y+GDZjLMl57p9/I= Received: by 10.141.15.19 with SMTP id s19mr303900rvi.269.1206555834340; Wed, 26 Mar 2008 11:23:54 -0700 (PDT) Received: by 10.141.189.14 with HTTP; Wed, 26 Mar 2008 11:23:54 -0700 (PDT) Message-ID: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> Date: Wed, 26 Mar 2008 13:23:54 -0500 From: "Rance Hall" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: compile error while building kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2008 18:50:55 -0000 On a test box I upgraded from 7.0-RELEASE to -STABLE buildworld works fine, but buildkernel KERNCONF=GENERIC fails with two fatal errors. /usr/src/sys/i386/i386/locore.s:905:5: error: "KERNLOAD" is not defined /usr/src/sys/i386/i386/locore.s:905:22: error: "PDRSHIFT" is not defined I can't find any reference to this either in the list archives or in UPDATING. im running an amd athlon64 processor but the i386 code. my march is athlon-mp (the system translates my athlon64 automatically to this in i386 mode) I will be happy to provide other details like make.conf if needed. I just cant find any docs about what these to vars are supposed to be/do so I could just set the values to something myself. hints appreciated. last cvsup yesterday 3/25