From owner-freebsd-current@freebsd.org Thu Oct 22 22:37:21 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 0AD79A1CEB2 for ; Thu, 22 Oct 2015 22:37:21 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (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 A37AC18F0 for ; Thu, 22 Oct 2015 22:37:20 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wicfv8 with SMTP id fv8so8666681wic.0 for ; Thu, 22 Oct 2015 15:37:12 -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:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=nWSyLNXikYopi5CyD2XEQZSSFVHcCJTcKukteShwlWY=; b=gfryyqwH0iJHgWtYe3QG+qDVYiCWVXoUk7KhnBwNRohKO+ZYvxdanm4yF8dS/qgMsA FOG0trIE+epE6d9lRKXbAegrWzxO0/+Zi8MYKTSEHUSH9W/x94ZSqVcr/segzjZR7+fs 7Ldz1CMNFJ4I2U5PAd65NHQeDsT53tM5MD+hrStt51/qgeQd/RddYtA+tYY0GLEEiO9d rV2Uxv96heryc67iEiJiSis4bvhsMNyXWTdvcGkBN17ghw/vu3pdThCPIkCF2KK3vUzJ JNQexHspIkohw/0wjKaS1o80t29fJPM8Lsk6UL/4zvdZbhKyHFW/rMYerM62WSiS+Yem UAng== X-Gm-Message-State: ALoCoQmH7CGdIXq0HcuosSRibjpBe/dQuICqa2cxLsTHftbcZ+JjckEpF6Y1M5JMG51VE4EK57DC MIME-Version: 1.0 X-Received: by 10.180.23.68 with SMTP id k4mr615879wif.59.1445553432719; Thu, 22 Oct 2015 15:37:12 -0700 (PDT) Received: by 10.194.240.226 with HTTP; Thu, 22 Oct 2015 15:37:12 -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: Fri, 23 Oct 2015 00:37:12 +0200 Message-ID: Subject: Re: Make installworld fails on file not found (Error code 71) From: Oliver Pinter 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: Thu, 22 Oct 2015 22:37:21 -0000 On Tue, Oct 20, 2015 at 10:07 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 > > Stop. > make[5]: stopped in /usr/src/lib/libc > *** Error code 1 > > Stop. > make[4]: stopped in /usr/src/lib > *** Error code 1 > > Stop. > make[3]: stopped in /usr/src > *** Error code 1 > > Stop. > make[2]: stopped in /usr/src > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > > > Now I have a new kernel on a userland dating to last April 27. > > I got this same result with "make installworld" also on previous attempt just a day previous. > > Do I need to clean out old build directory tree? Build runs cleandir automatically, but do I need more, like rm -R /usr/obj/* ? > > If this happened in NetBSD, I would use -r with build.sh which gets rid of outdated stuff in build directories, and will get a chance to try this as I try to update a system last built 14 months ago. > > What do I need to do in FreeBSD? If you like to test the i915kms driver from "binary source", you could fine them in our (HardenedBSD) ISOs: http://jenkins.hardenedbsd.org/builds/HardenedBSD-i915kms-amd64-LATEST/ISO-IMAGES/ > > Tom > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"