Your message dated Fri, 19 May 2006 15:32:38 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#259630: fixed in pfe 0.33.34-7 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)
--- Begin Message ---Package: pfe Severity: normal Tags: patch When building 'pfe' with gcc-3.4 I get the following error: fi if /bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../../pfe/.. -I. -I../../../pfe -I. -DNDEBUG -O1 -Wall -fno-writable-strings -Wwrite-strings -fomit-frame-pointer -D_OMIT_FRAME_POINTER -MT engine-set.lo -MD -MP -MF ".deps/engine-set.Tpo" \ -c -o engine-set.lo `test -f '../../../pfe/engine-set.c' || echo '../../../pfe/'`../../../pfe/engine-set.c; \ then mv -f ".deps/engine-set.Tpo" ".deps/engine-set.Plo"; \ else rm -f ".deps/engine-set.Tpo"; exit 1; \ fi ../../../pfe/engine-set.c: In function `p4_run_application': ../../../pfe/engine-set.c:515: warning: assignment discards qualifiers from pointer target type ../../../pfe/engine-set.c:522: warning: assignment discards qualifiers from pointer target type ../../../pfe/engine-set.c: In function `p4_Evaluate': ../../../pfe/engine-set.c:605: error: label at end of compound statement make[4]: *** [engine-set.lo] Error 1 make[4]: Leaving directory `/pfe-0.33.34/Release/x86_64-unknown-linux-gnu/pfe' make[3]: *** [all] Error 2 make[3]: Leaving directory `/pfe-0.33.34/Release/x86_64-unknown-linux-gnu/pfe' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/pfe-0.33.34/Release/x86_64-unknown-linux-gnu' make[1]: *** [all-all] Error 2 make[1]: Leaving directory `/pfe-0.33.34' make: *** [build-stamp] Error 2 With the attached patch 'pfe' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/pfe-0.33.34/pfe/engine-set.c ./pfe/engine-set.c --- ../tmp-orig/pfe-0.33.34/pfe/engine-set.c 2003-10-02 16:59:10.000000000 +0200 +++ ./pfe/engine-set.c 2004-07-15 21:17:13.865876339 +0200 @@ -601,7 +601,7 @@ p4_evaluate (p, n); /* directly from a C' based */ val = 0; /* application which did */ default: /* call InitVM before to get */ - /* an error occurred */ /* a new instance of a PFE */ + break; /* an error occurred */ /* a new instance of a PFE */ } /* being put on hold for */ PFE_VM_LEAVE(th); /* being Exec'uted finally */ return val;
--- End Message ---
--- Begin Message ---Source: pfe Source-Version: 0.33.34-7 We believe that the bug you reported is fixed in the latest version of pfe, which is due to be installed in the Debian FTP archive: pfe-dev_0.33.34-7_i386.deb to pool/main/p/pfe/pfe-dev_0.33.34-7_i386.deb pfe-doc_0.33.34-7_all.deb to pool/main/p/pfe/pfe-doc_0.33.34-7_all.deb pfe_0.33.34-7.diff.gz to pool/main/p/pfe/pfe_0.33.34-7.diff.gz pfe_0.33.34-7.dsc to pool/main/p/pfe/pfe_0.33.34-7.dsc pfe_0.33.34-7_i386.deb to pool/main/p/pfe/pfe_0.33.34-7_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. Noèl Köthe <[EMAIL PROTECTED]> (supplier of updated pfe 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: Fri, 19 May 2006 23:57:38 +0200 Source: pfe Binary: pfe pfe-dev pfe-doc Architecture: source i386 all Version: 0.33.34-7 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Noèl Köthe <[EMAIL PROTECTED]> Description: pfe - Portable Forth Environment, ANS standard, all wordsets. pfe-dev - Portable Forth Environment, development files pfe-doc - Portable Forth Environment, HTML documentation Closes: 259630 297246 Changes: pfe (0.33.34-7) unstable; urgency=low . * QA upload * correcting the maintainer to the QA group (see O: #363497) * closing corrected NMUs (closes: #259630, #297246) * debian/copyright point to the GPL in /usr/share/common-licenses/GPL Files: 39ff13bf3718ea4daf48ae3efa9d241f 631 interpreters optional pfe_0.33.34-7.dsc c6cf7fd857f51c61e715212d311ad4af 1695028 interpreters optional pfe_0.33.34-7.diff.gz 9c55c91ba33637ed6b8ac302e643e543 715916 doc optional pfe-doc_0.33.34-7_all.deb 121b32cc07c585fa2e3856b4d4a7c18e 216754 interpreters optional pfe_0.33.34-7_i386.deb 26e6398149d7699a2d0329ede9591cf7 240150 devel optional pfe-dev_0.33.34-7_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEbkIF9/DnDzB9Vu0RAuJzAJ9ndemiYiM7xqk8B7FeiwMQLWGK2gCggaFo /aTSWD2ZcH/k0bGUmvoivvs= =Bt4i -----END PGP SIGNATURE-----
--- End Message ---

