On Fri, 14 Sep 2018 18:03:11 +0000 Santiago Vila <sanv...@debian.org> wrote:
> Dear maintainer: > > I tried to build this package in buster but it failed: At reproducible-builds.org, the first error message is this: -------------------------------------------------------------------------------- -- Found installed version of Eigen: /usr/lib/cmake/eigen3 CMake Error at /usr/lib/cmake/Ceres/CeresConfig.cmake:88 (message): Failed to find Ceres - Found Eigen dependency, but the version of Eigen found (3.3.5) does not exactly match the version of Eigen Ceres was compiled with (3.3.4). This can cause subtle bugs by triggering violations of the One Definition Rule. See the Wikipedia article http://en.wikipedia.org/wiki/One_Definition_Rule for more details Call Stack (most recent call first): /usr/lib/cmake/Ceres/CeresConfig.cmake:223 (ceres_report_not_found) CMakeLists.txt:73 (find_package) CMake Error at CMakeLists.txt:73 (find_package): Found package configuration file: /usr/lib/cmake/Ceres/CeresConfig.cmake but it set Ceres_FOUND to FALSE so package "Ceres" is considered to be NOT FOUND. -- Configuring incomplete, errors occurred! -------------------------------------------------------------------------------- This seems to be caused by build dependency libceres-dev. Related bugs: #883619, #868355. Regards, Juhani