From owner-freebsd-current@FreeBSD.ORG Mon Jan 5 12:29:31 2009 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 3BC7010656C0 for ; Mon, 5 Jan 2009 12:29:31 +0000 (UTC) (envelope-from ohartman@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 BEFBF8FC1E for ; Mon, 5 Jan 2009 12:29:30 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@FreeBSD.org with esmtp (envelope-from ) id <1LJoJh-0004To-OF>; Mon, 05 Jan 2009 13:12:21 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@FreeBSD.org with esmtpsa (envelope-from ) id <1LJoJh-0007Yr-NB>; Mon, 05 Jan 2009 13:12:21 +0100 Message-ID: <4961F89F.4000004@zedat.fu-berlin.de> Date: Mon, 05 Jan 2009 12:10:07 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: FreeBSD 8-Current AMD64: not compiling world, core dump with new kernel 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, 05 Jan 2009 12:29:31 -0000 Hello. I've trouble compiling world on a FreeBSD 8.0-CUR/amd64 box. uname is as follows: FreeBSD thusnelda.geoinf.fu-berlin.de 8.0-CURRENT FreeBSD 8.0-CURRENT #5 r185330: Wed Nov 26 08:29:58 UTC 2008 I've cvsup'ed the most recent sources, but as the weeks before, compilation of 'world' stops at this point: ===> gnu/usr.bin/texinfo/doc (all) makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi -o info.info makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi -o info-stnd.info ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi texinfo.texi makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.info gzip -cn info.info > info.info.gz gzip -cn info-stnd.info > info-stnd.info.gz gzip -cn texinfo.info > texinfo.info.gz 1 error *** Error code 2 1 error *** Error code 2 1 error Also, the kernel dated as the uname output shows is the only one that boots correctly on this box (DELL Poweredge 1950 with two XEON CPUs, dmesg follows). I can compile a kernel with the most recent sources, but the kernel crashes when booting (this happens also on a dual core Lenovo Thinkpad and affects another SMP box also, but not my private UP box). But this is another issue I will report separately. Can anyone help fixing the problem above? I deleted the stuff remaining in /usr/obj/ and started with a freshly 'svn update', but without success. I guess there is something out of sync, but don't know what. Thanks in advance, Oliver