That is indeed annoying. As a workaround you could remove the .dsym directories manually.

This should obviously be fixed in py2app itself, when it strips debug symbols from executable files it should also remove .dsym directories. I've added this to my list, but wouldn't mind if someone would send me a patch before I get to that ;-)

Ronald

On 26 May, 2009, at 0:35, Kel Solaar wrote:

Hello :)

Py2App seems to fail stripping my .dSYM directories. This one for example is currently around 210 mo and bundled every time :

MyApp.app/Contents/Frameworks/QtGui.framework/QtGui_debug.dSYM

I have those related messages :

/usr/bin/strip: input object file stripped: /Users/KelSolaar/ Documents/Developement/sIBL/src/dist/sIBL_GUI.app/Contents/ Frameworks/QtGui.framework/QtGui_debug.dSYM/Contents/Resources/DWARF/ QtGui_debug (for architecture ppc) /usr/bin/strip: input object file stripped: /Users/KelSolaar/ Documents/Developement/sIBL/src/dist/sIBL_GUI.app/Contents/ Frameworks/QtGui.framework/QtGui_debug.dSYM/Contents/Resources/DWARF/ QtGui_debug (for architecture i386) /usr/bin/strip: input object file stripped: /Users/KelSolaar/ Documents/Developement/sIBL/src/dist/sIBL_GUI.app/Contents/ Frameworks/QtCore.framework/QtCore_debug.dSYM/Contents/Resources/ DWARF/QtCore_debug (for architecture ppc) /usr/bin/strip: input object file stripped: /Users/KelSolaar/ Documents/Developement/sIBL/src/dist/sIBL_GUI.app/Contents/ Frameworks/QtCore.framework/QtCore_debug.dSYM/Contents/Resources/ DWARF/QtCore_debug (for architecture i386)
stripping saved 25755260 bytes (208239343 / 233994603)

Anyone have an idea ?

Votre correspondant a choisi Hotmail et profite d'un stockage quasiment illimité. Créez un compte Hotmail gratuitement ! _______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to