From owner-freebsd-questions@freebsd.org Fri Dec 4 13:36:37 2015 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 D0228A4171A for ; Fri, 4 Dec 2015 13:36:37 +0000 (UTC) (envelope-from kuleshovmail@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (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 780A11777 for ; Fri, 4 Dec 2015 13:36:37 +0000 (UTC) (envelope-from kuleshovmail@gmail.com) Received: by wmec201 with SMTP id c201so74468802wme.0 for ; Fri, 04 Dec 2015 05:36:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=iff9FfT7l2WMLu5abBBHc5V+U1eM0OhUV2UEkM9GE7g=; b=KAciiI5LPouevR3wimy4cT9T5gBTFHY/gZ9r1sC/Awrxnd9xyHnz2+rji13RMWtt1y h2e2ls1yVgMklgRl1oivIx/RVEjt/2XpOZYf1CvG6wP/bm/y2SCucGlYOQKyW9hUJMbX t+f7KDbIdD8e74KUhA4OsYzfSjH2B4iZVrlGrkrjzNfu1GJu9y9MeQ2T9gnZVwUHNWIN creF00//GhZSt+fON8X338aU0/2R5rHF1L9aDM1defG7dAznDcckrUIWOUa2nZvvo7Jk hl7CEmc5sCWfv0hab3SEo2AUTE7KNFbdkR/mSUswjxpVh26CAreuDK5Jp3ZaP+hRSp/1 mf+A== X-Received: by 10.28.51.83 with SMTP id z80mr5463144wmz.54.1449236195874; Fri, 04 Dec 2015 05:36:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.27.4.195 with HTTP; Fri, 4 Dec 2015 05:36:16 -0800 (PST) In-Reply-To: References: From: Alexander Kuleshov Date: Fri, 4 Dec 2015 19:36:16 +0600 Message-ID: Subject: Re: buildworld failed To: Anton Sayetsky Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 13:36:37 -0000 Hello Anton, On Fri, Dec 4, 2015 at 7:16 PM, Anton Sayetsky wrote: > 2015-12-04 15:14 GMT+02:00 Alexander Kuleshov : >> /usr/obj/usr/src/tmp/usr/include/rpcsvc/crypt.x. Stop >> > -DNO_CLEAN - this. I've removed /usr/obj and execute make buildword. Getting the same: make[4]: don't know how to make /usr/obj/usr/src/tmp/usr/include/rpcsvc/crypt.x. Stop Thank you