Your message dated Tue, 14 Nov 2006 05:02:48 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#397883: fixed in rasmol 2.7.2.1.1-5 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: rasmol Version: 2.7.2.1.1-4 Severity: serious rasmol is unuseable on amd64 (and perhaps other 64bit architectures) due to using the wrong data type for writes to the frame buffer. This simple patch fixes it: --- src/rasmol.h.org 2006-11-10 09:35:34.000000000 +0100 +++ src/rasmol.h 2006-11-10 09:36:32.000000000 +0100 @@ -88,6 +88,10 @@ #define PROFILE #define MITSHM +#if defined (__amd64__) /* and perhaps other 64 bit archs */ +#define _LONGLONG +#endif + /* #define HAVEZLIB */ /* #define HAVELIBJPEG */ /* #define HAVELIBPNG */ The same bug is present in ubuntu, please forward the patch as I do not have time to play silly 'you need a password to report bugs' games there. Michael
--- End Message ---
--- Begin Message ---Source: rasmol Source-Version: 2.7.2.1.1-5 We believe that the bug you reported is fixed in the latest version of rasmol, which is due to be installed in the Debian FTP archive: rasmol-doc_2.7.2.1.1-5_all.deb to pool/main/r/rasmol/rasmol-doc_2.7.2.1.1-5_all.deb rasmol_2.7.2.1.1-5.diff.gz to pool/main/r/rasmol/rasmol_2.7.2.1.1-5.diff.gz rasmol_2.7.2.1.1-5.dsc to pool/main/r/rasmol/rasmol_2.7.2.1.1-5.dsc rasmol_2.7.2.1.1-5_i386.deb to pool/main/r/rasmol/rasmol_2.7.2.1.1-5_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. Teemu Ikonen <[EMAIL PROTECTED]> (supplier of updated rasmol 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, 13 Nov 2006 12:57:40 +0100 Source: rasmol Binary: rasmol-doc rasmol Architecture: source i386 all Version: 2.7.2.1.1-5 Distribution: unstable Urgency: low Maintainer: Teemu Ikonen <[EMAIL PROTECTED]> Changed-By: Teemu Ikonen <[EMAIL PROTECTED]> Description: rasmol - Visualize biological macromolecules rasmol-doc - Documentation for rasmol Closes: 377406 397883 Changes: rasmol (2.7.2.1.1-5) unstable; urgency=low . * Add an icon and a .desktop -file from Ubuntu version, via Barry deFreese (closes: #377406) * Fix display bug on amd64 (closes: #397883) * Update to standards-version 3.7.2 * Move rasmol-doc to section doc Files: cacc342822c384578b706c736c2b7289 634 science optional rasmol_2.7.2.1.1-5.dsc ba133e00eb1dacf75c11b4b30431ef5d 16563 science optional rasmol_2.7.2.1.1-5.diff.gz 6b9b06be7ebfd47f7b80e0b0ced4b41e 719482 science optional rasmol_2.7.2.1.1-5_i386.deb 4d1650db2df430b639c8a576cbd06209 497640 doc optional rasmol-doc_2.7.2.1.1-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFWb1cYDBbMcCf01oRAs0MAKC/dXBTKf6h1PoldIyigkzzsaJBJACgl0lH 8XOym+hObeiHfIJ//X8vWdo= =XVsY -----END PGP SIGNATURE-----
--- End Message ---

