Your message dated Mon, 15 Aug 2005 16:02:27 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#303919: fixed in pexts 0.2.0-3 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 Apr 2005 17:46:20 +0000 >From [EMAIL PROTECTED] Sat Apr 09 10:46:19 2005 Return-path: <[EMAIL PROTECTED]> Received: from d007094.adsl.hansenet.de (localhost.localdomain) [80.171.7.94] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DKK2F-0006Bs-00; Sat, 09 Apr 2005 10:46:19 -0700 Received: from aj by localhost.localdomain with local (Exim 4.50) id 1DKK2D-000698-IA; Sat, 09 Apr 2005 19:46:17 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: pexts: FTBFS (amd64/gcc-4.0): Message-Id: <[EMAIL PROTECTED]> Date: Sat, 09 Apr 2005 19:46:17 +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-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: pexts Version: 0.1.1-8 Severity: normal Tags: patch When building 'pexts' on amd64/unstable with gcc-4.0, I get the following error: functions.c:1645: error: invalid lvalue in assignment functions.c:1651: warning: cast from pointer to integer of different size functions.c: In function 'f_listboxSelectItem': functions.c:1709: warning: cast to pointer from integer of different size functions.c: In function 'f_checkboxTreeGetSelection': functions.c:1838: error: invalid lvalue in assignment functions.c:1844: warning: cast from pointer to integer of different size functions.c: In function 'f_checkboxTreeGetCurrent': functions.c:1867: warning: cast to pointer from integer of different size functions.c:1867: error: invalid lvalue in assignment With the attached patch 'pexts' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/pexts-0.1.1/src/_Newt/functions.c ./src/_Newt/functions.c --- ../tmp-orig/pexts-0.1.1/src/_Newt/functions.c 2003-05-25 00:37:50.000000000 +0200 +++ ./src/_Newt/functions.c 2005-04-09 19:37:11.765559048 +0200 @@ -1642,7 +1642,7 @@ func_prolog("listboxGetSelection", ids, caller, NULL, 0); - (void**)items = newtListboxGetSelection(THIS_OBJ(caller)->u.component, &numitems); + items = newtListboxGetSelection(THIS_OBJ(caller)->u.component, &numitems); pop_n_elems(args); @@ -1835,7 +1835,7 @@ func_prolog("checkboxTreeGetSelection", ids, caller, NULL, 0); - (void**)items = newtCheckboxTreeGetSelection(THIS_OBJ(caller)->u.component, &numitems); + items = newtCheckboxTreeGetSelection(THIS_OBJ(caller)->u.component, &numitems); pop_n_elems(args); @@ -1864,7 +1864,7 @@ func_prolog("checkboxTreeGetCurrent", ids, caller, NULL, 0); - (void*)ret = newtCheckboxTreeGetCurrent(THIS_OBJ(caller)->u.component); + ret = newtCheckboxTreeGetCurrent(THIS_OBJ(caller)->u.component); pop_n_elems(args); @@ -1906,7 +1906,7 @@ pop_n_elems(args); - (void**)items = newtCheckboxTreeGetMultiSelection(THIS_OBJ(caller)->u.component, &numitems, seqnum); + items = newtCheckboxTreeGetMultiSelection(THIS_OBJ(caller)->u.component, &numitems, seqnum); /* Use numitems, as item can also be NULL... */ for(i = 0; i < numitems; i++) --------------------------------------- Received: (at 303919-close) by bugs.debian.org; 15 Aug 2005 23:10:29 +0000 >From [EMAIL PROTECTED] Mon Aug 15 16:10:29 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E4nyN-00048H-00; Mon, 15 Aug 2005 16:02:27 -0700 From: Marek Habersack <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#303919: fixed in pexts 0.2.0-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 15 Aug 2005 16:02:27 -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: pexts Source-Version: 0.2.0-3 We believe that the bug you reported is fixed in the latest version of pexts, which is due to be installed in the Debian FTP archive: pexts_0.2.0-3.diff.gz to pool/main/p/pexts/pexts_0.2.0-3.diff.gz pexts_0.2.0-3.dsc to pool/main/p/pexts/pexts_0.2.0-3.dsc pike7.2-pexts-admintools_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.2-pexts-admintools_0.2.0-3_i386.deb pike7.2-pexts-bzip2_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.2-pexts-bzip2_0.2.0-3_i386.deb pike7.2-pexts-curses_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.2-pexts-curses_0.2.0-3_i386.deb pike7.2-pexts-geoip_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.2-pexts-geoip_0.2.0-3_i386.deb pike7.2-pexts-mcrypt_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.2-pexts-mcrypt_0.2.0-3_i386.deb pike7.2-pexts-mhash_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.2-pexts-mhash_0.2.0-3_i386.deb pike7.2-pexts-newt_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.2-pexts-newt_0.2.0-3_i386.deb pike7.2-pexts-pcre_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.2-pexts-pcre_0.2.0-3_i386.deb pike7.4-pexts-admintools_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.4-pexts-admintools_0.2.0-3_i386.deb pike7.4-pexts-bzip2_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.4-pexts-bzip2_0.2.0-3_i386.deb pike7.4-pexts-curses_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.4-pexts-curses_0.2.0-3_i386.deb pike7.4-pexts-geoip_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.4-pexts-geoip_0.2.0-3_i386.deb pike7.4-pexts-mcrypt_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.4-pexts-mcrypt_0.2.0-3_i386.deb pike7.4-pexts-mhash_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.4-pexts-mhash_0.2.0-3_i386.deb pike7.4-pexts-newt_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.4-pexts-newt_0.2.0-3_i386.deb pike7.4-pexts-pcre_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.4-pexts-pcre_0.2.0-3_i386.deb pike7.6-pexts-admintools_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.6-pexts-admintools_0.2.0-3_i386.deb pike7.6-pexts-bzip2_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.6-pexts-bzip2_0.2.0-3_i386.deb pike7.6-pexts-curses_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.6-pexts-curses_0.2.0-3_i386.deb pike7.6-pexts-geoip_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.6-pexts-geoip_0.2.0-3_i386.deb pike7.6-pexts-mcrypt_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.6-pexts-mcrypt_0.2.0-3_i386.deb pike7.6-pexts-mhash_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.6-pexts-mhash_0.2.0-3_i386.deb pike7.6-pexts-newt_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.6-pexts-newt_0.2.0-3_i386.deb pike7.6-pexts-pcre_0.2.0-3_i386.deb to pool/main/p/pexts/pike7.6-pexts-pcre_0.2.0-3_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. Marek Habersack <[EMAIL PROTECTED]> (supplier of updated pexts 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: Sat, 13 Aug 2005 01:05:41 +0200 Source: pexts Binary: pike7.2-pexts-curses pike7.2-pexts-geoip pike7.6-pexts-admintools pike7.6-pexts-newt pike7.2-pexts-bzip2 pike7.4-pexts-bzip2 pike7.6-pexts-mcrypt pike7.6-pexts-geoip pike7.2-pexts-newt pike7.4-pexts-pcre pike7.4-pexts-mcrypt pike7.4-pexts-newt pike7.6-pexts-bzip2 pike7.4-pexts-mhash pike7.2-pexts-mcrypt pike7.4-pexts-admintools pike7.2-pexts-pcre pike7.6-pexts-pcre pike7.4-pexts-geoip pike7.2-pexts-mhash pike7.2-pexts-admintools pike7.6-pexts-mhash pike7.6-pexts-curses pike7.4-pexts-curses Architecture: source i386 Version: 0.2.0-3 Distribution: unstable Urgency: low Maintainer: Marek Habersack <[EMAIL PROTECTED]> Changed-By: Marek Habersack <[EMAIL PROTECTED]> Description: pike7.2-pexts-admintools - Pike AdminTools module pike7.2-pexts-bzip2 - Pike bzip2 module pike7.2-pexts-curses - Pike (N)Curses module pike7.2-pexts-geoip - Pike GeoIP module pike7.2-pexts-mcrypt - Pike mcrypt module pike7.2-pexts-mhash - Pike Mhash module pike7.2-pexts-newt - Pike Newt module pike7.2-pexts-pcre - Pike PCRE module pike7.4-pexts-admintools - Pike AdminTools module pike7.4-pexts-bzip2 - Pike bzip2 module pike7.4-pexts-curses - Pike (N)Curses module pike7.4-pexts-geoip - Pike GeoIP module pike7.4-pexts-mcrypt - Pike mcrypt module pike7.4-pexts-mhash - Pike Mhash module pike7.4-pexts-newt - Pike Newt module pike7.4-pexts-pcre - Pike PCRE module pike7.6-pexts-admintools - Pike AdminTools module pike7.6-pexts-bzip2 - Pike bzip2 module pike7.6-pexts-curses - Pike (N)Curses module pike7.6-pexts-geoip - Pike GeoIP module pike7.6-pexts-mcrypt - Pike mcrypt module pike7.6-pexts-mhash - Pike Mhash module pike7.6-pexts-newt - Pike Newt module pike7.6-pexts-pcre - Pike PCRE module Closes: 303919 Changes: pexts (0.2.0-3) unstable; urgency=low . * FTBFS (amd64/gcc-4.0): (Closes: #303919). Applied the patch from Andreas Jochens <[EMAIL PROTECTED]>, thanks a lot. Took some time to fix it because of the waiting for Pike to get updated in the archive. * Tightened the Pike dependencies Files: 7344f631d0af12dff128e0255b124dba 1349 interpreters optional pexts_0.2.0-3.dsc 8e4949c4be68be8d5940da7f3b388a60 8512 interpreters optional pexts_0.2.0-3.diff.gz 71791086cd410c44282f653c9909384a 18522 interpreters optional pike7.2-pexts-admintools_0.2.0-3_i386.deb 1e193326461b5ad502dc493c68f33258 15784 interpreters optional pike7.4-pexts-admintools_0.2.0-3_i386.deb e617929f262c0a8b1365829bcd51692f 15912 interpreters optional pike7.6-pexts-admintools_0.2.0-3_i386.deb fcc6222da4b928f501fb708268b22776 14890 interpreters optional pike7.2-pexts-curses_0.2.0-3_i386.deb a1e142a72e22c668c30852af2fbff9b8 15422 interpreters optional pike7.4-pexts-curses_0.2.0-3_i386.deb eee3c5bf5ebbd8828409ea45565eec3d 15370 interpreters optional pike7.6-pexts-curses_0.2.0-3_i386.deb 9d15883fd6888dacadec50021d4de4fc 10204 interpreters optional pike7.2-pexts-mhash_0.2.0-3_i386.deb 60c414cbf68bb9a2e39d57666001fef5 10434 interpreters optional pike7.4-pexts-mhash_0.2.0-3_i386.deb be87ab015ebe7b4ea05eed4e25b670c8 10508 interpreters optional pike7.6-pexts-mhash_0.2.0-3_i386.deb bd1666eb364d6cb5250d5c7c9674bf4a 27308 interpreters optional pike7.2-pexts-newt_0.2.0-3_i386.deb cf9db48faa6bd539b1daa319accc1834 27552 interpreters optional pike7.4-pexts-newt_0.2.0-3_i386.deb c4e2190d52a548c231d43e561e7621be 27550 interpreters optional pike7.6-pexts-newt_0.2.0-3_i386.deb 63f6c3f775df2da0c2e71c4a2a86c32e 7762 interpreters optional pike7.2-pexts-pcre_0.2.0-3_i386.deb 7cf73e43b2a8779f03e970de15409ed8 7982 interpreters optional pike7.4-pexts-pcre_0.2.0-3_i386.deb eaec58a3e547d746ca8bba6a2ae2d25a 7992 interpreters optional pike7.6-pexts-pcre_0.2.0-3_i386.deb ccfeed52e93d9a1ba85c4926b375e319 7192 interpreters optional pike7.2-pexts-bzip2_0.2.0-3_i386.deb 9cd7e34171b6ee4beb1d8f873d29d048 7286 interpreters optional pike7.4-pexts-bzip2_0.2.0-3_i386.deb 2e17568669633f940e722cfe8fbdf8a6 7280 interpreters optional pike7.6-pexts-bzip2_0.2.0-3_i386.deb deceb022210e56d13e96e99f2aa93888 7132 interpreters optional pike7.2-pexts-geoip_0.2.0-3_i386.deb 95505ce7729448ce811582b80df01917 7380 interpreters optional pike7.4-pexts-geoip_0.2.0-3_i386.deb ff07e468f50f6981587b6a25f71b0b47 7476 interpreters optional pike7.6-pexts-geoip_0.2.0-3_i386.deb 9bb1467c58cc17ebb1cf1b42d6d3e23a 10046 interpreters optional pike7.2-pexts-mcrypt_0.2.0-3_i386.deb 4af763f12ba3af9ff683c0458c536003 10072 interpreters optional pike7.4-pexts-mcrypt_0.2.0-3_i386.deb 4a1a47174c965319d758fd99182f8535 10256 interpreters optional pike7.6-pexts-mcrypt_0.2.0-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDARzBq3909GIf5uoRAl7PAJ0aYDm3NYITxRThCev3UEKhtX356QCfVkJu llN/iXTS87LcAp+BmfhY1PY= =xtjU -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]