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

[Pkg-octave-devel] Bug#355980: marked as done (FTBFS with G++ 4.1: misc errors)



Your message dated Sat, 18 Mar 2006 22:55:26 +0000
with message-id <20060318225526.GA6085@deprecation.cyrius.com>
and subject line [Pkg-octave-devel] Bug#355980: Log for failed build of octave2.1_1:2.1.72-11 (dist=oldstable)
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.1
Version: 1:2.1.72-10
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.


> Automatic build of statdataml_1.0.9-2 on bigsur by sbuild/mips 1.78
...
> make[2]: Entering directory `/build/tbm/statdataml-1.0.9/StatDataML/MatOct/octave'
> cp -f ../readsdml.c_in readsdml.cc
> mkoctfile -I/usr/include/libxml2 -lxml2  readsdml.cc
> /usr/include/octave-2.1.72/octave/oct-obj.h:103: error: extra qualification 'octave_value_list::' on member 'resize'
> make[2]: *** [readsdml.oct] Error 1
> rm readsdml.cc
> make[2]: Leaving directory `/build/tbm/statdataml-1.0.9/StatDataML/MatOct/octave'
> make[1]: *** [Octave] Error 1


--- ./debian/patches/50_octave-value-list-resize-2.9.dpatch~	2006-03-09 05:25:56.000000000 +0000
+++ ./debian/patches/50_octave-value-list-resize-2.9.dpatch	2006-03-09 05:26:03.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 ---
* Rafael Laboissiere <rafael@debian.org> [2006-03-18 08:39]:
> My mistake, sorry.  Could you please test is with version 2.1.72-12,
> uploaded two days ago, and close this bug report if it works?  Here is
> the debian/changelog entry:

octave2.1_1:2.1.72-12 works.  Thanks a lot.
-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply to: