[Bug 238490] www/apache24 Q/A warns about missing dependencies for bdb and gdbm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 11 08:24:18 UTC 2019


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

            Bug ID: 238490
           Summary: www/apache24 Q/A warns about missing dependencies for
                    bdb and gdbm
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: apache at FreeBSD.org
          Reporter: girgen at FreeBSD.org
             Flags: maintainer-feedback?(apache at FreeBSD.org)
          Assignee: apache at FreeBSD.org

When building www/apache24 with relevant config as

$ grep '^OPTIONS.*DB' /usr/local/etc/poudriere.d/options/www_apache24/options  
                                                                       
git:(pingpong) 
OPTIONS_FILE_SET+=AUTHN_DBD
OPTIONS_FILE_SET+=AUTHN_DBM
OPTIONS_FILE_SET+=AUTHZ_DBD
OPTIONS_FILE_SET+=AUTHZ_DBM
OPTIONS_FILE_SET+=DBD
OPTIONS_FILE_SET+=SOCACHE_DBM
OPTIONS_FILE_SET+=SESSION_DBD


Q/A warns about missing dependencies:

Error: /usr/local/bin/ab is linked to /usr/local/lib/libdb-5.3.so.0 from
databases/db5 but it is not declared as a dependency
Warning: you need USES+=bdb
Error: /usr/local/bin/ab is linked to /usr/local/lib/libgdbm.so.6 from
databases/gdbm but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libgdbm.so:databases/gdbm

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


More information about the freebsd-apache mailing list