Package: regina-normal
Version: 4.2.1-5
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 attached.
> Automatic build of regina-normal_4.2.1-5 on bigsur by sbuild/mips 1.106
...
> if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++
> -DHAVE_CONFIG_H -I. -I. -I../../../engine/engine -I../../../engine/engine
> -I/usr/include/libxml2 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor
> -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
> -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings
> -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute
> -fno-check-new -fno-common -MT nsnappeatriangulation.lo -MD -MP -MF
> ".deps/nsnappeatriangulation.Tpo" -c -o nsnappeatriangulation.lo
> nsnappeatriangulation.cpp; \
> then mv -f ".deps/nsnappeatriangulation.Tpo"
> ".deps/nsnappeatriangulation.Plo"; else rm -f
> ".deps/nsnappeatriangulation.Tpo"; exit 1; fi
> ../../../engine/engine/snappea/nsnappeatriangulation.h:303: error: extra
> qualification 'regina::NSnapPeaTriangulation::' on member 'reginaToSnapPea'
> ../../../engine/engine/file/nfilepropertyreader.h:71: warning: 'class
> regina::NFilePropertyReader' has virtual functions but non-virtual destructor
> make[6]: *** [nsnappeatriangulation.lo] Error 1
--- ./engine/engine/snappea/nsnappeatriangulation.h~ 2006-03-20
23:57:23.000000000 +0000
+++ ./engine/engine/snappea/nsnappeatriangulation.h 2006-03-20
23:57:35.000000000 +0000
@@ -299,8 +299,7 @@
* @return a corresponding SnapPea structure, or 0 if the
* conversion was unsuccessful.
*/
- static ::Triangulation* NSnapPeaTriangulation::reginaToSnapPea(
- const NTriangulation& tri);
+ static ::Triangulation* reginaToSnapPea(const NTriangulation& tri);
};
/[EMAIL PROTECTED]/
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]