Your message dated Thu, 10 Dec 2015 21:51:32 +0000
with message-id <e1a797c-0003ud...@franck.debian.org>
and subject line Bug#804768: fixed in eigen3 3.3~alpha1-3
has caused the Debian Bug report #804768,
regarding eigen3: cause opencv ftbfs when LDBL_MANT_DIG greater than 112
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 ow...@bugs.debian.org
immediately.)


-- 
804768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: eigen3
Version: 3.3~alpha-1

When build opencv on mips64el and sparc64, we met

[ 28%] Building CXX object
modules/contrib/CMakeFiles/opencv_contrib.dir/src/rgbdodometry.cpp.o
cd /«BUILDDIR»/opencv-2.4.9.1+dfsg/obj-mips64el-linux-gnuabi64/modules/contrib
&& /usr/bin/c++   -DCVAPI_EXPORTS -g -O2 -fstack-protector-strong
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2    -fsigned-char
-W -Wall -Werror=return-type -Werror=address -Werror=sequence-point
-Wformat -Werror=format-security -Wmissing-declarations -Wundef
-Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing
-Wno-delete-non-virtual-dtor -fdiagnostics-show-option -pthread
-fomit-frame-pointer -ffunction-sections -g -O2
-fstack-protector-strong -Wformat -Werror=format-security  -DNDEBUG
-fPIC -isystem /«BUILDDIR»/opencv-2.4.9.1+dfsg/obj-mips64el-linux-gnuabi64
-isystem /usr/include/eigen3 -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/contrib/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/contrib/src -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/obj-mips64el-linux-gnuabi64/modules/contrib
-isystem /«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/core/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/flann/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/imgproc/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/highgui/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/features2d/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/calib3d/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/ml/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/objdetect/include -isystem
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/video/include     -include
"/«BUILDDIR»/opencv-2.4.9.1+dfsg/obj-mips64el-linux-gnuabi64/modules/contrib/precomp.hpp"
-Winvalid-pch  -o CMakeFiles/opencv_contrib.dir/src/rgbdodometry.cpp.o
-c /«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/contrib/src/rgbdodometry.cpp
In file included from
/usr/include/eigen3/unsupported/Eigen/MatrixFunctions:56:0,
                 from
/«BUILDDIR»/opencv-2.4.9.1+dfsg/modules/contrib/src/rgbdodometry.cpp:65:
/usr/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:
In function 'void Eigen::internal::matrix_exp_compute(const
MatrixType&, ResultType&)':
/usr/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:351:33:
error: 'StdStemFunctions' was not declared in this scope
     result = arg.matrixFunction(StdStemFunctions<ComplexScalar>::exp);
                                 ^
/usr/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:351:63:
error: expected primary-expression before '>' token
     result = arg.matrixFunction(StdStemFunctions<ComplexScalar>::exp);

This is caused by
unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h, in it:

   void matrix_exp_compute(const MatrixType& arg, ResultType &result)
{
#if LDBL_MANT_DIG > 112 // rarely happens
  typedef typename traits<MatrixType>::Scalar Scalar;
  typedef typename NumTraits<Scalar>::Real RealScalar;
  typedef typename std::complex<RealScalar> ComplexScalar;
  if (sizeof(RealScalar) > 14) {
    result = arg.matrixFunction(StdStemFunctions<ComplexScalar>::exp);
    return;
  }
#endif

-- 
YunQiang Su

--- End Message ---
--- Begin Message ---
Source: eigen3
Source-Version: 3.3~alpha1-3

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.

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 804...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 10 Dec 2015 20:51:12 +0100
Source: eigen3
Binary: libeigen3-dev libeigen3-doc
Architecture: source
Version: 3.3~alpha1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
 libeigen3-dev - lightweight C++ template library for linear algebra
 libeigen3-doc - eigen3 API documentation
Closes: 803552 804768 806469
Changes:
 eigen3 (3.3~alpha1-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Graham Inggs ]
   * [84c35b5] Drop parallel build to make Ubuntu happier. (Closes: #806469)
 .
   [ Gael Guennebaud ]
   * [e0aad22] Fix neon vectorization of pmul(Packet1cd,Packet1cd). (Closes: 
#803552)
 .
   [ Jurica Stanojkovic ]
   * [b0f0730] Fix opencv compilation. (Closes: #804768)
Checksums-Sha1:
 910e69b371f881e2375e28e32e55859a113c5d00 2158 eigen3_3.3~alpha1-3.dsc
 bca3a07e8105c400eb2dc4ae1b7b747a25cf6770 32756 
eigen3_3.3~alpha1-3.debian.tar.xz
Checksums-Sha256:
 a502385de2b43227e87d208ab6d1de35cf773b1b2c6032bbd266f0b3e1b87241 2158 
eigen3_3.3~alpha1-3.dsc
 07c340b4cee068aae1b7c9cfc916d1f42e814eda064b91776426948c34129a11 32756 
eigen3_3.3~alpha1-3.debian.tar.xz
Files:
 9745ccd7c38191b679b8db48029f84ab 2158 libdevel extra eigen3_3.3~alpha1-3.dsc
 3b9f22c09eeeb6505c19ab11fec5476e 32756 libdevel extra 
eigen3_3.3~alpha1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWadfLAAoJENPhc4PPp/8GOe4P/30P8iZiTH7CM3yzW9uyNFyT
7Q1g6Ymb6EYZpkSEBmTia0q8ZgB376WFJSbqnFOUtfvBi5ZtRedvEd+G+xp9YkZ3
9+/oSDoGFmcFdwylY1rBreQNPQUs5Ope4jTlK5rT+MhlG8JpWpatHcEq8He2AZzw
FEX8sbFj1spNzFOxAtzaBTquS4x+8MjAFy2jUcGV4ojoDoAce4zDYG76h0Vttyz/
uX5a7kr2EKyUmQFAHOmeWx9u8X6ffzX/z0x+m3qdDfrjkBLw/iOVnKC2XOh2OuJd
hU5dsGNaoh3aTgYAdCejTkjzDmHMXw4mgEN5B774jeWIqFT7DMy3Muu9DKsJ7Ty0
cLtgKDEXy+IzZ6JBawXLcXf8w9k5Y6SV/nfrzvhpNYEvalG5vKjDHLspFbF97A/P
Jm2P7tBp2uBX9zKBPYFmP91fSsNFbtX0lGQMR46U49+cfgXSSuf+T25rQlq8EXOp
1Irnv+YiLzP1edvrw5v8mA8nwoFy4XUh/hXaxNaojuvq81mHXhWwK5q+/6nCba7i
Op7KIeAnPMhrik2xSRVeJvlJQ5ssIsa1EBzQ2OKwjLVcrBC2YGpk2FCqlghpmDsG
+4qr7fXKzAZK9eveiq0WRbOKw9sWEBgyMWqAjqjAKeUt33cUexxiV4r2E2TeONtr
q7tjp6eqeImTJ3C27nZP
=oLyb
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to