[Bug 571686] New: mingw32 produced DLL's are not stripped

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 9 08:39:44 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: mingw32 produced DLL's are not stripped

https://bugzilla.redhat.com/show_bug.cgi?id=571686

           Summary: mingw32 produced DLL's are not stripped
           Product: Fedora
           Version: 10
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: mingw32-filesystem
        AssignedTo: rjones at redhat.com
        ReportedBy: waananen at nbi.dk
         QAContact: extras-qa at fedoraproject.org
                CC: berrange at redhat.com, rjones at redhat.com,
                    erik-fedora at vanpienbroek.nl,
                    fedora-mingw at lists.fedoraproject.org
    Classification: Fedora


Description of problem:

Even if the specfile includes:

%define __strip %{_mingw32_strip}

mingw32 cross-compiled packages does not get their DLL's or binaries
stripped.

Version-Release number of selected component (if applicable):

Checked with:

mingw32-filesystem-56-1

How reproducible:

Very easy to reproduce by building a mingw32 package. Also official Fedora
mingw32 packages are not stripped either - I tested the package:
mingw32-pixman-0.14.0-1.fc11.

Steps to Reproduce:
1. cp -p /usr/i686-pc-mingw32/sys-root/mingw/bin/libpixman-1-0.dll /tmp
2. i686-pc-mingw32-strip /tmp/libpixman-1-0.dll

Actual results:

# ls -1s /usr/i686-pc-mingw32/sys-root/mingw/bin/libpixman-1-0.dll
/tmp/libpixman-1-0.dll
 252 /tmp/libpixman-1-0.dll
1252 /usr/i686-pc-mingw32/sys-root/mingw/bin/libpixman-1-0.dll


Expected results:

# ls -1s /usr/i686-pc-mingw32/sys-root/mingw/bin/libpixman-1-0.dll
/tmp/libpixman-1-0.dll
 252 /tmp/libpixman-1-0.dll
 252 /usr/i686-pc-mingw32/sys-root/mingw/bin/libpixman-1-0.dll

Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the mingw mailing list