Bug 212181

Summary: databases/libgda5 failing everywhere
Product: Ports & Packages Reporter: John Marino <marino>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (gnome)
Version: Latest   
Hardware: Any   
OS: Any   

Description John Marino freebsd_committer freebsd_triage 2016-08-26 13:52:46 UTC
My guess is the recent update to databases/sqlite3 broke libgda5 which causes 12 ports to be skipped.  It's happening everywhere on both clang and gcc.  (check portsmon)
Comment 1 Walter Schwarzenfeld 2016-08-27 02:57:55 UTC
Compiles if I add:
CONFIGURE_ARGS+=--enable-system-sqlite
Comment 2 John Marino freebsd_committer freebsd_triage 2016-08-27 17:34:32 UTC
dragonfly bsd doesn't have sqlite in base, and even if it did, it would be a private library.  The philosophy is that ports should be self-sufficient.  

In any case, presumably every OS has this issue so libgda should be getting fixed correctly by somebody, somewhere.  (hopefully gnome.org)
Comment 3 Walter Schwarzenfeld 2016-08-28 00:30:28 UTC
okay, I never said it is an solution ;-))
May I point you to this:
libgda/sqlite/virtual/gda-vprovider-data-model.c

I think this include is redundant:
#include <sqlite3.h>
:
Comment 4 John Marino freebsd_committer freebsd_triage 2016-08-28 00:34:39 UTC
right now I'm just the messenger.  The gnome team is the one responsible for fixing it, at least they get the first opportunity.
Comment 5 John Marino freebsd_committer freebsd_triage 2016-09-04 15:17:17 UTC
solved by r421341