From owner-freebsd-ports-bugs@freebsd.org Sun Jul 17 06:57:38 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F0BEB9BA29 for ; Sun, 17 Jul 2016 06:57:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 540321C4A for ; Sun, 17 Jul 2016 06:57:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6H6vc8N025832 for ; Sun, 17 Jul 2016 06:57:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211165] databases/cppdb: plist generation incomplete for non-default OPTIONS Date: Sun, 17 Jul 2016 06:57:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 06:57:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211165 Bug ID: 211165 Summary: databases/cppdb: plist generation incomplete for non-default OPTIONS Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: riggs@FreeBSD.org CC: info@babaei.net Flags: maintainer-feedback?(info@babaei.net) CC: info@babaei.net When building with non-default OPTIONS, e.g. =3D=3D=3D=3D> SQLite 3 Backend: you have to select exactly one of them SQLITE3_DISABLE=3Doff: Disable SQLite 3 backend SQLITE3_INTERNAL=3Don: Link SQLite 3 backend into CppDB SQLITE3_MODULE=3Doff: Build SQLite 3 backend as a CppDB module =3D=3D=3D=3D> PostgreSQL Backend: you have to select exactly one of them PGSQL_DISABLE=3Doff: Disable PostgreSQL backend PGSQL_INTERNAL=3Don: Link PostgreSQL backend into CppDB PGSQL_MODULE=3Doff: Build PostgreSQL backend as a CppDB module =3D=3D=3D=3D> MySQL Backend: you have to select exactly one of them MYSQL_DISABLE=3Doff: Disable MySQL backend MYSQL_INTERNAL=3Don: Link MySQL backend into CppDB MYSQL_MODULE=3Doff: Build MySQL backend as a CppDB module =3D=3D=3D=3D> ODBC Backend: you have to select exactly one of them ODBC_DISABLE=3Doff: Disable ODBC backend ODBC_INTERNAL=3Don: Link ODBC backend into CppDB ODBC_MODULE=3Doff: Build ODBC backend as a CppDB module the plist is incorrect. I get these from poudriere: =3D=3D=3D=3D> Running Q/A tests (stage-qa) =3D=3D=3D=3D> Checking for pkg-plist issues (check-plist) =3D=3D=3D> Parsing plist =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/libcppdb_mysql.a Error: Missing: lib/libcppdb_mysql.so Error: Missing: lib/libcppdb_mysql.so.0 Error: Missing: lib/libcppdb_mysql.so.0.3.1 Error: Missing: lib/libcppdb_odbc.a Error: Missing: lib/libcppdb_odbc.so Error: Missing: lib/libcppdb_odbc.so.0 Error: Missing: lib/libcppdb_odbc.so.0.3.1 Error: Missing: lib/libcppdb_postgresql.a Error: Missing: lib/libcppdb_postgresql.so Error: Missing: lib/libcppdb_postgresql.so.0 Error: Missing: lib/libcppdb_postgresql.so.0.3.1 Error: Missing: lib/libcppdb_sqlite3.a Error: Missing: lib/libcppdb_sqlite3.so Error: Missing: lib/libcppdb_sqlite3.so.0 Error: Missing: lib/libcppdb_sqlite3.so.0.3.1 =3D=3D=3D> Error: Plist issues found. --=20 You are receiving this mail because: You are the assignee for the bug.=