Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2015 11:21:47 -0400
From:      Steve Wills <swills@FreeBSD.org>
To:        Robert Burmeister <Robert.Burmeister@UToledo.edu>, gecko@FreeBSD.org, jbeich@FreeBSD.org
Subject:   Re: FreeBSD Port: www/firefox
Message-ID:  <5615388B.2050007@FreeBSD.org>
In-Reply-To: <56144D9C.7060300@UToledo.edu>
References:  <56144D9C.7060300@UToledo.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On 10/06/2015 18:39, Robert Burmeister wrote:
> FreeBSD 10.2 i386.
> 
> Firefox 41.0,1 configure error:
> 
> 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.
> 
> 
> Manually setting the SQLite3 3.8.11.1_1 option "DBSTAT=on" and
> recompiling fixed.
> 
> (Portupgrade -arR did not catch SQLite3 3.8.11.1 to SQLite3 3.8.11.1_1.)
> 
> Port sqlite3-3.8.11.1_1 should  be bumped for Firefox 41.0,1.
> 

Sorry for the trouble. It would be nice if ports could depend on options
being enabled in other ports. Perhaps if portupgrade would detect that
default options changed, the way poudriere would, then it would handle
this situation better? I think bumping sqlite3 isn't really quite the
right solution. It would mean unnecessary rebuilding in some cases.

Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5615388B.2050007>