From owner-freebsd-current@FreeBSD.ORG Mon Sep 22 09:56:22 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D16A1BCD for ; Mon, 22 Sep 2014 09:56:22 +0000 (UTC) Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91383BB4 for ; Mon, 22 Sep 2014 09:56:22 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id n8so5109903qaq.40 for ; Mon, 22 Sep 2014 02:56:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=lf6crV02ohnzNMv2oQKavk31MOj1tlU+AN+yfgEBhag=; b=WiSrf2o0I+r3nM+6fyrQCaJCvdGJWhQM11oFtaQ3tt6UWd8vdUmNPlMwsudV1gvFP9 a4gV0CPnqMouXCeD7w0csf9V5hKq9LTmRfDU5nrk4pugETBVr3JRLcip0e6Vk0xg2nuz nJc/0xC7JjIhmuiop2aqiBcTdZ3HOBOdsEN3/oDb9yTSyBGCsT/QKIPG5yIvoY3LZbcC e+zv0Aja6t2StnxBOg8adUTlS++ApJnThZUi9goIUaA+pdSe0UA1IhcxTUjW+0t6a9ik UsD+oWn4NFEZRFwaizdIc967G4gLQsb9IXMcRqVpVhww+4yMU4RGAFe+64qnU8ahMwO+ GEoA== X-Gm-Message-State: ALoCoQnhl4Zmc77liZD6Z7WSPCBP8rAR8tX3DOUCZ9BACN1F9ISu5Mxf3OdZUrFsb7WaY9zN5hUU X-Received: by 10.229.192.197 with SMTP id dr5mr28739941qcb.18.1411379780884; Mon, 22 Sep 2014 02:56:20 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.75.134 with HTTP; Mon, 22 Sep 2014 02:56:00 -0700 (PDT) X-Originating-IP: [172.28.89.191] In-Reply-To: <14666.10975.bm@smtp118.sbc.mail.ne1.yahoo.com> References: <14666.10975.bm@smtp118.sbc.mail.ne1.yahoo.com> From: Julio Merino Date: Mon, 22 Sep 2014 11:56:00 +0200 X-Google-Sender-Auth: K1dXdaD2p25vvhR7MsaaatU6tpc Message-ID: Subject: Re: make installworld for i386 fails on Kyuafile To: Thomas Mueller Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 22 Sep 2014 09:56:22 -0000 On Mon, Sep 22, 2014 at 11:15 AM, Thomas Mueller wrote: > I was successful on make buildworld and kernel, but make installworld failed on a missing file somewhere: > > /usr/share/man/man3/pmclog_read.3.gz -> /usr/share/man/man3/pmclog.3.gz > ===> lib/libproc (install) > install -C -o root -g wheel -m 444 libproc.a /usr/lib > install -C -o root -g wheel -m 444 libproc_p.a /usr/lib > install -s -o root -g wheel -m 444 libproc.so.2 /usr/lib > install -l s libproc.so.2 /usr/lib/libproc.so > install -C -o root -g wheel -m 444 /BETA1/usr/src/lib/libproc/libproc.h /usr/include > ===> lib/libproc/tests (install) > install -o root -g wheel -m 444 Kyuafile.auto /usr/tests/lib/libproc/Kyuafile > install: /usr/tests/lib/libproc/Kyuafile: No such file or directory Fixed in r271950. Problem introduced in r271937 which seems to have missed part of the change sent out for review in D710.