Packages with optflags and/or debuginfo issues

Ville Skyttä ville.skytta at iki.fi
Tue Jan 30 17:29:01 UTC 2007


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




More information about the Fedora-maintainers mailing list