From owner-freebsd-questions@freebsd.org Wed Nov 16 15:47:28 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 5FA6AC43E8E for ; Wed, 16 Nov 2016 15:47:28 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22EAF1946 for ; Wed, 16 Nov 2016 15:47:27 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id D817643B68 for ; Wed, 16 Nov 2016 16:47:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1479311221; bh=JY/hHOLHiB0Q88e49EtUrIWYcH5AS8dRm 9m9abbs1Zg=; b=SWNoG4uhfAcVNNdgh/rKoxUDUbpO43gX8d3Z15np6H8FyIeTw 2L5/eJBl95nvk4+TlGtYEVO0NwxEH2AFHBGwpZUIYL0GyChc1wu2+P38kNZsZGg8 AqPbHX/c4yVhrJYmb27Aah8Mek2rPivGqTDTTWYC57slVdQE6jx+w+CCl4e5u77l N9lvPlpolUOIkp6oJ5H3j1YW2vPmDUnJbXeWMFUKTLmuAbYPI+WR9wozS+DraZ2S BDiym0K3BilJyKF681Q8xqjnOZYuvi2gCy1/iM7nAo3JUg2ikb2viqgSHDpBLvx3 tC4zzntrbZYgT3gjZihTUZioCMKwp60cWHX3Q== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id RtIlZ5KNOGEp for ; Wed, 16 Nov 2016 16:47:01 +0100 (CET) Date: Wed, 16 Nov 2016 16:33:18 +0100 Message-ID: <86twb7phhd.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: Subject: Re: make buildworld fails in 11.0-RELEASE In-Reply-To: <16f3a1aa-c011-8042-d60b-cd379e672774@kukulies.org> References: <16f3a1aa-c011-8042-d60b-cd379e672774@kukulies.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Wed, 16 Nov 2016 15:47:28 -0000 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