From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 14:03:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C5816A41C for ; Sat, 11 Jun 2005 14:03:03 +0000 (GMT) (envelope-from keyser456@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D13643D48 for ; Sat, 11 Jun 2005 14:03:03 +0000 (GMT) (envelope-from keyser456@verizon.net) Received: from mdis ([66.14.40.249]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IHX00F66B0V88M4@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Sat, 11 Jun 2005 09:02:56 -0500 (CDT) Date: Sat, 11 Jun 2005 07:03:16 -0700 From: "Keyser" To: Message-id: <006101c56e8e$51275230$5b01a8c0@mdis> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-Priority: 3 X-MSMail-priority: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: make installkernel fails instantly w/ signal 11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 14:03:03 -0000 In an effort to get the simplest of compiled c++ programs (compiled with = g++) to actually run without a segfault on my box I'm trying to update = everything. So I cvsup'd src-all and ports-all. Then I did: make -j4 buildworld (which worked) make -DALWAYS_CHECK MAKE buildkernel (which also worked) However, then when I try to installkernel I get a signal 11 immediately = as shown below. I've tried it in single user mode with the same result. = Not sure what I'm doing wrong? I've read signal 11 is usually caused = by hardware issues but it seems strange this box could build both world = and kernel without any problems if that were the case. vitoc# cd /usr/src vitoc# pwd /usr/src vitoc# ls COPYRIGHT UPDATING gnu rescue usr.bin LOCKS bin include sbin usr.sbin MAINTAINERS contrib kerberos5 secure Makefile crypto lib share Makefile.inc1 etc libexec sys README games release tools vitoc# make -DALWAYS_CHECK_MAKE installkernel -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 = MACHINE=3Di386 CPUTYPE=3D = GROFF_BIN_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/bin = GROFF_FONT_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/groff_font = GROFF_TMAC_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/tmac = PATH=3D/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/u= sr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbi= n:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:= /usr/sbin:/usr/bin /usr/obj/usr/src/make.i386/make -f Makefile.inc1 = hierarchy cd /usr/src/etc; /usr/obj/usr/src/make.i386/make = distrib-dirs mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p / mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /var *** Signal 11 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. vitoc# I've literally done everything "by the book" but maybe I've missed = something obvious to someone else?