emerge bash ... >>> Done. processing package !!! Stating source file failed... movefile() !!! global name 'bsd_chflags' is not defined !!! CATEGORY info missing from info chunk, aborting... At first I thought this was buildpkg but I tried again with FEATURES="-buildpkg" and I received the same output.
dns pym # diff *util.py *util.py.new -u --- portage_util.py 2005-03-01 13:55:57.000000000 -0500 +++ portage_util.py.new 2005-03-01 14:24:28.696940696 -0500 @@ -456,6 +456,8 @@ """moves a file from src to dest, preserving all permissions and attributes; mtime will be preserved even when moving across filesystems. Returns true on success and false on failure. Move is atomic."""+#fix 83705+ bsd_chflags = 0 #print "movefile("+str(src)+","+str(dest)+","+str(newmtime)+","+str(sstat)+")" global lchown from portage_exec import selinux_capable Thats my fix until it's fixed for real.
cvs up...