[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:35:59 -0800
with message-id <E1FJ2CN-0002ik-AP@spohr.debian.org>
and subject line Bug#356634: fixed in octave2.9 2.9.4-13
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: octave2.9
Source-Version: 2.9.4-13

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

octave2.9-doc_2.9.4-13_all.deb
  to pool/main/o/octave2.9/octave2.9-doc_2.9.4-13_all.deb
octave2.9-emacsen_2.9.4-13_all.deb
  to pool/main/o/octave2.9/octave2.9-emacsen_2.9.4-13_all.deb
octave2.9-headers_2.9.4-13_i386.deb
  to pool/main/o/octave2.9/octave2.9-headers_2.9.4-13_i386.deb
octave2.9-htmldoc_2.9.4-13_all.deb
  to pool/main/o/octave2.9/octave2.9-htmldoc_2.9.4-13_all.deb
octave2.9-info_2.9.4-13_all.deb
  to pool/main/o/octave2.9/octave2.9-info_2.9.4-13_all.deb
octave2.9_2.9.4-13.diff.gz
  to pool/main/o/octave2.9/octave2.9_2.9.4-13.diff.gz
octave2.9_2.9.4-13.dsc
  to pool/main/o/octave2.9/octave2.9_2.9.4-13.dsc
octave2.9_2.9.4-13_i386.deb
  to pool/main/o/octave2.9/octave2.9_2.9.4-13_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 octave2.9 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 14:49:30 +0100
Source: octave2.9
Binary: octave2.9-headers octave2.9-info octave2.9-htmldoc octave2.9 octave2.9-emacsen octave2.9-doc
Architecture: source i386 all
Version: 2.9.4-13
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octave2.9  - GNU Octave language for numerical computations (2.9 branch)
 octave2.9-doc - PDF documentation on the GNU Octave language (2.9 branch)
 octave2.9-emacsen - Emacs support for the GNU Octave language (2.9 branch)
 octave2.9-headers - header files for the GNU Octave language (2.9 branch)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (2.9 branch)
 octave2.9-info - GNU Info documentation on the GNU Octave language (2.9 branch)
Closes: 356634
Changes: 
 octave2.9 (2.9.4-13) unstable; urgency=low
 .
   * debian/patches/50_octave-value-list-resize-2.9.dpatch: Adjusted patch
     for compilation with g++ 4.1 (thanks to Martin Michlmayr,
     closes: #356634)
Files: 
 934e00e9b020f53315dce109aa66dd78 1078 math optional octave2.9_2.9.4-13.dsc
 712f8ad3ed944deb62fa0e24871fc64c 38872 math optional octave2.9_2.9.4-13.diff.gz
 6a8e0e1ee8c6a3d9850c958c666d0559 6541114 math optional octave2.9_2.9.4-13_i386.deb
 626e6e96f36ec8b23bdde0f44cbacf92 320588 math optional octave2.9-headers_2.9.4-13_i386.deb
 63f477b8c669e2e507d6531283a1f34b 1875146 doc optional octave2.9-doc_2.9.4-13_all.deb
 035769a3809101ae900b2cb6f1c91f22 403234 math optional octave2.9-htmldoc_2.9.4-13_all.deb
 d40add704abbf2fe2712200e158b4429 75704 math optional octave2.9-emacsen_2.9.4-13_all.deb
 85509e89dd50d6743085dc364deb529b 332438 math optional octave2.9-info_2.9.4-13_all.deb

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

iD8DBQFEFYw0k3oga0pdcv4RAjVBAJ4028o6XT3Fbyd0OF5L7MEXyBofkwCgnprp
ZoVpJXH2alum3EnRZXzQI98=
=DctU
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: