[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#356634: marked as done (FTBFS with G++ 4.1: extra qualification)



Your message dated Mon, 13 Mar 2006 21:36:02 -0800
with message-id <E1FJ2CQ-0002jU-Oc@spohr.debian.org>
and subject line Bug#356634: fixed in octaviz 0.4.0-24
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: octave2.9
Version: 2.9.4-12
Severity: important
Tags: patch

Your package makes other packages fail to build with G++ 4.1.  I'm
filing this bug as important for now, but when 4.1 will be the default
compiler in unstable (probably in a few weeks) I'll upgrade this to
serious.

A patch is below.

(Same bug/patch as in octave2.1.)


> Automatic build of octave2.9_2.9.4-12 on bigsur by sbuild/mips 1.94
...
> /usr/bin/g++ -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H  -Wall -W -Wshadow -O2 Cell.cc -o pic/Cell.o
> oct-obj.h:99: error: extra qualification 'octave_value_list::' on member 'resize'
> make[3]: *** [pic/Cell.o] Error 1


--- ./debian/patches/50_octave-value-list-resize-2.9.dpatch~	2006-03-13 01:42:15.000000000 +0000
+++ ./debian/patches/50_octave-value-list-resize-2.9.dpatch	2006-03-13 01:42:35.000000000 +0000
@@ -15,7 +15,7 @@
    void resize (octave_idx_type n) { data.resize (n); }
  
 -  void resize (octave_idx_type n, const octave_value& val);
-+  void octave_value_list::resize (octave_idx_type n, const octave_value& val)
++  void resize (octave_idx_type n, const octave_value& val)
 +  {
 +    octave_idx_type len = length ();
 +  

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: octaviz
Source-Version: 0.4.0-24

We believe that the bug you reported is fixed in the latest version of
octaviz, which is due to be installed in the Debian FTP archive:

octaviz_0.4.0-24.diff.gz
  to pool/main/o/octaviz/octaviz_0.4.0-24.diff.gz
octaviz_0.4.0-24.dsc
  to pool/main/o/octaviz/octaviz_0.4.0-24.dsc
octaviz_0.4.0-24_i386.deb
  to pool/main/o/octaviz/octaviz_0.4.0-24_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 356634@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rafael Laboissiere <rafael@debian.org> (supplier of updated octaviz 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 13 Mar 2006 10:46:18 +0100
Source: octaviz
Binary: octaviz
Architecture: source i386
Version: 0.4.0-24
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octaviz    - 3D visualization system for Octave
Closes: 356634
Changes: 
 octaviz (0.4.0-24) unstable; urgency=low
 .
    [ Rafael Laboissiere ]
   * debian/patches/60-texinfo-docstring.patch: Adjusted for avoiding
     "\sum" in texinfo strings, which is bugging the g++ 4.1 compiler
     (closes: #356634)
Files: 
 5ec80108ba2f69bd1f434cfbd6a093ea 728 math optional octaviz_0.4.0-24.dsc
 710c775c2fc4e58286e5d01907b2eef0 7392 math optional octaviz_0.4.0-24.diff.gz
 5e45eb08bc4187aa545382607a4f75a0 13354886 math optional octaviz_0.4.0-24_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEFXWuk3oga0pdcv4RAun8AKCZfEkYgicO2C0XynyQHNtfDdl6QgCdERLR
jmua6l9e6E7AiyHzn3AAEFM=
=W5wT
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: