From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DwRXm-0001Gw-Cj for garchives@archives.gentoo.org; Sat, 23 Jul 2005 21:28:26 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6NLQr9G001886; Sat, 23 Jul 2005 21:26:53 GMT Received: from smtp105.mail.sc5.yahoo.com (smtp105.mail.sc5.yahoo.com [66.163.169.225]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6NLN0Kq032076 for ; Sat, 23 Jul 2005 21:23:01 GMT Received: (qmail 43101 invoked from network); 23 Jul 2005 21:23:42 -0000 Received: from unknown (HELO ?192.168.50.105?) (richard?j?fish@212.180.33.26 with plain) by smtp105.mail.sc5.yahoo.com with SMTP; 23 Jul 2005 21:23:42 -0000 Message-ID: <42E2B60E.9040204@asmallpond.org> Date: Sat, 23 Jul 2005 23:26:38 +0200 From: Richard Fish User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050723) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2 References: <1122118718.3489.3.camel@omc-2.omesc.com> <42E291A0.5030105@gmail.com> In-Reply-To: <42E291A0.5030105@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: dedc65a3-f38b-4ac9-b9d6-65db53f707ed X-Archives-Hash: 72660f184537ed52857768ee15a63c71 Zac Medico wrote: > Jules Colding wrote: > >> Hi, >> >> "emerge --sync && emerge -vauDN" today gave me the following error. >> > [snip] > >> adding: content/cookie/contents.rdf (stored 0%) >> +++ making chrome >> /var/tmp/portage/mozilla-firefox-1.0.6-r2/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/homedir => >> ../../dist/bin/chrome/classic.jar >> error: file './resources/skin/classic/taskbar-cookie.gif' doesn't >> exist at ../../config/make-jars.pl line 418. > > > This seems like a continuation of the previous build problems that you > have had with firefox (where we were discussing MAKEOPTS). Assuming > that others cannot reproduce this (sorry, I don't have my amd64 right > now), there's still something wrong with your build system somewhere. > This could be a shot in the dark, but I think that you should remerge > your autoconf and automake packages to see if that affects this. > > Zac Hmm, since others with similar systems cannot duplicate the problem, I decided to capture all of the build output on my system (P4) and compare. Jules, there is definitely something not right on your system, but I don't know what yet. You get the following: +++ overriding content/cookie/contents.rdf adding: content/cookie/contents.rdf (stored 0%) +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.6-r2/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/homedir => ../../dist/bin/chrome/classic.jar error: file './resources/skin/classic/taskbar-cookie.gif' doesn't exist at ../../config/make-jars.pl line 418. The "/var/tmp/portage/homedir" is wrong. On my system, I get: +++ overriding content/cookie/contents.rdf adding: content/cookie/contents.rdf (stored 0%) +++ making chrome /var/tmp/portage/mozilla-firefox-1.0.6-r2/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.6-r2/work/mozilla/extensions/cookie => ../../dist/bin/chrome/classic.jar Using the wrong version of autoconf/automake is the only thing I can think of that would cause this kind of thing. What do you get if you do: # which autoconf # autoconf --version -Richard -- gentoo-user@gentoo.org mailing list