Your message dated Sun, 21 Feb 2010 18:58:27 +0000
with message-id <e1njh0d-00035o...@ries.debian.org>
and subject line Bug#570185: fixed in php-clamav 0.15.2
has caused the Debian Bug report #570185,
regarding FTBFS: error: duplicate 'static'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
570185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-clamav
Version: 0.15.0
Severity: serious
php-clamav fails to build from source. From a recent build attempt on hppa:
[...]
/bin/bash /build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0/libtool
--mode=compile cc -I.
-I/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0 -DPHP_ATOM_INC
-I/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0/include
-I/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0/main
-I/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0
-I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM
-I/usr/include/php5/Zend -I/usr/include/php5/ext
-I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DHAVE_CONFIG_H -Wall -g -O2 -c
/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0/clamav.c -o
clamav.lo
libtool: compile: cc -I.
-I/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0 -DPHP_ATOM_INC
-I/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0/include
-I/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0/main
-I/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0
-I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM
-I/usr/include/php5/Zend -I/usr/include/php5/ext
-I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DHAVE_CONFIG_H -Wall -g -O2 -c
/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0/clamav.c -fPIC
-DPIC -o .libs/clamav.o
/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0/clamav.c:42:
error: duplicate 'static'
make[1]: *** [clamav.lo] Error 1
make[1]: Leaving directory
`/build/buildd-php-clamav_0.15.0-hppa-ibC46f/php-clamav-0.15.0'
make: [build-stamp-php5] Error 2 (ignored)
touch build-stamp-php5
dh_testdir
dh_testroot
dh_installdirs
mkdir -p debian/php5-clamav/usr/lib/php5/20090626+lfs
install -m 644 -o root -g root modules/clamav.so
debian/php5-clamav/usr/lib/php5/20090626+lfs/clamav.so
install: cannot stat `modules/clamav.so': No such file or directory
make: *** [build-php5] Error 1
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error
exit status 2
--- End Message ---
--- Begin Message ---
Source: php-clamav
Source-Version: 0.15.2
We believe that the bug you reported is fixed in the latest version of
php-clamav, which is due to be installed in the Debian FTP archive:
php-clamav_0.15.2.dsc
to main/p/php-clamav/php-clamav_0.15.2.dsc
php-clamav_0.15.2.tar.gz
to main/p/php-clamav/php-clamav_0.15.2.tar.gz
php5-clamav_0.15.2_amd64.deb
to main/p/php-clamav/php5-clamav_0.15.2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 570...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Argos <argo...@gmail.com> (supplier of updated php-clamav package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 21 Feb 2010 19:35:14 +0100
Source: php-clamav
Binary: php5-clamav
Architecture: source amd64
Version: 0.15.2
Distribution: unstable
Urgency: low
Maintainer: Argos <argo...@gmail.com>
Changed-By: Argos <argo...@gmail.com>
Description:
php5-clamav - PHP ClamAV - ClamAV Interface for PHP5 Scripts
Closes: 570185 570334 570403 570451 570780
Changes:
php-clamav (0.15.2) unstable; urgency=low
.
* Add support for PHP 5.3 and Zend API 20090626 (Closes: #570185)
* Remove support of very old ZEND API version.
* Clenup code (reference to PHP4 unsupported).
* Change declaration of globals variables for use PHP globals (thread safe
fix).
* Fix clamav database loading when it isn't in the default directory.
* Update translation files (Closes: #570334, #570403, #570451, #570780)
* Minor fix of variables declaration.
* Remove phpapi-20060613 debian dependency.
Checksums-Sha1:
0e618ee17455bd050b73518d3d5c793442c4acc1 809 php-clamav_0.15.2.dsc
9f847ed38b84867118aa795c1ab9c9c79c8fe33f 15305 php-clamav_0.15.2.tar.gz
962801c22d2e137e9838df5de986d93996adfb82 14500 php5-clamav_0.15.2_amd64.deb
Checksums-Sha256:
9ca4b887dbabdeb94b52b943ab691ac0056427b10dd74863fbad66ab8143bc67 809
php-clamav_0.15.2.dsc
4a0ffafd9d2c05d4d1e31198f10a1e61fd1b65146df7debfc500b261034a4131 15305
php-clamav_0.15.2.tar.gz
dbf4fd288dc04de43a3f8673690c6ad64fa4110a02dbd331c309ca2fb4fdb5db 14500
php5-clamav_0.15.2_amd64.deb
Files:
edf91b81ed61b1abb58b2fed25f6f3d3 809 web optional php-clamav_0.15.2.dsc
aee95c4d106823411a772cb988fdcaef 15305 web optional php-clamav_0.15.2.tar.gz
60ffe00f9dd8bd91e696bd699e0836ab 14500 web optional
php5-clamav_0.15.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkuBfY8ACgkQvx6dH3bVKsTwAACfYlvCbdXQuU1mdDYBVJ0hyYTY
IdQAoJ8J2aXOOyxgTAJkkcw5i59bj7m9
=EZH5
-----END PGP SIGNATURE-----
--- End Message ---