View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013213CMakeModulespublic2012-05-11 03:312016-06-10 14:31
Reporterdrahier 
Assigned ToBill Hoffman 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
Platformx86OSWindowsOS VersionXP SP3
Product VersionCMake 2.8.8 
Target VersionFixed in Version 
Summary0013213: VerifyManifest reports error where there is none
DescriptionWhen I run CMakeVerifyManifest.cmake on (for example) a boost dll like date_time, it tells me that the embedded manifest does not match the one in the external file.
The output it prints is identical for both manifests, however. This is true for all libraries I have come across so far, even so manifest and dll stem from the same machine/compiler.
Steps To ReproducePut dll and manifest file (one you feel pretty sure of) in one directory and run cmake -P CMakeVerifyManifest.cmake
Additional InformationWindows runs inside a VirtualBox, just in case it matters. Compiler is msvc 8.0.
Manifest of dll:

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>
</assembly>
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042047)
Kitware Robot (administrator)
2016-06-10 14:28

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2012-05-11 03:31 drahier New Issue
2012-05-11 07:55 Brad King Assigned To => Bill Hoffman
2012-05-11 07:55 Brad King Status new => assigned
2016-06-10 14:28 Kitware Robot Note Added: 0042047
2016-06-10 14:28 Kitware Robot Status assigned => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team