MantisBT - CMake
View Issue Details
0011350CMakeModulespublic2010-10-21 22:152016-06-10 14:31
Clinton Stimpson 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0011350: speedup get_prerequisites(), account for linux ldd always recursive behavior
ldd on Linux is always recursive so the recursive flag in get_prerequisites() function isn't honored.

to get direct dependencies only, one can do
"objdump -x some_binary | grep NEEDED"

get_prerequisites can run much faster if only makes one call to ldd to get recursive dependencies. Also, one call to ldd would be better if some_binary had rpaths in it but dependencies didn't.

Anyway, I noticed this when I wanted BundleUtilties to go faster.
No tags attached.
Issue History
2010-10-21 22:15Clinton StimpsonNew Issue
2011-01-17 16:33David ColeAssigned To => David Cole
2011-01-17 16:33David ColeStatusnew => assigned
2012-08-13 15:02David ColeSummaryget_prerequisites() on linux recursive behavior => speedup get_prerequisites(), account for linux ldd always recursive behavior
2012-11-21 14:57David ColeNote Added: 0031653
2012-11-21 15:01David ColeAssigned ToDavid Cole =>
2012-11-21 15:11David ColeStatusassigned => new
2012-11-21 15:11David ColeNote Added: 0031662
2016-06-10 14:28Kitware RobotNote Added: 0041756
2016-06-10 14:28Kitware RobotStatusnew => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0031653)
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.
(0031662)
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...
(0041756)
Kitware Robot   
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.