Your message dated Mon, 21 Feb 2005 11:56:27 +0100
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #294499,
regarding swig1.3: ftbfs [sparc] too few arguments to function
`zend_rsrc_list_get_rsrc_type'
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(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 294499-forwarded) by bugs.debian.org; 21 Feb 2005 10:56:32 +0000
>From [EMAIL PROTECTED] Mon Feb 21 02:56:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from tms.rz.uni-kiel.de [134.245.11.89]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D3BEu-00013E-00; Mon, 21 Feb 2005 02:56:32 -0800
Received: from amavis by tms.rz.uni-kiel.de with scanned-ok (Exim 4.34)
id 1D3BEs-0001gr-HN
for [EMAIL PROTECTED]; Mon, 21 Feb 2005 11:56:30 +0100
Received: from zaphod.gpi.uni-kiel.de ([134.245.120.1])
by tms.rz.uni-kiel.de with esmtp (Exim 4.34)
id 1D3BEq-0001gk-N6; Mon, 21 Feb 2005 11:56:28 +0100
Received: from localhost ([127.0.0.1] helo=stargate.galaxy)
by zaphod.gpi.uni-kiel.de with esmtp (Exim 3.35 #1 (Debian))
id 1D3BEq-0002Yh-00; Mon, 21 Feb 2005 11:56:28 +0100
Received: by stargate.galaxy (Postfix, from userid 1000)
id 9817E189C8; Mon, 21 Feb 2005 11:56:27 +0100 (CET)
Date: Mon, 21 Feb 2005 11:56:27 +0100
From: Torsten Landschoff <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [PATCH] Bug in PHP4 wrapper generation
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040722i
X-Virus-Scanned: by AMaViS 0.3.12 (Uni-Kiel/tms)
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Hi there,
Seems like the wrapper generation for php4 is a big buggy with Zend
thread safety enabled. The following patch courtesy of Olly Betts should
fix this:
--- Lib/php4/php4run.swg.orig Sat Oct 16 19:23:51 2004
+++ Lib/php4/php4run.swg Mon Feb 21 07:08:22 2005
@@ -195,7 +195,7 @@
p = value->ptr;
if (type==-1) return -1;
- type_name=zend_rsrc_list_get_rsrc_type(z->value.lval);
+ type_name=zend_rsrc_list_get_rsrc_type(z->value.lval TSRMLS_CC);
return SWIG_ZTS_ConvertResourceData(p,type,type_name,ptr,ty TSRMLS_CC);
}
For more information please have a look at
http://bugs.debian.org/294499
Thanks
Torsten
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]