Your message dated Sat, 29 Aug 2009 16:38:27 +0000
with message-id <[email protected]>
and subject line Bug#525758: fixed in psicode 3.4.0-2
has caused the Debian Bug report #525758,
regarding FTBFS with GCC 4.4: missing #include
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.)
--
525758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525758
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: psicode
Version: 3.4.0-1
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with GCC 4.4, which has cleaned up some more
C++ headers. You always have to #include headers directly and cannot
rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable or
gcc-4.4 from experimental.
> Automatic build of psicode_3.4.0-1 on em64t by sbuild/amd64 0.53
...
> make[4]: Leaving directory `/build/tbm/psicode-3.4.0/src/lib/libutil'
> make[4]: Entering directory `/build/tbm/psicode-3.4.0/src/lib/libutil'
> g++ -Wall -g -O3 -m64 -DHAVE_CMATH=1 -DHAVE_CSTDIO=1 -DHAVE_CSTDLIB=1
> -DHAVE_CSTRING=1 -DHAVE_CSTDDEF=1 -DHAVE_DECL_PUTENV=1 -DHAVE_PUTENV=1
> -DHAVE_DECL_SETENV=1 -DHAVE_SETENV=1 -DHAVE_FUNC_ISINF=1 -DLinux
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I../../../include
> -I/build/tbm/psicode-3.4.0/include -I/build/tbm/psicode-3.4.0/src/lib
> -I../../../src/lib -c stl_string.cc -o stl_string.o
> stl_string.cc: In function 'void psi::print_error(std::string, const char*,
> int)':
> stl_string.cc:239: error: 'fprintf' was not declared in this scope
> stl_string.cc:240: error: 'fflush' was not declared in this scope
> stl_string.cc: In function 'void psi::print_error(const char*, const char*,
> int, int)':
> stl_string.cc:251: error: 'fprintf' was not declared in this scope
> stl_string.cc:252: error: 'fflush' was not declared in this scope
> stl_string.cc: In function 'void psi::print_developing(const char*, const
> char*, int, int)':
> stl_string.cc:263: error: 'fprintf' was not declared in this scope
> stl_string.cc:264: error: 'fflush' was not declared in this scope
> make[4]: *** [stl_string.o] Error 1
> make[4]: Leaving directory `/build/tbm/psicode-3.4.0/src/lib/libutil'
--- src/lib/libmoinfo/moinfo_model_space.cc~ 2009-04-26 21:21:00.000000000
+0000
+++ src/lib/libmoinfo/moinfo_model_space.cc 2009-04-26 21:21:05.000000000
+0000
@@ -1,5 +1,6 @@
#include <iostream>
#include <cmath>
+#include <cstdio>
#include <cstdlib>
#include <psifiles.h>
@@ -322,4 +323,4 @@
return(names);
}
-}
\ No newline at end of file
+}
--- src/lib/libmoinfo/moinfo_slaterdeterminant.cc~ 2009-04-26
21:21:30.000000000 +0000
+++ src/lib/libmoinfo/moinfo_slaterdeterminant.cc 2009-04-26
21:21:35.000000000 +0000
@@ -1,3 +1,4 @@
+#include <cstdio>
#include <iostream>
#include "moinfo.h"
--- src/lib/libutil/stl_string.cc~ 2009-04-26 21:19:16.000000000 +0000
+++ src/lib/libutil/stl_string.cc 2009-04-26 21:19:21.000000000 +0000
@@ -1,3 +1,4 @@
+#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <iomanip>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: psicode
Source-Version: 3.4.0-2
We believe that the bug you reported is fixed in the latest version of
psicode, which is due to be installed in the Debian FTP archive:
psi3_3.4.0-2_i386.deb
to pool/main/p/psicode/psi3_3.4.0-2_i386.deb
psicode_3.4.0-2.diff.gz
to pool/main/p/psicode/psicode_3.4.0-2.diff.gz
psicode_3.4.0-2.dsc
to pool/main/p/psicode/psicode_3.4.0-2.dsc
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.
Daniel Leidert (dale) <[email protected]> (supplier of updated psicode
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.8
Date: Sat, 29 Aug 2009 15:24:28 +0200
Source: psicode
Binary: psi3
Architecture: source i386
Version: 3.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debichem Team <[email protected]>
Changed-By: Daniel Leidert (dale) <[email protected]>
Description:
psi3 - Quantum Chemical Program Suite
Closes: 525758
Changes:
psicode (3.4.0-2) unstable; urgency=low
.
* debian/control (Standards-Version): Bumped to 3.8.3.
(Build-Depends): Added autotools-dev to fix
outdated-autotools-helper-file lintian warning.
(Vcs-Svn): Fixed vcs-field-uses-not-recommended-uri-format.
* debian/rules (install/psi3): Remove all manual pages except the one for
the psi3 executable.
* debian/README.source: Added to make lintian happy.
* debian/patches/08_525758_ftbfs_with_gcc44.dpatch: Added.
- Fix FTBFS with GCC 4.4 (closes: #525758).
* debian/patches/00list: Adjusted.
Checksums-Sha1:
0eda7b0d169970801b37409b4ff004ccfd4e4e5a 1313 psicode_3.4.0-2.dsc
cd692b60d8eaa2178c6a3d6e2968508b6a206057 6165 psicode_3.4.0-2.diff.gz
bcd214c11fe36dbe98ce72b70569e23361e124f2 6638246 psi3_3.4.0-2_i386.deb
Checksums-Sha256:
7a1a9e53764d55e1b4cc098f8888b229e0edce368f33815dac2361c2d2ca5f59 1313
psicode_3.4.0-2.dsc
7d19a3ca9b3634d6e7d27b74278a2f4654f1f3014442c6c061af87883805bf56 6165
psicode_3.4.0-2.diff.gz
4fcc0c108693f0d8fff929c6935d447064f649ddeae5c705e7be760357422b88 6638246
psi3_3.4.0-2_i386.deb
Files:
ea56ff34abaf3a07eb19e8b67c70a96f 1313 science optional psicode_3.4.0-2.dsc
018c6d262d30e61ab411a0c103c3d4dc 6165 science optional psicode_3.4.0-2.diff.gz
249e354c5532ab1e31d99fb338c103c6 6638246 science optional psi3_3.4.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqZO8sACgkQm0bx+wiPa4xu+wCgoXniMda9SPJQjx/1/5jWad8q
5fMAoN5z5pOX7eQXfxEbr4xn1T0VaB4d
=4mcP
-----END PGP SIGNATURE-----
--- End Message ---