From owner-freebsd-gecko@FreeBSD.ORG Wed Jun 22 20:38:48 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBC2F1065672 for ; Wed, 22 Jun 2011 20:38:48 +0000 (UTC) (envelope-from inyaoo@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 703F88FC17 for ; Wed, 22 Jun 2011 20:38:48 +0000 (UTC) Received: by fxm11 with SMTP id 11so1326330fxm.13 for ; Wed, 22 Jun 2011 13:38:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=PDTG4rg/ut11rBTaRNvYvyIl7uU3ylYy6Ex5YKHni7c=; b=BEa7ymyuVK21qfGPtDZuXPnDc/HrCtJm5Nfwo9MbH2N6Bmcezt04+t7kIvisyozAKy TKHkUSYLnvPvOq/srKwpK7TI5j9c+jW4Gd2kydrhVfaBhpnyBYPi8F+YiHlRA5d1X1i8 EfzQ+x7R2pfzq509P20HwjZxiHlW2EKYNoHJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=qAu8yia6Owni9LYcR67UeGbSx/DLh1AcJdJ2PQ1aMn9VnjIMSxOw7xaN+Hg52UKyHs hrpS9zyVKnTjgjgqS5Je3mAddHLMnuA2pwlvMrm21lOgbcOHivGbCz4O51fEv2ACkXoH rRJeULH4fVJf7pj20xoHlq1oJmziY/SnyauDM= Received: by 10.223.67.194 with SMTP id s2mr1360615fai.124.1308773377405; Wed, 22 Jun 2011 13:09:37 -0700 (PDT) Received: from localhost (exit1.torproxy.org [89.187.142.208]) by mx.google.com with ESMTPS id n7sm536638fam.19.2011.06.22.13.09.34 (version=SSLv3 cipher=OTHER); Wed, 22 Jun 2011 13:09:35 -0700 (PDT) From: Pan Tsu To: Marc Rassbach References: <20110622175839.M59751@tandem.milestonerdl.com> <4E0243AC.60507@FreeBSD.org> <20110622193607.R59751@tandem.milestonerdl.com> Date: Thu, 23 Jun 2011 00:09:30 +0400 In-Reply-To: <20110622193607.R59751@tandem.milestonerdl.com> (Marc Rassbach's message of "Wed, 22 Jun 2011 19:39:23 +0000 (UTC)") Message-ID: <86wrgdk4qt.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-gecko@FreeBSD.org, Florian Smeets Subject: Re: Fireforx 5 not building X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2011 20:38:49 -0000 Marc Rassbach writes: > On Wed, 22 Jun 2011, Florian Smeets wrote: > >>> *** Error code 1 >>> >>> ls /var/db/pkg >>> gtk-2.22.1_1 libtool-2.4 >>> libevent-1.4.14b_2 nspr-4.8.7 >>> >> >> Can you show us *all* installed packages, if that really is all you >> have in /var/db/pkg you have a more serious problem. > > No, that was all that was listed. > > I've been unsuccessful in getting a build on firefox from when it was > firefox 4 and 8.2 RC1. I figured after all this time and going to 5 > in the last couple of weeks it was time to send a note along. Selectively updating packages is not supported unless can easily debug arising issues. For example, you have cairo installed but it's too old and doesn't contain `tee' surface backend. cairo-tee was enabled in graphics/cairo on 2 Mar 2011 www/firefox was updated to 4.0 on 24 Mar 2011 As this is a common problem one could force build fail with BUILD_DEPENDS += ${LOCALBASE}/include/cairo/cairo-tee.h:${PORTSDIR}/graphics/cairo a bit more earlier like nspr>=4.8.7 which is specified in USE_MOZILLA, too. > I found enough breadcrumbs via the mighty google to indicate I needed > graphics/cairo and now it's compiling - then I get to see if it will > actually install/run.