[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
AN
andy at neu.net
Tue Jun 26 19:11:01 UTC 2012
On Tue, 26 Jun 2012, Jan Beich wrote:
> AN <andy at neu.net> writes:
>
>> FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #22 r237334: Wed Jun
>> 20 15:33:00 EDT 2012 root at FBSD10:/usr/obj/usr/src/sys/MYKERNEL
>> amd64
>>
>> # svn up
>> Updating '.':
>> At revision 812.
>> [root at 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
>
It compiled and installed successfully, however there is another problem.
FF is crashing consistently, easily repeatable. It crashed 3 times in
about 10 mins of usage. Has to be something that was committed today, it
was working perfectly as of last night EST. Let me know if there is
anything to test, otherwise nightly is unusable for me now. Also, it
seems the compiler was switched back to gcc 4.2.1 maybe it needs gcc46.
More information about the freebsd-gecko
mailing list