Your message dated Fri, 16 Sep 2005 14:17:10 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#274359: fixed in plplot 5.3.1-5 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; 1 Oct 2004 11:36:28 +0000 >From [EMAIL PROTECTED] Fri Oct 01 04:36:28 2004 Return-path: <[EMAIL PROTECTED]> Received: from mailhub.id.cbs.dk [130.226.47.91] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CDLi8-0002Dp-00; Fri, 01 Oct 2004 04:36:28 -0700 Received: from mail.id.cbs.dk ([172.16.14.53] ident=mail) by mailhub.id.cbs.dk with esmtp (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian)) id 1CDLhx-0003n1-00; Fri, 01 Oct 2004 13:36:17 +0200 Received: from deskpro02.id.cbs.dk ([130.226.34.10]) by mail.id.cbs.dk with esmtp (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian)) id 1CDLhw-0006PC-00; Fri, 01 Oct 2004 13:36:16 +0200 Received: from ukh by deskpro02.id.cbs.dk with local (Exim 3.36 #1 (Debian)) id 1CDLhS-0000m1-00; Fri, 01 Oct 2004 13:35:46 +0200 Date: Fri, 1 Oct 2004 13:35:46 +0200 To: [EMAIL PROTECTED] Cc: Andreas Jochens <[EMAIL PROTECTED]> Subject: quick fix for build with gcc-3.4 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.6+20040722i From: Kaare Hviid <[EMAIL PROTECTED]> X-Scanner: exiscan *1CDLhx-0003n1-00*l6F8YK5530Y* Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (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_2004_03_25 X-Spam-Level: Package: plplot Version: 5.3.1-1 Severity: wishlist This trivial fix allows plplot 5.3.1-1 to be built with gcc-3.4 on amd64. It apparently builds fine with gcc-3.3 on i386 as well. I have _not_ tested other gcc versions. diff -Naur plplot-5.3.1/bindings/octave/Makefile.am plplot-5.3.1.fixed/bindings/octave/Makefile.am --- plplot-5.3.1/bindings/octave/Makefile.am 2004-06-14 23:51:50.000000000 +0200 +++ plplot-5.3.1.fixed/bindings/octave/Makefile.am 2004-10-01 13:23:19.579760687 +0200 @@ -74,7 +74,7 @@ # also still works on gcc 2.95 plplot_octave.cc tmp_stub: plplot_octave.h $(PERL) $(MATWRAP) -language octave -o plplot_octave.cc -stub tmp_stub \ - -cpp_ignore plplot_octave_rej.h -cpp $(CC) -E -C plplot_octave.h + -cpp_ignore plplot_octave_rej.h -cpp $(CC) -D__builtin_va_list=void -E -C plplot_octave.h mv -f plplot_octave.cc tmp_plplot_octave.cc sed 's/ string / std::string /' tmp_plplot_octave.cc > plplot_octave.cc diff -Naur plplot-5.3.1/bindings/octave/Makefile.in plplot-5.3.1.fixed/bindings/octave/Makefile.in --- plplot-5.3.1/bindings/octave/Makefile.in 2004-06-25 09:18:00.000000000 +0200 +++ plplot-5.3.1.fixed/bindings/octave/Makefile.in 2004-10-01 13:22:50.420956864 +0200 @@ -877,7 +877,7 @@ # also still works on gcc 2.95 @[EMAIL PROTECTED] tmp_stub: plplot_octave.h @enable_octave_TRUE@ $(PERL) $(MATWRAP) -language octave -o plplot_octave.cc -stub tmp_stub \ [EMAIL PROTECTED]@ -cpp_ignore plplot_octave_rej.h -cpp $(CC) -E -C plplot_octave.h [EMAIL PROTECTED]@ -cpp_ignore plplot_octave_rej.h -cpp $(CC) -D__builtin_va_list=void -E -C plplot_octave.h @enable_octave_TRUE@ mv -f plplot_octave.cc tmp_plplot_octave.cc @enable_octave_TRUE@ sed 's/ string / std::string /' tmp_plplot_octave.cc > plplot_octave.cc Cheers, -- Kåre Hviid [EMAIL PROTECTED] +45 3815 3075 Sys Admin Institut for Datalingvistik, Handelshøjskolen i København --------------------------------------- Received: (at 274359-close) by bugs.debian.org; 16 Sep 2005 21:18:28 +0000 >From [EMAIL PROTECTED] Fri Sep 16 14:18:28 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EGNa2-0006QG-00; Fri, 16 Sep 2005 14:17:10 -0700 From: Rafael Laboissiere <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#274359: fixed in plplot 5.3.1-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 14:17:10 -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: plplot Source-Version: 5.3.1-5 We believe that the bug you reported is fixed in the latest version of plplot, which is due to be installed in the Debian FTP archive: libcsiro0_5.3.1-5_i386.deb to pool/main/p/plplot/libcsiro0_5.3.1-5_i386.deb libplplot-c++9_5.3.1-5_i386.deb to pool/main/p/plplot/libplplot-c++9_5.3.1-5_i386.deb libplplot-dev_5.3.1-5_i386.deb to pool/main/p/plplot/libplplot-dev_5.3.1-5_i386.deb libplplot9_5.3.1-5_i386.deb to pool/main/p/plplot/libplplot9_5.3.1-5_i386.deb octave-plplot_5.3.1-5_i386.deb to pool/main/p/plplot/octave-plplot_5.3.1-5_i386.deb plplot-bin_5.3.1-5_i386.deb to pool/main/p/plplot/plplot-bin_5.3.1-5_i386.deb plplot-doc_5.3.1-5_all.deb to pool/main/p/plplot/plplot-doc_5.3.1-5_all.deb plplot-tcl-dev_5.3.1-5_i386.deb to pool/main/p/plplot/plplot-tcl-dev_5.3.1-5_i386.deb plplot-tcl_5.3.1-5_i386.deb to pool/main/p/plplot/plplot-tcl_5.3.1-5_i386.deb plplot9-driver-gd_5.3.1-5_i386.deb to pool/main/p/plplot/plplot9-driver-gd_5.3.1-5_i386.deb plplot9-driver-gnome_5.3.1-5_i386.deb to pool/main/p/plplot/plplot9-driver-gnome_5.3.1-5_i386.deb plplot9-driver-xwin_5.3.1-5_i386.deb to pool/main/p/plplot/plplot9-driver-xwin_5.3.1-5_i386.deb plplot_5.3.1-5.diff.gz to pool/main/p/plplot/plplot_5.3.1-5.diff.gz plplot_5.3.1-5.dsc to pool/main/p/plplot/plplot_5.3.1-5.dsc python-plplot_5.3.1-5_i386.deb to pool/main/p/plplot/python-plplot_5.3.1-5_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. Rafael Laboissiere <[EMAIL PROTECTED]> (supplier of updated plplot 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, 16 Sep 2005 22:46:28 +0200 Source: plplot Binary: plplot9-driver-gd plplot-bin libcsiro0 libplplot9 plplot-tcl plplot-doc octave-plplot plplot-tcl-dev plplot9-driver-xwin python-plplot libplplot-dev libplplot-c++9 plplot9-driver-gnome Architecture: source i386 all Version: 5.3.1-5 Distribution: unstable Urgency: low Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]> Changed-By: Rafael Laboissiere <[EMAIL PROTECTED]> Description: libcsiro0 - Scientific plotting library libplplot-c++9 - Scientific plotting library libplplot-dev - Scientific plotting library (development files) libplplot9 - Scientific plotting library octave-plplot - Octave support for PLplot, a plotting library plplot-bin - Scientific plotting library (utilities) plplot-doc - Documentation for PLplot, a plotting library plplot-tcl - Tcl/Tk support for PLplot, a plotting library plplot-tcl-dev - Tcl/Tk development support for PLplot, a plotting library plplot9-driver-gd - Scientific plotting library (GD driver) plplot9-driver-gnome - Scientific plotting library (Gnome canvas driver) plplot9-driver-xwin - Scientific plotting library (X11 driver) python-plplot - Python support for PLplot, a plotting library Closes: 274359 328198 Changes: plplot (5.3.1-5) unstable; urgency=low . * First build with gcc/g++ 4.0. This should complete the C++ ABI transition for the octave-plplot package (closes: #328198). . * debian/rules: Avoid compilation problem of unrecognized type '__builtin_va_list' when building the Octave binding (closes: #274359). I am fixing this bug using the hack of setting the CC variable of the Makefile, instead applying the patch suggested by Kaare Hviid <ukh_at_id.cbs.dk>, because otherwise I would have to run automake/libtool/autoconf to build the package. Lame, But It Works (TM). . * debian/control: Upgraded Standards-Version to 3.6.2 (no changes needed). . * debian/copyright: New FSF address. . * debian/patches/50_simplelist-in-man-page.dpatch: Added patch to fix processing of plcol0.3plplot man page. Files: d4121de4495798c4242415fac008a6c6 1225 math optional plplot_5.3.1-5.dsc e8d5c8689c4a0e75abbd7a3f94bcc158 27392 math optional plplot_5.3.1-5.diff.gz 3ae3cf40dc499af402b3cc7b66d9e336 1831178 doc optional plplot-doc_5.3.1-5_all.deb d0127ea63b9add4d29e626d70803b0bd 409500 libs optional libplplot9_5.3.1-5_i386.deb b83b2acb7c32905275b9cc97fd6d9293 540474 libdevel optional libplplot-dev_5.3.1-5_i386.deb a25cb8c7921e363b5e7171e45b974cde 17736 libs optional libplplot-c++9_5.3.1-5_i386.deb 5652a3589d7a2b2c30fedec6ca5c297d 26108 libs optional libcsiro0_5.3.1-5_i386.deb ddb03a877be3be65232f5d45c6a246fd 18342 math optional plplot-bin_5.3.1-5_i386.deb 319ba6aff60ccf7b67e545ff178eb6e1 16240 libs optional plplot9-driver-xwin_5.3.1-5_i386.deb 0c997889f9bd3e691e7a0e1d7c178cee 12554 libs optional plplot9-driver-gnome_5.3.1-5_i386.deb 6029f6f5b6504990998fdb0f304b5f6e 148174 math extra plplot-tcl_5.3.1-5_i386.deb 93f772a821dbcaa5760e783d99b91af0 106230 math extra plplot-tcl-dev_5.3.1-5_i386.deb 7a440b01e40e78bb4b4a8c6dfb21bb64 7232 libs optional plplot9-driver-gd_5.3.1-5_i386.deb 8a180a0b4727ce37b1e1fba00d616071 54862 python optional python-plplot_5.3.1-5_i386.deb dc181870005e15661c45b7c1621ef153 387146 math extra octave-plplot_5.3.1-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDKzHqk3oga0pdcv4RApAXAKCPX8a+vRATrMn+fbmmvY78yP//rACgjzrg q5fUchkk8RnxDez3M6HzA+0= =RbpG -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]