From owner-freebsd-current@FreeBSD.ORG Wed Jul 11 01:22:47 2012 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 77E3A106566B for ; Wed, 11 Jul 2012 01:22:47 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3BEA88FC0A for ; Wed, 11 Jul 2012 01:22:47 +0000 (UTC) Received: by obbun3 with SMTP id un3so944553obb.13 for ; Tue, 10 Jul 2012 18:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KPFCnwgNCNRwkqGzZvSD5vdmfzrxWWLYdCcDLtrJgas=; b=GZVawuh48b+K4CUa1TfpdjFSyy1sPr5zotORC2DLqjaiX+FPVJvpr9pu7HQIU5Jh2W jZh8Ut9dpIpUbzHWTeihIEZAcoZjvgo2p77TLgNCWmT3CLaKclzIZlir20ccLmpvFyWn Wh4+tyn1RJmFc6m+hhtiqVyqZKGbI1bH97zZcUXWYIqLen65wV4FQkCj9fV6Y2spPpwq dj70Q5115J+RpzFKR3udT1qJ8MW0DK0zK+VvVm37N3VgA6yfyQw89zHkkKc8WeUaP136 xUmVXNs11gSh3pcoM2tWy4WqAti/sk8+2w5xAawbfdJVHVq7NCchH7rHv3h9ulbu3qDS 8j+A== MIME-Version: 1.0 Received: by 10.182.157.84 with SMTP id wk20mr37800321obb.57.1341969766801; Tue, 10 Jul 2012 18:22:46 -0700 (PDT) Received: by 10.182.75.135 with HTTP; Tue, 10 Jul 2012 18:22:46 -0700 (PDT) In-Reply-To: References: <20120710150040.GE2338@deviant.kiev.zoral.com.ua> Date: Tue, 10 Jul 2012 21:22:46 -0400 Message-ID: From: Kim Culhan To: Konstantin Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD-current r238290 installworld failure 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: Wed, 11 Jul 2012 01:22:47 -0000 On Tue, Jul 10, 2012 at 11:40 AM, Kim Culhan wrote: > On Tue, Jul 10, 2012 at 11:00 AM, Konstantin Belousov > wrote: >> On Tue, Jul 10, 2012 at 10:52:26AM -0400, Kim Culhan wrote: >>> Updating -current to r238290 after make buildworld, installworld fails at: >>> >>> install -o root -g wheel -m 444 as.info.gz ld.info.gz >>> binutils.info.gz /usr/share/info >>> ===> gnu/usr.bin/cc (install) >>> ===> gnu/usr.bin/cc/cc_tools (install) >>> ===> gnu/usr.bin/cc/libiberty (install) >>> ===> gnu/usr.bin/cc/libcpp (install) >>> ===> gnu/usr.bin/cc/libdecnumber (install) >>> ===> gnu/usr.bin/cc/cc_int (install) >>> ===> gnu/usr.bin/cc/cc (install) >>> install -s -o root -g wheel -m 555 gcc /usr/bin >>> install: gcc: No such file or directory >>> *** [_proginstall] Error code 71 >>> >>> Stop in /usr/src/gnu/usr.bin/cc/cc. >>> *** [realinstall] Error code 1 >>> >>> Any help is greatly appreciated. >> Are you installing to NFS ? What is the version of the kernel you run ? >> >> If installing to NFS, and you run a kernel before r237987, try to set >> sysctl debug.vn_io_fault_enable to 0. > > Not installing to NFS, present kernel is 236925. Ran another buildworld and on this run gcc was produced in /usr/obj/usr/src/gnu/usr.bin/cc/cc and installworld worked fine. Thanks -kim