Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310799 - app-admin/apache-tools-2.2.14 has automagic dep on gdbm
Summary: app-admin/apache-tools-2.2.14 has automagic dep on gdbm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 21:31 UTC by Nikoli
Modified: 2011-09-01 07:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2010-03-22 21:31:23 UTC
After uninstalling gdbm and running revdep-rebuild:
...
 * Checking dynamic linking consistency
[ 97% ]  *   broken /usr/sbin/ab (requires libgdbm.so.3)
 *   broken /usr/sbin/checkgid (requires libgdbm.so.3)
[ 98% ]  *   broken /usr/sbin/htcacheclean (requires libgdbm.so.3)
 *   broken /usr/sbin/htdbm (requires libgdbm.so.3)
 *   broken /usr/sbin/htdigest (requires libgdbm.so.3)
 *   broken /usr/sbin/htpasswd (requires libgdbm.so.3)
 *   broken /usr/sbin/httxt2dbm (requires libgdbm.so.3)
 *   broken /usr/sbin/logresolve (requires libgdbm.so.3)
[ 99% ]  *   broken /usr/sbin/rotatelogs (requires libgdbm.so.3)
[ 100% ]                 
 * Generated new 3_broken.rr
...

Reproducible: Always
Comment 1 Marcin Mirosław 2011-03-01 15:20:02 UTC
app-admin/apache-tools-2.2.16 and apache-2.2.16 still has problem.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2011-09-01 07:59:30 UTC
Hm, I don't see this problem in apache-tools-2.2.20. If this is still a problem, please, reopen.

 $=> readelf -d /usr/sbin/htdbm | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libpcre.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libaprutil-1.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libexpat.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libapr-1.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libuuid.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libdl.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libcrypt.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
[pva in /vt/portage/tmp/portage/app-admin/apache-tools-2.2.20/work/httpd-2.2.20]
 $=> eix -e gdbm
[I] sys-libs/gdbm
     Available versions:  1.8.3-r3 1.8.3-r4 {berkdb}
     Installed versions:  1.8.3-r4(12:19:54 09.01.2010)(-berkdb)
     Homepage:            http://www.gnu.org/software/gdbm/gdbm.html
     Description:         Standard GNU database libraries