Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2016 06:57:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211165] databases/cppdb: plist generation incomplete for non-default OPTIONS
Message-ID:  <bug-211165-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



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