Your message dated Thu, 21 Apr 2005 03:48:47 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287956: fixed in php4 4:4.3.10-13
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; 31 Dec 2004 07:25:37 +0000
>From [EMAIL PROTECTED] Thu Dec 30 23:25:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d020125.adsl.hansenet.de (localhost.localdomain) [80.171.20.125] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CkHAH-0007Dw-00; Thu, 30 Dec 2004 23:25:37 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CkHFY-0005R0-As; Fri, 31 Dec 2004 08:31:04 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: php4: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 31 Dec 2004 08:31:04 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: php4
Severity: normal
Tags: patch

When building 'php4' on amd64 with gcc-4.0,
I get the following error:

 gcc -I/php4-4.3.10/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ 
-I/php4-4.3.10/ext/xmlrpc/ -DPHP_ATOM_INC -I/php4-4.3.10/apache-build/include 
-I/php4-4.3.10/apache-build/main -I/php4-4.3.10 
-I/php4-4.3.10/apache-build/Zend -I/usr/include/libxml2 -I/usr/X11R6/include 
-I/usr/include/freetype2 -I/usr/include/c-client 
-I/php4-4.3.10/ext/mbstring/mbregex -I/php4-4.3.10/ext/mbstring/libmbfl 
-I/php4-4.3.10/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql 
-I/php4-4.3.10/main -I/php4-4.3.10/Zend -I/php4-4.3.10/TSRM 
-I/php4-4.3.10/apache-build/ -I/php4-4.3.10/apache-build/TSRM -O2 -Wall 
-fsigned-char -fno-strict-aliasing -gstabs -c 
/php4-4.3.10/ext/xmlrpc/libxmlrpc/xml_element.c  -fPIC -DPIC -o 
ext/xmlrpc/libxmlrpc/.libs/xml_element.o
/php4-4.3.10/ext/xmlrpc/libxmlrpc/xml_element.c: In function 
'xml_elem_free_non_recurse':
/php4-4.3.10/ext/xmlrpc/libxmlrpc/xml_element.c:191: error: invalid lvalue in 
assignment
/php4-4.3.10/ext/xmlrpc/libxmlrpc/xml_element.c: In function 
'xml_elem_entity_escape':
/php4-4.3.10/ext/xmlrpc/libxmlrpc/xml_element.c:316: warning: pointer targets 
in assignment differ in signedness
/php4-4.3.10/ext/xmlrpc/libxmlrpc/xml_element.c:331: warning: pointer targets 
in assignment differ in signedness
make[1]: *** [ext/xmlrpc/libxmlrpc/xml_element.lo] Error 1
make[1]: Leaving directory `/php4-4.3.10/apache-build'
make: *** [build-apache-stamp] Error 2

With the attached patch 'php4' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/php4-4.3.10/ext/xmlrpc/libxmlrpc/xml_element.c 
./ext/xmlrpc/libxmlrpc/xml_element.c
--- ../tmp-orig/php4-4.3.10/ext/xmlrpc/libxmlrpc/xml_element.c  2004-06-01 
22:16:18.000000000 +0200
+++ ./ext/xmlrpc/libxmlrpc/xml_element.c        2004-12-30 22:50:25.000000000 
+0100
@@ -188,7 +188,7 @@
 
       Q_Destroy(&root->children);
       Q_Destroy(&root->attrs);
-      my_free((char*)root->name);
+      my_free(root->name);
       simplestring_free(&root->text);
       my_free(root);
    }

---------------------------------------
Received: (at 287956-close) by bugs.debian.org; 21 Apr 2005 07:54:28 +0000
>From [EMAIL PROTECTED] Thu Apr 21 00:54:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DOWW4-00077l-00; Thu, 21 Apr 2005 00:54:28 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DOWQZ-00049d-00; Thu, 21 Apr 2005 03:48:47 -0400
From: Adam Conrad <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#287956: fixed in php4 4:4.3.10-13
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 21 Apr 2005 03:48:47 -0400
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-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
X-Spam-Level: 

Source: php4
Source-Version: 4:4.3.10-13

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

libapache-mod-php4_4.3.10-13_powerpc.deb
  to pool/main/p/php4/libapache-mod-php4_4.3.10-13_powerpc.deb
libapache2-mod-php4_4.3.10-13_powerpc.deb
  to pool/main/p/php4/libapache2-mod-php4_4.3.10-13_powerpc.deb
php4-cgi_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-cgi_4.3.10-13_powerpc.deb
php4-cli_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-cli_4.3.10-13_powerpc.deb
php4-common_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-common_4.3.10-13_powerpc.deb
php4-curl_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-curl_4.3.10-13_powerpc.deb
php4-dev_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-dev_4.3.10-13_powerpc.deb
php4-domxml_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-domxml_4.3.10-13_powerpc.deb
php4-gd_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-gd_4.3.10-13_powerpc.deb
php4-imap_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-imap_4.3.10-13_powerpc.deb
php4-ldap_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-ldap_4.3.10-13_powerpc.deb
php4-mcal_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-mcal_4.3.10-13_powerpc.deb
php4-mhash_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-mhash_4.3.10-13_powerpc.deb
php4-mysql_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-mysql_4.3.10-13_powerpc.deb
php4-odbc_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-odbc_4.3.10-13_powerpc.deb
php4-pear_4.3.10-13_all.deb
  to pool/main/p/php4/php4-pear_4.3.10-13_all.deb
php4-recode_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-recode_4.3.10-13_powerpc.deb
php4-snmp_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-snmp_4.3.10-13_powerpc.deb
php4-sybase_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-sybase_4.3.10-13_powerpc.deb
php4-xslt_4.3.10-13_powerpc.deb
  to pool/main/p/php4/php4-xslt_4.3.10-13_powerpc.deb
php4_4.3.10-13.diff.gz
  to pool/main/p/php4/php4_4.3.10-13.diff.gz
php4_4.3.10-13.dsc
  to pool/main/p/php4/php4_4.3.10-13.dsc
php4_4.3.10-13_all.deb
  to pool/main/p/php4/php4_4.3.10-13_all.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.
Adam Conrad <[EMAIL PROTECTED]> (supplier of updated php4 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: Mon, 18 Apr 2005 00:29:54 -0600
Source: php4
Binary: php4-cgi php4-sybase php4-recode libapache-mod-php4 php4-cli php4-dev 
libapache2-mod-php4 php4-snmp php4-odbc php4-xslt php4-mysql php4-domxml 
php4-gd php4-ldap php4-imap php4-common php4-curl php4 php4-pear php4-mcal 
php4-mhash
Architecture: source powerpc all
Version: 4:4.3.10-13
Distribution: unstable
Urgency: low
Maintainer: Adam Conrad <[EMAIL PROTECTED]>
Changed-By: Adam Conrad <[EMAIL PROTECTED]>
Description: 
 libapache-mod-php4 - server-side, HTML-embedded scripting language (apache 1.3 
module)
 libapache2-mod-php4 - server-side, HTML-embedded scripting language (apache 
2.0 module)
 php4       - server-side, HTML-embedded scripting language (meta-package)
 php4-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php4-cli   - command-line interpreter for the php4 scripting language
 php4-common - Common files for packages built from the php4 source
 php4-curl  - CURL module for php4
 php4-dev   - Files for PHP4 module development
 php4-domxml - XMLv2 module for php4
 php4-gd    - GD module for php4
 php4-imap  - IMAP module for php4
 php4-ldap  - LDAP module for php4
 php4-mcal  - MCAL calendar module for php4
 php4-mhash - MHASH module for php4
 php4-mysql - MySQL module for php4
 php4-odbc  - ODBC module for php4
 php4-pear  - PEAR - PHP Extension and Application Repository
 php4-recode - Character recoding module for php4
 php4-snmp  - SNMP module for php4
 php4-sybase - Sybase / MS SQL Server module for php4
 php4-xslt  - XSLT module for php4
Closes: 287956 305038
Changes: 
 php4 (4:4.3.10-13) unstable; urgency=low
 .
   * Update email address for Andres Salomon <[EMAIL PROTECTED]>
   * Add Portuguese translation from Miguel Figueiredo (closes: #305038)
   * Include 051-gcc-4.0.patch, which resolves a build failure in
     libxmlrpc (from the xmlrpc extension) with gcc-4.0 (closes: #287956)
Files: 
 47d3acf11707ceb1327c0107586fce7c 1686 web optional php4_4.3.10-13.dsc
 9d5b199072afd3d11b015fda5b182a7d 272258 web optional php4_4.3.10-13.diff.gz
 cfb377bf6f4cdfbea9ee59747883841e 166388 web optional 
php4-common_4.3.10-13_powerpc.deb
 dc4afde2e60f11c1723fe35fa09230f1 1661174 web optional 
libapache-mod-php4_4.3.10-13_powerpc.deb
 ff9e84182fc60eb29b3b3f753f61ef36 19720 web optional 
php4-curl_4.3.10-13_powerpc.deb
 04d63aed6d0548051177d112486ff02d 38724 web optional 
php4-domxml_4.3.10-13_powerpc.deb
 b10105ed942beb6e98b0918ca35363b2 34600 web optional 
php4-gd_4.3.10-13_powerpc.deb
 a3e100e39358d5fb28b659570f0a9fda 37778 web optional 
php4-imap_4.3.10-13_powerpc.deb
 aa48039f8f4753ec57d9dd25e1f70bd0 21470 web optional 
php4-ldap_4.3.10-13_powerpc.deb
 d861d5e7f6403727e857a4fc1b9465c4 19806 web optional 
php4-mcal_4.3.10-13_powerpc.deb
 4f16fc96f1c2e756aa7a6d67844c0c9d 9654 web optional 
php4-mhash_4.3.10-13_powerpc.deb
 1f621eb9abf8567905319b5ee73bc36f 22678 web optional 
php4-mysql_4.3.10-13_powerpc.deb
 386887ad2143d1fb470c83f508c350ec 28752 web optional 
php4-odbc_4.3.10-13_powerpc.deb
 404b774f5a393878cf9f22fdba0f9933 9356 web optional 
php4-recode_4.3.10-13_powerpc.deb
 da263c45102360317b4ae5582f07e569 18346 web optional 
php4-xslt_4.3.10-13_powerpc.deb
 7e9de5beb1faa6dca493a81a43ae3411 15034 web optional 
php4-snmp_4.3.10-13_powerpc.deb
 97b40b6da8549978a97ad0fa95a32f05 23112 web optional 
php4-sybase_4.3.10-13_powerpc.deb
 da288f576e3dac6ec73723addfc8b2af 3280910 web optional 
php4-cgi_4.3.10-13_powerpc.deb
 c3178990ea0a7967ec9b0da252da25c9 1646712 web optional 
php4-cli_4.3.10-13_powerpc.deb
 10a7413ef7c356e7d04e06e8afaca1dc 325216 devel optional 
php4-dev_4.3.10-13_powerpc.deb
 c44daad0c693638758ff331e7fdcee4e 1659186 web optional 
libapache2-mod-php4_4.3.10-13_powerpc.deb
 af6f4991541a3e45933d2d9cbe013e8e 1120 web optional php4_4.3.10-13_all.deb
 81eac53fca5c72cb92e4298c0cdadb59 249666 web optional 
php4-pear_4.3.10-13_all.deb

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

iD8DBQFCZ1ZfvjztR8bOoMkRAhihAKCmHXIL1uP7INcfdowvYXtnEPMJRwCgtnlK
UX2/wApfO3ubBslJgQNxz/M=
=8EWZ
-----END PGP SIGNATURE-----


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

Reply via email to