From owner-freebsd-current@FreeBSD.ORG Sun Jul 18 23:15:49 2010 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 F27411065670 for ; Sun, 18 Jul 2010 23:15:49 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B6C768FC0A for ; Sun, 18 Jul 2010 23:15:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o6INFi4j026616; Sun, 18 Jul 2010 17:15:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 18 Jul 2010 17:16:10 -0600 (MDT) Message-Id: <20100718.171610.338707487962422543.imp@bsdimp.com> To: i@levsha.me From: "M. Warner Losh" In-Reply-To: <20100718210154.GA94088@laptop.levsha.me> References: <20100718210154.GA94088@laptop.levsha.me> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: Can't make distribution TARGET_ARCH=... after r209510 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: Sun, 18 Jul 2010 23:15:50 -0000 In message: <20100718210154.GA94088@laptop.levsha.me> Mykola Dzham writes: : Hi! : Attemt to make jail with different target arch on tinderbox (i386 jail : on amd64 host) exits with error: : : ERROR: distribution failed - see /usr/local/tinderbox/jails/9-HEAD.i386/distribution.tmp : : Last lines from log: : : cd /usr/local/tinderbox/jails/9-HEAD.i386/src/etc/sendmail; make distribution : install -o root -g wheel -m 644 /usr/local/tinderbox/jails/9-HEAD.i386/src/etc/sendmail/freebsd.mc freebsd.cf /tmp/tinderbox/jails/9-HEAD.i386/tmp/etc/mail : install: freebsd.cf: No such file or directory : *** Error code 71 : : Stop in /usr/local/tinderbox/jails/9-HEAD.i386/src/etc/sendmail. : *** Error code 1 : : Stop in /usr/local/tinderbox/jails/9-HEAD.i386/src/etc. : : Full build and distribution logs avaliable on : http://levsha.me/tmp/20100718/world.txt (20M) : http://levsha.me/tmp/20100718/distribution.txt (7.4K) : : Reverting r209510 fixes this problem It works for me. on an amd64 box: setenv TARGET=i386 make buildworld make installworld DESTDIR=/tmp/mumble make distribution DESTDIR=/tmp/mumble Warner