Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2
Date: Sat, 23 Jul 2005 21:28:26
Message-Id: 42E2B60E.9040204@asmallpond.org
In Reply to: Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2 by Zac Medico
1 Zac Medico wrote:
2
3 > Jules Colding wrote:
4 >
5 >> Hi,
6 >>
7 >> "emerge --sync && emerge -vauDN" today gave me the following error.
8 >>
9 > [snip]
10 >
11 >> adding: content/cookie/contents.rdf (stored 0%)
12 >> +++ making chrome
13 >> /var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/extensions/cookie
14 >> => ../../dist/bin/chrome/modern.jar
15 >> zip warning: ../modern.jar not found or empty
16 >> adding: skin/modern/communicator/cookie/taskbar-cookie.gif (stored 0%)
17 >> adding: skin/modern/communicator/cookie/status-cookie.gif (stored 0%)
18 >> +++ making chrome /var/tmp/portage/homedir =>
19 >> ../../dist/bin/chrome/classic.jar
20 >> error: file './resources/skin/classic/taskbar-cookie.gif' doesn't
21 >> exist at ../../config/make-jars.pl line 418.
22 >
23 >
24 > This seems like a continuation of the previous build problems that you
25 > have had with firefox (where we were discussing MAKEOPTS). Assuming
26 > that others cannot reproduce this (sorry, I don't have my amd64 right
27 > now), there's still something wrong with your build system somewhere.
28 > This could be a shot in the dark, but I think that you should remerge
29 > your autoconf and automake packages to see if that affects this.
30 >
31 > Zac
32
33
34 Hmm, since others with similar systems cannot duplicate the problem, I
35 decided to capture all of the build output on my system (P4) and
36 compare. Jules, there is definitely something not right on your system,
37 but I don't know what yet. You get the following:
38
39 +++ overriding content/cookie/contents.rdf
40 adding: content/cookie/contents.rdf (stored 0%)
41 +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/extensions/cookie => ../../dist/bin/chrome/modern.jar
42 zip warning: ../modern.jar not found or empty
43 adding: skin/modern/communicator/cookie/taskbar-cookie.gif (stored 0%)
44 adding: skin/modern/communicator/cookie/status-cookie.gif (stored 0%)
45 +++ making chrome /var/tmp/portage/homedir => ../../dist/bin/chrome/classic.jar
46 error: file './resources/skin/classic/taskbar-cookie.gif' doesn't exist at ../../config/make-jars.pl line 418.
47
48 The "/var/tmp/portage/homedir" is wrong. On my system, I get:
49
50 +++ overriding content/cookie/contents.rdf
51 adding: content/cookie/contents.rdf (stored 0%)
52 +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/extensions/cookie => ../../dist/bin/chrome/modern.jar
53 zip warning: ../modern.jar not found or empty
54 adding: skin/modern/communicator/cookie/taskbar-cookie.gif (stored 0%)
55 adding: skin/modern/communicator/cookie/status-cookie.gif (stored 0%)
56 +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/extensions/cookie => ../../dist/bin/chrome/classic.jar
57
58 Using the wrong version of autoconf/automake is the only thing I can think of that would cause this kind of thing.
59
60 What do you get if you do:
61
62 # which autoconf
63 # autoconf --version
64
65 -Richard
66
67
68 --
69 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2 Jules Colding <colding@×××××.com>