[Xfce-bugs] [Bug 8702] New: nm in abicheck.sh uses non-standard options

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Apr 15 09:40:28 CEST 2012


https://bugzilla.xfce.org/show_bug.cgi?id=8702

          Priority: Medium
            Bug ID: 8702
                CC: xfce-bugs at xfce.org
          Assignee: nick at xfce.org
           Summary: nm  in abicheck.sh uses non-standard options
          Severity: normal
    Classification: Xfce
                OS: OpenBSD
          Reporter: landry at xfce.org
          Hardware: Other
            Status: NEW
           Version: Unspecified
         Component: General
           Product: Libxfce4ui

as can be seen on
http://buildbot.xfce.org/builders/libxfce4ui-openbsd/builds/332/steps/gmake%20distcheck/logs/stdio
nm doesn't have -D on OpenBSD (-P neither), see
http://www.openbsd.org/cgi-bin/man.cgi?query=nm

A solution would be to use plain nm output (which defaults to "bsd format") and
use awk just to match on the symbol types.

 nm /usr/local/lib/libxfce4ui-1.so.0.1 |awk '/ [DRTG] / {print $3}' seems to
produce the same result here and on a linux box.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Xfce-bugs mailing list