Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70790 - clamav-0.80 compile error
Summary: clamav-0.80 compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-11 06:27 UTC by Tim Heinrich
Modified: 2004-11-11 11:20 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 Tim Heinrich 2004-11-11 06:27:51 UTC
When I try to emerge clamav-0.80, I get errors:


grep: /usr/lib/libidn.la: No such file or directory
sed: can't read /usr/lib/libidn.la: No such file or directory
libtoo: link: `/usr/lib/libidn.la' is not a valid libtool archive
make[2]: *** [libclamav.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/clamav-0.80/work/clamav-0.80/libclamav'
make[2]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/clamav-0.80/work/clamav-0.80'
make: *** [all] Error 2

!!! ERROR: app-antivirus/clamav-0.80 failed.
!!! Function src_compile, Line 36, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

I don't know, what to do...

Reproducible: Always
Steps to Reproduce:
1. echo "clamav ~x86" >> /etc/portage/package.keywords
2. emerge clamav

Actual Results:  
emerge downloaded the sources, extracted them, started to compile and stopped
with the error messages described above.

Expected Results:  
It should have compiled cleanly and installed clamav-0.80.

Gentoo Base System version 1.4.16
Portage 2.0.51-r3 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9
i686)
=================================================================
System uname: 2.6.9 i686 AMD Duron(tm) Processor
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -mfpmath=sse -msse -mmmx -m3dnow -pipe
-fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /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="-O2 -march=athlon-xp -mfpmath=sse -msse -mmmx -m3dnow -pipe
-fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apm avi berkdb bitmap-fonts cdr crypt cups dvd encode f77
foomaticdb fortran gdbm gif gpm gtk2 imlib java jpeg libg++ libwww mad mikmod
mmx motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl pic png
python qt quicktime readline scanner sdl slang spell sse ssl svga tcpd truetype
usb x86 xml2 xmms xv zlib linguas_de"
Comment 1 Tuan Van (RETIRED) gentoo-dev 2004-11-11 10:44:11 UTC
missing dependency? try:
emerge --oneshot libidn; emerge clamav.
Comment 2 Tim Heinrich 2004-11-11 11:20:44 UTC
Thank you very much, this works fine!