From owner-freebsd-current@freebsd.org Wed Jul 29 04:58:27 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 5C15D9AD530 for ; Wed, 29 Jul 2015 04:58:27 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-oi0-x22b.google.com (mail-oi0-x22b.google.com [IPv6:2607:f8b0:4003:c06::22b]) (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 20D6A9D7 for ; Wed, 29 Jul 2015 04:58:27 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by oixx19 with SMTP id x19so7995253oix.0 for ; Tue, 28 Jul 2015 21:58:26 -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=2OwFZVWaAKMqxSbYKO3slQuhwr/vfriHQiVpFWB3uEY=; b=m1eUd4J5B7m8ZWFYvj+IxsBkBfHK/B0Gj/Rzk+OxwhDB7joPhLG2eTT43ZZdoQgKzJ ipTpDlukSDdMwS9X072shpGy607nwMErGq/VT8EzO37a0LIDMlxH6YtDdazfFfaV/d40 FQQpO7Ce1a/tG/jp5Mf7z01qFGxd2klTVacJ+MyuPo0cSyOk7oRbvSzScoYRZmd3BUZh dbDqVQIkpC7HmGcM3qQ4tfHNrJb6NaZ/tBs5sI1swKHi7YthBUpRFTSnL58kM6yUzQD9 7nfdIUmVrduUTFD1ZwFEERuNUZIsXa9iCD2H4kYwSpIOeo7U5N+SU/8Ji6eYbYHbm2Yz QRLg== MIME-Version: 1.0 X-Received: by 10.202.168.195 with SMTP id r186mr35986917oie.44.1438145906283; Tue, 28 Jul 2015 21:58:26 -0700 (PDT) Received: by 10.76.58.17 with HTTP; Tue, 28 Jul 2015 21:58:26 -0700 (PDT) In-Reply-To: <20150729063547.384dacbe@freyja.zeit4.iv.bundesimmobilien.de> References: <20150729063547.384dacbe@freyja.zeit4.iv.bundesimmobilien.de> Date: Tue, 28 Jul 2015 21:58:26 -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 04:58:27 -0000 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