From owner-freebsd-current@FreeBSD.ORG Fri Sep 12 13:03:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83D7316A4BF; Fri, 12 Sep 2003 13:03:49 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B3F43FBD; Fri, 12 Sep 2003 13:03:48 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 4226666D9C; Fri, 12 Sep 2003 13:03:48 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 1BF70A40; Fri, 12 Sep 2003 13:03:48 -0700 (PDT) Date: Fri, 12 Sep 2003 13:03:48 -0700 From: Kris Kennaway To: Kris Kennaway Message-ID: <20030912200347.GB12577@rot13.obsecurity.org> References: <20030912200006.GA12534@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SkvwRMAIpAhPCcCJ" Content-Disposition: inline In-Reply-To: <20030912200006.GA12534@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i cc: gshapiro@FreeBSD.org cc: current@FreeBSD.org Subject: Re: 'cd /usr/src/etc; make distribute' broken. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 12 Sep 2003 20:03:49 -0000 --SkvwRMAIpAhPCcCJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 12, 2003 at 01:00:06PM -0700, Kris Kennaway wrote: > As part of my world-building script for creating binary distributions > for use on bento I use the following to populate /etc in the target > directory: > --- > cd /usr/src/etc > make distribute DISTRIBUTION=3D/destdir TARGET_ARCH=3Dwhatever > --- > This used to work fine, but now it is dying with the following: >=20 > install -o root -g wheel -m 644 /a/asami/portbuild/amd64/5/src/etc/sendm= ail/freebsd.mc /a/asami/portbuild/amd64/5/src/etc/sendmail/freebsd.cf //var= /chroot/etc/mail > install: /a/asami/portbuild/amd64/5/src/etc/sendmail/freebsd.cf: No such = file or directory > *** Error code 71 Actually this isn't quite the original error message. I changed etc/sendmail/Makefile to install ${.CURDIR}/freebsd.cf instead of freebsd.cf, but it's not there either. Kris --SkvwRMAIpAhPCcCJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/YiajWry0BWjoQKURAs+2AKC6fd6+B+bq1jRYX9QHLhQAmwQJYACfadd5 lV9xfD72AYUBChvyg+SiuH4= =1O9x -----END PGP SIGNATURE----- --SkvwRMAIpAhPCcCJ--