Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#12119 closed enhancement (fixed)

cmake-3.14.5

Reported by: Douglas R. Reno Owned by: thomas
Priority: normal Milestone: 9.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version

Change History (4)

comment:1 by thomas, 5 years ago

Owner: changed from blfs-book to thomas
Status: newassigned

Changes:

Entries of the CPATH environment variable are no longer excluded from explicit use via include_directories() and target_include_directories() as they were in CMake 3.14.0 through 3.14.4.

comment:2 by thomas, 5 years ago

There is an issue when having LANG set (in my case LANG=de_DE.UTF-8):

542/545 Test #136: CMakeTestAllGenerators ...........................   Passed    3.89 sec
        Start 143: ExternalProject
543/545 Test #143: ExternalProject ..................................   Passed   25.21 sec
        Start 147: ExternalProjectLocal
544/545 Test #147: ExternalProjectLocal .............................   Passed   22.39 sec
        Start 149: ExternalProjectUpdate
545/545 Test #149: ExternalProjectUpdate ............................   Passed   14.24 sec

99% tests passed, 1 tests failed out of 545

Label Time Summary:
Label1    =   0.09 sec*proc (1 test)
Label2    =   0.09 sec*proc (1 test)

Total Test time (real) = 768.29 sec

The following tests FAILED:
	322 - RunCMake.Make (Failed)
Errors while running CTest

Doing LANG= bin/ctest -j4 -O cmake-3.14.5-test.log makes it running fine.

comment:3 by thomas, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r21646

comment:4 by Bruce Dubbs, 5 years ago

Milestone: 8.59.0

Milestone renamed

Note: See TracTickets for help on using tickets.