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: rjo...@redhat.com ReportedBy: waana...@nbi.dk QAContact: extras...@fedoraproject.org CC: berra...@redhat.com, rjo...@redhat.com, erik-fed...@vanpienbroek.nl, fedora-mi...@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. _______________________________________________ mingw mailing list mingw@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mingw