MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011350 | CMake | Modules | public | 2010-10-21 22:15 | 2016-06-10 14:31 |
Reporter | Clinton Stimpson | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0011350: speedup get_prerequisites(), account for linux ldd always recursive behavior | ||||
Description | 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|