Your message dated Thu, 14 Apr 2005 08:47:45 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#301571: fixed in php4 4:4.3.10-12
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; 26 Mar 2005 21:35:38 +0000
>From [EMAIL PROTECTED] Sat Mar 26 13:35:37 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d081096.adsl.hansenet.de (localhost.localdomain) [80.171.81.96] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DFIwT-0003Cv-00; Sat, 26 Mar 2005 13:35:37 -0800
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DFIwR-0004C6-I3; Sat, 26 Mar 2005 22:35:35 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: php4: FTBFS (ppc64/gcc-4.0): "cannot compute sizeof (long), 77" - 
Please use -g instead of -gstabs on ppc64
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 26 Mar 2005 22:35:35 +0100
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: php4
Version: 4:4.3.10-10
Severity: normal
Tags: patch

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

checking for long... yes
checking size of long... configure: error: cannot compute sizeof (long), 77
See `config.log' for more details.
make: *** [configure-apache-stamp] Error 1

This is caused by the '-gstabs' compiler switch which does not work
for ppc64. Please use '-g' instead of '-gstabs' on ppc64.

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/php4-4.3.10/debian/rules ./debian/rules
--- ../tmp-orig/php4-4.3.10/debian/rules        2005-03-26 20:25:08.230512823 
+0100
+++ ./debian/rules      2005-03-26 20:24:47.567387053 +0100
@@ -31,7 +31,7 @@
   CFLAGS += -mieee
 endif
 
-ifeq (ia64-linux,$(DEB_HOST_GNU_TYPE))
+ifeq ($(DEB_HOST_GNU_TYPE), $(findstring $(DEB_HOST_GNU_TYPE), ia64-linux 
powerpc64-linux))
   CFLAGS += -g
 else
   CFLAGS += -gstabs
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        2005-03-26 20:25:00.166024873 
+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 301571-close) by bugs.debian.org; 14 Apr 2005 12:53:02 +0000
>From [EMAIL PROTECTED] Thu Apr 14 05:53:02 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 1DM3qA-0001Uq-00; Thu, 14 Apr 2005 05:53:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DM3l3-0000q7-00; Thu, 14 Apr 2005 08:47:45 -0400
From: Adam Conrad <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#301571: fixed in php4 4:4.3.10-12
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 14 Apr 2005 08:47:45 -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-12

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-12_powerpc.deb
  to pool/main/p/php4/libapache-mod-php4_4.3.10-12_powerpc.deb
libapache2-mod-php4_4.3.10-12_powerpc.deb
  to pool/main/p/php4/libapache2-mod-php4_4.3.10-12_powerpc.deb
php4-cgi_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-cgi_4.3.10-12_powerpc.deb
php4-cli_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-cli_4.3.10-12_powerpc.deb
php4-common_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-common_4.3.10-12_powerpc.deb
php4-curl_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-curl_4.3.10-12_powerpc.deb
php4-dev_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-dev_4.3.10-12_powerpc.deb
php4-domxml_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-domxml_4.3.10-12_powerpc.deb
php4-gd_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-gd_4.3.10-12_powerpc.deb
php4-imap_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-imap_4.3.10-12_powerpc.deb
php4-ldap_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-ldap_4.3.10-12_powerpc.deb
php4-mcal_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-mcal_4.3.10-12_powerpc.deb
php4-mhash_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-mhash_4.3.10-12_powerpc.deb
php4-mysql_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-mysql_4.3.10-12_powerpc.deb
php4-odbc_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-odbc_4.3.10-12_powerpc.deb
php4-pear_4.3.10-12_all.deb
  to pool/main/p/php4/php4-pear_4.3.10-12_all.deb
php4-recode_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-recode_4.3.10-12_powerpc.deb
php4-snmp_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-snmp_4.3.10-12_powerpc.deb
php4-sybase_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-sybase_4.3.10-12_powerpc.deb
php4-xslt_4.3.10-12_powerpc.deb
  to pool/main/p/php4/php4-xslt_4.3.10-12_powerpc.deb
php4_4.3.10-12.diff.gz
  to pool/main/p/php4/php4_4.3.10-12.diff.gz
php4_4.3.10-12.dsc
  to pool/main/p/php4/php4_4.3.10-12.dsc
php4_4.3.10-12_all.deb
  to pool/main/p/php4/php4_4.3.10-12_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: Thu, 14 Apr 2005 03:53:27 -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-12
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: 301571 304601
Changes: 
 php4 (4:4.3.10-12) unstable; urgency=low
 .
   * Add 050-4.3.11_file_copy_fix.patch, which reverts a broken 'fix'
     made to the copy() function, causing it to fail in particularly
     spectacular ways when used on remote files (closes: #304601)
   * Use -g instead of -gstabs on powerpc64-linux (closes: #301571)
Files: 
 41668599713e798c788df48522f7d36c 1685 web optional php4_4.3.10-12.dsc
 56938cb488c89d19738791ec30828373 271659 web optional php4_4.3.10-12.diff.gz
 eb140cc384785ff19f7550c3eb1337e8 166286 web optional 
php4-common_4.3.10-12_powerpc.deb
 f872695a4ea5bd2cfcf2393020e59889 1661078 web optional 
libapache-mod-php4_4.3.10-12_powerpc.deb
 c3ac6db1d638cb71a5b73c410930f3df 19626 web optional 
php4-curl_4.3.10-12_powerpc.deb
 19df0a949c045269831dbc675cce0247 38630 web optional 
php4-domxml_4.3.10-12_powerpc.deb
 6c56ad054153baf903c8c1e4abd22e4f 34506 web optional 
php4-gd_4.3.10-12_powerpc.deb
 8691e85877c95a25299b59a0dad004f1 37674 web optional 
php4-imap_4.3.10-12_powerpc.deb
 70942fde81c541b2dc4bc28450dfe523 21382 web optional 
php4-ldap_4.3.10-12_powerpc.deb
 0f5d80e62df01a570397b7ba2e454b7d 19710 web optional 
php4-mcal_4.3.10-12_powerpc.deb
 f00e63440937939f465de396ac92c136 9556 web optional 
php4-mhash_4.3.10-12_powerpc.deb
 4a5c9a7d11428f7c2346514788cd97a8 22584 web optional 
php4-mysql_4.3.10-12_powerpc.deb
 f742905592247121ce0254305e8aef5a 28658 web optional 
php4-odbc_4.3.10-12_powerpc.deb
 56a6954180dae2cccf35e5ebb285d05c 9264 web optional 
php4-recode_4.3.10-12_powerpc.deb
 28764250fe5f811c6ef78076f8081eb2 18254 web optional 
php4-xslt_4.3.10-12_powerpc.deb
 54beb0f1f2dc6cfcfb6d95c6cfb9e17c 14940 web optional 
php4-snmp_4.3.10-12_powerpc.deb
 5686f359c39411d25aa1b6967bfacf30 23012 web optional 
php4-sybase_4.3.10-12_powerpc.deb
 1b904ef65d76719a2204a865e59441c5 3280858 web optional 
php4-cgi_4.3.10-12_powerpc.deb
 583c4618eb7b77ecbb16edf47dc7355e 1646712 web optional 
php4-cli_4.3.10-12_powerpc.deb
 945c86fbec5469c7fe1d3eaa3717dc32 325220 devel optional 
php4-dev_4.3.10-12_powerpc.deb
 152c2c2a85c2e41d89acf032ab2bde45 1659250 web optional 
libapache2-mod-php4_4.3.10-12_powerpc.deb
 167add431a7aa137a27d54e0b2e3900f 1126 web optional php4_4.3.10-12_all.deb
 6c74eb7a045d56c9edd9c4fa29b11de6 249716 web optional 
php4-pear_4.3.10-12_all.deb

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

iD8DBQFCXmKgvjztR8bOoMkRAvqoAJ97WI3kyH9ofk0nKdHnfe9y9v81LgCg0R1j
SpIDgZjPIFtDobQhnCNGV2g=
=ATPh
-----END PGP SIGNATURE-----


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

Reply via email to