Gentoo Archives: gentoo-user

From: Jules Colding <colding@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't emerge mozilla-firefox
Date: Fri, 22 Jul 2005 12:31:23
Message-Id: 1122035113.1141.5.camel@omc-2.omesc.com
In Reply to: Re: [gentoo-user] Can't emerge mozilla-firefox by Zac Medico
1 On Thu, 2005-07-21 at 19:12 -0700, Zac Medico wrote:
2 > Hi Jules,
3 >
4 > Jules Colding wrote:
5 > [snip]
6 > > ../../config/make-jars.pl: Could not get lockfile /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/dist/bin/chrome/toolkit.lck.
7 > [snip]
8 > > MAKEOPTS="-j3"
9 >
10 > Try it with MAKEOPTS="-j2".
11
12 OK, did that. Now the error is another one (see below). The good news is
13 that you did get me to look in the right direction. MAKEOPTS="-j1" (or
14 no MAKEOPTS at all) fixed the problem.
15
16 The firefox build system must be somewhat flawed since this is needed.
17 This could be a timing problem as my box might be doing the build faster
18 than the usual dual CPU test box. Who knows...? Maybe MAKEOPTS should be
19 explicitly set in the ebuild?
20
21 Anyway, thanks a lot for your help :-)
22
23 --
24 jules
25
26 ############### Firefox Error ################
27 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
28 chmod +x libcookie.so
29 strip libcookie.so
30 /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 755 libcookie.so ../../dist/gre/components
31 : ../../dist/gre/components/libcookie.so
32 /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 755 libcookie.so ../../dist/lib/components
33 : ../../dist/lib/components/libcookie.so
34 /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 755 libcookie.so ../../dist/bin/components
35 : ../../dist/bin/components/libcookie.so
36 /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 644 _xpidlgen/cookie.xpt ../../dist/gre/components
37 /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/config/nsinstall -R -m 644 _xpidlgen/cookie.xpt ../../dist/bin/components
38 +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions/cookie => ../../dist/bin/chrome/comm.jar
39 +++ adding chrome ../../dist/bin/chrome/installed-chrome.txt
40 +++ content,install,url,jar:resource:/chrome/comm.jar!/content/cookie/
41 adding: content/cookie/cookieTasksOverlay.xul (stored 0%)
42 adding: content/cookie/cookieNavigatorOverlay.xul (stored 0%)
43 adding: content/cookie/cookieContextOverlay.xul (stored 0%)
44 adding: content/cookie/cookiePrefsOverlay.xul (stored 0%)
45 adding: content/cookie/pref-cookies.xul (stored 0%)
46 adding: content/cookie/pref-images.xul (stored 0%)
47 adding: content/cookie/pref-popups.xul (stored 0%)
48 adding: content/cookie/cookieOverlay.js (stored 0%)
49 adding: content/cookie/p3p.xul (stored 0%)
50 adding: content/cookie/p3pDialog.xul (stored 0%)
51 adding: content/cookie/cookieAcceptDialog.xul (stored 0%)
52 adding: content/cookie/cookieAcceptDialog.js (stored 0%)
53 +++ overriding content/cookie/contents.rdf
54 adding: content/cookie/contents.rdf (stored 0%)
55 +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions/cookie => ../../dist/bin/chrome/modern.jar
56 zip warning: ../modern.jar not found or empty
57 adding: skin/modern/communicator/cookie/taskbar-cookie.gif (stored 0%)
58 adding: skin/modern/communicator/cookie/status-cookie.gif (stored 0%)
59 +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions/cookie => ../../dist/bin/chrome/classic.jar
60 ../../config/make-jars.pl: Could not get lockfile /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/dist/bin/chrome/classic.lck.
61 Remove /var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/dist/bin/chrome/classic.lck to clear up
62 gmake[3]: *** [libs] Error 9
63 gmake[3]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions/cookie'
64 gmake[2]: *** [libs] Error 2
65 gmake[2]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla/extensions'
66 gmake[1]: *** [tier_94] Error 2
67 gmake[1]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0.5-r1/work/mozilla'
68 make: *** [default] Error 2
69
70 !!! ERROR: www-client/mozilla-firefox-1.0.5-r1 failed.
71 !!! Function src_compile, Line 133, Exitcode 2
72 !!! (no error message)
73 !!! If you need support, post the topmost build error, NOT this status message.
74
75
76
77 --
78 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't emerge mozilla-firefox Zac Medico <zmedico@×××××.com>