Opened 5 years ago
#60170 assigned defect
coreutils 8.32: rm -i z core dumps
Reported by: | blair (Blair Zajac) | Owned by: | blair (Blair Zajac) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | coreutils |
Description
On my Mojave 10.14.6 system:
$ touch z $ /opt/local/libexec/gnubin/rm -i z /opt/local/libexec/gnubin/rm: remove regular empty file 'z'? y dyld: lazy symbol binding failed: Symbol not found: _rpmatch Referenced from: /opt/local/libexec/gnubin/rm Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: _rpmatch Referenced from: /opt/local/libexec/gnubin/rm Expected in: /usr/lib/libSystem.B.dylib Abort trap: 6 (core dumped)
Note: See
TracTickets for help on using
tickets.