On Fri, Jul 22, 2005 at 09:16:01PM +0200, Jules Colding wrote > Nope, not make at least. Re-emerged make but still a problem with > some lock files when emerging firefox with MAKEOPTS is >1. Disabling > MAKEOPTS for now...
The problem is that you're specifying multiple parallel threads with MAKEOPTS >1. It's supposed to speed things up. One thread creates an interim file, a 2nd thread depends on the interim file, and a 3rd thread deletes the interim file. Now guess what happens if the 3rd thread deletes the interim file before the 2nd thread is done with it... oops. -- Walter Dnes <[EMAIL PROTECTED]> My musings on technology and security at http://tech_sec.blog.ca -- gentoo-user@gentoo.org mailing list