NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/41994: ldd should have an -o option like nm



>Number:         41994
>Category:       bin
>Synopsis:       ldd should have an -o option like nm
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Sep 05 02:40:00 +0000 2009
>Originator:     David A. Holland
>Release:        NetBSD 5.99.15 (20090831)
>Organization:
>Environment:
System: NetBSD tanaqui 5.99.15 NetBSD 5.99.15 (TANAQUI) #29: Thu Sep 3 18:23:41 
EDT 2009 dholland@tanaqui:/usr/src/sys/arch/i386/compile/TANAQUI i386
Architecture: i386
Machine: i386
>Description:

ldd should have an -o option like nm's -o option. That way one could
do e.g. ldd -o /usr/pkg/lib/lib*.so | grep "not found" to easily
identify busted libs, instead of various laborious alternatives.

>How-To-Repeat:

# ldd /usr/pkg/lib/lib*.so | grep 'not found'
        -lXp.7 => not found
        -lXp.7 => not found
        -lXp.7 => not found
        -lXp.7 => not found
        -lXp.7 => not found
# 

>Fix:

mrg said I should file this and he might look into it.



Home | Main Index | Thread Index | Old Index