Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 137269 | Differences between
and this patch

Collapse All | Expand All

(-)pym/portage_locks.py (-1 / +1 lines)
Lines 121-127 Link Here
121
121
122
		
122
		
123
	if type(lockfilename) == types.StringType and \
123
	if type(lockfilename) == types.StringType and \
124
		myfd != HARDLINK_FD and os.fstat(myfd).st_nlink != 1:
124
		myfd != HARDLINK_FD and os.fstat(myfd).st_nlink == 0:
125
		# The file was deleted on us... Keep trying to make one...
125
		# The file was deleted on us... Keep trying to make one...
126
		os.close(myfd)
126
		os.close(myfd)
127
		portage_util.writemsg("lockfile recurse\n",1)
127
		portage_util.writemsg("lockfile recurse\n",1)

Return to bug 137269