From owner-freebsd-current@FreeBSD.ORG Mon Feb 2 17:26:47 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A6BA1065672 for ; Mon, 2 Feb 2009 17:26:47 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC208FC13 for ; Mon, 2 Feb 2009 17:26:46 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so567752fgb.35 for ; Mon, 02 Feb 2009 09:26:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1YMa6/83/BitXknRDF/aZHzvnrozK1yp4+dwHk/WDpQ=; b=wX4YrpReeFQaHtS4C+0JVLcHvYbIK1yOWvQfPySCv4RhV0Ww6bB4jtz3g8KR/eEm0p +ZNF6q7s72IJU3GH7FA0DyelAUJsOD8Lu0Qf8JmGVwZpn7GEcsQuCk1qA18aJsAEYDyI jtB6aRyuOXGnNAFCOllzqY+sgAZVn2zCnRe94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gCmyA6vnc78TLjFxbDhwyLWAseG3eTCWaUuF+ZG1WkQP5LLvNQm9eDD6HatkIDBKBm KchfzBOjeoo9Rf8spdqvXTTpBTawJheMcJE0ciMf2n1URPi+0Bbo11yNTpVq1g3YUoGr EKmwOI4CkooHhRJIAUzAYWq7AGoauSLlSStF8= MIME-Version: 1.0 Received: by 10.86.94.11 with SMTP id r11mr98873fgb.53.1233595605621; Mon, 02 Feb 2009 09:26:45 -0800 (PST) In-Reply-To: <4987037C.5060201@lissyara.su> References: <4987037C.5060201@lissyara.su> Date: Mon, 2 Feb 2009 20:26:45 +0300 Message-ID: From: pluknet To: Alex Keda Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: 'make distribution' errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 02 Feb 2009 17:26:47 -0000 2009/2/2 Alex Keda : > lissyara# pwd > /mnt/jabber/DISTR/FreeBSD/src/CURRENT > lissyara# make distribution DESTDIR=/mnt/da4 > ........ skipped ......... > cd /mnt/jabber/DISTR/FreeBSD/src/CURRENT/etc/sendmail; make distribution > install -o root -g wheel -m 644 > /mnt/jabber/DISTR/FreeBSD/src/CURRENT/etc/sendmail/freebsd.mc freebsd.cf > /mnt/da4/etc/mail > install: freebsd.cf: No such file or directory > *** Error code 71 You have somehow missed `make world` phase for your arch, or more precisely - `make` in etc/sendmail .. -- wbr, pluknet