Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264842 - dev-python/pyclamav doesnot build with latest app-antivirus/clamav (0.95)
Summary: dev-python/pyclamav doesnot build with latest app-antivirus/clamav (0.95)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2009-1371
  Show dependency tree
 
Reported: 2009-04-04 07:29 UTC by Torsten Veller (RETIRED)
Modified: 2009-05-17 08:16 UTC (History)
2 users (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 Torsten Veller (RETIRED) gentoo-dev 2009-04-04 07:29:03 UTC
>>> Compiling source in /var/tmp/portage/dev-python/pyclamav-0.4.1/work/pyclamav-0.4.1 ...
running build
running build_ext
building 'pyclamav' extension
creating build
creating build/temp.linux-i686-2.5
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O2 -march=pentium-m -pipe -mno-tls-direct-seg-refs -fPIC -I/usr/local/include -I/usr/include/python2.5 -c -I/usr/local/include -I/usr/include/python2.5 -c pyclamav.c -o build/temp.linux-i686-2.5/pyclamav.o
pyclamav.c: In function 'if_database_have_changed_then_reload':
pyclamav.c:94: warning: passing argument 2 of 'cl_load' from incompatible pointer type
pyclamav.c: In function 'pyclamav_scanfile':
pyclamav.c:234: warning: passing argument 4 of 'cl_scanfile' from incompatible pointer type
pyclamav.c:234: warning: passing argument 5 of 'cl_scanfile' makes integer from pointer without a cast
pyclamav.c:234: error: too many arguments to function 'cl_scanfile'
pyclamav.c: In function 'initpyclamav':
pyclamav.c:282: warning: passing argument 2 of 'cl_load' from incompatible pointer type
pyclamav.c:305: error: invalid application of 'sizeof' to incomplete type 'struct cl_limits' 
pyclamav.c:306: error: invalid use of undefined type 'struct cl_limits'
pyclamav.c:307: error: invalid use of undefined type 'struct cl_limits'
pyclamav.c:308: error: invalid use of undefined type 'struct cl_limits'
pyclamav.c:309: error: invalid use of undefined type 'struct cl_limits'
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
Comment 1 Martin Mokrejš 2009-04-11 19:12:36 UTC
>>> Emerging (3 of 5) dev-python/pyclamav-0.4.1
 * pyclamav-0.4.1.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                       [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                                                                           [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                                                                          [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                                                                         [ ok ]
sandbox:main  signal SIGQUIT already had a handler ...

>>> Unpacking source...
>>> Unpacking pyclamav-0.4.1.tar.gz to /var/tmp/portage/dev-python/pyclamav-0.4.1/work
>>> Source unpacked in /var/tmp/portage/dev-python/pyclamav-0.4.1/work
sandbox:main  signal SIGQUIT already had a handler ...

>>> Compiling source in /var/tmp/portage/dev-python/pyclamav-0.4.1/work/pyclamav-0.4.1 ...
running build
running build_ext
building 'pyclamav' extension
creating build
creating build/temp.linux-i686-2.6
i686-pc-linux-gnu-gcc -pthread -DNDEBUG -O2 -march=pentium4 -mmmx -msse -msse2 -pipe -fno-strict-aliasing -ggdb -fPIC -I/usr/local/include -I/usr/include/python2.6 -c pyclamav.c -o build/temp.linux-i686-2.6/pyclamav.o
pyclamav.c: In function ‘if_database_have_changed_then_reload’:
pyclamav.c:94: warning: passing argument 2 of ‘cl_load’ from incompatible pointer type
pyclamav.c: In function ‘pyclamav_scanfile’:
pyclamav.c:234: warning: passing argument 4 of ‘cl_scanfile’ from incompatible pointer type
pyclamav.c:234: warning: passing argument 5 of ‘cl_scanfile’ makes integer from pointer without a cast
pyclamav.c:234: error: too many arguments to function ‘cl_scanfile’
pyclamav.c: In function ‘initpyclamav’:
pyclamav.c:282: warning: passing argument 2 of ‘cl_load’ from incompatible pointer type
pyclamav.c:305: error: invalid application of ‘sizeof’ to incomplete type ‘struct cl_limits’ 
pyclamav.c:306: error: invalid use of undefined type ‘struct cl_limits’
pyclamav.c:307: error: invalid use of undefined type ‘struct cl_limits’
pyclamav.c:308: error: invalid use of undefined type ‘struct cl_limits’
pyclamav.c:309: error: invalid use of undefined type ‘struct cl_limits’
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
 * 
 * ERROR: dev-python/pyclamav-0.4.1 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_compile
 *             environment, line 2492:  Called distutils_src_compile
 *             environment, line  727:  Called die
 * The specific snippet of code:
 *       ${python} setup.py build "$@" || die "compilation failed"
 *  The die message:
 *   compilation failed
 * 
[cut]
# emerge --info
Portage 2.1.6.11 (default/linux/x86/2008.0/desktop, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.29.1 i686)
=================================================================
System uname: Linux-2.6.29.1-i686-Mobile_Intel-R-_Pentium-R-_4_-_M_CPU_1.80GHz-with-gentoo-2.0.0
Timestamp of tree: Fri, 10 Apr 2009 10:45:02 +0000
distcc 3.1 i686-pc-linux-gnu [disabled]
app-shells/bash:     4.0_p17
dev-java/java-config: 1.3.7-r1, 2.1.7
dev-lang/python:     2.5.4-r2, 2.6.1-r1
dev-python/pycrypto: 2.0.1-r8
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r1
sys-apps/sandbox:    1.9
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.28-r1
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -mmmx -msse -msse2 -pipe -fno-strict-aliasing -ggdb"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind /var/qmail/alias /var/qmail/control /var/spool/torque /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium4 -mmmx -msse -msse2 -pipe -fno-strict-aliasing -ggdb"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages metadata-transfer nostrip parallel-fetch protect-owned sandbox sfperms splitdebug strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.mirror.web4u.cz"
LDFLAGS="-Wl,-O1"
LINGUAS="en cs cz"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/sunrise /usr/local/portage/layman/java-overlay /usr/local/portage/layman/science /usr/local/portage /usr/local/java-experimental /usr/local/portage/layman/java-overlay"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="7zip R X Xaw3d a52 aac aalib ace acl acpi alsa amr amrnb amrwb apache2 audacious audiofile bash-completion bcmath berkdb blas bluetooth boost branding bzip2 cairo cblas cddb cdparanoia cdr clamav cli colordiff compress cpio cracklib crypt cscope css ctype cups curl curlwrappers cxx dbus dga dia directfb djbfft dri dts dv dvb dvd dvdr dvdread eds emacs emboss emf enblend encode enscript exif expat fam fame fat fbcon ffmpeg fftw firefox flac flash foomaticdb fortran fpx ftp gcj gd gdbm ggi gif gimp gimpprint glibc-compat20 glibc-omitfp glut gmp gnuplot gnutls gpgme gphoto2 gpm graphviz gs gsl gsm gstreamer gtk gtkhtml hal hdf hdf5 hp2xx i8x0 icc iconv icu id3 ieee1394 ifc imagemagick imlib inifile innodb isdnlog ithreads jack java javascript jbig jce jikes jpeg jpeg2k kdtree kerberos lame lapack laptop lcms leim libcaca libedit libnotify libwww live lzo lzw mad maildir matroska mhash midi mikmod mime ming mjpeg mmap mmx mng mod_python modperl modplug motif mozilla moznoirc mp2 mp3 mp4 mpeg mpi mpi_njtree mpich2 mplayer mudflap mule musepack mxdatetime mysql mysqli ncurses netcdf netpbm network nls nntp nptl nptlonly nsplugin ntfs numeric ogg opengl openmp pam pango pcmcia pcntl pcre pdf perl plotutils plugin png pnm postproc postscript ppds pppd procmail pymol python qt3 qt3support qt4 quicktime rar raw readline recode reflection reiserfs rpm samba sasl scanner scp seamonkey server session sftp sift slp smime sndfile soap sockets spell spl sqlite srt sse sse2 ssl startup-notification subtitles subversion svg svgz sysfs sysvipc t1lib tcl tcpd tetex theora threads tidy tiff tk transcode truetype unicode urandom usb userlocales uuencode v4l v4l2 vcd vhook vim-syntax vim-with-x vorbis wifi win32codecs wmf wxwindows x264 x86 xanim xcf xfs xft xinerama xinetd xml xorg xpm xprint xsl xslt xulrunner xv xvid xvmc yv12 zip zlib" ALSA_CARDS="intel-8x0m" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config mem_cache mime mime_magic rewrite setenvif speling status unique_id userdir usertrack vhost_alias negotiation" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en cs cz" USERLAND="GNU" VIDEO_CARDS="radeon vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Have app-antivirus/clamav-0.95.1 installed.
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2009-05-01 12:24:31 UTC
patch: http://patch-tracking.debian.net/package/python-clamav/0.4.1-1.1
Comment 3 Tobias Scherbaum (RETIRED) gentoo-dev 2009-05-17 08:16:10 UTC
+*pyclamav-0.4.1-r1 (17 May 2009)
+
+  17 May 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+  +files/pyclamav-0.4.1-clamav-0.95.patch, +pyclamav-0.4.1-r1.ebuild:
+  non maintainer revbump, incorporate patch from debian to build w/
+  clamav-0.95. #264842. (blocks security bug #265545.)