| Summary: | app-antivirus/klamav-0.41 fails to build after upgrading to clamav 0.92 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marcello Magaldi <magowiz> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | CC: | magowiz |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Marcello Magaldi
2008-02-09 16:23:46 UTC
the error is :
scanner.c: In function ‘scanstream’:
scanner.c:399: warning: assignment makes pointer from integer without a cast
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -I/usr/kde/3.5/include -DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -O2 -O2 -mtune=i686 -march=athlon-xp -pipe -fomit-frame-pointer -c dazukoio.c
/bin/sh ../../libtool --silent --tag=CC --mode=link i686-pc-linux-gnu-gcc -DNDEBUG -O2 -O2 -mtune=i686 -march=athlon-xp -pipe -fomit-frame-pointer -o klamd output.o cfgparser.o getopt.o memory.o misc.o network.o options.o klamd.o tcpserver.o localserver.o session.o thrmgr.o server-th.o scanner.o others.o clamuko.o dazukoio_compat12.o dazukoio.o -lclamav
scanner.o: In function `scanstream':
scanner.c:(.text+0x21f): undefined reference to `cli_gentempdesc'
collect2: ld returned 1 exit status
distcc[1778] ERROR: compile (null) on localhost failed
make[3]: *** [klamd] Error 1
make[3]: Leaving directory `/var/tmp/portage/app-antivirus/klamav-0.41/work/klamav-0.41-source/klamav-0.41/src/klamd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-antivirus/klamav-0.41/work/klamav-0.41-source/klamav-0.41/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-antivirus/klamav-0.41/work/klamav-0.41-source/klamav-0.41'
make: *** [all] Error 2
*
* ERROR: app-antivirus/klamav-0.41 failed.
* Call stack:
* ebuild.sh, line 1701: Called dyn_compile
* ebuild.sh, line 1039: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1383: Called kde_src_compile
* kde.eclass, line 174: Called kde_src_compile 'all'
* kde.eclass, line 344: Called kde_src_compile 'myconf' 'configure' 'make'
* kde.eclass, line 340: Called die
* The specific snippet of code:
* emake || die "died running emake, $FUNCNAME:make"
* The die message:
* died running emake, kde_src_compile:make
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/app-antivirus/klamav-0.41/temp/build.log'.
*
* Messages for package app-antivirus/klamav-0.41:
*
* ERROR: app-antivirus/klamav-0.41 failed.
* Call stack:
* ebuild.sh, line 1701: Called dyn_compile
* ebuild.sh, line 1039: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1383: Called kde_src_compile
* kde.eclass, line 174: Called kde_src_compile 'all'
* kde.eclass, line 344: Called kde_src_compile 'myconf' 'configure' 'make'
* kde.eclass, line 340: Called die
* The specific snippet of code:
* emake || die "died running emake, $FUNCNAME:make"
* The die message:
* died running emake, kde_src_compile:make
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/app-antivirus/klamav-0.41/temp/build.log'.
*
revdep-rebuild failed to emerge all packages
you have the following choices:
- if emerge failed during the build, fix the problems and re-run revdep-rebuild
or
- use -X or --package-names as first argument (trys to rebuild package, not exact
ebuild)
or
- set ACCEPT_KEYWORDS="~<your platform>" and/or /etc/portage/package.unmask
(and remove /root/.revdep-rebuild.5_order to be evaluated again)
or
- modify the above emerge command and run it manually
or
- compile or unmerge unsatisfied packages manually, remove temporary files and
try again (you can edit package/ebuild list first)
*** This bug has been marked as a duplicate of bug 202694 *** *** This bug has been marked as a duplicate of bug 202694 *** |