From owner-freebsd-questions@freebsd.org Thu Nov 17 09:12:10 2016 Return-Path: Delivered-To: freebsd-questions@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 CE7D6C44EA8 for ; Thu, 17 Nov 2016 09:12:10 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from kukulies.org (mail.kukulies.org [78.47.239.221]) by mx1.freebsd.org (Postfix) with ESMTP id 98A032F1 for ; Thu, 17 Nov 2016 09:12:09 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from localhost (localhost [127.0.0.1]) by kukulies.org (Postfix) with ESMTP id 691004DA409; Thu, 17 Nov 2016 10:12:08 +0100 (CET) Received: from kukulies.org ([127.0.0.1]) by localhost (kukulies.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eJL03UL2hDCM; Thu, 17 Nov 2016 10:12:07 +0100 (CET) Received: from [172.27.4.215] (unknown [87.79.34.228]) by kukulies.org (Postfix) with ESMTPSA id A0D1C4DA408; Thu, 17 Nov 2016 10:12:07 +0100 (CET) Subject: Re: make buildworld fails in 11.0-RELEASE To: "Herbert J. Skuhra" , "freebsd-questions@freebsd.org" References: <16f3a1aa-c011-8042-d60b-cd379e672774@kukulies.org> <86twb7phhd.wl-herbert@mailbox.org> From: "Christoph P.U. Kukulies" Message-ID: <77b4b6c9-a490-049f-cb17-e63a62ece96f@kukulies.org> Date: Thu, 17 Nov 2016 10:12:10 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <86twb7phhd.wl-herbert@mailbox.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 09:12:10 -0000 I don't set it explicitly but I can see it is set in the output of buildworld: --------------------------------------------------------------^M >>> stage 1.1: legacy release compatibility shims^M --------------------------------------------------------------^M cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/i nstall.sh" TOOLS_PREFIX=/usr/obj/usr/src/tmp PATH=/usr/obj/usr/src/tmp/legacy/ usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/bin:/sb in:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp MAKEFLAGS="-m /usr/sr c/tools/build/mk -m /usr/src/share/mk" make -f Makefile.inc1 DESTDIR= BOOTST RAPPING=1100122 SSP_CFLAGS= MK_HTML=no NO_LINT=yes MK_MAN=no -DNO_PIC MK_PROF ILE=no -DNO_SHARED -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no MK_CLANG_EXTRAS=no MK _CLANG_FULL=no MK_LLDB=no MK_TESTS=no MK_INCLUDES=yes legacy^M ===> tools/build (obj,includes,all,install)^M When I looked into /usr/src/usr.sbin/ftp-proxy there were besides the two Makefile files also a directory ftp-proxy. I then removed the /usr/src tree totally and loaded it again from the tar file and it looked clean then. Am 16.11.2016 um 16:33 schrieb Herbert J. Skuhra: > Christoph P. U. Kukulies skrev: >> I did a make buildworld in 11.0-RELEASE (which I updated to by >> freebsd-update), then downloaded the sources >> via fetch >> ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE/src.txz >> >> make buildworld fails: >> >> >> ===> usr.sbin/pc-sysinstall (cleandir) >> ===> usr.sbin/pc-sysinstall/backend (cleandir) >> rm -f .depend .depend.* >> ===> usr.sbin/pc-sysinstall/backend-partmanager (cleandir) >> rm -f .depend .depend.* >> ===> usr.sbin/pc-sysinstall/backend-query (cleandir) >> rm -f .depend .depend.* >> ===> usr.sbin/pc-sysinstall/conf (cleandir) >> rm -f .depend .depend.* >> ===> usr.sbin/pc-sysinstall/doc (cleandir) >> rm -f .depend .depend.* >> ===> usr.sbin/pc-sysinstall/examples (cleandir) >> rm -f .depend .depend.* >> ===> usr.sbin/pc-sysinstall/pc-sysinstall (cleandir) >> rm -f pc-sysinstall.8.gz pc-sysinstall.8.cat.gz >> rm -f .depend .depend.* >> ===> usr.sbin/ftp-proxy (cleandir) >> rm -f ftp-proxy ftp-proxy.full ftp-proxy.debug ftp-proxy.o filter.o >> ftp-proxy.8.gz ftp-proxy.8.cat.gz >> rm: ftp-proxy: is a directory >> *** Error code 1 >> >> Stop. >> make[4]: stopped in /usr/src/usr.sbin/ftp-proxy >> *** Error code 1 > Have you tried to wipe /usr/obj? > Is there a directory called ftp-proxy in /usr/src/usr.sbin/ftp-proxy? > Have you tried to remove it (rm -rf)? > > -- > Herbert > -- Christoph