Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 1995 10:21:08 +0000 (GMT)
From:      Alan Byrne <alan@picard.isocor.ie>
To:        Gang-Ryung Uh <uh@dup.cs.fsu.edu>
Cc:        questions@FreeBSD.org
Subject:   Re: pkg_add
Message-ID:  <Pine.PTX.3.91.950202101257.815B-100000@picard.isocor.ie>
In-Reply-To: <199502012228.RAA25390@dup.cs.fsu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
BBHi,
I just had the same problem.

You need to tell pkg_add an alternate tmp location, with the TMPDIR 
environment variable. Just do the following and it should install OK.

mkdir /usr/local/tmp	(or where ever you have the space)
TMPDIR=/usr/local/tmp; export TMPDIR	(for Bourne Shell)
pkg_add emacs-19.27.tgz

Alan

On Wed, 1 Feb 1995, Gang-Ryung Uh wrote:

> Hi, all
> 
> I did sucessfully install FreeBSD 2.0 without XFree86.
> After that, I tried to install emacs using "pkg_add".
> But system complains about the space "/tmp/XXXXX" is
> too small".
> 
> I did allocate 20M as a "/" when I install FreeBSD 2.0.
> If /tmp resides in root file system, then I believe /tmp
> should be too small to temporalily hold emacs package.
> I have enough space at "/usr", "/usr/local", and "/usr/users".
> Are there ways to add emacs package to my system? 
> 
> Thanks...
> 
> --Uh
> ----------------------
> Uh Gang-Ryung
> 
> e-mail: uh@cs.fsu.edu
> Work Phone: 644-3366
> ----------------------
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.PTX.3.91.950202101257.815B-100000>