Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435290 - app-antivirus/clamav-0.97.5-r1: --enable-bzip2: command not found
Summary: app-antivirus/clamav-0.97.5-r1: --enable-bzip2: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-09-17 03:28 UTC by iGentoo
Modified: 2012-09-18 08:44 UTC (History)
1 user (show)

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


Attachments
environment (environment,87.51 KB, text/plain)
2012-09-17 03:28 UTC, iGentoo
Details
clamav-0.97.5-r1.ebuild.diff (clamav-0.97.5-r1.ebuild.diff,404 bytes, patch)
2012-09-17 03:29 UTC, iGentoo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description iGentoo 2012-09-17 03:28:13 UTC
Created attachment 324058 [details]
environment

/var/tmp/portage/app-antivirus/clamav-0.97.5-r1/temp/environment: line 2366: --enable-bzip2: command not found
Comment 1 iGentoo 2012-09-17 03:29:53 UTC
Created attachment 324060 [details, diff]
clamav-0.97.5-r1.ebuild.diff
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-17 11:53:53 UTC
  11 Sep 2012; Christoph Junghans <ottxor@gentoo.org> clamav-0.97.5-r1.ebuild:
  added prefix support (bug #430604)


Index: clamav-0.97.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -B -r1.6 -r1.7
--- clamav-0.97.5-r1.ebuild     28 Aug 2012 18:52:37 -0000      1.6
+++ clamav-0.97.5-r1.ebuild     11 Sep 2012 03:29:29 -0000      1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v 1.6 2012/08/28 18:52:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v 1.7 2012/09/11 03:29:29 ottxor Exp $
 
 EAPI=4

@@ -48,8 +48,9 @@
        econf \ 
                --disable-experimental \
                --enable-id-check \
-               --with-dbdir=/var/lib/clamav \
+               --with-dbdir="${EPREFIX}"/var/lib/clamav \
                --with-system-tommath \
+               --with-zlib="${EPREFIX}"/usr
                $(use_enable bzip2) \
                $(use_enable clamdtop) \
                $(use_enable ipv6) \
Comment 3 Tim Harder gentoo-dev 2012-09-18 08:44:23 UTC
Fixed in CVS.