Your message dated Sun, 02 Mar 2008 05:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417427: fixed in mcmcpack 0.9-3-1
has caused the Debian Bug report #417427,
regarding FTBFS with GCC 4.3: missing #includes
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.)
--
417427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417427
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mcmcpack
Version: 0.8-1-1
Usertags: ftbfs-gcc-4.3
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.
> Automatic build of mcmcpack_0.8-1-1 on coconut0 by sbuild/ia64 0.49
...
> ** libs
> make[1]: Entering directory `/build/tbm/mcmcpack-0.8-1/src'
> g++ -I/usr/share/R/include -I/usr/share/R/include -DSCYTHE_COMPILE_DIRECT
> -DSCYTHE_NO_RANGE -DHAVE_TRUNC -fpic -g -O2 -c MCMCSVDreg.cc -o MCMCSVDreg.o
> In file included from matrix.h:38,
> from MCMCSVDreg.cc:28:
> error.h: In function 'void SCYTHE::scythe_terminate()':
> error.h:312: error: 'abort' was not declared in this scope
> In file included from MCMCSVDreg.cc:28:
Here's a patch for the first problem. I don't know if there are
others because I coldn't find out how the build system works.
--- src/error.h~ 2007-04-02 18:47:30.000000000 +0000
+++ src/error.h 2007-04-02 18:47:36.000000000 +0000
@@ -22,6 +22,7 @@
#ifndef SCYTHE_ERROR_H
#define SCYTHE_ERROR_H
+#include <cstdlib>
#include <exception>
#include <string>
#include <sstream>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: mcmcpack
Source-Version: 0.9-3-1
We believe that the bug you reported is fixed in the latest version of
mcmcpack, which is due to be installed in the Debian FTP archive:
mcmcpack_0.9-3-1.diff.gz
to pool/main/m/mcmcpack/mcmcpack_0.9-3-1.diff.gz
mcmcpack_0.9-3-1.dsc
to pool/main/m/mcmcpack/mcmcpack_0.9-3-1.dsc
mcmcpack_0.9-3.orig.tar.gz
to pool/main/m/mcmcpack/mcmcpack_0.9-3.orig.tar.gz
r-cran-mcmcpack_0.9-3-1_amd64.deb
to pool/main/m/mcmcpack/r-cran-mcmcpack_0.9-3-1_amd64.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.
Chris Lawrence <[EMAIL PROTECTED]> (supplier of updated mcmcpack 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: Sat, 01 Mar 2008 22:51:00 -0600
Source: mcmcpack
Binary: r-cran-mcmcpack
Architecture: source amd64
Version: 0.9-3-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence <[EMAIL PROTECTED]>
Changed-By: Chris Lawrence <[EMAIL PROTECTED]>
Description:
r-cran-mcmcpack - GNU R routines for Markov chain Monte Carlo model estimation
Closes: 417427
Changes:
mcmcpack (0.9-3-1) unstable; urgency=low
.
* New upstream release.
* Fix FTBFS on amd64. (Closes: #417427)
Files:
524e26c94b599652b5a4ff008427fd31 682 math optional mcmcpack_0.9-3-1.dsc
63854eaaf717aaa418d3b87eab92f120 370857 math optional
mcmcpack_0.9-3.orig.tar.gz
ec059659df413e99ed1f10bd69a2d0c6 5261 math optional mcmcpack_0.9-3-1.diff.gz
bd35989d9e89608d5bfc6cfd64b4e21c 717094 math optional
r-cran-mcmcpack_0.9-3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHyjkc2wQKE6PXubwRAmd+AKDZ2INn8ssWH01dviJitEyc0AeB3QCfYqcY
pVGTu+FwivDk70kDPQQUDyI=
=CGee
-----END PGP SIGNATURE-----
--- End Message ---