From owner-freebsd-current@freebsd.org Wed Jul 29 05:50:55 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72F259AE3EA for ; Wed, 29 Jul 2015 05:50:55 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D9463BA for ; Wed, 29 Jul 2015 05:50:55 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by oibn4 with SMTP id n4so81212442oib.3 for ; Tue, 28 Jul 2015 22:50:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Wq7MZKKqtaWNMs9xr8I/YjH3EiabgNa+GhUuLLKG6K0=; b=oowgPswm17etHGsBcPSr1lK7vZNrL/24TrkGgu3GHIhF9iaTGygjbIoiWRMUnn+LSR zt2g+elWKqHyQGTG/CP13l4JGIbfQN1XahE+yaRh/ip+iSYqYoC8wzmhShJgN5jMbsHJ GFHoG4haWoh6kUC443sVjCCDeDI0+LY19cbrp1p0UU4BRNkE9s98Ry3yuTI/nHJrfeLC O1MDZVP5y43+7tK+dkdbxMsveOvUpZh12KKwbKFnoIsE8KLJX2USctgej052xuMtb6vX GbYjweSoSO6B3Z7xKwoBm9WVkPDkfk7TP/zj8WF+SlOF2bLRPIhvf/9vLXYMghLJIeFC mkfA== MIME-Version: 1.0 X-Received: by 10.202.175.199 with SMTP id y190mr1012200oie.22.1438149054554; Tue, 28 Jul 2015 22:50:54 -0700 (PDT) Received: by 10.76.58.17 with HTTP; Tue, 28 Jul 2015 22:50:54 -0700 (PDT) In-Reply-To: <20150729072156.576dfa07@freyja.zeit4.iv.bundesimmobilien.de> References: <20150729063547.384dacbe@freyja.zeit4.iv.bundesimmobilien.de> <20150729072156.576dfa07@freyja.zeit4.iv.bundesimmobilien.de> Date: Tue, 28 Jul 2015 22:50:54 -0700 Message-ID: Subject: Re: [CURRENT]: r285995: BROKEN! buildkernel fails in kern_shutdown.c From: Conrad Meyer To: "O. Hartmann" Cc: freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 29 Jul 2015 05:50:55 -0000 On Tue, Jul 28, 2015 at 10:21 PM, O. Hartmann wrote: > On Tue, 28 Jul 2015 21:58:26 -0700 > Conrad Meyer wrote: > >> On Tue, Jul 28, 2015 at 9:35 PM, O. Hartmann >> wrote: >> > Sources as of r285995 fail to build kernel with >> > >> > [...] >> > --- kernel --- >> > linking kernel >> > kern_shutdown.o: In function `kern_reboot': >> > /usr/src/sys/kern/kern_shutdown.c:(.text+0x2e6): undefined reference to >> > `bufshutdown' *** [kernel] Error code 1 >> >> >> Hi, >> >> It appears you've got an old version of vfs_bio.o cached. Try deleting >> that and building. >> >> Best, >> Conrad > > I doubt that. When I start building world this morning, I deleted /usr/obj/*. > So it should be not as you presumed. > > I just did a > > make -j12 kernel > > in /usr/src again and it failed at the very same position. Again, the source > tree has been recently updated, afterwards I started buidlworld on a > deleted/fresh /usr/obj. Well, r285993 is probably the offending commit. It looks ok to me, though I also hit: kern_shutdown.o: In function `kern_reboot': /usr/home/cmeyer/src/freebsd/sys/kern/kern_shutdown.c:315: undefined reference to `bufshutdown' Best, Conrad