Your message dated Fri, 25 May 2012 21:17:57 +0000
with message-id <[email protected]>
and subject line Bug#669635: fixed in getfem++ 4.1.1-10
has caused the Debian Bug report #669635,
regarding libgmm++-dev: fails to compile with g++-4.7 in c++11-mode
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.)
--
669635: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669635
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgmm++-dev
Version: 4.1.1-9
Severity: normal
Dear Maintainer,
g++-4.7 introduces user defined literals in c++11-mode. That breaks libgmm++.
I've attached a patch to fix this problem.
Kind regards,
Philipp
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-- no debconf information
--- gmm_except.h.orig 2012-04-20 17:19:39.000000000 +0200
+++ /usr/include/gmm/gmm_except.h 2012-04-20 17:21:41.146109947 +0200
@@ -76,7 +76,7 @@
}
# define GMM_THROW_(type, errormsg) { \
std::stringstream msg; \
- msg << "Error in "__FILE__ << ", line " \
+ msg << "Error in " << __FILE__ << ", line " \
<< __LINE__ << " " << GMM_PRETTY_FUNCTION << ": \n" \
<< errormsg << ends; \
throw (type)(msg.str()); \
@@ -91,7 +91,7 @@
}
# define GMM_THROW_(type, errormsg) { \
std::stringstream msg; \
- msg << "Error in "__FILE__ << ", line " \
+ msg << "Error in " << __FILE__ << ", line " \
<< __LINE__ << " " << GMM_PRETTY_FUNCTION << ": \n" \
<< errormsg << ends; \
::abort(); \
@@ -148,7 +148,7 @@
#define GMM_WARNING_MSG(level_, thestr) { \
std::stringstream msg; \
- msg << "Level " << level_ << " Warning in "__FILE__ << ", line " \
+ msg << "Level " << level_ << " Warning in " << __FILE__ << ", line " \
<< __LINE__ << ": " << thestr << ends; \
std::cerr << msg.str() << std::endl; \
}
@@ -210,7 +210,7 @@
#define GMM_TRACE_MSG(level_, thestr) { \
GMM_TRACE_MSG_MPI { \
std::stringstream msg; \
- msg << "Trace " << level_ << " in "__FILE__ << ", line " \
+ msg << "Trace " << level_ << " in " << __FILE__ << ", line " \
<< __LINE__ << ": " << thestr \
<< ends; \
std::cout << msg.str() << std::endl; \
--- End Message ---
--- Begin Message ---
Source: getfem++
Source-Version: 4.1.1-10
We believe that the bug you reported is fixed in the latest version of
getfem++, which is due to be installed in the Debian FTP archive:
getfem++_4.1.1-10.debian.tar.gz
to main/g/getfem++/getfem++_4.1.1-10.debian.tar.gz
getfem++_4.1.1-10.dsc
to main/g/getfem++/getfem++_4.1.1-10.dsc
libgetfem++-dbg_4.1.1-10_amd64.deb
to main/g/getfem++/libgetfem++-dbg_4.1.1-10_amd64.deb
libgetfem++-dev_4.1.1-10_amd64.deb
to main/g/getfem++/libgetfem++-dev_4.1.1-10_amd64.deb
libgetfem4++_4.1.1-10_amd64.deb
to main/g/getfem++/libgetfem4++_4.1.1-10_amd64.deb
libgmm++-dev_4.1.1-10_all.deb
to main/g/getfem++/libgmm++-dev_4.1.1-10_all.deb
python-getfem++_4.1.1-10_amd64.deb
to main/g/getfem++/python-getfem++_4.1.1-10_amd64.deb
scilab-getfem++_4.1.1-10_amd64.deb
to main/g/getfem++/scilab-getfem++_4.1.1-10_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.
Anton Gladky <[email protected]> (supplier of updated getfem++ 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: Fri, 25 May 2012 21:55:22 +0200
Source: getfem++
Binary: libgetfem4++ libgetfem++-dbg libgetfem++-dev libgmm++-dev
python-getfem++ scilab-getfem++
Architecture: source amd64 all
Version: 4.1.1-10
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Anton Gladky <[email protected]>
Description:
libgetfem++-dbg - Debugging symbols for the GETFEM++ generic finite element
library
libgetfem++-dev - Development files for the GETFEM++ generic finite element
library
libgetfem4++ - GETFEM++ generic finite element library
libgmm++-dev - Generic C++ template library for sparse, dense and skyline
matric
python-getfem++ - Python interface to the GETFEM++ generic finite element
library
scilab-getfem++ - Scilab interface to the GETFEM++ generic finite element
library
Closes: 669635
Changes:
getfem++ (4.1.1-10) unstable; urgency=low
.
* [da2d323] Fix FTBFS with gcc-4.7. Thanks to Philipp Büttgenbach.
(Closes: #669635)
* [20ac20d] Fix FTBFS with gcc-4.7. One more try.
Checksums-Sha1:
ad3e8e18a94603a8caa360ae5d73cb04f348eeef 2643 getfem++_4.1.1-10.dsc
30a798c45765760fcc3c0d0fff56de0e29cf4c4c 11895 getfem++_4.1.1-10.debian.tar.gz
e7608f61a6bae2772c72a8cfdea5b8151bc57fa6 2088526
libgetfem4++_4.1.1-10_amd64.deb
c19556e5325beb4aa6f05c5e99f4a851d26cc662 83476372
libgetfem++-dbg_4.1.1-10_amd64.deb
c596d6aaecfa45d32f4068337e0eb483b1d23627 4250934
libgetfem++-dev_4.1.1-10_amd64.deb
f68a1780c3a2df86d28fd46c4ce9747bf1d10f6d 159392 libgmm++-dev_4.1.1-10_all.deb
ac30f6702bb8f9cac14603ca2a41aeb0e9083d00 1626872
python-getfem++_4.1.1-10_amd64.deb
c7f8890d53b54ea568473c5537a8179075008557 5897432
scilab-getfem++_4.1.1-10_amd64.deb
Checksums-Sha256:
50035d32fe7844b8241effee1dd76799eb00c63810dcfd31540c9ef0b7737992 2643
getfem++_4.1.1-10.dsc
708648327d8bc4b437adac0c90acaedb90ced1420d76b4a5ab68f6c99ae43303 11895
getfem++_4.1.1-10.debian.tar.gz
ba243ba88be1bb5c0d3399902e3e9fc2804121ecd29dc2a4a5c91d57924d1bd5 2088526
libgetfem4++_4.1.1-10_amd64.deb
29e960e2c09eb254cac8abb86e59742aef775597a8fa40f132321f235d22f91a 83476372
libgetfem++-dbg_4.1.1-10_amd64.deb
75c48b586b631d767dfafd72cea19d461cf2c384f7014c3c856542220d858821 4250934
libgetfem++-dev_4.1.1-10_amd64.deb
70bbf6ecb3ea7e3e45a350ddd95e4ad64668dac549de398cfc6182e58581369a 159392
libgmm++-dev_4.1.1-10_all.deb
31afcd6ed2e924f58bc4d94c1a4fc99ca6bec41afeba7f0db58ef93f7495051d 1626872
python-getfem++_4.1.1-10_amd64.deb
1bf4d71ce59fac9739af48cddaf02e66d2e9ed86008a4c5dd8067bf13c75b448 5897432
scilab-getfem++_4.1.1-10_amd64.deb
Files:
aea35a3c32c789d041800593dd1df52c 2643 libs extra getfem++_4.1.1-10.dsc
0bc941f6c4be04a434eb236d9d474ce8 11895 libs extra
getfem++_4.1.1-10.debian.tar.gz
7c40e9884fdba62bce5b66e10f48a5b0 2088526 libs extra
libgetfem4++_4.1.1-10_amd64.deb
127f01b79c5456c0cca6fb73f475338e 83476372 debug extra
libgetfem++-dbg_4.1.1-10_amd64.deb
ab3eef23eb7950fc37f568a6b440d2e2 4250934 libdevel extra
libgetfem++-dev_4.1.1-10_amd64.deb
1b4f4781b0e0593199f9f8a331eb1dd0 159392 libdevel extra
libgmm++-dev_4.1.1-10_all.deb
0c5d08051a46a633a6f2576f0827daf2 1626872 python extra
python-getfem++_4.1.1-10_amd64.deb
014f5e95c3a681593fc0a8549d6d1fb5 5897432 libs extra
scilab-getfem++_4.1.1-10_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJPv/OQAAoJENPhc4PPp/8GFQ0P/2IrTVTgTTqyHuJ6L8TEIHpV
Fz4snX8vimo1c7oeePwF/0dduIllYALpjPtdCNy4K5R5VSZvdBaT+Lne8E2GAl+b
qSQDlIvnm4KmctcvquPgpyuEFb14Cn700qy8wllSpb6EuC6qxbQbTg8zk80qpPpB
BiNilRlmDpC/VkVoxEieLK4ONjhFHPhkSc/fBVAEvx3hiMXQAhl4CrjVpfa8un36
JQGKicckE5DlJUT0oKMmu7KfwFaFbYsjHANwGNww2b5PukmfAWdvvOmiGEgegz8r
7dM5SBM/EqVGB65fFX7863Lv6t0trdO8eTH0U1GqvfYNfKYTCBT4Ll9SoQ0p3AxP
gyrntN5D+MnwqdcAADLcuDCJqoax8I9DevmwVfxSSTRs3Rd/nmXTEuJZM49iUZ+M
lr8/19zOnfxPxSkwcrBsgsEhDD9y8ciLygUwrzSP8BVrHBKLV3Dms8MXHVFOsH4t
sBDIwktl6sQh85wFM7GWuD7UKejNH9dJoskenqEDKMnjc3DVOe0eIFf7LfHNdAP0
SsjV1NYa+06REmanYcI7c5gEF1Z0dfH17Kgz7pwKRJv6Kp7KfMOdHEwSzzdCIqmd
Hys9iYkv6qU8k07mSKcmJFr915vShiJAprFO6NKm57Gc4RdPf4yOiwGm6FLxpOXm
pLgc2e5c8bgy8XGtrs4i
=cBIx
-----END PGP SIGNATURE-----
--- End Message ---