Re: No space left on device to run starpack
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: No space left on device to run starpack

From: Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date: Mon Sep 12 2005 - 18:57:13 CEST

liaucg@charteredsemi.com <liaucg@charteredsemi.com> wrote:
> After trying the various shell environment variable TMP, TEMPDIR and
> TMPDIR to no avail, it seems that the dyn-lib is always saved to
> /var/tmp. Can anyone confirm this?

grepping the tcl source-tree for some typical tempdir-EnvVariables
makes it seem that they are all more or less entirely ignored.
(They only show up in system-specific makefiles just for make-
purposes, not as -D..., and in the test-suite)

make sure that /var/tmp is or points to a filesystem with some
space left, or tidy up your root-filesystem.

patching tcl (and starkit,...) such as to use a different
directory may turn out to be more work than finally tidying
up /var :-)
Received on Thu Sep 29 14:36:35 2005