From owner-freebsd-current@freebsd.org Thu Jul 16 08:51:30 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 D258B9A3C04 for ; Thu, 16 Jul 2015 08:51:30 +0000 (UTC) (envelope-from darius@dons.net.au) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [150.101.137.145]) by mx1.freebsd.org (Postfix) with ESMTP id 685B91566 for ; Thu, 16 Jul 2015 08:51:29 +0000 (UTC) (envelope-from darius@dons.net.au) Received: from ppp14-2-58-163.lns21.adl2.internode.on.net (HELO midget.dons.net.au) ([14.2.58.163]) by ipmail06.adl6.internode.on.net with ESMTP; 16 Jul 2015 18:20:28 +0930 Received: from [10.0.2.26] ([10.0.2.26]) (authenticated bits=0) by midget.dons.net.au (8.15.1/8.14.9) with ESMTPSA id t6G8oLKx042440 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Jul 2015 18:20:26 +0930 (CST) (envelope-from darius@dons.net.au) From: "O'Connor, Daniel" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 16 Jul 2015 18:20:21 +0930 Subject: -current broken when src is on NFS To: FreeBSD Current Message-Id: <1C5FC434-0646-40E5-83AC-A0DE486D3273@dons.net.au> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-Mailer: Apple Mail (2.2102) X-Spam-Score: -2.899 () ALL_TRUSTED,BAYES_00,URIBL_BLOCKED X-Scanned-By: MIMEDefang 2.75 on 10.0.2.1 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, 16 Jul 2015 08:51:30 -0000 I am seeing the following breakage when building -current and the source = is on NFS make -j 4 buildworld ... --- rescue.all__D --- --- rescue --- MAKEOBJDIRPREFIX=3D/usr/obj/src/FreeBSD-HEAD/rescue/rescue make -f = rescue.mk exe --- sbin.all__D --- --- pfctl_qstats.o --- cc -O2 -pipe -Wall -Wmissing-prototypes -Wno-uninitialized = -Wstrict-prototypes -DENABLE_ALTQ -I/src/FreeBSD-HEAD/sbin/pfctl = -DWITH_INET6 -DWITH_INET -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable = -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality = -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef = -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter = -Qunused-arguments -c /src/FreeBSD-HEAD/sbin/pfctl/pfctl_qstats.c -o = pfctl_qstats.o --- rescue.all__D --- --- cat_stub.c --- echo "int _crunched_cat_stub(int argc, char **argv, char **envp){return = main(argc,argv,envp);}" >cat_stub.c make[5]: make[5]: don't know how to make = /usr/obj/src/FreeBSD-HEAD/rescue/rescue//src/FreeBSD-HEAD/bin/cat/cat.o. = Stop make[5]: stopped in /usr/obj/src/FreeBSD-HEAD/rescue/rescue *** [rescue] Error code 2 I copied this source tree to /usr/src (UFS) and it built fine - I guess = it's possible it is barfing on the path name but I figure someone else = would have noticed that. The NFS server is running 10.0-RELEASE and the NFS client is running = -current r285456, lockd is running and seems to be working (e.g., cat -l = works) -- Daniel O'Connor "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C