Your message dated Fri, 25 May 2012 15:32:31 +0000
with message-id <[email protected]>
and subject line Bug#670134: fixed in eigen3 3.0.6~beta~hg6804713-1
has caused the Debian Bug report #670134,
regarding eigen warning with gcc 4.7
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.)


-- 
670134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670134
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libeigen3-dev
Version: 3.0.5-1
Severity: minor
tags: fixed-upstream

Compiling with gcc4.7 I see a lot of warning:

/usr/include/eigen3/Eigen/src/Core/MatrixBase.h:61:34:   required from
‘class 
Eigen::MatrixBase<Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_sum_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >’
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h:58:63:
required from ‘class
Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_sum_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> >’
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h:235:77:   required
from ‘Derived& Eigen::MatrixBase<Derived>::operator+=(const
Eigen::MatrixBase<OtherDerived>&) [with OtherDerived =
Eigen::Matrix<std::complex<double>, -1, -1, 1>; Derived =
Eigen::Matrix<std::complex<double>, -1, -1, 1>]’
../../src/math/matrix.h:322:18:   required from here
/usr/include/eigen3/Eigen/src/Core/DenseBase.h:103:10: warning:
enumeral mismatch in conditional expression:
‘Eigen::internal::size_at_compile_time<-1, -1>::<anonymous enum>’ vs
‘Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >::<anonymous enum>’
[enabled by default]
/usr/include/eigen3/Eigen/src/Core/DenseBase.h: In instantiation of
‘class 
Eigen::DenseBase<Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >’:
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h:61:34:   required from
‘class 
Eigen::MatrixBase<Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >’
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h:58:63:
required from ‘class
Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> >’
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h:221:84:   required
from ‘Derived& Eigen::MatrixBase<Derived>::operator-=(const
Eigen::MatrixBase<OtherDerived>&) [with OtherDerived =
Eigen::Matrix<std::complex<double>, -1, -1, 1>; Derived =
Eigen::Matrix<std::complex<double>, -1, -1, 1>]’
../../src/math/matrix.h:330:18:   required from here
/usr/include/eigen3/Eigen/src/Core/DenseBase.h:103:10: warning:
enumeral mismatch in conditional expression:
‘Eigen::internal::size_at_compile_time<-1, -1>::<anonymous enum>’ vs
‘Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >::<anonymous enum>’
[enabled by default]
/usr/include/eigen3/Eigen/src/Core/DenseBase.h: In instantiation of
‘class 
Eigen::DenseBase<Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >’:
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h:61:34:   required from
‘class 
Eigen::MatrixBase<Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >’
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h:58:63:
required from ‘class
Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> >’
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h:221:84:   required
from ‘Derived& Eigen::MatrixBase<Derived>::operator-=(const
Eigen::MatrixBase<OtherDerived>&) [with OtherDerived =
Eigen::Matrix<std::complex<double>, -1, -1, 1>; Derived =
Eigen::Matrix<std::complex<double>, -1, -1, 1>]’
../../src/math/matrix.h:330:18:   required from here
/usr/include/eigen3/Eigen/src/Core/DenseBase.h:103:10: warning:
enumeral mismatch in conditional expression:
‘Eigen::internal::size_at_compile_time<-1, -1>::<anonymous enum>’ vs
‘Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >::<anonymous enum>’
[enabled by default]
mv -f .deps/iprobe.Tpo .deps/iprobe.Po
/usr/include/eigen3/Eigen/src/Core/DenseBase.h: In instantiation of
‘class 
Eigen::DenseBase<Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >’:
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h:61:34:   required from
‘class 
Eigen::MatrixBase<Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >’
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h:58:63:
required from ‘class
Eigen::SelfCwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> >’
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h:221:84:   required
from ‘Derived& Eigen::MatrixBase<Derived>::operator-=(const
Eigen::MatrixBase<OtherDerived>&) [with OtherDerived =
Eigen::Matrix<std::complex<double>, -1, -1, 1>; Derived =
Eigen::Matrix<std::complex<double>, -1, -1, 1>]’
../../src/math/matrix.h:330:18:   required from here
/usr/include/eigen3/Eigen/src/Core/DenseBase.h:103:10: warning:
enumeral mismatch in conditional expression:
‘Eigen::internal::size_at_compile_time<-1, -1>::<anonymous enum>’ vs
‘Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<std::complex<double>
>, Eigen::Matrix<std::complex<double>, -1, -1, 1>,
Eigen::Matrix<std::complex<double>, -1, -1, 1> > >::<anonymous enum>’
[enabled by default]

Please upgrade eigen

--- System information. ---
Architecture: amd64
Kernel:       Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  900 testing         security.debian.org
  900 testing         debian.ens-cachan.fr

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Suggests           (Version) | Installed
============================-+-===========
libeigen3-doc                |



--- End Message ---
--- Begin Message ---
Source: eigen3
Source-Version: 3.0.6~beta~hg6804713-1

We believe that the bug you reported is fixed in the latest version of
eigen3, which is due to be installed in the Debian FTP archive:

eigen3_3.0.6~beta~hg6804713-1.debian.tar.gz
  to main/e/eigen3/eigen3_3.0.6~beta~hg6804713-1.debian.tar.gz
eigen3_3.0.6~beta~hg6804713-1.dsc
  to main/e/eigen3/eigen3_3.0.6~beta~hg6804713-1.dsc
eigen3_3.0.6~beta~hg6804713.orig.tar.bz2
  to main/e/eigen3/eigen3_3.0.6~beta~hg6804713.orig.tar.bz2
