Your message dated Mon, 14 May 2007 12:32:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417776: fixed in xdrawchem 1.9.9-4
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: xdrawchem
Version: 1.9.9-3
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in ~3 weeks.)
> Automatic build of xdrawchem_1.9.9-3 on em64t by sbuild/amd64 0.53
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/X11R6/include -DUNIX
> -DRINGHOME="\"/usr/share/xdrawchem/\"" -DXDC_SERVER=\"www.xdrawchem.org\"
> -I/usr/include/openbabel-2.0 -g -I/usr/share/qt3/include -D_REENTRANT
> -DQT_THREAD_SUPPORT -g -g -Wall -O2 -MT molinfodialog.o -MD -MP -MF
> ".deps/molinfodialog.Tpo" -c -o molinfodialog.o molinfodialog.cpp; \
> then mv -f ".deps/molinfodialog.Tpo" ".deps/molinfodialog.Po"; else rm
> -f ".deps/molinfodialog.Tpo"; exit 1; fi
> molinfodialog.cpp: In member function 'void MolInfoDialog::doPubChem()':
> molinfodialog.cpp:70: error: 'system' was not declared in this scope
> make[3]: *** [molinfodialog.o] Error 1
--- xdrawchem/molinfodialog.cpp~ 2007-04-04 14:21:07.000000000 +0000
+++ xdrawchem/molinfodialog.cpp 2007-04-04 14:21:13.000000000 +0000
@@ -1,3 +1,4 @@
+#include <cstdlib>
#include <qapplication.h>
#include <qclipboard.h>
Now we fail with:
/usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/stl_tree.h:938:
error: passing 'const pt_cmp' as 'this' argument of 'bool
pt_cmp::operator()(const Point&, const Point&)' discards qualifiers
make: *** [ioiface.o] Error 1
but please apply the patch.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: xdrawchem
Source-Version: 1.9.9-4
We believe that the bug you reported is fixed in the latest version of
xdrawchem, which is due to be installed in the Debian FTP archive:
xdrawchem_1.9.9-4.diff.gz
to pool/main/x/xdrawchem/xdrawchem_1.9.9-4.diff.gz
xdrawchem_1.9.9-4.dsc
to pool/main/x/xdrawchem/xdrawchem_1.9.9-4.dsc
xdrawchem_1.9.9-4_i386.deb
to pool/main/x/xdrawchem/xdrawchem_1.9.9-4_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 xdrawchem 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, 14 May 2007 14:06:41 +0200
Source: xdrawchem
Binary: xdrawchem
Architecture: source i386
Version: 1.9.9-4
Distribution: unstable
Urgency: low
Maintainer: Warren Stramiello <[EMAIL PROTECTED]>
Changed-By: Michael Banck <[EMAIL PROTECTED]>
Description:
xdrawchem - Chemical structures and reactions editor
Closes: 417776
Changes:
xdrawchem (1.9.9-4) unstable; urgency=low
.
[ Li Daobing ]
* debian/xdrawchem.desktop: fix warning for desktop-file-validate.
* FTBFS with GCC 4.3: missing #includes (Closes: #417776)
- debian/patches/05_ftbfs_with_gcc_4.3.dpatch: added
- debian/patches/00list: updated
* debian/watch: added
* build conflicts with libqt4-dev
.
[ Michael Banck ]
* debian/patches/06_online_search_crash.patch: New patch by Tom
Mortimer-Jones; fixes crash when not choosing a result from an
online search. (Closes Malone: #112644)
Files:
8b7d300fb078e2e87cf6a46317dda4d3 798 science optional xdrawchem_1.9.9-4.dsc
53f73d3d7c5c94f223a76e2de1b6b953 12168 science optional
xdrawchem_1.9.9-4.diff.gz
a736a8b9d953e8c2a7ef71be59c94f59 854316 science optional
xdrawchem_1.9.9-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFGSFSamHaJYZ7RAb8RAl9EAJ9plhdcti1xIylW3jED35p0TykXswCgtoec
HaEkVnAJN6blAIT4KZ6+P6A=
=0nUe
-----END PGP SIGNATURE-----
--- End Message ---