Your message dated Mon, 10 Jul 2006 14:27:58 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#288190: fixed in qcad 2.0.5.0-1-1 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: qcad Severity: normal Tags: patch When building 'qcad' on amd64 with gcc-4.0, I get the following error: g++ -c -pipe -Wall -W -O2 -DRS_NO_COMPLEX_ENTITIES -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/linux-g++ -I. -I../include -I../../dxflib/include -I../../fparser/include -I../../qcadcmd/include -I/usr/include/qt3 -Imoc/ -o obj/rs_entity.o engine/rs_entity.cpp engine/rs_entity.cpp: In function 'std::ostream& operator<<(std::ostream&, RS_Entity&)': engine/rs_entity.cpp:852: error: cast from 'RS_Layer*' to 'int' loses precision make[3]: *** [obj/rs_entity.o] Error 1 make[3]: Leaving directory `/qcad-2.0.4.0-1/qcadlib/src' With the attached patch 'qcad' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/qcad-2.0.4.0-1/qcadlib/src/engine/rs_entity.cpp ./qcadlib/src/engine/rs_entity.cpp --- ../tmp-orig/qcad-2.0.4.0-1/qcadlib/src/engine/rs_entity.cpp 2004-09-14 22:13:02.000000000 +0200 +++ ./qcadlib/src/engine/rs_entity.cpp 2005-01-02 10:10:23.000000000 +0100 @@ -849,7 +849,7 @@ os << " layer: NULL "; } else { os << " layer: " << e.layer->getName().latin1() << " "; - os << " layer address: " << (int)(e.layer) << " "; + os << " layer address: " << (long)(e.layer) << " "; } os << e.pen << "\n"; diff -urN ../tmp-orig/qcad-2.0.4.0-1/qcadlib/src/engine/rs_layer.cpp ./qcadlib/src/engine/rs_layer.cpp --- ../tmp-orig/qcad-2.0.4.0-1/qcadlib/src/engine/rs_layer.cpp 2004-09-14 22:13:02.000000000 +0200 +++ ./qcadlib/src/engine/rs_layer.cpp 2005-01-02 10:15:00.000000000 +0100 @@ -57,7 +57,7 @@ os << " name: " << l.getName().latin1() << " pen: " << l.getPen() << " frozen: " << (int)l.isFrozen() - << " address: " << (int)(&l) + << " address: " << (long)(&l) << std::endl; return os; }
--- End Message ---
--- Begin Message ---Source: qcad Source-Version: 2.0.5.0-1-1 We believe that the bug you reported is fixed in the latest version of qcad, which is due to be installed in the Debian FTP archive: libqcad0-dev_2.0.5.0-1-1_i386.deb to pool/main/q/qcad/libqcad0-dev_2.0.5.0-1-1_i386.deb qcad-doc_2.0.5.0-1-1_all.deb to pool/main/q/qcad/qcad-doc_2.0.5.0-1-1_all.deb qcad_2.0.5.0-1-1.diff.gz to pool/main/q/qcad/qcad_2.0.5.0-1-1.diff.gz qcad_2.0.5.0-1-1.dsc to pool/main/q/qcad/qcad_2.0.5.0-1-1.dsc qcad_2.0.5.0-1-1_i386.deb to pool/main/q/qcad/qcad_2.0.5.0-1-1_i386.deb qcad_2.0.5.0-1.orig.tar.gz to pool/main/q/qcad/qcad_2.0.5.0-1.orig.tar.gz 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. Andreas Fester <[EMAIL PROTECTED]> (supplier of updated qcad 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: Mon, 3 Jul 2006 21:00:48 +0200 Source: qcad Binary: libqcad0-dev qcad-doc qcad Architecture: source i386 all Version: 2.0.5.0-1-1 Distribution: unstable Urgency: low Maintainer: Andreas Fester <[EMAIL PROTECTED]> Changed-By: Andreas Fester <[EMAIL PROTECTED]> Description: libqcad0-dev - Qcad development headers and static libraries qcad - A professional CAD System qcad-doc - Qcad Documentation Closes: 234340 282206 288190 321671 347061 359958 360225 370464 374954 377360 Changes: qcad (2.0.5.0-1-1) unstable; urgency=low . * New upstream release * New Maintainer (Closes: #374954) * Added dpatch framework * Moved qcad-doc to Section: doc and libqcad0-dev to Section: libdevel * Updated config.guess and config.sub (Closes: #360225) * Fixed size of initial dialog for wmaker (Closes: #234340) * Updated policy version to 3.7.2 * Officially closes NMU fixes (Closes: #282206, #347061, #288190, #321671) * Added "Replaces: libcad0" and "Conflicts: libcad0" for libqcad0-dev (Closes: #359958) * Added "Recommends: qcad-doc" for qcad (Closes: #377360) * Replace "<" with html entity in qcad/doc/construction_ellipse.html (Closes: #370464) * Added doc-base descriptor Files: 4c8e5e59d98c65ad6618ce85f060b4c9 704 graphics optional qcad_2.0.5.0-1-1.dsc 96b6a56027782aec953c9c4e64c5998c 4470033 graphics optional qcad_2.0.5.0-1.orig.tar.gz 5a78c569330cdcae29313301c217606d 49380 graphics optional qcad_2.0.5.0-1-1.diff.gz 77fc390f65eff1233f3288111e56fd14 1786088 doc optional qcad-doc_2.0.5.0-1-1_all.deb ba7e766272c9d9c7df3f8fbd40801824 3045908 graphics optional qcad_2.0.5.0-1-1_i386.deb fdf4aca056da3c6c9b4c363da7acd977 2552124 libdevel optional libqcad0-dev_2.0.5.0-1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEsqVd+C5cwEsrK54RAqFCAJ9u8vN2I+hXpDKLSytc2/+BcJTg4QCffQAE +c0cEwuJXGtPX6MBeYwtpIA= =YRtT -----END PGP SIGNATURE-----
--- End Message ---

