From owner-freebsd-current@FreeBSD.ORG Mon May 23 07:34:11 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 7AD5F106566C; Mon, 23 May 2011 07:34:11 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 35D3D8FC19; Mon, 23 May 2011 07:34:11 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QOPeU-0007fo-BX>; Mon, 23 May 2011 09:34:10 +0200 Received: from e178026065.adsl.alicedsl.de ([85.178.26.65] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QOPeU-0006QM-8l>; Mon, 23 May 2011 09:34:10 +0200 Message-ID: <4DDA0DF2.1000303@mail.zedat.fu-berlin.de> Date: Mon, 23 May 2011 09:34:10 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110429 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Garrett Cooper References: <4DD9832A.1060506@mail.zedat.fu-berlin.de> <2CCA2B24-7EB8-4A66-B39D-BD6BDCE34880@gmail.com> In-Reply-To: <2CCA2B24-7EB8-4A66-B39D-BD6BDCE34880@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.26.65 X-Mailman-Approved-At: Mon, 23 May 2011 11:24:08 +0000 Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: kernel: install: mps.ko.symbols: No such file or directory 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: Mon, 23 May 2011 07:34:11 -0000 On 05/23/11 00:37, Garrett Cooper wrote: > On May 22, 2011, at 2:42 PM, O. Hartmann wrote: > >> Building kernel and modules with CLANG (did not try with gcc) results in corrupted system with following error message. Operating system is most recent svn update of FreeBSD 9.0-CURRENT/amd64: >> >> URL: svn://svn.freebsd.org/base/head >> Repository Root: svn://svn.freebsd.org/base >> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f >> Revision: 222199 >> Node Kind: directory >> Schedule: normal >> Last Changed Author: rmacklem >> Last Changed Rev: 222199 >> Last Changed Date: 2011-05-22 23:04:32 +0200 (So, 22 Mai 2011) > > After doing some review of the checkins made recently and per our offline discussion, it might be r222188 that's causing issues. How did you issue the build (did you run buildworld buildkernel, or just buildkernel, KERNFAST, etc)? > Thanks, > -Garrett_______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" There were some changes in /usr/src/sys/conf/kmod.mk which seem to issue the problem. My buildcommand sequence is: make buildworld && make kernel && make installworld The sequence make buildworld always performs well. Also the sequence make buildkernel is all right. The installation then fails. Regards, Oliver