2012/10/10 Carsten Grzemba <[email protected]>: > checkpkg reports: > > CHECKPKG_OVERRIDES_CSWlibqtgui4-gxx += > file-with-bad-content|/usr/local|root/opt/csw/gxx/lib/libQtGui.so.4.8.1 > CHECKPKG_OVERRIDES_CSWlibqtgui4-gxx += > file-with-bad-content|/usr/share|root/opt/csw/gxx/lib/libQtGui.so.4.8.1 > > > but if I do: > $ find . -name libQtGui.so.4.8.1 | xargs grep -w local > $ find . -name libQtGui.so.4.8.1 | xargs grep -w share > nothing is found. > > How is that possible?
I vaguely remember that Sun grep handles ELF files in a special way. Try GNU grep. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
