From owner-freebsd-current@FreeBSD.ORG Tue May 24 07:34:40 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3AE51065670 for ; Tue, 24 May 2011 07:34:40 +0000 (UTC) (envelope-from gb@unistra.fr) Received: from mailhost.u-strasbg.fr (mailhost.u-strasbg.fr [IPv6:2001:660:2402::155]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3DB8FC1B for ; Tue, 24 May 2011 07:34:40 +0000 (UTC) Received: from 6nq.localdomain (addal.unistra.fr [130.79.40.51]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id p4O7YcRd073383 for ; Tue, 24 May 2011 09:34:38 +0200 (CEST) (envelope-from gb@unistra.fr) Received: by 6nq.localdomain (Postfix, from userid 1001) id B4C8F12CEEA; Tue, 24 May 2011 09:34:18 +0200 (CEST) Date: Tue, 24 May 2011 09:34:18 +0200 From: Guy Brand To: Current List Message-ID: <20110524073418.GA13860@unistra.fr> Mail-Followup-To: Current List MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline x-gpg-fingerprint: B423 4924 012E 52F3 BA9E 547F CC8C 0BC5 9C0E B1CA x-gpg-key: 9C0EB1CA User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (mailhost.u-strasbg.fr [130.79.200.155]); Tue, 24 May 2011 09:34:38 +0200 (CEST) X-Spam-Status: No, score=-99.0 required=5.0 tests=SPF_SOFTFAIL, T_RP_MATCHES_RCVD,USER_IN_WHITELIST autolearn=disabled version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mr5.u-strasbg.fr Subject: Kernel install error today, mps module X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 24 May 2011 07:34:40 -0000 Hello, With revision 218881, I hit an error in make installkernel: ===> mps (install) install -o root -g wheel -m 555 mps.ko /boot/kernel install -o root -g wheel -m 555 mps.ko.symbols /boot/kernel install: mps.ko.symbols: No such file or directory *** Error code 71 Stop in /usr/src/sys/modules/mps. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/MOJITO. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. my kernel config is: include GENERIC cpu HAMMER ident MYKERNEL nomakeoptions DEBUG nooptions INVARIANTS nooptions INVARIANT_SUPPORT nooptions WITNESS nooptions WITNESS_SKIPSPIN options SC_PIXEL_MODE options VESA Any idea? -- bug