Solved gnome with firefox installation issue

Hi,
I have a bi quad-core Opteron with FreeBSD 10.3 for amd64.
I am installing gnome3 with firefox option in the installation menu, the compilation of gnome stops on the port of firefox, so I separate my compilation to the port of firefox last does not compile with error !
this is my output of firefox separately :
Code:
DEBUG:               return !sqlite3_compileoption_used("SQLITE_ENABLE_FTS3");
DEBUG:             }
DEBUG: configure: error: System SQLite library is not compiled with SQLITE_ENABLE_FTS3.
ERROR: old-configure failed
*** Fix above errors and then restart with\
               "gmake -f client.mk build"
gmake[3]: *** [/usr/ports/www/firefox/work/firefox-54.0.1/client.mk:383: configure] Error 1
gmake[3]: Leaving directory '/usr/ports/www/firefox'
===>  Script "configure" failed unexpectedly.
Please report the problem to [email]gecko@FreeBSD.org[/email] [maintainer] and attach the
"/usr/ports/www/firefox/work/firefox-54.0.1/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/www/firefox
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/firefox
*** Error code 1

Stop.
make: stopped in /usr/ports/www/firefox
root@dct-aramis:/usr/ports/www/firefox # make deinstall
===>  Deinstalling for firefox
===>   firefox not installed, skipping
root@dct-aramis:/usr/ports/www/firefox # make clean
===>  Cleaning for firefox-54.0.1_1,1
root@dct-aramis:/usr/ports/www/firefox # make config

also my compilation of gnome3 with firefox option :
Code:
DEBUG:             int main(int argc, char **argv){
DEBUG:               return !sqlite3_compileoption_used("SQLITE_ENABLE_FTS3");
DEBUG:             }
DEBUG: configure: error: System SQLite library is not compiled with SQLITE_ENABLE_FTS3.
ERROR: old-configure failed
*** Fix above errors and then restart with\
               "gmake -f client.mk build"
gmake[3]: *** [/usr/ports/www/firefox/work/firefox-54.0.1/client.mk:383: configure] Error 1
gmake[3]: Leaving directory '/usr/ports/www/firefox'
===>  Script "configure" failed unexpectedly.
Please report the problem to [email]gecko@FreeBSD.org[/email] [maintainer] and attach the
"/usr/ports/www/firefox/work/firefox-54.0.1/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/www/firefox
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/firefox
*** Error code 1

Stop.
make: stopped in /usr/ports/www/firefox
root@dct-aramis:/usr/ports/www/firefox # make deinstall
===>  Deinstalling for firefox
===>   firefox not installed, skipping
root@dct-aramis:/usr/ports/www/firefox # make clean
===>  Cleaning for firefox-54.0.1_1,1
root@dct-aramis:/usr/ports/www/firefox # cd /usr/ports/www/firefox/

I do not understand.

Regards
Philippe
 
Code:
DEBUG: configure: error: System SQLite library is not compiled with SQLITE_ENABLE_FTS3.

On databases/sqlite3 are these two are still enabled?
Code:
FTS3_TOKEN=on: Enable two-args version fts3_tokenizer
FTS4=on: Enable FTS3/4 (Full Text Search) module

Not sure if that's the cause though.
 
Back
Top