MantisBT - CMake
View Issue Details
0013351CMakeModulespublic2012-06-26 13:292016-01-04 11:52
Clinton Stimpson 
 
normalminorhave not tried
closedfixed 
Windows
 
CMake 3.4CMake 3.4 
0013351: GetPrerequisites.cmake doesn't catch errors from dumpbin
I had a case of a corrupt dll, but BundleUtilities/GetPrerequisites silently skips right over it.

in get_prerequisites(), I changed "set(verbose 1)"
And "dumpbin /dependents" gave the error
... *.dll : fatal error LNK1136: invalid or corrupt file"
and returns zero prerequisites.
No tags attached.
Issue History
2012-06-26 13:29Clinton StimpsonNew Issue
2012-07-10 17:57David ColeAssigned To => David Cole
2012-07-10 17:57David ColeStatusnew => assigned
2012-11-21 14:57David ColeNote Added: 0031657
2012-11-21 14:59David ColeAssigned ToDavid Cole =>
2012-11-21 15:11David ColeStatusassigned => new
2012-11-21 15:11David ColeNote Added: 0031667
2015-08-03 11:44Brad KingNote Added: 0039223
2015-08-03 11:44Brad KingStatusnew => resolved
2015-08-03 11:44Brad KingResolutionopen => fixed
2015-08-03 11:44Brad KingFixed in Version => CMake 3.4
2015-08-03 11:44Brad KingTarget Version => CMake 3.4
2016-01-04 11:52Robert MaynardNote Added: 0040104
2016-01-04 11:52Robert MaynardStatusresolved => closed

Notes
(0031657)
David Cole   
2012-11-21 14:57   
Un-assigning bugs that are not on the active roadmap, which no developers are actively working on for the CMake 2.8.11 release.

If one gets put back on the roadmap, re-assign it appropriately at that time.
(0031667)
David Cole   
2012-11-21 15:11   
Re-setting status back to "new" for bugs that are "assigned" but not assigned to a specific developer. When/if these bugs go back on the roadmap for a specific version, assignment to an appropriate developer should take place then...
(0039223)
Brad King   
2015-08-03 11:44   
This has been fixed here:

 GetPrerequisites: Add error checks for execute_process() calls
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=afb674ab [^]
(0040104)
Robert Maynard   
2016-01-04 11:52   
Closing resolved issues that have not been updated in more than 4 months.