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

          Priority: Medium
            Bug ID: 8702
                CC: [email protected]
          Assignee: [email protected]
           Summary: nm  in abicheck.sh uses non-standard options
          Severity: normal
    Classification: Xfce
                OS: OpenBSD
          Reporter: [email protected]
          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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to