View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013315CMakeCPackpublic2012-06-19 02:162013-01-09 14:05
ReporterAlex Blekhman 
Assigned ToDavid Cole 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformMS Visual Studio 10OSWindowsOS Version6.1
Product VersionCMake 2.8.8 
Target VersionCMake 2.8.10Fixed in VersionCMake 2.8.10 
Summary0013315: Modules/InstallRequiredSystemLibraries looks for non-existing files.
DescriptionModules/InstallRequiredSystemLibraries.cmake tries to install non-existing file: 'C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/redist/x64/Microsoft.VC100.MFCLOC/mfc100esp.dll'

This file has been renamed to 'mfc100esn.dll' for both x86 and x64 versions of the MFC 10.0 library.
Steps To ReproduceExecute the following CMake script:

INCLUDE(InstallRequiredSystemLibraries)

The output is:

CMake Warning at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/InstallRequiredSystemLibraries.cmake:342 (MESSAGE):
  system runtime library file does not exist: 'C:/Program Files
  (x86)/Microsoft Visual Studio
  10.0/VC/redist/x64/Microsoft.VC100.MFCLOC/mfc100esp.dll'
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0030691)
David Cole (manager)
2012-08-17 11:02

Fix pushed to 'next' today:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e4e6ea0714dd9a1edf157676e49dbf0ef9abd0d2 [^]
(0032073)
Robert Maynard (manager)
2013-01-09 14:05

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2012-06-19 02:16 Alex Blekhman New Issue
2012-06-19 11:07 David Cole Assigned To => David Cole
2012-06-19 11:07 David Cole Status new => assigned
2012-08-17 11:02 David Cole Target Version => CMake 2.8.10
2012-08-17 11:02 David Cole Note Added: 0030691
2012-08-17 11:02 David Cole Status assigned => resolved
2012-08-17 11:02 David Cole Fixed in Version => CMake 2.8.10
2012-08-17 11:02 David Cole Resolution open => fixed
2013-01-09 14:05 Robert Maynard Note Added: 0032073
2013-01-09 14:05 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team