From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 17:56:27 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32FA62A9 for ; Sun, 13 Jul 2014 17:56:27 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD62C2B27 for ; Sun, 13 Jul 2014 17:56:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:subject:in-reply-to:references:mime-version :content-type; s=default; bh=ZkHTbPkNgu41JVipAfY30hdkIO0=; b=nGB sjGc8yqb7MdMBhi9M0Pn6hUSnN9jR5VpHo0/0Hh+SBSxyCrEOVOHVX3EweWgil38 ydA3nZhS17uOiYJRkvi5HsI/WTEo+FhRWeaHC0MuaHJSEYSk5gC6Z7W6hoJlzalM QrBRKjVFHL2JVgIkNRurhRo0Lqu3OWRG97WRiAO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=q21FtufLdec659ZeSoTSbJPuD0qc+ dkPCd+Og2E3O3RvLheiNpmn8hI4u7SUKGxVqa0F37XlzGoWS40ghj1otjPqLXCOM IHBgQoWhIlVSofJpCj2AzkJ0/buYmOI/mwU4BuVbXoxsuyT4FxndlvwSQq+i+OR5 z+mWGhP9inlP9w= Date: Sun, 13 Jul 2014 19:19:19 +0200 Message-ID: <86pph9i3c8.wl-hskuhra@eumx.net> From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: make: don't know how to make /mnt/usr/lib/libc.a. Stop In-Reply-To: <20140713140348.GA90168@admin.sibptus.tomsk.ru> References: <20140713140348.GA90168@admin.sibptus.tomsk.ru> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (i386-pc-freebsd10.0) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 17:56:27 -0000 On Sun, 13 Jul 2014 21:03:49 +0700 Victor Sudakov wrote: > Colleagues, > > What could this be? > > > [root@vas /usr/src] make buildworld TARGET=i386/i386 DESTDIR=/mnt On releng/8.4 and stable/10 I get: make[1]: "/usr/src/Makefile.inc1" line 151: Unknown target i386/i386:i386/i386. *** Error code 1 Does 'TARGET=i386' or 'TARGET=i386 TARGET_ARCH=i386' work? -- Herbert