On Thu, Jul 12, 2012 at 12:40:55PM -0300, Ezequiel Garcia wrote > Hi, > > I was trying to emerge gnash but failed. Here's the output.... > > The problem seems to be boost_thread not present. I'll try to emerge > that, but in any case this looks like a gentoo bug in gnash ebuild.
Change the jobs option in /etc/make.conf to 1, i.e... MAKEOPTS="-j1" You'd be surprised how many "unreproducable" bugs that fixes. I simply leave it at that setting all the time. Yes, it takes a little bit longer to build, but the compiled binary runs just as fast. And any time you "save" building will be lost the first time you spend a few hours trying to figure out mysterious build failures. -- Walter Dnes <waltd...@waltdnes.org>