Date: Wed, 07 Oct 2015 06:33:41 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203601] www/firefox: on [CURRENT]: System SQLite library is not compiled with SQLITE_ENABLE_DBSTAT_VTAB. Message-ID: <bug-203601-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203601 Bug ID: 203601 Summary: www/firefox: on [CURRENT]: System SQLite library is not compiled with SQLITE_ENABLE_DBSTAT_VTAB. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: ohartman@zedat.fu-berlin.de Flags: maintainer-feedback?(gecko@FreeBSD.org) Assignee: gecko@FreeBSD.org On CURRENT: FreeBSD 11.0-CURRENT #0 r288975: Wed Oct 7 06:39:15 CEST 2015 amd64 port www/firefox (Version 41.0) is not updating/compiling due to the follwoing error message: [...] configure:25360: checking for SQLITE_ENABLE_DBSTAT_VTAB support in system SQLite configure:25383: cc -o conftest -O2 -pipe -O3 -march=native -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -I/usr/local/include -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.c -L/usr/local/lib -lsqlite3 1>&5 configure: failed program was: #line 25374 "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" /usr/ports/www/firefox/work/mozilla-release/client.mk:364: recipe for target 'configure' failed gmake[2]: *** [configure] Error 1 gmake[2]: Leaving directory '/usr/ports/www/firefox' ===> Script "configure" failed unexpectedly. Please report the problem to gecko@FreeBSD.org [maintainer] and attach the "/usr/ports/www/firefox/work/mozilla-release/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 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203601-13>