Rumen Yotov wrote:
> Hi,
Hello!
> No problems for me. Might be because of some NFS issues.
Just to clarify - you also don't have distfiles local
but mount it from some NFS server?
In the bug, there's now a patch for pym/portage_locks.py, which did:
- if type(lockfilename) == types.StringType and os.fstat(myfd).st_nlink
!= 1:
+ if type(lockfilename) == types.StringType and \
+ myfd != HARDLINK_FD and os.fstat(myfd).st_nlink != 1:
So, another check "myfd != HARDLINK_FD" has been added.
This fixed it for me.
Alexander Skwar
--
Military victories are meaningless unless they reflect the wishes
of the populace. An Emperor exists only to clarify those wishes.
He executes the popular will, or his time is short.
-- Principium, Imperial Leadership Academy
--
[email protected] mailing list