diff options
author | 2004-09-09 08:02:53 +0000 | |
---|---|---|
committer | 2004-09-09 08:02:53 +0000 | |
commit | 9ebcf5b5c51c450fbc3c47704caadf7deb6f640a (patch) | |
tree | 8766ed7fbf10e9676608b0d9eabb36ec63906488 /TODO | |
parent | added cascaded profile.bashrc support. (diff) | |
download | portage-cvs-9ebcf5b5c51c450fbc3c47704caadf7deb6f640a.tar.gz portage-cvs-9ebcf5b5c51c450fbc3c47704caadf7deb6f640a.tar.bz2 portage-cvs-9ebcf5b5c51c450fbc3c47704caadf7deb6f640a.zip |
_pre21 plus an autouse() change that might fix the deadlock issues.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,5 @@ # TODO list for Portage; the Gentoo Linux package system -# $Id: TODO,v 1.10 2003/11/10 08:30:55 carpaski Exp $ +# $Id: TODO,v 1.11 2004/09/09 08:02:53 carpaski Exp $ # # Add your name to the top of any item you are working actively on @@ -10,6 +10,13 @@ Legend: '*' Just do it. '#' Tricky '!' Difficult '@' Restricted in some way + File "/usr/lib/portage/pym/portage_locks.py", line 46, in lockfile + myfd = os.open(lockfilename, os.O_CREAT|os.O_RDWR,0660) + OSError: [Errno 13] Permission denied: '/var/tmp/portage/tmpfs/aux_db_key_temp' + + + + * Clean should only produce output for 'emerge clean' # Stop using mtimes for packages. Have portage look up all files in the |