Your message dated Wed, 05 Apr 2006 02:17:17 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#358294: fixed in orsa 0.7.0-6 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: orsa Version: 0.7.0-4 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 orsa_0.7.0-4 on em64t by sbuild/amd64 1.106 ... > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT > -D_REENTRANT -g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions > -funroll-loops -fstrict-aliasing -fno-gcse -I/usr/include -c orsa_body.cc -MT > orsa_body.lo -MD -MP -MF .deps/orsa_body.TPlo -fPIC -DPIC -o > .libs/orsa_body.o > orsa_units.h:431: warning: 'class orsa::UniverseTypeAwareTime' has virtual > functions but non-virtual destructor > orsa_body.h:186: error: extra qualification 'orsa::Body::' on member > 'distanceVector' > make[5]: *** [orsa_body.lo] Error 1 --- ./src/liborsa/orsa_body.h~ 2006-03-22 02:51:10.000000000 +0000 +++ ./src/liborsa/orsa_body.h 2006-03-22 02:51:18.000000000 +0000 @@ -183,7 +183,7 @@ inline void SetVelocity(const double x, const double y, const double z) { Vector v(x,y,z); SetVelocity(v); } // b position - this position - inline Vector Body::distanceVector(const Body & b) const { return b.position()-position(); } + inline Vector distanceVector(const Body & b) const { return b.position()-position(); } inline double distance(const Body & b) const { return distanceVector(b).Length(); } // alias --- ./src/libxorsa/xorsa_import_astorb_objects.h~ 2006-03-22 02:58:28.000000000 +0000 +++ ./src/libxorsa/xorsa_import_astorb_objects.h 2006-03-22 02:58:33.000000000 +0000 @@ -600,7 +600,7 @@ inline XOrsaAstorbObjectItem(QListView *parent, QString label1, QString label2 = QString::null, QString label3 = QString::null, QString label4 = QString::null, QString label5 = QString::null, QString label6 = QString::null, QString label7 = QString::null, QString label8 = QString::null) : QListViewItem(parent, label1, label2, label3, label4, label5, label6, label7, label8) { }; public: - inline int XOrsaAstorbObjectItem::compare(QListViewItem *i, int col, bool ascending) const { + inline int compare(QListViewItem *i, int col, bool ascending) const { using std::atof; --- ./src/libxorsa/xorsa_object_selector.cc~ 2006-03-22 03:07:17.000000000 +0000 +++ ./src/libxorsa/xorsa_object_selector.cc 2006-03-22 03:07:25.000000000 +0000 @@ -40,7 +40,7 @@ XOrsaObjectItem(QListView *parent, QString label1, QString label2 = QString::null, QString label3 = QString::null, QString label4 = QString::null, QString label5 = QString::null, QString label6 = QString::null, QString label7 = QString::null, QString label8 = QString::null); public: - int XOrsaObjectItem::compare(QListViewItem * i, int col, bool ascending) const; + int compare(QListViewItem * i, int col, bool ascending) const; }; --- ./src/orsa/xorsa.h~ 2006-03-22 03:13:38.000000000 +0000 +++ ./src/orsa/xorsa.h 2006-03-22 03:13:41.000000000 +0000 @@ -62,7 +62,7 @@ ObjectItem(QListView *parent, QString label1, QString label2 = QString::null, QString label3 = QString::null, QString label4 = QString::null, QString label5 = QString::null, QString label6 = QString::null, QString label7 = QString::null, QString label8 = QString::null); public: - int ObjectItem::compare(QListViewItem * i, int col, bool ascending) const; + int compare(QListViewItem * i, int col, bool ascending) const; }; -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: orsa Source-Version: 0.7.0-6 We believe that the bug you reported is fixed in the latest version of orsa, which is due to be installed in the Debian FTP archive: liborsa-doc_0.7.0-6_all.deb to pool/main/o/orsa/liborsa-doc_0.7.0-6_all.deb liborsa0-dev_0.7.0-6_i386.deb to pool/main/o/orsa/liborsa0-dev_0.7.0-6_i386.deb liborsa0c2a_0.7.0-6_i386.deb to pool/main/o/orsa/liborsa0c2a_0.7.0-6_i386.deb orsa_0.7.0-6.diff.gz to pool/main/o/orsa/orsa_0.7.0-6.diff.gz orsa_0.7.0-6.dsc to pool/main/o/orsa/orsa_0.7.0-6.dsc xorsa_0.7.0-6_i386.deb to pool/main/o/orsa/xorsa_0.7.0-6_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Frank S. Thomas <[EMAIL PROTECTED]> (supplier of updated orsa 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 4 Apr 2006 14:42:10 +0200 Source: orsa Binary: liborsa0c2a liborsa0-dev xorsa liborsa-doc Architecture: source all i386 Version: 0.7.0-6 Distribution: unstable Urgency: low Maintainer: Frank S. Thomas <[EMAIL PROTECTED]> Changed-By: Frank S. Thomas <[EMAIL PROTECTED]> Description: liborsa-doc - ORSA framework library documentation liborsa0-dev - ORSA framework library (development files) liborsa0c2a - ORSA framework library xorsa - tool for Celestial Mechanics investigations Closes: 358294 Changes: orsa (0.7.0-6) unstable; urgency=low . * More fixes for G++ 4.1 to build ORSA also on MIPS, thanks again to Martin Michlmayr. (closes: #358294) Files: 8699e2ca6701008a5c65b239126f3f03 909 science optional orsa_0.7.0-6.dsc 6641328a807439117c8c53375f984b88 106679 science optional orsa_0.7.0-6.diff.gz 8c2ed881221aa8d690a059adfa52c469 2720896 doc optional liborsa-doc_0.7.0-6_all.deb e5092d5ff4c2c3a2119b8fb35448b021 1228230 science optional xorsa_0.7.0-6_i386.deb dc9b47ce692bcd9c2aa0d768d5d10270 313938 libs optional liborsa0c2a_0.7.0-6_i386.deb 63af5b80a5218d542de51fc343a69823 416726 libdevel optional liborsa0-dev_0.7.0-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEM4d3xa93SlhRC1oRAiTlAKCe4si65rOfpHzljA+ggQOnwL7P1gCg1pHw 1FaA6NqcLP6v887Rgk2DUkk= =2lQA -----END PGP SIGNATURE-----
--- End Message ---

