[cmake-developers] [CMake 0013213]: VerifyManifest reports error where there is none

Mantis Bug Tracker mantis at public.kitware.com
Fri May 11 03:31:50 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13213 
====================================================================== 
Reported By:                drahier
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13213
Category:                   Modules
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-05-11 08:31 WAT
Last Modified:              2012-05-11 08:31 WAT
====================================================================== 
Summary:                    VerifyManifest reports error where there is none
Description: 
When 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 Reproduce: 
Put dll and manifest file (one you feel pretty sure of) in one directory and run
cmake -P CMakeVerifyManifest.cmake

Additional Information: 
Windows 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>
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-05-11 08:31 drahier        New Issue                                    
======================================================================




More information about the cmake-developers mailing list