Date: Tue, 26 Jun 2012 19:14:02 +0100 From: Jan Beich <jbeich@tormail.org> To: AN <andy@neu.net> 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 Message-ID: <1SjaHT-0003dZ-Rz@internal.tormail.org> In-Reply-To: <alpine.BSF.2.00.1206261213590.72004@mail.neu.net> (AN's message of "Tue, 26 Jun 2012 12:18:00 -0400 (EDT)") References: <201206260605.q5Q656Mk014074@trillian.chruetertee.ch> <alpine.BSF.2.00.1206261213590.72004@mail.neu.net>
next in thread | previous in thread | raw e-mail | index | archive | help
AN <andy@neu.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1SjaHT-0003dZ-Rz>