Your message dated Sun, 03 Jun 2012 13:32:12 +0000
with message-id <e1sbaui-0006s0...@franck.debian.org>
and subject line Bug#674305: fixed in eigen3 3.1.0-alpha3~hg75350f0-1
has caused the Debian Bug report #674305,
regarding eigen3: FTBFS: KdBVH.h:60:7: error: 'bounding_box' was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
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.)


-- 
674305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: eigen3
Version: 3.0.5-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[5]: Entering directory `/«PKGBUILDDIR»/debian/build'
> /usr/bin/cmake -E cmake_progress_report 
> /«PKGBUILDDIR»/debian/build/CMakeFiles 
> [  0%] Building CXX object unsupported/test/CMakeFiles/BVH_3.dir/BVH.cpp.o
> cd /«PKGBUILDDIR»/debian/build/unsupported/test && /usr/bin/c++   
> -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
> -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef 
> -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
> -Wformat-security -fexceptions -fno-check-new -fno-common -fstrict-aliasing 
> -Wno-variadic-macros -Wextra -pedantic  -g2 -g0 -O2  -fno-inline-functions 
> -I/«PKGBUILDDIR»/debian/build/unsupported/test 
> -I/«PKGBUILDDIR»/unsupported/test -I/«PKGBUILDDIR» 
> -I/«PKGBUILDDIR»/debian/build -I/«PKGBUILDDIR»/unsupported/test/../../test 
> -I/«PKGBUILDDIR»/unsupported/test/../../unsupported 
> -I/«PKGBUILDDIR»/unsupported/test/../../Eigen     -DEIGEN_TEST_FUNC=BVH  
> -DEIGEN_TEST_PART_3=1 -o CMakeFiles/BVH_3.dir/BVH.cpp.o -c 
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp
> In file included from /«PKGBUILDDIR»/Eigen/Core:277:0,
>                  from /«PKGBUILDDIR»/Eigen/QR:4,
>                  from /«PKGBUILDDIR»/unsupported/test/../../test/main.h:177,
>                  from /«PKGBUILDDIR»/unsupported/test/BVH.cpp:25:
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::Matrix<float, 4, 1> >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::Matrix<float, 4, 1> >'
> /«PKGBUILDDIR»/Eigen/src/Core/PlainObjectBase.h:65:7:   required from 'class 
> Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >'
> /«PKGBUILDDIR»/Eigen/src/Core/Matrix.h:140:7:   required from 'class 
> Eigen::Matrix<float, 4, 1>'
> /«PKGBUILDDIR»/Eigen/src/Geometry/Quaternion.h:287:16:   required from 'class 
> Eigen::Quaternion<float>'
> /«PKGBUILDDIR»/Eigen/src/Geometry/arch/Geometry_SSE.h:35:3:   required from 
> here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 'Eigen::internal::traits<Eigen::Matrix<float, 4, 1> 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::Matrix<double, 4, 1> >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::Matrix<double, 4, 1> >'
> /«PKGBUILDDIR»/Eigen/src/Core/PlainObjectBase.h:65:7:   required from 'class 
> Eigen::PlainObjectBase<Eigen::Matrix<double, 4, 1> >'
> /«PKGBUILDDIR»/Eigen/src/Core/Matrix.h:140:7:   required from 'class 
> Eigen::Matrix<double, 4, 1>'
> /«PKGBUILDDIR»/Eigen/src/Geometry/Quaternion.h:287:16:   required from 'class 
> Eigen::Quaternion<double>'
> /«PKGBUILDDIR»/Eigen/src/Geometry/arch/Geometry_SSE.h:76:3:   required from 
> here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 'Eigen::internal::traits<Eigen::Matrix<double, 4, 1> 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_random_op<double>,
>  Eigen::Matrix<double, 4, 1> > >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_random_op<double>,
>  Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseNullaryOp.h:62:7:   required from 'class 
> Eigen::CwiseNullaryOp<Eigen::internal::scalar_random_op<double>, 
> Eigen::Matrix<double, 4, 1> >'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:120:9:   required from 'void 
> TreeTest<Dim>::testIntersect1() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:231:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 'Eigen::internal::traits<Eigen::Matrix<double, 4, 1> 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:176:7:   required from 'class 
> Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_difference_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1>, Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:119:7:   required from 'class 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> >'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:70:5:   required from 'bool 
> BallPointStuff<Dim>::intersectObject(const BallType&) [with int Dim = 4; 
> BallPointStuff<Dim>::BallType = Ball<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:128:7:   required from 'void 
> TreeTest<Dim>::testIntersect1() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:231:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 
> 'Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, 
> const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:176:7:   required from 'class 
> Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1>, Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:119:7:   required from 'class 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseUnaryOp.h:56:28:   required from 'struct 
> Eigen::internal::traits<Eigen::CwiseUnaryOp<Eigen::internal::scalar_quotient1_op<double>,
>  const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseUnaryOp.h:105:7:   required from 'class 
> Eigen::CwiseUnaryOpImpl<Eigen::internal::scalar_quotient1_op<double>, const 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> >, 
> Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseUnaryOp.h:72:7:   required from 'class 
> Eigen::CwiseUnaryOp<Eigen::internal::scalar_quotient1_op<double>, const 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/KdBVH.h:130:7:   required from 'void 
> Eigen::KdBVH<_Scalar, _Dim, _Object>::init(OIter, OIter, BIter, BIter) [with 
> OIter = __gnu_cxx::__normal_iterator<Ball<4>*, std::vector<Ball<4>, 
> Eigen::aligned_allocator_indirection<Ball<4> > > >; BIter = int; _Scalar = 
> double; int _Dim = 4; _Object = Ball<4>]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/KdBVH.h:96:57:   required from 
> 'Eigen::KdBVH<_Scalar, _Dim, _Object>::KdBVH(Iter, Iter) [with Iter = 
> __gnu_cxx::__normal_iterator<Ball<4>*, std::vector<Ball<4>, 
> Eigen::aligned_allocator_indirection<Ball<4> > > >; _Scalar = double; int 
> _Dim = 4; _Object = Ball<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:122:57:   required from 'void 
> TreeTest<Dim>::testIntersect1() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:231:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 
> 'Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_quotient1_op<double>,
>  const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > > >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_quotient1_op<double>,
>  const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseUnaryOp.h:105:7:   required from 'class 
> Eigen::CwiseUnaryOpImpl<Eigen::internal::scalar_quotient1_op<double>, const 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> >, 
> Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseUnaryOp.h:72:7:   required from 'class 
> Eigen::CwiseUnaryOp<Eigen::internal::scalar_quotient1_op<double>, const 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/KdBVH.h:130:7:   required from 'void 
> Eigen::KdBVH<_Scalar, _Dim, _Object>::init(OIter, OIter, BIter, BIter) [with 
> OIter = __gnu_cxx::__normal_iterator<Ball<4>*, std::vector<Ball<4>, 
> Eigen::aligned_allocator_indirection<Ball<4> > > >; BIter = int; _Scalar = 
> double; int _Dim = 4; _Object = Ball<4>]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/KdBVH.h:96:57:   required from 
> 'Eigen::KdBVH<_Scalar, _Dim, _Object>::KdBVH(Iter, Iter) [with Iter = 
> __gnu_cxx::__normal_iterator<Ball<4>*, std::vector<Ball<4>, 
> Eigen::aligned_allocator_indirection<Ball<4> > > >; _Scalar = double; int 
> _Dim = 4; _Object = Ball<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:122:57:   required from 'void 
> TreeTest<Dim>::testIntersect1() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:231:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 
> 'Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs2_op<double>, 
> const Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>, 
> const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > > >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs2_op<double>,
>  const Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>, 
> const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseUnaryOp.h:105:7:   required from 'class 
> Eigen::CwiseUnaryOpImpl<Eigen::internal::scalar_abs2_op<double>, const 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> >, 
> Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseUnaryOp.h:72:7:   required from 'class 
> Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs2_op<double>, const 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Core/Dot.h:128:50:   required from 'typename 
> Eigen::NumTraits<typename Eigen::internal::traits<T>::Scalar>::Real 
> Eigen::MatrixBase<Derived>::squaredNorm() const [with Derived = 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> >; typename 
> Eigen::NumTraits<typename Eigen::internal::traits<T>::Scalar>::Real = double]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:70:5:   required from 'bool 
> BallPointStuff<Dim>::intersectObject(const BallType&) [with int Dim = 4; 
> BallPointStuff<Dim>::BallType = Ball<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:128:7:   required from 'void 
> TreeTest<Dim>::testIntersect1() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:231:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 
> 'Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > 
> >::<anonymous enum>' [enabled by default]
> In file included from /«PKGBUILDDIR»/unsupported/Eigen/BVH:105:0,
>                  from /«PKGBUILDDIR»/unsupported/test/BVH.cpp:27:
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/KdBVH.h: In instantiation of 'void 
> Eigen::internal::get_boxes_helper<ObjectList, VolumeList, 
> int>::operator()(const ObjectList&, int, int, VolumeList&) [with ObjectList = 
> std::vector<Ball<4>, Eigen::aligned_allocator<Ball<4> > >; VolumeList = 
> std::vector<Eigen::AlignedBox<double, 4>, 
> Eigen::aligned_allocator<Eigen::AlignedBox<double, 4> > >]':
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/KdBVH.h:123:5:   required from 'void 
> Eigen::KdBVH<_Scalar, _Dim, _Object>::init(OIter, OIter, BIter, BIter) [with 
> OIter = __gnu_cxx::__normal_iterator<Ball<4>*, std::vector<Ball<4>, 
> Eigen::aligned_allocator_indirection<Ball<4> > > >; BIter = int; _Scalar = 
> double; int _Dim = 4; _Object = Ball<4>]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/KdBVH.h:96:57:   required from 
> 'Eigen::KdBVH<_Scalar, _Dim, _Object>::KdBVH(Iter, Iter) [with Iter = 
> __gnu_cxx::__normal_iterator<Ball<4>*, std::vector<Ball<4>, 
> Eigen::aligned_allocator_indirection<Ball<4> > > >; _Scalar = double; int 
> _Dim = 4; _Object = Ball<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:122:57:   required from 'void 
> TreeTest<Dim>::testIntersect1() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:231:5:   required from here
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/KdBVH.h:60:7: error: 'bounding_box' 
> was not declared in this scope, and no declarations were found by 
> argument-dependent lookup at the point of instantiation [-fpermissive]
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:49:43: note: 'template<int Dim> 
> Eigen::AlignedBox<double, Dim> Eigen::internal::bounding_box(const 
> Ball<Dim>&)' declared here, later in the translation unit
> In file included from /«PKGBUILDDIR»/Eigen/Core:277:0,
>                  from /«PKGBUILDDIR»/Eigen/QR:4,
>                  from /«PKGBUILDDIR»/unsupported/test/../../test/main.h:177,
>                  from /«PKGBUILDDIR»/unsupported/test/BVH.cpp:25:
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_max_op<double>, 
> const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_max_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:176:7:   required from 'class 
> Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_max_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1>, Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:119:7:   required from 'class 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_max_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> >'
> /«PKGBUILDDIR»/Eigen/src/Geometry/AlignedBox.h:229:70:   required from 
> 'Eigen::AlignedBox<_Scalar, _AmbientDim> Eigen::AlignedBox<_Scalar, 
> _AmbientDim>::intersection(const Eigen::AlignedBox<_Scalar, _AmbientDim>&) 
> const [with _Scalar = double; int _AmbientDim = 4; Eigen::AlignedBox<_Scalar, 
> _AmbientDim> = Eigen::AlignedBox<double, 4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:75:116:   required from 'bool 
> BallPointStuff<Dim>::intersectVolumeVolume(const BoxType&, const BoxType&) 
> [with int Dim = 4; BallPointStuff<Dim>::BoxType = Eigen::AlignedBox<double, 
> 4>]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/BVAlgorithms.h:132:9:   required 
> from 'void Eigen::BVIntersect(const BVH1&, const BVH2&, Intersector&) [with 
> BVH1 = Eigen::KdBVH<double, 4, Ball<4> >; BVH2 = Eigen::KdBVH<double, 4, 
> Eigen::Matrix<double, 4, 1> >; Intersector = BallPointStuff<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:176:5:   required from 'void 
> TreeTest<Dim>::testIntersect2() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:233:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 
> 'Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_max_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_min_op<double>, 
> const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >':
> /«PKGBUILDDIR»/Eigen/src/Core/MatrixBase.h:61:34:   required from 'class 
> Eigen::MatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_min_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:176:7:   required from 'class 
> Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_min_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1>, Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:119:7:   required from 'class 
> Eigen::CwiseBinaryOp<Eigen::internal::scalar_min_op<double>, const 
> Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> >'
> /«PKGBUILDDIR»/Eigen/src/Geometry/AlignedBox.h:229:70:   required from 
> 'Eigen::AlignedBox<_Scalar, _AmbientDim> Eigen::AlignedBox<_Scalar, 
> _AmbientDim>::intersection(const Eigen::AlignedBox<_Scalar, _AmbientDim>&) 
> const [with _Scalar = double; int _AmbientDim = 4; Eigen::AlignedBox<_Scalar, 
> _AmbientDim> = Eigen::AlignedBox<double, 4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:75:116:   required from 'bool 
> BallPointStuff<Dim>::intersectVolumeVolume(const BoxType&, const BoxType&) 
> [with int Dim = 4; BallPointStuff<Dim>::BoxType = Eigen::AlignedBox<double, 
> 4>]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/BVAlgorithms.h:132:9:   required 
> from 'void Eigen::BVIntersect(const BVH1&, const BVH2&, Intersector&) [with 
> BVH1 = Eigen::KdBVH<double, 4, Ball<4> >; BVH2 = Eigen::KdBVH<double, 4, 
> Eigen::Matrix<double, 4, 1> >; Intersector = BallPointStuff<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:176:5:   required from 'void 
> TreeTest<Dim>::testIntersect2() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:233:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 
> 'Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_min_op<double>,
>  const Eigen::Matrix<double, 4, 1>, const Eigen::Matrix<double, 4, 1> > 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > >':
> /«PKGBUILDDIR»/Eigen/src/Core/ArrayBase.h:52:34:   required from 'class 
> Eigen::ArrayBase<Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Core/ArrayWrapper.h:49:7:   required from 'class 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >'
> /«PKGBUILDDIR»/Eigen/src/Geometry/AlignedBox.h:194:79:   required from 'bool 
> Eigen::AlignedBox<_Scalar, _AmbientDim>::contains(const 
> Eigen::MatrixBase<OtherDerived>&) const [with Derived = Eigen::Matrix<double, 
> 4, 1>; _Scalar = double; int _AmbientDim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:67:72:   required from 'bool 
> BallPointStuff<Dim>::intersectVolume(const BoxType&) [with int Dim = 4; 
> BallPointStuff<Dim>::BoxType = Eigen::AlignedBox<double, 4>]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/BVAlgorithms.h:48:7:   required from 
> 'bool Eigen::internal::intersect_helper(const BVH&, Intersector&, typename 
> BVH::Index) [with BVH = Eigen::KdBVH<double, 4, Ball<4> >; Intersector = 
> BallPointStuff<4>; typename BVH::Index = int]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/BVAlgorithms.h:94:3:   required from 
> 'void Eigen::BVIntersect(const BVH&, Intersector&) [with BVH = 
> Eigen::KdBVH<double, 4, Ball<4> >; Intersector = BallPointStuff<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:130:5:   required from 'void 
> TreeTest<Dim>::testIntersect1() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:231:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 'Eigen::internal::traits<Eigen::Matrix<double, 4, 1> 
> >::<anonymous enum>' [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseBinaryOp<std::less_equal<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > > >':
> /«PKGBUILDDIR»/Eigen/src/Core/ArrayBase.h:52:34:   required from 'class 
> Eigen::ArrayBase<Eigen::CwiseBinaryOp<std::less_equal<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:176:7:   required from 'class 
> Eigen::CwiseBinaryOpImpl<std::less_equal<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:119:7:   required from 'class 
> Eigen::CwiseBinaryOp<std::less_equal<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Geometry/AlignedBox.h:194:79:   required from 'bool 
> Eigen::AlignedBox<_Scalar, _AmbientDim>::contains(const 
> Eigen::MatrixBase<OtherDerived>&) const [with Derived = Eigen::Matrix<double, 
> 4, 1>; _Scalar = double; int _AmbientDim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:67:72:   required from 'bool 
> BallPointStuff<Dim>::intersectVolume(const BoxType&) [with int Dim = 4; 
> BallPointStuff<Dim>::BoxType = Eigen::AlignedBox<double, 4>]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/BVAlgorithms.h:48:7:   required from 
> 'bool Eigen::internal::intersect_helper(const BVH&, Intersector&, typename 
> BVH::Index) [with BVH = Eigen::KdBVH<double, 4, Ball<4> >; Intersector = 
> BallPointStuff<4>; typename BVH::Index = int]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/BVAlgorithms.h:94:3:   required from 
> 'void Eigen::BVIntersect(const BVH&, Intersector&) [with BVH = 
> Eigen::KdBVH<double, 4, Ball<4> >; Intersector = BallPointStuff<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:130:5:   required from 'void 
> TreeTest<Dim>::testIntersect1() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:231:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 
> 'Eigen::internal::traits<Eigen::CwiseBinaryOp<std::less_equal<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > > >::<anonymous enum>' 
> [enabled by default]
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h: In instantiation of 'class 
> Eigen::DenseBase<Eigen::CwiseBinaryOp<std::greater<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > > >':
> /«PKGBUILDDIR»/Eigen/src/Core/ArrayBase.h:52:34:   required from 'class 
> Eigen::ArrayBase<Eigen::CwiseBinaryOp<std::greater<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > > >'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:176:7:   required from 'class 
> Eigen::CwiseBinaryOpImpl<std::greater<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, Eigen::Dense>'
> /«PKGBUILDDIR»/Eigen/src/Core/CwiseBinaryOp.h:119:7:   required from 'class 
> Eigen::CwiseBinaryOp<std::greater<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > >'
> /«PKGBUILDDIR»/Eigen/src/Geometry/AlignedBox.h:104:76:   required from 'bool 
> Eigen::AlignedBox<_Scalar, _AmbientDim>::isEmpty() const [with _Scalar = 
> double; int _AmbientDim = 4]'
> /«PKGBUILDDIR»/Eigen/src/Geometry/AlignedBox.h:98:47:   required from 'bool 
> Eigen::AlignedBox<_Scalar, _AmbientDim>::isNull() const [with _Scalar = 
> double; int _AmbientDim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:75:116:   required from 'bool 
> BallPointStuff<Dim>::intersectVolumeVolume(const BoxType&, const BoxType&) 
> [with int Dim = 4; BallPointStuff<Dim>::BoxType = Eigen::AlignedBox<double, 
> 4>]'
> /«PKGBUILDDIR»/unsupported/Eigen/src/BVH/BVAlgorithms.h:132:9:   required 
> from 'void Eigen::BVIntersect(const BVH1&, const BVH2&, Intersector&) [with 
> BVH1 = Eigen::KdBVH<double, 4, Ball<4> >; BVH2 = Eigen::KdBVH<double, 4, 
> Eigen::Matrix<double, 4, 1> >; Intersector = BallPointStuff<4>]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:176:5:   required from 'void 
> TreeTest<Dim>::testIntersect2() [with int Dim = 4]'
> /«PKGBUILDDIR»/unsupported/test/BVH.cpp:233:5:   required from here
> /«PKGBUILDDIR»/Eigen/src/Core/DenseBase.h:103:10: warning: enumeral mismatch 
> in conditional expression: 'Eigen::internal::size_at_compile_time<4, 
> 1>::<anonymous enum>' vs 
> 'Eigen::internal::traits<Eigen::CwiseBinaryOp<std::greater<double>, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> >, const 
> Eigen::ArrayWrapper<Eigen::Matrix<double, 4, 1> > > >::<anonymous enum>' 
> [enabled by default]
> make[5]: *** [unsupported/test/CMakeFiles/BVH_3.dir/BVH.cpp.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/05/24/eigen3_3.0.5-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: eigen3
Source-Version: 3.1.0-alpha3~hg75350f0-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.1.0-alpha3~hg75350f0-1.debian.tar.gz
  to main/e/eigen3/eigen3_3.1.0-alpha3~hg75350f0-1.debian.tar.gz
eigen3_3.1.0-alpha3~hg75350f0-1.dsc
  to main/e/eigen3/eigen3_3.1.0-alpha3~hg75350f0-1.dsc
eigen3_3.1.0-alpha3~hg75350f0.orig.tar.bz2
  to main/e/eigen3/eigen3_3.1.0-alpha3~hg75350f0.orig.tar.bz2
libeigen3-dev_3.1.0-alpha3~hg75350f0-1_amd64.deb
  to main/e/eigen3/libeigen3-dev_3.1.0-alpha3~hg75350f0-1_amd64.deb
libeigen3-doc_3.1.0-alpha3~hg75350f0-1_all.deb
  to main/e/eigen3/libeigen3-doc_3.1.0-alpha3~hg75350f0-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 674...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gladky.an...@gmail.com> (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...@debian.org)


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

Format: 1.8
Date: Sun, 03 Jun 2012 11:04:36 +0200
Source: eigen3
Binary: libeigen3-dev libeigen3-doc
Architecture: source amd64 all
Version: 3.1.0-alpha3~hg75350f0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gladky.an...@gmail.com>
Description: 
 libeigen3-dev - lightweight C++ template library for linear algebra
 libeigen3-doc - eigen3 API documentation
Closes: 674305
Changes: 
 eigen3 (3.1.0-alpha3~hg75350f0-1) experimental; urgency=low
 .
   * [8566574] Imported Upstream version 3.1.0~alpha3~hg75350f0
   * [2f93b37] Remove unneded patch.
   * [85bafdc] Disable BVH-test due to FTBFS with gcc-4.7. (Closes: #674305)
Checksums-Sha1: 
 6ab7ad5ee8f76f9f8fab4ea41c99b44fde588b78 2231 
eigen3_3.1.0-alpha3~hg75350f0-1.dsc
 2925785d37ac9d038636906fa0b282d77e8d5a55 1019677 
eigen3_3.1.0-alpha3~hg75350f0.orig.tar.bz2
 b21531942e0940b282a0555e2e5c85ef5a3d7522 10553 
eigen3_3.1.0-alpha3~hg75350f0-1.debian.tar.gz
 c528e681641762b7660253380703c58eb189b4c3 607670 
libeigen3-dev_3.1.0-alpha3~hg75350f0-1_amd64.deb
 2cd82a6248d81bb64a0573cd41f413ac0c67a4d8 17498316 
libeigen3-doc_3.1.0-alpha3~hg75350f0-1_all.deb
Checksums-Sha256: 
 1afc7ebf618ed1387820ae612e920ad989b70f50dd35032a98058468887c8228 2231 
eigen3_3.1.0-alpha3~hg75350f0-1.dsc
 9367b254d7c82f921e05154e3a3276c759d1066c94925294a07533593b7aa376 1019677 
eigen3_3.1.0-alpha3~hg75350f0.orig.tar.bz2
 920530c93e983a71111911611235ac193cd14e64dfa9f24f922f34d6285d0383 10553 
eigen3_3.1.0-alpha3~hg75350f0-1.debian.tar.gz
 c6cd4c919b9121ee251aeb3039b045f072d8040c0cf4837d760878dc613b3ccc 607670 
libeigen3-dev_3.1.0-alpha3~hg75350f0-1_amd64.deb
 2b4431390c982bc31dddd10e2ba535c5ed785bed111317e64ffd618b8cec0b2d 17498316 
libeigen3-doc_3.1.0-alpha3~hg75350f0-1_all.deb
Files: 
 f3055f6c252f0c228555d51d5de40251 2231 libdevel extra 
eigen3_3.1.0-alpha3~hg75350f0-1.dsc
 13267a2e515db4fb315745278c55f3ce 1019677 libdevel extra 
eigen3_3.1.0-alpha3~hg75350f0.orig.tar.bz2
 daff798a7b8d77a72bc2dc55614f81f1 10553 libdevel extra 
eigen3_3.1.0-alpha3~hg75350f0-1.debian.tar.gz
 4858228e6310a36c4ec8cdb880a46a2a 607670 libdevel extra 
libeigen3-dev_3.1.0-alpha3~hg75350f0-1_amd64.deb
 24390a68ec8703efffe3ca0167057d09 17498316 doc extra 
libeigen3-doc_3.1.0-alpha3~hg75350f0-1_all.deb

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

iQIcBAEBAgAGBQJPy2UZAAoJENPhc4PPp/8GGREQAIvRgLpWWN5ZYpJlCLAOBF/g
HyQqKeRNHROgBm/Xb1CiJgUPyFqFoLvsVlC1FY/vMp0fP46UQCNgY8lP6oxjqIZ+
5g16ewif6xBmAiU2at+QSW3wLhwZ3Xg12aNfdgun4R0JJXhzhF8hapNDvM0SgD/F
K2YoYsrTkT1qKVXQCyriChQuj0sVp+e4P4PvxDi3z3kMagcDqpcOgFzuJYI8B7HV
cOKlJttYziKjhLmozxs6rlcOzl6n2bYc1shXmIg0G+uFbDxd7ec0NE45nvQZtcBo
BciSsIxMqDMOfAeULVw1z/Eq4uuFQxvZVxPKxSX3jecUrFD/UQhwVqBQfIVAU7Pr
k8IsRu7eHcNMoOB+2OP4Sdij5leHIxzk4pzDdDcTGAaSe0DqNkAOE3+1e2uuy4QV
Vb0U4C2xbVf6hKR+LBhLZQycvBjlBbCyP/hvFA0CzXPJLxOtjDDXo9Owu7DGNdIq
igvaYyZxBOhA48F/6YE9pd2rQkGdqDr8noCfLCgHmN5196Xhrpiqltq6J6G9xH7I
/2kFhkA35Pn5uBSbxYWdpc9tD7ky6oKAlIEXOVoEE7l938FQp8stn77E7wn9y1mE
4GIcLcWASJDFIC2pdxdRcOtVVy2n2W6aarQpZL4+PyOo+qcvdB8DXs/WM5ZB5Wu5
oc9QkPsdFMdnl5F0JX8r
=6sQU
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to