From owner-freebsd-gecko@freebsd.org Sun Nov 29 05:49:03 2015 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E481EA3BF6A for ; Sun, 29 Nov 2015 05:49:03 +0000 (UTC) (envelope-from hasimoto@liszt.ee.uec.ac.jp) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C78071C0A for ; Sun, 29 Nov 2015 05:49:03 +0000 (UTC) (envelope-from hasimoto@liszt.ee.uec.ac.jp) Received: by mailman.ysv.freebsd.org (Postfix) id C559AA3BF69; Sun, 29 Nov 2015 05:49:03 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F30A3BF67 for ; Sun, 29 Nov 2015 05:49:03 +0000 (UTC) (envelope-from hasimoto@liszt.ee.uec.ac.jp) Received: from mx-delivery.uec.ac.jp (adm3.cc.uec.ac.jp [130.153.8.2]) by mx1.freebsd.org (Postfix) with ESMTP id 906ED1C09 for ; Sun, 29 Nov 2015 05:49:02 +0000 (UTC) (envelope-from hasimoto@liszt.ee.uec.ac.jp) Received: from localhost (localhost [127.0.0.1]) by mx-delivery.uec.ac.jp (Postfix) with SMTP id B99AE864566; Sun, 29 Nov 2015 14:48:57 +0900 (JST) Received: from chopin.ee.uec.ac.jp (chopin.ee.uec.ac.jp [130.153.13.1]) by mx-delivery.uec.ac.jp (Postfix) with ESMTPS; Sun, 29 Nov 2015 14:48:57 +0900 (JST) Received: from liszt.ee.uec.ac.jp (liszt.ee.uec.ac.jp [130.153.13.100]) by chopin.ee.uec.ac.jp (8.14.2/8.14.2) with ESMTP id tAT5mt0k013840; Sun, 29 Nov 2015 14:48:55 +0900 (JST) (envelope-from hasimoto@liszt.ee.uec.ac.jp) Received: (from hasimoto@localhost) by liszt.ee.uec.ac.jp (8.9.1+3.1W/3.7W02012418) id OAA18697; Sun, 29 Nov 2015 14:48:55 +0900 (JST) Date: Sun, 29 Nov 2015 14:48:55 +0900 From: Takeshi Hashimoto To: Jan Beich Cc: gecko@FreeBSD.org, hasimoto@itl.ee.uec.ac.jp Subject: Re: On the error in makeing firefox-42.0 Message-ID: <20151129144855.A18646@liszt.ee.uec.ac.jp> Reply-To: hasimoto@itl.ee.uec.ac.jp References: <20151128213606.A17506@liszt.ee.uec.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Mutt/1.2.5.1i-jp0 In-Reply-To: ; from jbeich@vfemail.net on Sat, Nov 28, 2015 at 03:15:41PM +0100 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 05:49:04 -0000 Dear Jan Beich, Thank you. Firefox was installed. When there are many troubles, it is difficult to find the simple, yet, true solution. T. Hashimoto On Sat, Nov 28, 2015 at 03:15:41PM +0100, Jan Beich wrote: > Takeshi Hashimoto writes: > > > We first tried the generic "ports" and had a mal-functioning "firefox." > > The above is the result found in the "ports" upgraded by > > "portsnap fetch extract" command. > > Mixing packages from different revisions of ports tree isn't supported. > www/firefox tries to require specific versions via >= in BUILD_DEPENDS > but it's often undertested and maybe bogus for --with-system-foo that > come from port patches. > > For one, |portmaster www/firefox| would do the right thing by upgrading > dependencies first. > > > configure:20992: checking for vorbis vorbisenc >= 1.3.5 > > configure: error: Library requirements (vorbis vorbisenc >= 1.3.5) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. > [...] > > libvorbis-1.3.4_1,3 Audio compression codec library > > Upgrade libvorbis to 1.3.5 and try again.