libeigen3-dev_3.0.6~beta~hg6804713-1_amd64.deb
  to main/e/eigen3/libeigen3-dev_3.0.6~beta~hg6804713-1_amd64.deb
libeigen3-doc_3.0.6~beta~hg6804713-1_all.deb
  to main/e/eigen3/libeigen3-doc_3.0.6~beta~hg6804713-1_all.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 eigen3 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: Thu, 24 May 2012 22:25:38 +0200
Source: eigen3
Binary: libeigen3-dev libeigen3-doc
Architecture: source amd64 all
Version: 3.0.6~beta~hg6804713-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Anton Gladky <[email protected]>
Description: 
 libeigen3-dev - lightweight C++ template library for linear algebra
 libeigen3-doc - eigen3 API documentation
Closes: 670134 674305
Changes: 
 eigen3 (3.0.6~beta~hg6804713-1) unstable; urgency=low
 .
   * [3eae9c8] Use enabled build-indep option.
   * [4beae61] Use Standards-Version: 3.9.3. No changes.
   * [5172da1] Disable BVH-test due to FTBFS with gcc-4.7. (Closes: #674305)
   * [bed656c] Imported Upstream version 3.0.6~beta~hg6804713. (Closes: #670134)
   * [2618217] Import flags with dpkg-buildflags.
Checksums-Sha1: 
 61d88b5c2bed0ff764da8fb7f3279cedca48f7e8 2214 eigen3_3.0.6~beta~hg6804713-1.dsc
 dc4188a45169b3fbc5990a93e7e1c0dd199d9f33 961401 
eigen3_3.0.6~beta~hg6804713.orig.tar.bz2
 259304b38f01d65adac1d4a9989b20fbe02327ff 10804 
eigen3_3.0.6~beta~hg6804713-1.debian.tar.gz
 2954a5ea6a00b0d48eee4a1078b45b7c2ead607d 514648 
libeigen3-dev_3.0.6~beta~hg6804713-1_amd64.deb
 c2a7ca8fe46550cae9f1fd6e5e06a287fa51c17c 3203316 
libeigen3-doc_3.0.6~beta~hg6804713-1_all.deb
Checksums-Sha256: 
 03919accbe6e3cdb29ac696d3fda9a27fa7dd36ffd7ef3462ffc6536cc544360 2214 
eigen3_3.0.6~beta~hg6804713-1.dsc
 69b45e0889068f4e5e899e947cea4a5a446fdf783649a150d63110f628937d39 961401 
eigen3_3.0.6~beta~hg6804713.orig.tar.bz2
 d250accbfa19eeab6d902a64f4e0006fc0c7a8bf507292dfe87025a442ea019e 10804 
eigen3_3.0.6~beta~hg6804713-1.debian.tar.gz
 ec6c71a2001faa3a5b0cf1909258d81cfc021eebf94dee637e0e2407728ee8a6 514648 
libeigen3-dev_3.0.6~beta~hg6804713-1_amd64.deb
 8b1f36e7ed12f2b5d35204cc2dc35946004fd45d91cb365bea7153d87afb370d 3203316 
libeigen3-doc_3.0.6~beta~hg6804713-1_all.deb
Files: 
 e33b015612edeb54881dc620dbe3b965 2214 libdevel extra 
eigen3_3.0.6~beta~hg6804713-1.dsc
 e6e01d185aeda88978e8ad8c41ccef6f 961401 libdevel extra 
eigen3_3.0.6~beta~hg6804713.orig.tar.bz2
 a2a4ae51d07ccd258355e849fec89615 10804 libdevel extra 
eigen3_3.0.6~beta~hg6804713-1.debian.tar.gz
 a78112cda3dec70371d95731efa85d5c 514648 libdevel extra 
libeigen3-dev_3.0.6~beta~hg6804713-1_amd64.deb
 7a1e2b71d35b4471c39ca3f5066aa061 3203316 doc extra 
libeigen3-doc_3.0.6~beta~hg6804713-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJPv5/xAAoJENPhc4PPp/8GTK0QAJwBTECCuuW4aGyvGQE8VZ39
rUKJ5TypDEDhow8H/i7/EjwZsfWFQawOIThiQIu3GkQgGNNfkSqB0s3eSlojcVeg
r2Ee4KdcXLnZSGFdTrdOrlbOyECHz87Q3UzQa01JcAxLSJCDvpjfAKrRfqLbJsNP
zd2VMuJCp0hh+1jXOPz8dC3Mv015fAsIciaoW9r5Vxvp9nhIRptlnT5i9jSEwTua
U62r/9b41HJBawTVrQuZyrnLkVfmA/OMU8uDntKqj6s78rOYyvYxuqZqZHhBqlX1
v4cJmtiKp6cNdqRVUxgNPc11JY3iQwZjnreIip8y/7WbNQi+UypZtKnliYk1NLsD
Ze91bpEW2mikMBANXyl3cHMYtEFdMgu7XNehoSbMuoIGO8UDzM0Wn4sgtMqbtigj
pyYF1nmhGTGSy8Vuo1YUAQQlSjpJLSHpVDsK6xrZeLlJcqX643d+vTMDIVhu5+Mp
QExWgkRpG19WhA1EfKEPjvNF6Dww/LeZY2CXyQgSyay+fCoPwSBFg0xJon96cDVx
NIXaIfRa5OV78btDR0WVS1A08pXc1/91FxN0U+ttx+CPS6V+00O5dNb+lIG/KE2N
KJERcvt2MAZxfv03f+8+TQBa8O+61KW3JMccjMDAXiLbowsplaWwfORrIpyv8wPy
7EXJ9NtV/Oh1/iDlo/Z1
=oT1J
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to