Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237552 - app-antivirus/clamav-0.94 - configure.in:325: error: possibly undefined macro: AC_MSG_WARN
Summary: app-antivirus/clamav-0.94 - configure.in:325: error: possibly undefined macro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-13 10:37 UTC by Bruno
Modified: 2011-10-30 23:16 UTC (History)
1 user (show)

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 Bruno 2008-09-13 10:37:58 UTC
When trying to update clamav compilation fails while running autoconf:

 * Running aclocal -I m4 -I m4 ...                                        [ ok ]
 * Running libtoolize --copy --force --automake ...                       [ ok ]
 * Running aclocal -I m4 -I m4 ...                                        [ ok ]
 * Running autoconf ...                                                   [ !! ]

 * Failed Running autoconf !

Contents of autoconf-${pid}.out:
***** autoconf *****
***** autoconf

configure.in:325: error: possibly undefined macro: AC_MSG_WARN
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.


Reproducible: Always

Steps to Reproduce:
1. emerge --depclean --with-bdeps=n
   (pkgconfig removed if it was still installed)
2. emerge --update clamav


Actual Results:  
Compilation failure


When pkgconfig is installed emerging clamav works fine.

So please add pkgconfig as build-dep to clamav.
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2008-09-13 22:47:18 UTC
Fixed in CVS. Thanks for reporting!