From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 27 16:44:13 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4427E84F for ; Sun, 27 Jul 2014 16:44:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA8D2C62 for ; Sun, 27 Jul 2014 16:44:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6RGiDhT031443 for ; Sun, 27 Jul 2014 16:44:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 188527] databases/libdbi-drivers fails to build on FreeBSD 10.0 Date: Sun, 27 Jul 2014 16:44:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wblock@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 16:44:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188527 Warren Block changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Issue Resolved |Open CC| |wblock@FreeBSD.org Resolution|Overcome By Events |--- --- Comment #2 from Warren Block --- 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 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.