From owner-freebsd-current@freebsd.org Thu Oct 22 22:30:13 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F914A1CC39 for ; Thu, 22 Oct 2015 22:30:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7CEE410F1; Thu, 22 Oct 2015 22:30:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 75DEB11B8; Thu, 22 Oct 2015 22:30:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 3C75F12EA3; Thu, 22 Oct 2015 22:30:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id aqK3THN0h7zs; Thu, 22 Oct 2015 22:30:10 +0000 (UTC) Subject: Re: Make installworld fails on file not found (Error code 71) DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 860BE12E9D To: Thomas Mueller , freebsd-current@freebsd.org References: <863492.4926.bm@smtp116.sbc.mail.ne1.yahoo.com> <562955A1.3080103@FreeBSD.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <56296371.7070607@FreeBSD.org> Date: Thu, 22 Oct 2015 15:30:09 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <562955A1.3080103@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 22 Oct 2015 22:30:13 -0000 On 10/22/15 2:31 PM, Bryan Drewery wrote: > On 10/22/15 12:05 AM, Thomas Mueller wrote: >> I was trying to test the new i915 graphics driver but got stuck in building and installing the userland: >> >> /usr/share/man/man2/mknodat.2 -> /usr/share/man/man2/mknod.2 >> /usr/share/man/man2/munlock.2 -> /usr/share/man/man2/mlock.2 >> /usr/share/man/man2/munlockall.2 -> /usr/share/man/man2/mlockall.2 >> /usr/share/man/man2/modfnext.2 -> /usr/share/man/man2/modnext.2 >> /usr/share/man/man2/nmount.2 -> /usr/share/man/man2/mount.2 >> /usr/share/man/man2/unmount.2 -> /usr/share/man/man2/mount.2 >> /usr/share/man/man2/mq_timedreceive.2 -> /usr/share/man/man2/mq_receive.2 >> /usr/share/man/man2/mq_timedsend.2 -> /usr/share/man/man2/mq_send.2 >> /usr/share/man/man2/ntp_gettime.2 -> /usr/share/man/man2/ntp_adjtime.2 >> /usr/share/man/man2/numa_setaffinity.2 -> /usr/share/man/man2/numa_getaffinity.2 >> install: link /usr/share/man/man2/numa_getaffinity.2 -> /usr/share/man/man2/numa_setaffinity.2: No such file or directory >> *** Error code 71 > > It looks like a problem with WITHOUT_MANCOMPRESS. > > I am looking into it. > A fix is now committed. It has been broken since June. -- Regards, Bryan Drewery