Bug #1169
Library finder gets hung up on large file systems
Status:
Open
Priority:
Low
Assignee:
Category:
Build System
Target version:
Start date:
13 November 2012
Due date:
% Done:
0%
Estimated time:
Workflow:
New Issue
Description
Library finder looks in /usr/ for opengl libraries can get lost if, say, you are on the Sheffield server that has loads of crap in /usr/
Updated by Rogers, Chris almost 10 years ago
- Category set to Build System
- Assignee changed from Rogers, Chris to Rajaram, Durga
- Target version set to Future MAUS release
Durga, you may want to look at this. It is a fairly minor issue. The library finder python script is in
third_party/install/bin/library_finder.py
Updated by Rajaram, Durga almost 10 years ago
What is the problem right now?
Does it time out?
I think `locate` is fastest but depends on the existence of a cached db from `updatedb`
`whereis` is also faster unless the target is in a nonstandard path like NoMachine.
I'll look