From owner-freebsd-gecko@FreeBSD.ORG Thu Jun 28 13:19:46 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEC4F106566B for ; Thu, 28 Jun 2012 13:19:45 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id A832D8FC15 for ; Thu, 28 Jun 2012 13:19:45 +0000 (UTC) Received: from assk.torservers.net ([78.108.63.46]:34759 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SjaIh-000ICK-Tv; Tue, 26 Jun 2012 14:15:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=PdRw3zJ19Nm8YtPh5ZFljwx7OAw6ZyqKpM5xehvK0C4=; b=WONFRtsNTiyHn3fxoi03UKvgHg6wNwotLv7Yf2yCYLWIO2yNMce3OLxxUhqwc5xz5SJTh4JOcVRffEfKABNoimwXC9kQh06tccY/KiPIyye6xRIOGrsDCk1TiGHq421c5g4LMg3w0MKc0G2GHH6SeyAeWni8q/EhSmeDW0zPaaY=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SjaHT-0003dZ-Rz; Tue, 26 Jun 2012 18:14:29 +0000 From: Jan Beich To: AN In-Reply-To: (AN's message of "Tue, 26 Jun 2012 12:18:00 -0400 (EDT)") Date: Tue, 26 Jun 2012 19:14:02 +0100 References: <201206260605.q5Q656Mk014074@trillian.chruetertee.ch> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SjaHT-0003dZ-Rz@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r806 - in branches/experimental: Mk devel/nspr devel/nspr/files mail/linux-thunderbird mail/thunderbird mail/thunderbird-esr mail/thunderbird-esr-i18n mail/thunderbird-i18n security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-i18n www/firefox-nightly www/kompozer www/kompozer/files www/libxul19 www/linux-firefox www/linux-seamonkey www/seamonkey www/seamonkey-i18n 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: Thu, 28 Jun 2012 13:19:46 -0000 AN writes: > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #22 r237334: Wed Jun > 20 15:33:00 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL > amd64 > > # svn up > Updating '.': > At revision 812. > [root@FBSD10 /home/root/ff_nightly]# make update && make makesum && > make all deinstall install clean [...] > checking for vpx >= 1.0.0... yes > checking LIBVPX_CFLAGS... -I/usr/local/include > checking LIBVPX_LIBS... -L/usr/local/lib -lvpx > checking for vpx/vpx_decoder.h... yes > checking for vpx_codec_dec_init_ver in -lvpx... no > configure: error: --with-system-libvpx requested but symbol > vpx_codec_dec_init_ver not found [...] > configure:18513: checking for vpx >= 1.0.0 > configure:18520: checking LIBVPX_CFLAGS > configure:18525: checking LIBVPX_LIBS > configure:18557: checking for vpx/vpx_decoder.h > configure:18570: cc -c -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include conftest.c 1>&5 > configure:18592: checking for vpx_codec_dec_init_ver in -lvpx > configure:18611: cc -o conftest -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -ffunction-sections -fdata-sections -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -pthread -L/usr/local/lib/nss -Wl,-rpath,/usr/local/lib/firefox-nightly -Wl,-z,noexecstack conftest.c -lvpx 1>&5 > /usr/bin/ld: cannot find -lvpx You need www/seamonkey directory at least for mozconfig template. $ cd www/firefox-nightly $ make patch $ fgrep LIBS $(make -V WRKSRC)/.mozconfig export LIBS="-pthread -L/usr/local/lib -liconv" $ make -V GENERIC_MOZCONFIG /foo/www/firefox-nightly/../../www/seamonkey/files/mozconfig-generic.in Alternatively, copy the file to www/firefox-nightly/files and put the following hack into www/firefox-nightly/Makefile.local GENERIC_MOZCONFIG = ${FILESDIR}/mozconfig-generic.in