ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.24k stars 356 forks source link

opam leaks temporary files after every build #37

Closed avsm closed 12 years ago

avsm commented 12 years ago

My poor ARM device keeps running out of space with OPAM. Looking in tmp:

0       /tmp/opam-run.2879-448/ocaml-4.00.0+beta2/otherlibs/labltk/camltk
0       /tmp/opam-run.2879-448/ocaml-4.00.0+beta2/otherlibs/labltk/builtin
0       /tmp/opam-run.2879-448/ocaml-4.00.0+beta2/otherlibs/labltk/browser
0       /tmp/opam-run.2879-448/ocaml-4.00.0+beta2/otherlibs/labltk
0       /tmp/opam-run.2879-448/ocaml-4.00.0+beta2/otherlibs/graph

So at least the compiler files need some help. And also looks like packages never get cleaned up:

/tmp/opam-run.15013-448/camomile-0.8.3/unidata/stringprep/c21
/tmp/opam-run.15013-448/camomile-0.8.3/unidata/stringprep/c9
/tmp/opam-run.15013-448/camomile-0.8.3/unidata/stringprep/b1
tuong commented 12 years ago

fix in 5bc7c064c8abca90841e7467d81f7b9a1c38c321