Your message dated Sun, 02 Mar 2008 23:17:07 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#467498: fixed in openbabel 2.1.1-3 has caused the Debian Bug report #467498, regarding unable to compile test program 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 467498: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467498 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: libopenbabel-dev Version: 2.1.1-2 Hi, I can't compile this simple cpp source linking it against libopenbabel with -pedantic switch: -----------------------------8<------------------------- prova.cpp: #include <cstring> #include <openbabel/mol.h> int main(int argc, char** argv){ OpenBabel::OBMol p; } -----------------------------8<------------------------- [EMAIL PROTECTED]:~$ g++-4.2 -o conftest -I/usr/include/openbabel-2.0 -pedantic -lopenbabel prova.cpp In file included from /usr/include/openbabel-2.0/openbabel/generic.h:29, from /usr/include/openbabel-2.0/openbabel/base.h:32, from /usr/include/openbabel-2.0/openbabel/atom.h:33, from /usr/include/openbabel-2.0/openbabel/mol.h:41, from prova.cpp:3: /usr/include/openbabel-2.0/openbabel/math/vector3.h:276: error: extra ‘;’ /usr/include/openbabel-2.0/openbabel/math/vector3.h:281: error: extra ‘;’ /usr/include/openbabel-2.0/openbabel/math/vector3.h:286: error: extra ‘;’ /usr/include/openbabel-2.0/openbabel/math/vector3.h:291: error: extra ‘;’ /usr/include/openbabel-2.0/openbabel/math/vector3.h:296: error: extra ‘;’ /usr/include/openbabel-2.0/openbabel/math/vector3.h:301: error: extra ‘;’ In file included from /usr/include/openbabel-2.0/openbabel/base.h:32, from /usr/include/openbabel-2.0/openbabel/atom.h:33, from /usr/include/openbabel-2.0/openbabel/mol.h:41, from prova.cpp:3: /usr/include/openbabel-2.0/openbabel/generic.h:147: error: comma at end of enumerator list In file included from /usr/include/openbabel-2.0/openbabel/atom.h:33, from /usr/include/openbabel-2.0/openbabel/mol.h:41, from prova.cpp:3: /usr/include/openbabel-2.0/openbabel/base.h:89: error: extra ‘;’ In file included from /usr/include/openbabel-2.0/openbabel/atom.h:34, from /usr/include/openbabel-2.0/openbabel/mol.h:41, from prova.cpp:3: /usr/include/openbabel-2.0/openbabel/residue.h:270: error: comma at end of enumerator list /usr/include/openbabel-2.0/openbabel/residue.h:288: error: comma at end of enumerator list /usr/include/openbabel-2.0/openbabel/residue.h:355: error: comma at end of enumerator list /usr/include/openbabel-2.0/openbabel/residue.h:373: error: comma at end of enumerator list but whithout the -pedantic switch the compilation works. I'm using Debian GNU/Linux lenny/sid, linux-image 2.6.21-2-amd64, libc6 2.7-4 iw9cmd flavio -- Jabber Id: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---Source: openbabel Source-Version: 2.1.1-3 We believe that the bug you reported is fixed in the latest version of openbabel, which is due to be installed in the Debian FTP archive: libopenbabel-dev_2.1.1-3_i386.deb to pool/main/o/openbabel/libopenbabel-dev_2.1.1-3_i386.deb libopenbabel2_2.1.1-3_i386.deb to pool/main/o/openbabel/libopenbabel2_2.1.1-3_i386.deb openbabel_2.1.1-3.diff.gz to pool/main/o/openbabel/openbabel_2.1.1-3.diff.gz openbabel_2.1.1-3.dsc to pool/main/o/openbabel/openbabel_2.1.1-3.dsc openbabel_2.1.1-3_i386.deb to pool/main/o/openbabel/openbabel_2.1.1-3_i386.deb python-openbabel_2.1.1-3_i386.deb to pool/main/o/openbabel/python-openbabel_2.1.1-3_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. Michael Banck <[EMAIL PROTECTED]> (supplier of updated openbabel 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: Sun, 02 Mar 2008 23:03:27 +0100 Source: openbabel Binary: python-openbabel libopenbabel-dev openbabel libopenbabel2 Architecture: i386 source Version: 2.1.1-3 Distribution: unstable Urgency: low Maintainer: Debichem Team <[EMAIL PROTECTED]> Changed-By: Michael Banck <[EMAIL PROTECTED]> Description: libopenbabel-dev - Convert and manipulate chemical data files (development version) libopenbabel2 - Convert and manipulate chemical data files openbabel - Convert and manipulate chemical data files python-openbabel - Convert and manipulate chemical data files (Python binding) Closes: 455170 459116 467498 Changes: openbabel (2.1.1-3) unstable; urgency=low . [ Michael Banck ] * debian/patches/testsuite_bashism.patch: New patch, use /bin/bash to run cml.sh instead of /bin/sh as "source" is a bashism. (Closes: #459116) . [ Daniel Leidert ] * debian/compat: Raised to level 5. * debian/control: Added DM-Upload-Allowed for DM status. (Uploaders): Added myself. (Build-Depends): Raised debhelper to v5. (Standards-Version): Update to 3.7.3 (no other changes). (Description): Typo fix (thanks to lintian). * debian/copyright: Updated. Added missing copyright informaton. Added missing information about libinchi. * debian/libopenbabel-dev.dirs: Removed (useless). * debian/libopenbabel-dev.install: Fixed plugins path (necessary for compatibility mode 5). * debian/openbabel.dirs: Ditto. * debian/openbabel.docs: Removed files that should go into all packages. Added READMEs regarding povray. * debian/openbabel.examples: Added example for the newly added READMEs. * debian/rules: Added DEB_INSTALL_DOCS_ALL for docs to install in all packages. Added DEB_INSTALL_MANPAGES_openbabel to install missing man-pages (retrieved from SVN). * debian/man/*.1: Added man-pages already in openbabels SVN but not shipped with the source. * debian/patches/fix_ftbfs_with_gcc_43.patch: Added. - Add missing includes to fix an FTBFS with GCC 4.3 (closes: #455170). * debian/patches/fix_467498_pedantic_issues.patch: Added. - Fix some issues -pedantic will complain about (LP: #195497; closes: #467498). Files: 1119549bcdb8e77e800ff51dcecf4736 1287228 python optional python-openbabel_2.1.1-3_i386.deb 1152a51a34d3c5863b66897dd692a54a 224858 science optional openbabel_2.1.1-3_i386.deb 4dc3e794e9714510c23d909ee9f68b49 14637442 libdevel optional libopenbabel-dev_2.1.1-3_i386.deb ae95b47824e4a6fda5646b15d42a0b0f 10502 science optional openbabel_2.1.1-3.diff.gz e3e5643ee45209480175627d06bc0280 2744444 libs optional libopenbabel2_2.1.1-3_i386.deb a82cf1f5ec52ad1e47e0307f14753cd1 998 science optional openbabel_2.1.1-3.dsc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFHyzIxmHaJYZ7RAb8RAmXmAKCNZjDOjhzFxCAoKpxuxeNBpg4TCACcCFPg 464eEGnyURQ6ynicXrhMLt8= =TapY -----END PGP SIGNATURE-----
--- End Message ---

