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

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



Your message dated Sat, 18 Mar 2006 01:17:06 -0800
with message-id <E1FKXYY-00080B-KH@spohr.debian.org>
and subject line Bug#357565: fixed in octplot 0.3.5-2
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: octplot
Version: 0.3.5-1
Severity: important
Tags: patch

Your package fails 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 octplot_0.3.5-1 on bigsur by sbuild/mips 1.94
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/include/freetype2 -I/usr/include/freetype2 -g -Wall -O2 -fPIC -MT octplot-axes.o -MD -MP -MF ".deps/octplot-axes.Tpo" -c -o octplot-axes.o `test -f 'axes.cpp' || echo './'`axes.cpp; \
> 	then mv -f ".deps/octplot-axes.Tpo" ".deps/octplot-axes.Po"; else rm -f ".deps/octplot-axes.Tpo"; exit 1; fi
> axes.h:43: error: extra qualification 'Axes::' on member 'GetPixel'
> axes.cpp: In member function 'void Axes::DrawOneAxis(Axes::axis_name, Matrix&, double*, double*, double, bool, bool)':
> axes.cpp:329: warning: enumeration value 'z_axis' not handled in switch
> axes.cpp:354: warning: enumeration value 'z_axis' not handled in switch
> axes.cpp: In member function 'void Axes::AutoTicks()':
> axes.cpp:735: warning: unused variable 'zticklabelmode'
> axes.cpp:738: warning: unused variable 'zticklabel'
> make[3]: *** [octplot-axes.o] Error 1
> make[3]: Leaving directory `/build/tbm/octplot-0.3.5/src'


--- ./src/FTGL/FTTextureGlyph.h~	2006-03-18 06:15:19.000000000 +0000
+++ ./src/FTGL/FTTextureGlyph.h	2006-03-18 06:15:23.000000000 +0000
@@ -52,7 +52,7 @@
          * Reset the currently active texture to zero to get into a known state before
          * drawing a string. This is to get round possible threading issues.
          */
-        static void FTTextureGlyph::ResetActiveTexture(){ activeTextureID = 0;}
+        static void ResetActiveTexture(){ activeTextureID = 0;}
         
     private:
         /**
--- ./src/axes.h~	2006-03-18 06:12:16.000000000 +0000
+++ ./src/axes.h	2006-03-18 06:12:21.000000000 +0000
@@ -40,7 +40,7 @@
 		 ocpl::Real& axis_x, ocpl::Real& axis_y);
 
   //! size of a screen pixel in axes coordinates
-  void Axes::GetPixel(ocpl::Real& dx, ocpl::Real& dy);
+  void GetPixel(ocpl::Real& dx, ocpl::Real& dy);
   //! Sets the x-y axes limits 
   void SetLimits(ocpl::Real x1,ocpl::Real y1,ocpl::Real x2,ocpl::Real y2);
   //! Sets up limits if they are automatic

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


--- End Message ---
--- Begin Message ---
Source: octplot
Source-Version: 0.3.5-2

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

octplot_0.3.5-2.diff.gz
  to pool/main/o/octplot/octplot_0.3.5-2.diff.gz
octplot_0.3.5-2.dsc
  to pool/main/o/octplot/octplot_0.3.5-2.dsc
octplot_0.3.5-2_i386.deb
  to pool/main/o/octplot/octplot_0.3.5-2_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 357565@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 octplot 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: Sat, 18 Mar 2006 09:09:55 +0100
Source: octplot
Binary: octplot
Architecture: source i386
Version: 0.3.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octplot    - graphical interface for Octave
Closes: 357565
Changes: 
 octplot (0.3.5-2) unstable; urgency=low
 .
   * debian/patches/g++-4.1-fixes.patch: Fix compilation problems with g++
     4.1 (thanks to Martin Michlmayr <tbm@cyrius.com>, closes: #357565)
Files: 
 a03747f73f026d17e943138e5fe2eb74 770 math optional octplot_0.3.5-2.dsc
 b98ad5ec4c30edb3389b7fddeefce3ca 4371 math optional octplot_0.3.5-2.diff.gz
 b4c6e27a61ff53bab0f20ceb3da3ae7f 979776 math optional octplot_0.3.5-2_i386.deb

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

iD8DBQFEG8zgk3oga0pdcv4RAkPUAJ44+bogahKltamXuV5dCus0LToJGwCgjfS1
xVCE3//QrBw73G6aRoI2FNA=
=qm9s
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: