Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380265 - app-antivirus/clamav: missing dependency on sys-devel/libtool
Summary: app-antivirus/clamav: missing dependency on sys-devel/libtool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-22 18:18 UTC by Michael Palimaka (kensington)
Modified: 2011-08-25 19:23 UTC (History)
1 user (show)

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


Attachments
build log (build.log,5.39 KB, text/plain)
2011-08-22 18:18 UTC, Michael Palimaka (kensington)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2011-08-22 18:18:02 UTC
Created attachment 284237 [details]
build log

tinderbox ~ # ./missingdep.sh app-antivirus/clamav-0.97.2
 * Checking app-antivirus/clamav-0.97.2 for undeclared dependencies
 *   /usr/bin/sigtool links to /usr/lib64/libltdl.so.7
 *     Missing dependency on sys-devel/libtool
 * Checking complete, errors found


Portage 2.1.10.11 (default/linux/amd64/10.0, gcc-4.5.3, glibc-2.13-r4, 2.6.39-gentoo-r3-libre x86_64)
=================================================================
System uname: Linux-2.6.39-gentoo-r3-libre-x86_64-06-17-with-gentoo-2.0.3
Timestamp of tree: Mon, 22 Aug 2011 08:15:01 +0000
app-shells/bash:          4.2_p10
dev-lang/python:          2.7.1-r1, 3.2-r2
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.1-r1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.39 (virtual/os-headers)
sys-libs/glibc:           2.13-r4
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs buildpkg collision-protect distlocks ebuild-locks fixlafiles fixpackages multilib-strict news parallel-fetch protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS=""
GENTOO_MIRRORS="ftp://mirror.internode.on.net/pub/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LINGUAS="en"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="amd64 multilib" ELIBC="glibc" KERNEL="linux" LINGUAS="en" USERLAND="GNU"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Michael Palimaka (kensington) gentoo-dev 2011-08-24 07:15:23 UTC
pebkac
Comment 2 Michael Palimaka (kensington) gentoo-dev 2011-08-24 13:01:45 UTC
reopening, this appears to be an issue after all.

 * Checking app-antivirus/clamav-0.97.2 for undeclared dependencies
 *   /usr/lib64/libclamav.so.6.1.11 links to /usr/lib64/libltdl.so.7
 *     Missing dependency on sys-devel/libtool
 * Checking complete, errors found

tinderbox ~ # scanelf -n /usr/lib64/libclamav.so.6.1.11
 TYPE   NEEDED FILE
ET_DYN libltdl.so.7,libstdc++.so.6,libz.so.1,libtommath.so.0,libpthread.so.0,libm.so.6,libgcc_s.so.1,libc.so.6 /usr/lib64/libclamav.so.6.1.11
Comment 3 Eray Aslan gentoo-dev 2011-08-25 18:33:07 UTC
$ scanelf -n /usr/bin/sigtool 
 TYPE   NEEDED FILE 
ET_EXEC libclamav.so.6,libz.so.1,libpthread.so.0,libc.so.6 /usr/bin/sigtool 

i.e. libltdl is not a direct dependency for sigtool.
Comment 4 Eray Aslan gentoo-dev 2011-08-25 19:13:28 UTC
Bah, didn't see comment #2 somehow.  Reopening.
Comment 5 Eray Aslan gentoo-dev 2011-08-25 19:23:43 UTC
+  25 Aug 2011; Eray Aslan <eras@gentoo.org> clamav-0.97.ebuild,
+  clamav-0.97.1.ebuild, clamav-0.97.2.ebuild:
+  add libtool dependency - bug #380265
+