From owner-freebsd-current@FreeBSD.ORG Sun Nov 6 15:41:51 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 0433C1065672 for ; Sun, 6 Nov 2011 15:41:51 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id BB1348FC0C for ; Sun, 6 Nov 2011 15:41:50 +0000 (UTC) Received: by gyd5 with SMTP id 5so4521336gyd.13 for ; Sun, 06 Nov 2011 07:41:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=bohe28sUEIH2Ykys0u4goD4zpH6qZrjd5e33g/4gkbY=; b=OVsJCZqUOF+TRaTm+/AuCDEUIys+DRtinbp2Djk7wbUgrqSchuX16PlYiQwBVkC2T/ GGNM96FrT1DUBjOuBDj3y6Zi+jWqSntNQZTewLzl5c7MY7FzMszbYyex4Oz9OYRQTHQW oabQ+P7JXDCSZPfnDPZrlfebLLnOgC7xrPP+Y= MIME-Version: 1.0 Received: by 10.236.190.130 with SMTP id e2mr29908901yhn.107.1320594109936; Sun, 06 Nov 2011 07:41:49 -0800 (PST) Received: by 10.150.225.9 with HTTP; Sun, 6 Nov 2011 07:41:49 -0800 (PST) Date: Sun, 6 Nov 2011 17:41:49 +0200 Message-ID: From: Alexander Yerenkow To: freebsd-current@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem compiling 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: Sun, 06 Nov 2011 15:41:51 -0000 Hello all! I have sources: Path: . URL: http://svn.freebsd.org/base/stable/9 Repository Root: http://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 227206 Node Kind: directory Schedule: normal Last Changed Author: dougb Last Changed Rev: 227146 Last Changed Date: 2011-11-06 09:50:25 +0200 (=D7=D3, 06 =CE=CF=D1 2011) And problem compiling kernel for amd64 arch. I attached full log: http://www.box.net/shared/juajg1o2lg1mxbht5x9b I find somewhere that to build kernel I need to have world build; So, world built just fine before I tried to build kernel. Also, just in case I've updated (binary way) host to: FreeBSD testpc 9.0-RC1 FreeBSD 9.0-RC1 #0: Tue Oct 18 18:51:43 UTC 2011 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 The problem persist, can't compile kernel. My config is: include GENERIC ident MYK machine amd64 # Bus support. device isa # Pseudo devices. device mem # Memory and kernel memory devices device io # I/O device # UART chips on this platform device uart_ns8250 # Default partitioning schemes options GEOM_PART_BSD options GEOM_PART_EBR options GEOM_PART_EBR_COMPAT options GEOM_PART_MBR options NEW_PCIB device pf device pflog device pfsync options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_FORWARD options IPFIREWALL_NAT options IPDIVERT While I'm waiting for any help, I'll try to compile GENERIC. Thanks! --=20 Regards, Alexander Yerenkow