From owner-freebsd-questions@FreeBSD.ORG Wed Sep 5 02:39:44 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9092C106566C for ; Wed, 5 Sep 2012 02:39:44 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1EF8FC0C for ; Wed, 5 Sep 2012 02:39:44 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q852dgip035633; Tue, 4 Sep 2012 20:39:42 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q852dfHf035630; Tue, 4 Sep 2012 20:39:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 4 Sep 2012 20:39:41 -0600 (MDT) From: Warren Block To: Waitman Gobble In-Reply-To: Message-ID: References: <44txvds23l.fsf@lowell-desk.lan> <20120904230305.46a318b6@papi> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 04 Sep 2012 20:39:42 -0600 (MDT) Cc: Mario Lobo , freebsd-questions@freebsd.org Subject: Re: Firefox install problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 02:39:44 -0000 On Tue, 4 Sep 2012, Waitman Gobble wrote: > On Sep 4, 2012 7:03 PM, "Mario Lobo" wrote: >> >> All I've done was "csup -L 2 ports-supfile" with ports-www in it. >> Then cd /usr/ports/www/firefox; make with default options. >> >> As for my /etc/make.conf >> >> CPUTYPE?=nocona >> OVERRIDE_LINUX_BASE_PORT=f10 >> OVERRIDE_LINUX_NONBASE_PORTS=f10 >> WITH_KDE4=yes >> WITH_CUPS=yes >> WITH_ICONS=KDE4 >> WITHOUT_GNOME=yes >> PYTHON_DEFAULT_VERSION=python2.7 >> PERL_VERSION=5.10.4 >> >> If it is its fault, it will be the first time in around 3,5 years. > > did you _only_ csup www in ports? ill have to check but im not sure libvpx > is in www... im not in a place to check at this exact second but my memory > is that is providing webm support so probably in audio or multimedia multimedia/libvpx would not have been updated. Selectively updating ports is not supported. Symlinking libraries to missing versions is often a source of mysterious problems later.