Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207166 - dev-perl/Mail-ClamAV version bump to 0.21 (0.20 does not compile with clamav-0.92)
Summary: dev-perl/Mail-ClamAV version bump to 0.21 (0.20 does not compile with clamav-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 15:34 UTC by Wolfram Schlich (RETIRED)
Modified: 2008-01-25 20:37 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 Wolfram Schlich (RETIRED) gentoo-dev 2008-01-23 15:34:30 UTC
this is 0.20 trying to compile against clamav-0.92:
--8<--
  Starting "make" Stage
make[1]: Entering directory `/var/tmp/portage/dev-perl/Mail-ClamAV-0.20/work/Mail-ClamAV-0.20/_Inline/build/Mail/ClamAV'
/usr/bin/perl5.8.8 /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap   ClamAV.xs > ClamAV.xsc && mv ClamAV.xsc ClamAV.c
i686-pc-linux-gnu-gcc -c  -I/var/tmp/portage/dev-perl/Mail-ClamAV-0.20/work/Mail-ClamAV-0.20 -I/usr/include -fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i686 -pipe   -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\" -fPIC "-I/usr/lib/perl5/5.8.8/i686-linux/CORE"   ClamAV.c
ClamAV.xs: In function `clamav_perl_constant':
ClamAV.xs:326: error: `CL_ENCINIT' undeclared (first use in this function)
ClamAV.xs:326: error: (Each undeclared identifier is reported only once
ClamAV.xs:326: error: for each function it appears in.)
ClamAV.xs:327: error: `CL_ENCLOAD' undeclared (first use in this function)
ClamAV.xs:328: error: `CL_ENCIO' undeclared (first use in this function)
ClamAV.xs:331: error: `CL_DB_NCORE' undeclared (first use in this function)
make[1]: *** [ClamAV.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-perl/Mail-ClamAV-0.20/work/Mail-ClamAV-0.20/_Inline/build/Mail/ClamAV'
--8<--
0.21 works perfectly.
Comment 1 Christian Zoffoli (RETIRED) gentoo-dev 2008-01-24 13:14:43 UTC
in cvs, thank you.
Comment 2 Wolfram Schlich (RETIRED) gentoo-dev 2008-01-25 20:37:09 UTC
Thanks :)