[cmake-developers] [CMake 0015566]: 5 tests fail on amd64 Debian jessie
Mantis Bug Tracker
mantis at public.kitware.com
Wed May 13 16:43:20 EDT 2015
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=15566
======================================================================
Reported By: Faheem Mitha
Assigned To:
======================================================================
Project: CMake
Issue ID: 15566
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-05-13 16:43 EDT
Last Modified: 2015-05-13 16:43 EDT
======================================================================
Summary: 5 tests fail on amd64 Debian jessie
Description:
The following tests fail on jessie with current master.
26 - FindPackageTest (Failed)
232 - CTestTestStopTime (Failed)
283 - RunCMake.CMP0041 (Failed)
375 - RunCMake.IfacePaths_INCLUDE_DIRECTORIES (Failed)
409 - CMake.CheckSourceTree (Failed)
This is in a chroot. I attach verbose output of tests, and
also the result of running dpkg --get-selections in the chroot
Steps to Reproduce:
1) Create chroot using list of packages above
2) In top level source dir:
mkdir build
cd build
cmake ..
make -j <number-of-jobs>
bin/ctest -j <number-of-jobs>
To produce only verbose output for the tests, I did
bin/ctest -j <number-of-jobs> -V -R testname
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-05-13 16:43 Faheem Mitha New Issue
2015-05-13 16:43 Faheem Mitha File Added: dpkg-get-selections
======================================================================
More information about the cmake-developers
mailing list