Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107851 - Missing dependency in spamassassin. "Required module Storable not found"
Summary: Missing dependency in spamassassin. "Required module Storable not found"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-02 01:15 UTC by Andreas Noteng
Modified: 2005-10-02 03:33 UTC (History)
0 users

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 Andreas Noteng 2005-10-02 01:15:03 UTC
When installing spamassassin with use-flags +berkdb -doc -qmail +ssl, dependency
perl-core/Storable is not beeing installed.

Reproducible: Always
Steps to Reproduce:
1.install mail-filter/spamassassin-3.0.4  +berkdb -doc -qmail +ssl
2./etc/init.d/spamd start
3. emerging perl-core/Storable-2.13 fixes the problem
Actual Results:  
gives error: Required module Storable not found


Expected Results:  
start spamassassin

ande ~ # emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r1,
2.6.12-gentoo-r10 i686)
=================================================================
System uname: 2.6.12-gentoo-r10 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.gentoo.no http://distfiles.gentoo.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.no/gentoo-portage"
USE="x86 apache2 apm arts avi berkdb bitmap-fonts crypt cups curl eds emboss
encode fam foomaticdb fortran gdbm gif gpm gstreamer gtk2 imap imlib jpeg ldap
libg++ libwww mad mikmod motif mp3 mpeg mysql ncurses nls ogg oggvorbis opengl
oss pam pdflib perl png python quicktime readline sdl spell ssl tcpd threads
truetype truetype-fonts type1-fonts vorbis xml2 xmms xv zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-02 02:09:48 UTC
(In reply to comment #0)
> When installing spamassassin with use-flags +berkdb -doc -qmail +ssl, dependency
> perl-core/Storable is not beeing installed.

No, that is not possible unless you put into package.provided,
mail-filter/spamassassin always depends on perl-core/Storable. Most likely, you
did not run perl-cleaner after upgrading perl. 
Comment 2 Andreas Noteng 2005-10-02 03:33:42 UTC
This is a fresh install of gentoo and perl has only been installed as a
dependency of something else, it has never been upgraded. After looking through
emerge.log it turns out Storable was installed as a dependency of spamassassin,
but spamassassin could not find it until I reemerged Storable.