Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2019 08:24:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 238490] www/apache24 Q/A warns about missing dependencies for bdb and gdbm
Message-ID:  <bug-238490-16115-BExQbVQZ5T@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238490-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238490-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-apache mailing
list <apache@FreeBSD.org> for maintainer-feedback:
Bug 238490: www/apache24 Q/A warns about missing dependencies for bdb and gdbm
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238490



--- Description ---
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



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