Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 16:44:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 188527] databases/libdbi-drivers fails to build on FreeBSD 10.0
Message-ID:  <bug-188527-13-WpOn93xXfx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188527-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188527-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188527

Warren Block <wblock@FreeBSD.org> changed:

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

--- Comment #2 from Warren Block <wblock@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188527-13-WpOn93xXfx>