From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 14:54:44 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D1498C5 for ; Wed, 5 Nov 2014 14:54:44 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 144B876F for ; Wed, 5 Nov 2014 14:54:43 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id l18so1113405wgh.10 for ; Wed, 05 Nov 2014 06:54:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=3yXEBA2Gm0dXXK9hXkpe+3t3D7pc4PIB9ZCjES8QAxU=; b=gwLTznYJAwokEBljni/NiSPua3fjLraaXEgWq1+6pjRbTXDlKP8fzJCv7QHQBXZKxj azenuLIVxWF7AFqnaj4feUXlmomttadvQo8FUKqDu9IllHjFLoGymvxwqedofzwrIGWJ IFYlkiX/sXe0HH97DTJW/ZTd9vgSQIioc5VIVqR+A9Z75UAzFmZtO4e+ZjSvkgdler7M 9T3T9PGYagTwRPtvGuF1yfR8sXdwFSjntc0JscEtvQ7J+L421MIgZ1GoFuxdhEeycCoP 2sUqZyrplTW7/NJ1bQwSmWqXPhvmn5DIk9hTVAFWsyr1crsH4PZKZ4BBeYja22BsFejs sMTg== X-Received: by 10.194.81.6 with SMTP id v6mr64744799wjx.39.1415199282298; Wed, 05 Nov 2014 06:54:42 -0800 (PST) Received: from ernst.home (p578E04C3.dip0.t-ipconnect.de. [87.142.4.195]) by mx.google.com with ESMTPSA id mw7sm4843770wib.14.2014.11.05.06.54.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Nov 2014 06:54:41 -0800 (PST) Date: Wed, 5 Nov 2014 15:54:39 +0100 From: Gary Jennejohn To: David Wolfskill Subject: Re: buildkernel broken in HEAD Message-ID: <20141105155439.61468112@ernst.home> In-Reply-To: <20141105140239.GB1156@albert.catwhisker.org> References: <20141105141813.27ff4561@ernst.home> <20141105140239.GB1156@albert.catwhisker.org> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 05 Nov 2014 14:54:44 -0000 On Wed, 5 Nov 2014 06:02:39 -0800 David Wolfskill wrote: > On Wed, Nov 05, 2014 at 02:18:13PM +0100, Gary Jennejohn wrote: > > HEAD updated just minutes ago: > > > > -------------------------------------------------------------- > > >>> stage 3.1: making dependencies > > -------------------------------------------------------------- > > @/amd64/amd64/genassym.c:79:16: error: no member named 'pm_save' in 'pmap' > > ASSYM(PM_SAVE, offsetof(struct pmap, pm_save)); > > > > pm_save is not present in any pmap.h under /sys. > > ... > > I just built, booted, and smoke-checked: > > FreeBSD g1-252.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1418 r274130M/274133:1100044: Wed Nov 5 05:47:27 PST 2014 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY i386 > Thanks, but I'm at Updating '.': At revision 274134 -- Gary Jennejohn