Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83705 - HEAD I got from ferringb last night broke things.
Summary: HEAD I got from ferringb last night broke things.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 11:01 UTC by Alec Warner (RETIRED)
Modified: 2005-03-03 19:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Warner (RETIRED) archtester gentoo-dev Security 2005-03-01 11:01:52 UTC
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.
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-03-01 11:45:04 UTC
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.  
Comment 2 Brian Harring (RETIRED) gentoo-dev 2005-03-03 19:13:10 UTC
cvs up...