FreeBSD Port: mpack-1.6

Kris Kennaway kris at obsecurity.org
Tue Feb 28 19:10:23 PST 2006


On Wed, Mar 01, 2006 at 01:56:55PM +1100, Nik Lam wrote:
> Hi,
> 
> I'm having trouble running the latest mpack (1.6) on FreeBSD 5.4.
> 
> It was installed using portupgrade.
> 
> Whenever I try to send a file I get a No such file or directory error 
> preceded by a pipe character.
> 
> e.g.
> 
> > mpack -s"example" abc nik at sublimeip.com
> |: No such file or directory
> 
> 
> I've included most of the ktrace output below - there are references to 
> /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 <pauls at utdallas.edu> who
submitted the last update.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060228/a6c8778a/attachment.bin


More information about the freebsd-ports mailing list