From owner-freebsd-current@freebsd.org Thu Jan 19 10:03:21 2017 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 4D095CB5C79 for ; Thu, 19 Jan 2017 10:03:21 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 194AE147C for ; Thu, 19 Jan 2017 10:03:20 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from phantomias.home.jochen-neumeister.de (p5489403A.dip0.t-ipconnect.de [84.137.64.58]) by dd36626.kasserver.com (Postfix) with ESMTPSA id 3C7EB2E00705 for ; Thu, 19 Jan 2017 10:58:09 +0100 (CET) To: freebsd-current@freebsd.org From: Jochen Neumeister Subject: Build failure: smbios.ko (r312404) Message-ID: <104b6ce6-73e7-86b0-bb29-8413dd9b8a9e@bsdproject.de> Date: Thu, 19 Jan 2017 10:58:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 19 Jan 2017 10:03:21 -0000 Hi list, i use 12 current, and will update to r312404. Buildworld stop with this error: ===> bios (install) ===> bios/smbios (install) install -T release -o root -g wheel -m 555 smbios.ko /boot/kernel/ install: smbios.ko: No such file or directory *** Error code 71 Stop. bmake[5]: stopped in /usr/src/sys/modules/bios/smbios *** Error code 1 Stop. bmake[4]: stopped in /usr/src/sys/modules/bios *** Error code 1 Stop. bmake[3]: stopped in /usr/src/sys/modules *** Error code 1 Stop. bmake[2]: stopped in /usr/obj/usr/src/sys/MIWIBOX *** Error code 1 Stop. bmake[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src Google doesn't help me. Any tipps for me? Regards Jochen