Print this page
3704 libfmd_snmp should compile with newer net-snmp

Split Close
Expand all
Collapse all
          --- old/exception_lists/check_rtime
          +++ new/exception_lists/check_rtime
↓ open down ↓ 91 lines elided ↑ open up ↑
  92   92  UNDEF_REF       ^usr/lib/libnisdb\.so\.2$
  93   93  UNDEF_REF       ^usr/snadm/lib/libsvm\.so\.1$
  94   94  
  95   95  # Objects allowed to have unused dependencies
  96   96  UNUSED_DEPS     ^usr/lib/picl/plugins/          # require devtree dependencies
  97   97  UNUSED_DEPS     ^usr/lib/libp   # profile libc makes libm an unused dep of libc
  98   98  
  99   99  # libm.so.2 dependency
 100  100  UNUSED_OBJ      unused object=.*MACH(libm)/libm_hwcap1\.so\.2
 101  101  
      102 +# libnetsnmphelpers.so is empty in some net-snmp versions
      103 +UNUSED_OBJ      unused object=.*/libnetsnmphelpers\.so\..*
      104 +UNREF_OBJ       unreferenced object=.*/libsnmphelpers\.so\..*
      105 +
 102  106  # Unused runpaths due to dlopen() use
 103  107  UNUSED_RPATH    /usr/lib/fs/autofs.*\ from\ .automountd
 104  108  UNUSED_RPATH    /etc/ppp/plugins.*\ from\ .*pppd
 105  109  UNUSED_RPATH    /usr/lib/inet/ppp.*\ from\ .*pppd
 106  110  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libipsecutil\.so\.1
 107  111  UNUSED_RPATH    /usr/platform/.*rsmlib.*\ from\ .*librsm\.so\.2
 108  112  UNUSED_RPATH    \$ORIGIN.*\ from\ .*fcode.so
 109  113  UNUSED_RPATH    /opt/VRTSvxvm/lib.*\ from\ .*libdiskmgt\.so\.1
 110  114  
 111  115  # Unused runpaths in picl code
↓ open down ↓ 8 lines elided ↑ open up ↑
 120  124  UNUSED_RPATH    /usr/lib/mps.*\ from\ .*libssl3\.so
 121  125  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libdbus-1\.so\.3
 122  126  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libdbus-glib-1\.so\.2
 123  127  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libglib-2\.0\.so\.0
 124  128  UNUSED_RPATH    /usr/X11/lib.*\ from\ .*libglib-2\.0\.so\.0
 125  129  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libgobject-2\.0\.so\.0
 126  130  UNUSED_RPATH    /usr/X11/lib.*\ from\ .*libgobject-2\.0\.so\.0
 127  131  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libgthread-2\.0\.so\.0
 128  132  UNUSED_RPATH    /usr/X11/lib.*\ from\ .*libgthread-2\.0\.so\.0
 129  133  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libcrypto\.so\.0\.9\.8
 130      -UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libnetsnmp\.so\.15
      134 +UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libnetsnmp\.so\..*
 131  135  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libgcc_s\.so\.1
 132  136  UNUSED_RPATH    /usr/ccs/lib.*\ from\ .*libgcc_s\.so\.1
 133  137  UNUSED_RPATH    /usr/lib.*\ from\ .*libgcc_s\.so\.1
 134  138  UNUSED_RPATH    /usr/postgres/8.3/lib.*\ from\ .*libpq\.so\.5
 135  139  UNUSED_RPATH    /usr/sfw/lib.*\ from\ .*libpq\.so\.5
 136  140  UNUSED_RPATH    /usr/lib.*\ from\ .*/usr/lib/mps
 137  141  UNUSED_RPATH    /usr/ccs/lib.*\ from\ .*/usr/lib/mps
 138  142  
 139  143  # Unused runpaths for reasons not captured above
 140  144  UNUSED_RPATH    /usr/lib/smbsrv.*\ from\ .*libsmb\.so\.1        # future needs
↓ open down ↓ 1 lines elided ↑ open up ↑
 142  146  
 143  147  
 144  148  # Unreferenced objects of non-OSnet objects we can't change
 145  149  UNREF_OBJ       /lib.*\ of\ .*libcimapi\.so
 146  150  UNREF_OBJ       /lib.*\ of\ .*libdbus-1\.so\.3
 147  151  UNREF_OBJ       /lib.*\ of\ .*libdbus-glib-1\.so\.2
 148  152  UNREF_OBJ       /lib.*\ of\ .*libglib-2.0\.so\.0
 149  153  UNREF_OBJ       /lib.*\ of\ .*libgobject-2.0\.so\.0
 150  154  UNREF_OBJ       /lib.*\ of\ .*libgthread-2\.0\.so\.0
 151  155  UNREF_OBJ       /lib.*\ of\ .*libjvm\.so
 152      -UNREF_OBJ       /lib.*\ of\ .*libnetsnmp\.so\.15
 153      -UNREF_OBJ       /lib.*\ of\ .*libnetsnmpagent\.so\.15
 154      -UNREF_OBJ       /lib.*\ of\ .*libnetsnmpmibs\.so\.15
 155      -UNREF_OBJ       /lib.*\ of\ .*libnetsnmphelpers\.so\.15
      156 +UNREF_OBJ       /lib.*\ of\ .*libnetsnmp\.so\..*
      157 +UNREF_OBJ       /lib.*\ of\ .*libnetsnmpagent\.so\..*
      158 +UNREF_OBJ       /lib.*\ of\ .*libnetsnmpmibs\.so\..*
      159 +UNREF_OBJ       /lib.*\ of\ .*libnetsnmphelpers\.so\..*
 156  160  UNREF_OBJ       /lib.*\ of\ .*libnspr4\.so
 157  161  UNREF_OBJ       /lib.*\ of\ .*libpq\.so\.5
 158  162  UNREF_OBJ       /lib.*\ of\ .*libsoftokn3\.so
 159  163  UNREF_OBJ       /lib.*\ of\ .*libspmicommon\.so\.1
 160  164  UNREF_OBJ       /lib.*\ of\ .*libspmocommon\.so\.1
 161  165  UNREF_OBJ       /lib.*\ of\ .*libssl3\.so
 162  166  UNREF_OBJ       /lib.*\ of\ .*libtspi\.so\.1
 163  167  UNREF_OBJ       /lib.*\ of\ .*libxml2\.so\.2
 164  168  UNREF_OBJ       /lib.*\ of\ .*libxslt\.so\.1
 165  169  UNREF_OBJ       /lib.*\ of\ .*libpq\.so\.4
↓ open down ↓ 59 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX