Your message dated Fri, 09 Sep 2005 06:32:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327300: fixed in php-clamavlib 0.11-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Sep 2005 05:34:03 +0000
>From [EMAIL PROTECTED] Thu Sep 08 22:34:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c129205.adsl.hansenet.de (localhost.localdomain) 
[213.39.129.205] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EDbWV-0003DL-00; Thu, 08 Sep 2005 22:34:03 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1EDbWT-0002Bw-65; Fri, 09 Sep 2005 07:34:01 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: php-clamavlib: FTBFS: execvp: ./configure: Permission denied
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 09 Sep 2005 07:34:01 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: php-clamavlib
Version: 0.11-1
Severity: normal
Tags: patch

When building 'php-clamavlib' on unstable,
I get the following error:

phpize --clean
Cleaning..
phpize4
Configuring for:
PHP Api Version:         20020918
Zend Module Api No:      20020429
Zend Extension Api No:   20050606
./configure --with-clamav 
--prefix=/php-clamavlib-0.11/debian/php4-clamavlib/usr 
--with-php-config=/usr/bin/php-config4
make: execvp: ./configure: Permission denied
make: *** [build-stamp-php4] Error 127

With the attached patch 'php-clamavlib' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/php-clamavlib-0.11/debian/rules ./debian/rules
--- ../tmp-orig/php-clamavlib-0.11/debian/rules 2005-09-09 05:12:47.000000000 
+0000
+++ ./debian/rules      2005-09-09 05:12:12.000000000 +0000
@@ -26,6 +26,7 @@
        -$(MAKE) clean
        phpize --clean
        phpize4
+       chmod a+x ./configure
        ./configure --with-clamav --prefix=$(BUILD4)/usr 
--with-php-config=/usr/bin/php-config4
        -$(MAKE) DESTDIR=$(BUILD4)
        touch build-stamp-php4

---------------------------------------
Received: (at 327300-close) by bugs.debian.org; 9 Sep 2005 13:39:49 +0000
>From [EMAIL PROTECTED] Fri Sep 09 06:39:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EDizB-000717-00; Fri, 09 Sep 2005 06:32:09 -0700
From: Jonas Genannt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#327300: fixed in php-clamavlib 0.11-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 09 Sep 2005 06:32:09 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: php-clamavlib
Source-Version: 0.11-2

We believe that the bug you reported is fixed in the latest version of
php-clamavlib, which is due to be installed in the Debian FTP archive:

php-clamavlib_0.11-2.diff.gz
  to pool/main/p/php-clamavlib/php-clamavlib_0.11-2.diff.gz
php-clamavlib_0.11-2.dsc
  to pool/main/p/php-clamavlib/php-clamavlib_0.11-2.dsc
php4-clamavlib_0.11-2_i386.deb
  to pool/main/p/php-clamavlib/php4-clamavlib_0.11-2_i386.deb
php5-clamavlib_0.11-2_i386.deb
  to pool/main/p/php-clamavlib/php5-clamavlib_0.11-2_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Genannt <[EMAIL PROTECTED]> (supplier of updated php-clamavlib 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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri,  9 Sep 2005 11:47:29 +0000
Source: php-clamavlib
Binary: php4-clamavlib php5-clamavlib
Architecture: source i386
Version: 0.11-2
Distribution: unstable
Urgency: low
Maintainer: Jonas Genannt <[EMAIL PROTECTED]>
Changed-By: Jonas Genannt <[EMAIL PROTECTED]>
Description: 
 php4-clamavlib - PHP ClamAV Lib - ClamAV Interface for PHP4 Scripts
 php5-clamavlib - PHP ClamAV Lib - ClamAV Interface for PHP5 Scripts
Closes: 327300
Changes: 
 php-clamavlib (0.11-2) unstable; urgency=low
 .
   * debian/rules: php4-build chmod a+x configure by Andreas Jochens Closes: 
#327300
   * debian/rules: php5-build chmod a+x configure
   * renamed docs to php4-clamavlib.docs
Files: 
 b932e5f3ae632a09a35d99c0b90d666f 659 web optional php-clamavlib_0.11-2.dsc
 da4c36d4c8ff9b75af77a9b701b0f44b 2507 web optional php-clamavlib_0.11-2.diff.gz
 87f69b648462033f35564fe569489107 6352 web optional 
php4-clamavlib_0.11-2_i386.deb
 e75f642c86fa1f3e596c4d3db5739f28 6370 web optional 
php5-clamavlib_0.11-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDIY2w97LBwbNFvdMRAqTDAKCNIOuK88rNsSPHf7Z/sAtJWuTJEgCfaPWH
Aa7tq0ohIyObTqEdYPOaaUc=
=Knbx
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to