View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011350CMakeModulespublic2010-10-21 22:152016-06-10 14:31
ReporterClinton Stimpson 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0011350: speedup get_prerequisites(), account for linux ldd always recursive behavior
Descriptionldd 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0031653)
David Cole (manager)
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 (manager)
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 (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
2010-10-21 22:15 Clinton Stimpson New Issue
2011-01-17 16:33 David Cole Assigned To => David Cole
2011-01-17 16:33 David Cole Status new => assigned
2012-08-13 15:02 David Cole Summary get_prerequisites() on linux recursive behavior => speedup get_prerequisites(), account for linux ldd always recursive behavior
2012-11-21 14:57 David Cole Note Added: 0031653
2012-11-21 15:01 David Cole Assigned To David Cole =>
2012-11-21 15:11 David Cole Status assigned => new
2012-11-21 15:11 David Cole Note Added: 0031662
2016-06-10 14:28 Kitware Robot Note Added: 0041756
2016-06-10 14:28 Kitware Robot Status new => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team