On Thu, 2005-07-21 at 19:12 -0700, Zac Medico wrote: > Hi Jules, > > Jules Colding wrote: > [snip] > > ../../config/make-jars.pl: Could not get lockfile > > /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/dist/bin/chrome/toolkit.lck. > [snip] > > MAKEOPTS="-j3" > > Try it with MAKEOPTS="-j2".
OK, did that. Now the error is another one (see below). The good news is that you did get me to look in the right direction. MAKEOPTS="-j1" (or no MAKEOPTS at all) fixed the problem. The firefox build system must be somewhat flawed since this is needed. This could be a timing problem as my box might be doing the build faster than the usual dual CPU test box. Who knows...? Maybe MAKEOPTS should be explicitly set in the ebuild? Anyway, thanks a lot for your help :-) -- jules ############### Firefox Error ################ x86_64-pc-linux-gnu-g++ -fno-rtti -fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -march=k8 -pipe -fPIC -Wno-deprecated -Wno-return-type -w -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -O1 -fPIC -shared -Wl,-h -Wl,libcookie.so -o libcookie.so nsModuleFactory.o nsPermission.o nsImgManager.o nsPermissionManager.o nsPopupWindowManager.o nsCookiePromptService.o nsCookiePermission.o -L../../dist/bin -lxpcom -L../../dist/bin -L/var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl -Wl,--version-script -Wl,../../build/unix/gnu-ld-scripts/components-version-script -Wl,-Bsymbolic -ldl -lm chmod +x libcookie.so strip libcookie.so /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 755 libcookie.so ../../dist/gre/components : ../../dist/gre/components/libcookie.so /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 755 libcookie.so ../../dist/lib/components : ../../dist/lib/components/libcookie.so /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 755 libcookie.so ../../dist/bin/components : ../../dist/bin/components/libcookie.so /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 644 _xpidlgen/cookie.xpt ../../dist/gre/components /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 644 _xpidlgen/cookie.xpt ../../dist/bin/components +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions/cookie => ../../dist/bin/chrome/comm.jar +++ adding chrome ../../dist/bin/chrome/installed-chrome.txt +++ content,install,url,jar:resource:/chrome/comm.jar!/content/cookie/ adding: content/cookie/cookieTasksOverlay.xul (stored 0%) adding: content/cookie/cookieNavigatorOverlay.xul (stored 0%) adding: content/cookie/cookieContextOverlay.xul (stored 0%) adding: content/cookie/cookiePrefsOverlay.xul (stored 0%) adding: content/cookie/pref-cookies.xul (stored 0%) adding: content/cookie/pref-images.xul (stored 0%) adding: content/cookie/pref-popups.xul (stored 0%) adding: content/cookie/cookieOverlay.js (stored 0%) adding: content/cookie/p3p.xul (stored 0%) adding: content/cookie/p3pDialog.xul (stored 0%) adding: content/cookie/cookieAcceptDialog.xul (stored 0%) adding: content/cookie/cookieAcceptDialog.js (stored 0%) +++ overriding content/cookie/contents.rdf adding: content/cookie/contents.rdf (stored 0%) +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions/cookie => ../../dist/bin/chrome/modern.jar zip warning: ../modern.jar not found or empty adding: skin/modern/communicator/cookie/taskbar-cookie.gif (stored 0%) adding: skin/modern/communicator/cookie/status-cookie.gif (stored 0%) +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions/cookie => ../../dist/bin/chrome/classic.jar ../../config/make-jars.pl: Could not get lockfile /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/dist/bin/chrome/classic.lck. Remove /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/dist/bin/chrome/classic.lck to clear up gmake[3]: *** [libs] Error 9 gmake[3]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions/cookie' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions' gmake[1]: *** [tier_94] Error 2 gmake[1]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla' make: *** [default] Error 2 !!! ERROR: www-client/mozilla-firefox-1.0.5-r1 failed. !!! Function src_compile, Line 133, Exitcode 2 !!! (no error message) !!! If you need support, post the topmost build error, NOT this status message. -- gentoo-user@gentoo.org mailing list