Ticket #335 (closed defect: fixed)
directory not empty issue
| Reported by: | was | Owned by: | was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-2.8.3 |
| Component: | packages: standard | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
From Kate Minola:
After building sage-2.4 on my pentium4-pc-linux machine,
when I do 'make test', I get
[stuff deleted]
sage -t devel/sage-main/sage/geometry/lattice_polytope.py
sage -t devel/sage-main/sage/geometry/lattice_polytope.py [Errno 39]
Directory not empty: '/home/kate/.sage//tmp/31372/'
[3.2 s]
[stuff deleted]
The code in the function 'all_cached_data(polytopes)' in lattice_polytope.py
seems to be causing this.
Even though at the end, 'make test' says all the tests passed, this
looks like a problem.
Change History
Note: See
TracTickets for help on using
tickets.

Mmmh, didn't this get fixed? Something with NFS mounts (or some other network file system via automounter)
Cheers,
Michael