Alan Hourihane
Mon, 05 Oct 2009 05:58:18 -0700
On Mon, 2009-10-05 at 13:50 +0100, Alan Hourihane wrote: > Seems the new portage in /usr/lib/portage/pym/portage/__init__.py now > uses os.statvfs in one place. > > Unfortunately FreeMiNT doesn't have statvfs and now fails. > > Is statvfs really required in this one instance of its use ?
Turns out it's just this line.... id(_os.statvfs) : _os.statvfs, If I remove it, all is fine. Alan.