From owner-freebsd-ports@FreeBSD.ORG Wed Mar 1 03:10:23 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A6516A420 for ; Wed, 1 Mar 2006 03:10:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B7443D45 for ; Wed, 1 Mar 2006 03:10:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 19DE41A4D7A; Tue, 28 Feb 2006 19:10:23 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 39F3053667; Tue, 28 Feb 2006 22:10:22 -0500 (EST) Date: Tue, 28 Feb 2006 22:10:22 -0500 From: Kris Kennaway To: Nik Lam Message-ID: <20060301031021.GA91549@xor.obsecurity.org> References: <44050D77.2030503@j2d.lam.net.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <44050D77.2030503@j2d.lam.net.au> User-Agent: Mutt/1.4.2.1i Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mpack-1.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 03:10:23 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 01, 2006 at 01:56:55PM +1100, Nik Lam wrote: > Hi, >=20 > I'm having trouble running the latest mpack (1.6) on FreeBSD 5.4. >=20 > It was installed using portupgrade. >=20 > Whenever I try to send a file I get a No such file or directory error=20 > preceded by a pipe character. >=20 > e.g. >=20 > > mpack -s"example" abc nik@sublimeip.com > |: No such file or directory >=20 >=20 > I've included most of the ktrace output below - there are references to= =20 > /usr/tmp/ - a directory which does not exist. Yeah, looks like it does this for some strange reason: if (getenv("TMPDIR")) { strcpy(fnamebuf, getenv("TMPDIR")); } else { strcpy(fnamebuf, "/usr/tmp"); } Talk to the authors, or to Paul Schmehl who submitted the last update. Kris --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBRCdWry0BWjoQKURApYNAJ9HYOLgoOj8dw8JxVskr4cNp6IxIwCeMwxU kvYdhMOiEKMhpyg2OuyMmkc= =sxUN -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx--