Your message dated Sun, 20 Mar 2005 13:25:18 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#294003: fixed in lasso 0.6.0-1 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; 19 Mar 2005 11:31:35 +0000 >From [EMAIL PROTECTED] Sat Mar 19 03:31:34 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail-out.m-online.net [212.18.0.9] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DCcB4-000054-00; Sat, 19 Mar 2005 03:31:34 -0800 Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148]) by mail-out.m-online.net (Postfix) with ESMTP id 184DE768E; Sat, 19 Mar 2005 12:31:33 +0100 (CET) Received: from atari.stigge.org (ppp-82-135-2-178.mnet-online.de [82.135.2.178]) by mail.m-online.net (Postfix) with ESMTP id CA4185F506; Sat, 19 Mar 2005 12:31:28 +0100 (CET) Received: from [192.168.5.99] (localhost [127.0.0.1]) by atari.stigge.org (Postfix) with ESMTP id 04927100B19AC; Sat, 19 Mar 2005 12:31:27 +0100 (CET) From: Roland Stigge <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: lasso: FTBFS: compile error: too few arguments to function zend_rsrc_list_get_rsrc_type Message-Id: <[EMAIL PROTECTED]> Date: Sat, 19 Mar 2005 12:31:27 +0100 (CET) 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: lasso Version: 0.4.1-3 Severity: serious Hi, building the package lasso in a clean build environment (with pbuilder) on i386 results in: ========================================================================= [...] make[3]: Leaving directory `/tmp/buildd/lasso-0.4.1/php/examples' make[3]: Entering directory `/tmp/buildd/lasso-0.4.1/php' if /bin/sh ../libtool --mode=compile i386-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../lasso -DXMLSEC_CRYPTO=\"openssl\" -DXMLSEC_LIBXML_260=1 -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/xmlsec1 -I.. -I/usr/include/php4 -I/usr/include/php4/main -I/usr/include/php4/Zend -I/usr/include/php4/TSRM -Wall -g -O2 -MT lasso_la-lasso_wrap.lo -MD -MP -MF ".deps/lasso_la-lasso_wrap.Tpo" -c -o lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo './'`lasso_wrap.c; \ then mv -f ".deps/lasso_la-lasso_wrap.Tpo" ".deps/lasso_la-lasso_wrap.Plo"; else rm -f ".deps/lasso_la-lasso_wrap.Tpo"; exit 1; fi mkdir .libs i386-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../lasso -DXMLSEC_CRYPTO=\"openssl\" -DXMLSEC_LIBXML_260=1 -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/xmlsec1 -I.. -I/usr/include/php4 -I/usr/include/php4/main -I/usr/include/php4/Zend -I/usr/include/php4/TSRM -Wall -g -O2 -MT lasso_la-lasso_wrap.lo -MD -MP -MF .deps/lasso_la-lasso_wrap.Tpo -c lasso_wrap.c -fPIC -DPIC -o .libs/lasso_la-lasso_wrap.o lasso_wrap.c: In function `SWIG_ZTS_ConvertResourcePtr': lasso_wrap.c:472: error: too few arguments to function `zend_rsrc_list_get_rsrc_type' lasso_wrap.c: In function `SWIG_ZTS_ConvertPtr': lasso_wrap.c:497: warning: dereferencing type-punned pointer will break strict-aliasing rules lasso_wrap.c:488: warning: unused variable `val' lasso_wrap.c: In function `_wrap_new_LassoAssertion': [...] lasso_wrap.c:8026: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8030: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8034: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8038: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8042: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8046: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8050: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8054: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8058: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8062: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8066: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8070: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8074: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8078: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c:8082: error: too few arguments to function `zend_register_internal_class_ex' lasso_wrap.c: At top level: lasso_wrap.c:183: warning: `SWIG_PHP4_TypeDynamicCast' defined but not used lasso_wrap.c:195: warning: `SWIG_PHP4_TypeName' defined but not used lasso_wrap.c:201: warning: `SWIG_PHP4_TypeQuery' defined but not used lasso_wrap.c:233: warning: `SWIG_PHP4_PackData' defined but not used lasso_wrap.c:248: warning: `SWIG_PHP4_UnpackData' defined but not used lasso_wrap.c:321: warning: `SWIG_landfill' defined but not used lasso_wrap.c:350: warning: `SWIG_SetPointerChar' defined but not used make[3]: *** [lasso_la-lasso_wrap.lo] Error 1 make[3]: Leaving directory `/tmp/buildd/lasso-0.4.1/php' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/lasso-0.4.1/php' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/buildd/lasso-0.4.1' make: *** [build-stamp] Error 2 ========================================================================= Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/ Please note that this report has not been generated fully automatically. DARTS just helped finding the problem. --------------------------------------- Received: (at 294003-close) by bugs.debian.org; 20 Mar 2005 18:41:06 +0000 >From [EMAIL PROTECTED] Sun Mar 20 10:41:06 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 1DD5MI-0000Ac-00; Sun, 20 Mar 2005 10:41:06 -0800 Received: from jeroen by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DD570-0000JT-00; Sun, 20 Mar 2005 13:25:18 -0500 From: Frederic Peters <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#294003: fixed in lasso 0.6.0-1 Message-Id: <[EMAIL PROTECTED]> Sender: Jeroen van Wolffelaar <[EMAIL PROTECTED]> Date: Sun, 20 Mar 2005 13:25:18 -0500 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: lasso Source-Version: 0.6.0-1 We believe that the bug you reported is fixed in the latest version of lasso, which is due to be installed in the Debian FTP archive: lasso_0.6.0-1.diff.gz to pool/main/l/lasso/lasso_0.6.0-1.diff.gz lasso_0.6.0-1.dsc to pool/main/l/lasso/lasso_0.6.0-1.dsc lasso_0.6.0.orig.tar.gz to pool/main/l/lasso/lasso_0.6.0.orig.tar.gz liblasso-cil_0.6.0-1_i386.deb to pool/main/l/lasso/liblasso-cil_0.6.0-1_i386.deb liblasso3-dev_0.6.0-1_i386.deb to pool/main/l/lasso/liblasso3-dev_0.6.0-1_i386.deb liblasso3_0.6.0-1_i386.deb to pool/main/l/lasso/liblasso3_0.6.0-1_i386.deb php4-lasso_0.6.0-1_i386.deb to pool/main/l/lasso/php4-lasso_0.6.0-1_i386.deb python2.3-lasso_0.6.0-1_i386.deb to pool/main/l/lasso/python2.3-lasso_0.6.0-1_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. Frederic Peters <[EMAIL PROTECTED]> (supplier of updated lasso 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: Tue, 8 Feb 2005 13:42:24 +0100 Source: lasso Binary: liblasso3 liblasso-cil python2.3-lasso php4-lasso liblasso3-dev Architecture: source i386 Version: 0.6.0-1 Distribution: unstable Urgency: low Maintainer: Frederic Peters <[EMAIL PROTECTED]> Changed-By: Frederic Peters <[EMAIL PROTECTED]> Description: liblasso-cil - Liberty ID-FF library - .NET bindings liblasso3 - Liberty ID-FF library - runtime library liblasso3-dev - Liberty ID-FF library - development kit php4-lasso - Liberty ID-FF library - PHP 4 bindings python2.3-lasso - Liberty ID-FF library - Python 2.3 bindings Closes: 294003 Changes: lasso (0.6.0-1) unstable; urgency=low . * New upstream release. * Rebuilt with new PHP API. (closes: #294003) Files: 65c0a4252e9eaa6ff2e320c80cef5b80 795 libs optional lasso_0.6.0-1.dsc d3b7b6281700f87d23234c463eec6e63 1006403 libs optional lasso_0.6.0.orig.tar.gz 5f3332e88f34a7791f2e2ba1a6e81ad2 12853 libs optional lasso_0.6.0-1.diff.gz 6012f108cea028e842f5c81fea1c2997 134826 libdevel optional liblasso3-dev_0.6.0-1_i386.deb 252e91f1c95bb9b699971d17ac4ae18d 70830 libs optional liblasso3_0.6.0-1_i386.deb 64df4587f8e1dd6ab2f8f3f1f820c045 84814 python optional python2.3-lasso_0.6.0-1_i386.deb 1db1cffb63fbd4e311d1456278094ddf 120012 libs optional liblasso-cil_0.6.0-1_i386.deb 2c74f30045b5dadefbe057c00ecbd0dc 106546 web optional php4-lasso_0.6.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCCLY5oR3LsWeD7V4RAua+AJ9jfqgRHb/UmuBGaO1OPLaPE/2+lACgj6oc svr89PEPoaQucKdDLghQ5N0= =a3Np -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]