From owner-freebsd-current@freebsd.org Tue Oct 20 11:18:28 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 3E228A19CA7 for ; Tue, 20 Oct 2015 11:18:28 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFA2A1F4D for ; Tue, 20 Oct 2015 11:18:27 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by wicfv8 with SMTP id fv8so23399240wic.0 for ; Tue, 20 Oct 2015 04:18:25 -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=2tZ5Oi7r7mGgQN4GTwkRVwYMW+eX4JMr5A6y9tdPoVI=; b=xC/gxEaBmAK1qIzbge5lOEPYvnnwt3nw2aK/CR6z0tpxRUKRGi1DCdt8e3Qye5hOqN n/z8u9ZsyqMY4p4ubjr2AZp35dRWoZsYboCqpNpQKi03L8Lms0BsRwmoAmEHYtkyPegs pXKGgJZzLJYVEyUC9GCsxmk9VUaDymqwENF10d8R+DexLrE4tk90+gILUUXos2FUQDnd 0tEvoahoE9qQa63wRmBKQ1PodnzkrZ83g+t84fRSjHJ6Bq9REwFtrudvNk15U19gCOIc SYjeMfxoCtnIBQHujZnhhjW0lSlbfWfWdeGm41PsM0e55oHJGsJOEdW8LR/CZJPmg4QI quUA== MIME-Version: 1.0 X-Received: by 10.194.201.130 with SMTP id ka2mr3376500wjc.123.1445339905424; Tue, 20 Oct 2015 04:18:25 -0700 (PDT) Received: by 10.27.12.232 with HTTP; Tue, 20 Oct 2015 04:18:25 -0700 (PDT) In-Reply-To: <559603.75995.bm@smtp120.sbc.mail.ne1.yahoo.com> References: <559603.75995.bm@smtp120.sbc.mail.ne1.yahoo.com> Date: Tue, 20 Oct 2015 14:18:25 +0300 Message-ID: Subject: Re: Make installworld fails on file not found (Error code 71) From: Sergey Kandaurov To: Thomas Mueller Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 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: Tue, 20 Oct 2015 11:18:28 -0000 On 20 October 2015 at 11:07, 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 > This looks like if you would try to installworld on newer sources and older objs without doing buildworld first to get in sync. -- wbr, pluknet