From owner-freebsd-current@freebsd.org Thu Jun 22 19:11:57 2017 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 6C378D92C0E for ; Thu, 22 Jun 2017 19:11:57 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 570E82229 for ; Thu, 22 Jun 2017 19:11:57 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: by mailman.ysv.freebsd.org (Postfix) id 56342D92C0D; Thu, 22 Jun 2017 19:11:57 +0000 (UTC) Delivered-To: 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 55A83D92C0C for ; Thu, 22 Jun 2017 19:11:57 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BFA12226 for ; Thu, 22 Jun 2017 19:11:56 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from [10.9.9.127] (helo=rmmprod05.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dO7W8-0000Bw-BQ for current@freebsd.org; Thu, 22 Jun 2017 21:11:48 +0200 Received: from mail by rmmprod05.runbox with local (Exim 4.86_2) (envelope-from ) id 1dO7W8-0001Mz-AL for current@freebsd.org; Thu, 22 Jun 2017 21:11:48 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [Authenticated user (846156)] by runbox.com with http (RMM6); for ; Thu, 22 Jun 2017 19:11:48 GMT From: "Jeffrey Bouquet" To: "current" Subject: Buildworld failing early. Nothing SVN yet except Makefile.inc1 Date: Thu, 22 Jun 2017 12:11:48 -0700 (PDT) X-Mailer: RMM6 Message-Id: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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 Jun 2017 19:11:57 -0000 Wishing to avoid SVN for now to salvage nvidia-driver just in case...=20 #/bin/sh # re-used sh as one may surmise... $1 not used...=20 export CC=3D/usr/local/bin/clang40 export CXX=3D/usr/local/bin/clang++40=20=20 export CPP=3D/usr/local/bin/clang-cpp40=20 #cd $1 # /usr/src/usr.sbin/pw #make cleandepend #make obj #make depend #make install make MK_PROFILE=3Dno -DNO_CLEAN buildworld && yell || yell .................................................. that failed immediately, exec ranlib, something. however, # script # zsh # sh bw.sh .... =20 and with the latest Makefile.inc1 with r383487, it starts...=20 ...=20 never mind. the error persists. ar -crD libroken.a ... ... ... | tsort -q` ranlib -D libroken.a bmake[3]: exec(ranlib) failed (No such file or directory)=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 *** Error code 1 bmake[3] stopped in /usr/src/kerberos5/lib/libroken *** Error code 1 ..................... Not tried so far: changing /var and /tmp nosuid > suid... ............... okay, that is done. Also, moved src.conf out of the way. ............... Proceeding again. Again, ranlib -D libopenbsd.a bmake[3]: exec(ranlib) failed (No such file or directory) .............................. after ar -crD libopenbsd.a `NM=3D'nm' NMFLAGS=3D'' lorder getdtablecount.o imsg-b= uffer.o imsg.o ohash.o | tsort -q` ............................... Not enough cleandepends, cleanworld first or more fixable ?? .... bmake[3]: stopped in /usr/src/lib/libopenbsd ... besides nosuid > suid, src.conf, make.conf, llvm40, ??? ...........=