[Pharo-project] [update] #10488
This change will condense the sources file and clean out the changes file. 10488 ----- Condense sources ___________________ http://www.adrian-lienhard.ch/
Pharo fails to condense .sources file. I get an error "Invalid utf8 input detected" and no PharoDebug.log at all. The last lines of the new .sources file are: !OBWebIcons methodsFor: 'icons' stamp: 'cwp 6/20/2009 00:55'! arrowDown ^ MIMEDocument contentType: 'image/png' content: 'Ðâ°PNG...<then other unprintable characters follow> George
On Mon, Oct 19, 2009 at 12:10 PM, George Herolyants < george.herolyants@gmail.com> wrote:
Pharo fails to condense .sources file. I get an error "Invalid utf8 input detected" and no PharoDebug.log at all.
It is a known problem. See this: http://code.google.com/p/pharo/issues/detail?id=830 However, I didn't understand Markus comment.
The last lines of the new .sources file are:
!OBWebIcons methodsFor: 'icons' stamp: 'cwp 6/20/2009 00:55'! arrowDown ^ MIMEDocument contentType: 'image/png' content:
'Ðâ°PNG...<then other unprintable characters follow>
George
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 19.10.2009, at 16:53, Mariano Martinez Peck wrote:
On Mon, Oct 19, 2009 at 12:10 PM, George Herolyants <george.herolyants@gmail.com
wrote: Pharo fails to condense .sources file. I get an error "Invalid utf8 input detected" and no PharoDebug.log at all.
Are you trying to condese a dev image? You should not. The sources will be build from a core image (the alternative does not work. else the .sources would contain all the code from the dev image) condensing the core image is working.
It is a known problem. See this: http://code.google.com/p/pharo/issues/detail?id=830
However, I didn't understand Markus comment.
The last lines of the new .sources file are:
!OBWebIcons methodsFor: 'icons' stamp: 'cwp 6/20/2009 00:55'! arrowDown ^ MIMEDocument contentType: 'image/png' content:
'Ðâ°PNG...<then other unprintable characters follow>
George
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/10/19 Marcus Denker <denker@acm.org>:
Are you trying to condese a dev image? You should not. The sources will be build from a core image (the alternative does not work. else the .sources would contain all the code from the dev image)
condensing the core image is working.
:) O, thanks, now I see it's my mistake, I really try to condense a dev image. Thank you for the explanation. George
This is however a known bug and should not happen http://code.google.com/p/pharo/issues/detail?id=830 2009/10/19 George Herolyants <george.herolyants@gmail.com>:
2009/10/19 Marcus Denker <denker@acm.org>:
Are you trying to condese a dev image? You should not. The sources will be build from a core image (the alternative does not work. else the .sources would contain all the code from the dev image)
condensing the core image is working.
:) O, thanks, now I see it's my mistake, I really try to condense a dev image.
Thank you for the explanation.
George
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Adrian Lienhard -
George Herolyants -
Marcus Denker -
Mariano Martinez Peck -
Nicolas Cellier