From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RtUp5-0007ys-IF for garchives@archives.gentoo.org; Sat, 04 Feb 2012 01:53:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4877E07A8; Sat, 4 Feb 2012 01:53:35 +0000 (UTC) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 673F5E02F0 for ; Sat, 4 Feb 2012 01:52:20 +0000 (UTC) Received: by eeke51 with SMTP id e51so1418227eek.40 for ; Fri, 03 Feb 2012 17:52:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=jlac1JlBRW/ekGS1w/Bq685ZiBWWg3jMnJlZFc51QnU=; b=NAQvA2XfFgHMY8AWwI2M8fDMbiUYNlce1NImOxBgsk7JvxeEMgOWT5badfxvfvS2cZ U7tX7wj80Ns9JEu0h2BRlAYTXUdVkYdxlh+/LlTzQhVRqAL0749JBaS+3kw16a9fRI6H aCPFsMN0E3aHXfXbFD4KDyOihc6C+rmGcjqfg= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.14.119.16 with SMTP id m16mr2952665eeh.124.1328320339564; Fri, 03 Feb 2012 17:52:19 -0800 (PST) Received: by 10.213.106.20 with HTTP; Fri, 3 Feb 2012 17:52:19 -0800 (PST) Date: Fri, 3 Feb 2012 17:52:19 -0800 Message-ID: Subject: [gentoo-user] firefox-9.0 won't compile From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: ff2e640c-5fb1-485e-857c-99bb9903344f X-Archives-Hash: b10c2e4928c90c3f796cb983ac84d9bb Does anyone have any ideas on this? I just completed an emerge -e world so I don't think anything needs to be re-emerged. Everything compiles fine except for gcc-4.5.3-r1 (I'm on gcc-4.3.4) and firefox-9.0: /var/tmp/portage/www-client/firefox-9.0/work/mozilla-release/js/src/jsgcchunk.cpp: In function 'void* MapAlignedPages(size_t, size_t)': /var/tmp/portage/www-client/firefox-9.0/work/mozilla-release/js/src/jsgcchunk.cpp:243: error: pointer of type 'void *' used in arithmetic /var/tmp/portage/www-client/firefox-9.0/work/mozilla-release/js/src/jsgcchunk.cpp:243: error: pointer of type 'void *' used in arithmetic make[5]: *** [jsgcchunk.o] Error 1 make[5]: Leaving directory `/var/tmp/portage/www-client/firefox-9.0/work/mozilla-release/obj-i686-pc-linux-gnu/js/src' make[4]: *** [libs_tier_js] Error 2 make[4]: Leaving directory `/var/tmp/portage/www-client/firefox-9.0/work/mozilla-release/obj-i686-pc-linux-gnu' make[3]: *** [tier_js] Error 2 make[3]: Leaving directory `/var/tmp/portage/www-client/firefox-9.0/work/mozilla-release/obj-i686-pc-linux-gnu' make[2]: *** [default] Error 2 make[2]: Leaving directory `/var/tmp/portage/www-client/firefox-9.0/work/mozilla-release/obj-i686-pc-linux-gnu' make[1]: *** [realbuild] Error 2 make[1]: Leaving directory `/var/tmp/portage/www-client/firefox-9.0/work/mozilla-release' make: *** [build] Error 2 emake failed - Grant