[Pharo-project] Trying to install Magma r41.1 throught Monticello installation 1.5+
I am CC to the Magma list as it may be more a problem from SqueakMap dependencies. On a fresh update Pharo image, I install Magma r41.1 with: Installer universe install: 'Magma 1.41(r41.1)'. At first MC1.5+ is first installed, at it is marked as a prerequisit. But an error ius raised, indeed it looks like MC1.5+ override of the method httpGetDocument: url args: args accept: mimeType request: requestString is incompatible with Pharo -- http://blog.ofset.org/hilaire
I try to load Magma with the patched MC (MonticelloConfigurations-cmm.44.mcz and Monticello-SR.315.mcz). It results on an MNU error PastUpMorph does not undersand #description Hilaire 2008/12/2 Hilaire Fernandes <hilaire@ofset.org>:
I am CC to the Magma list as it may be more a problem from SqueakMap dependencies.
On a fresh update Pharo image, I install Magma r41.1 with:
Installer universe install: 'Magma 1.41(r41.1)'.
At first MC1.5+ is first installed, at it is marked as a prerequisit.
But an error ius raised, indeed it looks like MC1.5+ override of the method
httpGetDocument: url args: args accept: mimeType request: requestString
is incompatible with Pharo
---------- Forwarded message ---------- From: Hilaire Fernandes <hilaire@ofset.org> Date: 2008/12/2 Subject: Trying to install Magma r41.1 throught Monticello installation 1.5+ To: Pharo Development <pharo-project@lists.gforge.inria.fr>, magma@lists.squeakfoundation.org I am CC to the Magma list as it may be more a problem from SqueakMap dependencies. On a freshly updated Pharo image, I install Magma r41.1 with: Installer universe install: 'Magma 1.41(r41.1)'. At first MC1.5+ is first installed, at it is marked as a prerequisite. But an error is raised, indeed it looks like MC1.5+ override of the method httpGetDocument: url args: args accept: mimeType request: requestString is incompatible with Pharo -- http://blog.ofset.org/hilaire -- http://blog.ofset.org/hilaire
On Tue, Dec 2, 2008 at 3:43 PM, Hilaire Fernandes <hilaire@ofset.org> wrote:
I try to load Magma with the patched MC (MonticelloConfigurations-cmm.44.mcz and Monticello-SR.315.mcz). It results on an MNU error PastUpMorph does not undersand #description
This is the same bug as in the thread "Bug when loading Seaside in 10178" -- Damien Cassou http://damiencassou.seasidehosting.st
Hi Hilaire, Just as a side note, instead of sending a screenshot it is more useful to send the SqueakDebug.log file that is created when a debugger pops up in the same directory as your squeak image is located. This file contains more information and requires less space. Cheers, Adrian On Dec 2, 2008, at 15:43 , Hilaire Fernandes wrote:
I try to load Magma with the patched MC (MonticelloConfigurations- cmm.44.mcz and Monticello-SR.315.mcz). It results on an MNU error PastUpMorph does not undersand #description
Hilaire
2008/12/2 Hilaire Fernandes <hilaire@ofset.org>:
I am CC to the Magma list as it may be more a problem from SqueakMap dependencies.
On a fresh update Pharo image, I install Magma r41.1 with:
Installer universe install: 'Magma 1.41(r41.1)'.
At first MC1.5+ is first installed, at it is marked as a prerequisit.
But an error ius raised, indeed it looks like MC1.5+ override of the method
httpGetDocument: url args: args accept: mimeType request: requestString
is incompatible with Pharo
-- http://blog.ofset.org/hilaire <install-magma- pharo.png>_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yes, it is attached to a comment following the bug issue you opened previously :) Damien, thanks to point me to the Seaisde related issue. I trace the bug, and for me the problem seems to come from PSUIManager>>modalMorph, in the loop searching for a Morph to attach to a modal morph. I don't thought how to fix it. Hilaire 2008/12/2 Adrian Lienhard <adi@netstyle.ch>:
Hi Hilaire,
Just as a side note, instead of sending a screenshot it is more useful to send the SqueakDebug.log file that is created when a debugger pops up in the same directory as your squeak image is located. This file contains more information and requires less space.
Cheers, Adrian
On Dec 2, 2008, at 15:43 , Hilaire Fernandes wrote:
I try to load Magma with the patched MC (MonticelloConfigurations-cmm.44.mcz and Monticello-SR.315.mcz). It results on an MNU error PastUpMorph does not undersand #description
Hilaire
2008/12/2 Hilaire Fernandes <hilaire@ofset.org>:
I am CC to the Magma list as it may be more a problem from SqueakMap dependencies.
On a fresh update Pharo image, I install Magma r41.1 with:
Installer universe install: 'Magma 1.41(r41.1)'.
At first MC1.5+ is first installed, at it is marked as a prerequisit.
But an error ius raised, indeed it looks like MC1.5+ override of the method
httpGetDocument: url args: args accept: mimeType request: requestString
is incompatible with Pharo
-- http://blog.ofset.org/hilaire <install-magma-pharo.png>_______________________________________________ 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
In the modalMorph method of PSUIManager change the line in the middle to the following... receiver == World and: [sender selector == #handleEvent: or: [sender selector == #findWindow:]]]]) That should help things.. Regards, Gary. ----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Tuesday, December 02, 2008 3:19 PM Subject: Re: [Pharo-project] Re: Trying to install Magma r41.1 throughtMonticello installation 1.5+
Yes, it is attached to a comment following the bug issue you opened previously :)
Damien, thanks to point me to the Seaisde related issue. I trace the bug, and for me the problem seems to come from PSUIManager>>modalMorph, in the loop searching for a Morph to attach to a modal morph. I don't thought how to fix it.
Hilaire
2008/12/2 Adrian Lienhard <adi@netstyle.ch>:
Hi Hilaire,
Just as a side note, instead of sending a screenshot it is more useful to send the SqueakDebug.log file that is created when a debugger pops up in the same directory as your squeak image is located. This file contains more information and requires less space.
Cheers, Adrian
On Dec 2, 2008, at 15:43 , Hilaire Fernandes wrote:
I try to load Magma with the patched MC (MonticelloConfigurations-cmm.44.mcz and Monticello-SR.315.mcz). It results on an MNU error PastUpMorph does not undersand #description
Hilaire
2008/12/2 Hilaire Fernandes <hilaire@ofset.org>:
I am CC to the Magma list as it may be more a problem from SqueakMap dependencies.
On a fresh update Pharo image, I install Magma r41.1 with:
Installer universe install: 'Magma 1.41(r41.1)'.
At first MC1.5+ is first installed, at it is marked as a prerequisit.
But an error ius raised, indeed it looks like MC1.5+ override of the method
httpGetDocument: url args: args accept: mimeType request: requestString
is incompatible with Pharo
-- http://blog.ofset.org/hilaire <install-magma-pharo.png>_______________________________________________ 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
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thanks Gary. In the mean time I applied the suggested solution from Damien. Is that ok? Hilaire 2008/12/2 Gary Chambers <gazzaguru2@btinternet.com>:
In the modalMorph method of PSUIManager change the line in the middle to the following...
receiver == World and: [sender selector == #handleEvent: or: [sender selector == #findWindow:]]]])
That should help things..
Regards, Gary.
----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Tuesday, December 02, 2008 3:19 PM Subject: Re: [Pharo-project] Re: Trying to install Magma r41.1 throughtMonticello installation 1.5+
Yes, it is attached to a comment following the bug issue you opened previously :)
Damien, thanks to point me to the Seaisde related issue. I trace the bug, and for me the problem seems to come from PSUIManager>>modalMorph, in the loop searching for a Morph to attach to a modal morph. I don't thought how to fix it.
Hilaire
2008/12/2 Adrian Lienhard <adi@netstyle.ch>:
Hi Hilaire,
Just as a side note, instead of sending a screenshot it is more useful to send the SqueakDebug.log file that is created when a debugger pops up in the same directory as your squeak image is located. This file contains more information and requires less space.
Cheers, Adrian
On Dec 2, 2008, at 15:43 , Hilaire Fernandes wrote:
I try to load Magma with the patched MC (MonticelloConfigurations-cmm.44.mcz and Monticello-SR.315.mcz). It results on an MNU error PastUpMorph does not undersand #description
Hilaire
2008/12/2 Hilaire Fernandes <hilaire@ofset.org>:
I am CC to the Magma list as it may be more a problem from SqueakMap dependencies.
On a fresh update Pharo image, I install Magma r41.1 with:
Installer universe install: 'Magma 1.41(r41.1)'.
At first MC1.5+ is first installed, at it is marked as a prerequisit.
But an error ius raised, indeed it looks like MC1.5+ override of the method
httpGetDocument: url args: args accept: mimeType request: requestString
is incompatible with Pharo
-- http://blog.ofset.org/hilaire <install-magma-pharo.png>_______________________________________________ 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
-- http://blog.ofset.org/hilaire
_______________________________________________ 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
Probably! Regards, Gary. ----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Tuesday, December 02, 2008 4:43 PM Subject: Re: [Pharo-project] Re: Trying to install Magma r41.1throughtMonticello installation 1.5+
Thanks Gary. In the mean time I applied the suggested solution from Damien. Is that ok?
Hilaire
2008/12/2 Gary Chambers <gazzaguru2@btinternet.com>:
In the modalMorph method of PSUIManager change the line in the middle to the following...
receiver == World and: [sender selector == #handleEvent: or: [sender selector == #findWindow:]]]])
That should help things..
Regards, Gary.
----- Original Message ----- From: "Hilaire Fernandes" <hilaire@ofset.org> To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> Sent: Tuesday, December 02, 2008 3:19 PM Subject: Re: [Pharo-project] Re: Trying to install Magma r41.1 throughtMonticello installation 1.5+
Yes, it is attached to a comment following the bug issue you opened previously :)
Damien, thanks to point me to the Seaisde related issue. I trace the bug, and for me the problem seems to come from PSUIManager>>modalMorph, in the loop searching for a Morph to attach to a modal morph. I don't thought how to fix it.
Hilaire
2008/12/2 Adrian Lienhard <adi@netstyle.ch>:
Hi Hilaire,
Just as a side note, instead of sending a screenshot it is more useful to send the SqueakDebug.log file that is created when a debugger pops up in the same directory as your squeak image is located. This file contains more information and requires less space.
Cheers, Adrian
On Dec 2, 2008, at 15:43 , Hilaire Fernandes wrote:
I try to load Magma with the patched MC (MonticelloConfigurations-cmm.44.mcz and Monticello-SR.315.mcz). It results on an MNU error PastUpMorph does not undersand #description
Hilaire
2008/12/2 Hilaire Fernandes <hilaire@ofset.org>:
I am CC to the Magma list as it may be more a problem from SqueakMap dependencies.
On a fresh update Pharo image, I install Magma r41.1 with:
Installer universe install: 'Magma 1.41(r41.1)'.
At first MC1.5+ is first installed, at it is marked as a prerequisit.
But an error ius raised, indeed it looks like MC1.5+ override of the method
httpGetDocument: url args: args accept: mimeType request: requestString
is incompatible with Pharo
-- http://blog.ofset.org/hilaire <install-magma-pharo.png>_______________________________________________ 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
-- http://blog.ofset.org/hilaire
_______________________________________________ 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
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I don't know if it helps or not, but if I load the following: (2008.10.01 17:13:50 22,203) MonticelloConfigurations-cmm.44.mcz (2008.10.01 17:13:33 201,923) Monticello-SR.315.mcz and then load Magma r41.1 from squeaksource.com/MagmaTester, it installed fine (minus the eToys cautions). Didn't know if there is a clue there or not; I am not very savvy with Workspace/scripted installations! Whether it works or not, I have yet to test! Take care, Rob On Tue, Dec 2, 2008 at 9:49 AM, Hilaire Fernandes <hilaire@ofset.org> wrote:
---------- Forwarded message ---------- From: Hilaire Fernandes <hilaire@ofset.org> Date: 2008/12/2 Subject: Trying to install Magma r41.1 throught Monticello installation 1.5+ To: Pharo Development <pharo-project@lists.gforge.inria.fr>, magma@lists.squeakfoundation.org
I am CC to the Magma list as it may be more a problem from SqueakMap dependencies.
On a freshly updated Pharo image, I install Magma r41.1 with:
Installer universe install: 'Magma 1.41(r41.1)'.
At first MC1.5+ is first installed, at it is marked as a prerequisite.
But an error is raised, indeed it looks like MC1.5+ override of the method
httpGetDocument: url args: args accept: mimeType request: requestString
is incompatible with Pharo
-- http://blog.ofset.org/hilaire
-- http://blog.ofset.org/hilaire
_______________________________________________ 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 -
Damien Cassou -
Gary Chambers -
Hilaire Fernandes -
Rob Rothwell