Bug 212181 - databases/libgda5 failing everywhere
Summary: databases/libgda5 failing everywhere
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 13:52 UTC by John Marino
Modified: 2016-09-04 15:17 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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