[Bug 188527] databases/libdbi-drivers fails to build on FreeBSD 10.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 27 16:44:13 UTC 2014


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

Warren Block <wblock at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Issue Resolved              |Open
                 CC|                            |wblock at FreeBSD.org
         Resolution|Overcome By Events          |---

--- Comment #2 from Warren Block <wblock at FreeBSD.org> ---
It depends on the options.  With PGSQL or PGSQL and SQLITE3, it builds fine. 
(MYSQL was always off in these tests.)

With SQLITE3 alone, it fails:

  libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
-I/usr/local/include/dbi -DDBDIR=\"/usr/local/var/lib/libdbi/sqlite3\"
-std=gnu99 -O2 -pipe -march=corei7 -fno-strict-aliasing -MT dbd_sqlite3.lo -MD
-MP -MF .deps/dbd_sqlite3.Tpo -c dbd_sqlite3.c  -fPIC -DPIC -o
.libs/dbd_sqlite3.o
  dbd_sqlite3.c:56:10: fatal error: 'dbi/dbi.h' file not found
  #include <dbi/dbi.h>

It's looking in /usr/local/include/dbi for dbi/dbi.h, one level too deep.

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


More information about the freebsd-ports-bugs mailing list