On Tuesday 30 January 2007 13:06, Caolan McNamara wrote: > On Mon, 2007-01-29 at 23:06 +0200, Ville Skyttä wrote: > > > More info, including some suggestions how to fix common cases: > > http://fedoraproject.org/wiki/Packaging/Debuginfo > > "find-debuginfo.sh processes only files that are executable when it's > run" > > I think that another obvious reason for empty debuginfo is non owner > writable .so files as well as non-executable ones. That shouldn't be an issue since rpm 4.2.2, find-debuginfo.sh does this nowadays: if test -w "$f"; then strip_to_debug "${debugfn}" "$f" else chmod u+w "$f" strip_to_debug "${debugfn}" "$f" chmod u-w "$f" fi -- Fedora-maintainers mailing list Fedora-maintainers@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers -- Fedora-maintainers-readonly mailing list Fedora-maintainers-readonly@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly