[Bug 200853] databases/sqlite3: enable DBSTAT by default for firefox 41+

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 14 15:39:02 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200853

            Bug ID: 200853
           Summary: databases/sqlite3: enable DBSTAT by default for
                    firefox 41+
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: pavelivolkov at gmail.com
 Attachment #157729 maintainer-approval?(pavelivolkov at gmail.com)
             Flags:
             Flags: maintainer-feedback?(pavelivolkov at gmail.com)
                CC: pavelivolkov at gmail.com

Created attachment 157729
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157729&action=edit
v1

At 41.0 or maybe earlier www/firefox is going to require DBSTAT=on in order to
continue using --enable-system-sqlite. Can you enable the option by default?

https://bugzilla.mozilla.org/show_bug.cgi?id=1162643
https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates

  $ make -C www/firefox-nightly
  [...]
  checking for sqlite3 >= 3.8.10.2... yes
  checking SQLITE_CFLAGS... -I/usr/local/include  
  checking SQLITE_LIBS... -L/usr/local/lib -lsqlite3  
  checking for SQLITE_SECURE_DELETE support in system SQLite... yes
  checking for SQLITE_THREADSAFE support in system SQLite... yes
  checking for SQLITE_ENABLE_FTS3 support in system SQLite... yes
  checking for SQLITE_ENABLE_UNLOCK_NOTIFY support in system SQLite... yes
  checking for SQLITE_ENABLE_DBSTAT_VTAB support in system SQLite... no
  configure: error: System SQLite library is not compiled with
SQLITE_ENABLE_DBSTAT_VTAB.
  ------ config.log ------
  configure:24314: checking for tar
  configure:24354: checking for wget
  configure:24844: checking for sqlite3 >= 3.8.10.2
  configure:24851: checking SQLITE_CFLAGS
  configure:24856: checking SQLITE_LIBS
  configure:24887: checking for SQLITE_SECURE_DELETE support in system SQLite
  configure:24910: cc -o conftest ...
  configure:24933: checking for SQLITE_THREADSAFE support in system SQLite
  configure:24956: cc -o conftest ...
  configure:24979: checking for SQLITE_ENABLE_FTS3 support in system SQLite
  configure:25002: cc -o conftest ...
  configure:25025: checking for SQLITE_ENABLE_UNLOCK_NOTIFY support in system
SQLite
  configure:25048: cc -o conftest ...
  configure:25071: checking for SQLITE_ENABLE_DBSTAT_VTAB support in system
SQLite
  configure:25094: cc -o conftest ...
  configure: failed program was:
  #line 25085 "configure"
  #include "confdefs.h"

              #include "sqlite3.h"

              int main(int argc, char **argv){
                return
!sqlite3_compileoption_used("SQLITE_ENABLE_DBSTAT_VTAB");
              }
  configure: error: System SQLite library is not compiled with
SQLITE_ENABLE_DBSTAT_VTAB.
  *** Fix above errors and then restart with\
                 "gmake -f client.mk build"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list