[Pharo-project] jenkins mac cogvm misses os process?
Hi, When I try to run OSProcess with the Jenkins version of the CogVM, I get the message that the accessor is missing. When I run the same code with the Cog 2489 from Eliot, it works fine. You can reproduce by executing: OSProcess waitForCommand: 'echo sleeping...; sleep 3; echo I just slept for three seconds' Cheers, Doru -- www.tudorgirba.com "When people care, great things can happen."
On 8 September 2011 13:09, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
When I try to run OSProcess with the Jenkins version of the CogVM, I get the message that the accessor is missing. When I run the same code with the Cog 2489 from Eliot, it works fine.
You can reproduce by executing: OSProcess waitForCommand: 'echo sleeping...; sleep 3; echo I just slept for three seconds'
check the internal module list of VM: Smalltalk listBuiltinModules. it has built internally in last cocoa VM. Because if it built as external, we have some problems.
Cheers, Doru
-- www.tudorgirba.com
"When people care, great things can happen."
-- Best regards, Igor Stasenko.
Hi, Here is the list: ADPCMCodecPlugin VMMaker-oscog-EstebanLorenzano.109 (i) BMPReadWriterPlugin VMMaker-oscog-EstebanLorenzano.109 (i) B2DPlugin VMMaker-oscog-EstebanLorenzano.109 (i) BitBltPlugin VMMaker-oscog-EstebanLorenzano.109 (i) ClipboardExtendedPlugin VMMaker-oscog-EstebanLorenzano.109 (i) DSAPrims VMMaker-oscog-EstebanLorenzano.109 (i) ZipPlugin VMMaker-oscog-EstebanLorenzano.109 (i) DropPlugin VMMaker-oscog-EstebanLorenzano.109 (i) FFTPlugin VMMaker-oscog-EstebanLorenzano.109 (i) FilePlugin VMMaker-oscog-EstebanLorenzano.109 (i) FloatArrayPlugin VMMaker-oscog-EstebanLorenzano.109 (i) GeniePlugin v2.0 8 August 2011 VMMaker-oscog-EstebanLorenzano.109 (i) HostWindowPlugin VMMaker-oscog-EstebanLorenzano.109 (i) JPEGReadWriter2Plugin VMMaker-oscog-EstebanLorenzano.109 (i) JPEGReaderPlugin VMMaker-oscog-EstebanLorenzano.109 (i) Klatt VMMaker-oscog-EstebanLorenzano.109 (i) LargeIntegers v1.5 VMMaker-oscog-EstebanLorenzano.109 (i) Matrix2x3Plugin VMMaker-oscog-EstebanLorenzano.109 (i) MiscPrimitivePlugin VMMaker-oscog-EstebanLorenzano.109 (i) RePlugin VMMaker-oscog-EstebanLorenzano.109 (i) SecurityPlugin VMMaker-oscog-EstebanLorenzano.109 (i) SocketPlugin VMMaker-oscog-EstebanLorenzano.109 (i) SoundCodecPrims VMMaker-oscog-EstebanLorenzano.109 (i) SoundGenerationPlugin VMMaker-oscog-EstebanLorenzano.109 (i) SoundPlugin VMMaker-oscog-EstebanLorenzano.109 (i) StarSqueakPlugin VMMaker-oscog-EstebanLorenzano.109 (i) SurfacePlugin Aug 8 2011 (i) Cheers, Doru On 8 Sep 2011, at 12:17, Igor Stasenko wrote:
On 8 September 2011 13:09, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
When I try to run OSProcess with the Jenkins version of the CogVM, I get the message that the accessor is missing. When I run the same code with the Cog 2489 from Eliot, it works fine.
You can reproduce by executing: OSProcess waitForCommand: 'echo sleeping...; sleep 3; echo I just slept for three seconds'
check the internal module list of VM:
Smalltalk listBuiltinModules.
it has built internally in last cocoa VM. Because if it built as external, we have some problems.
Cheers, Doru
-- www.tudorgirba.com
"When people care, great things can happen."
-- Best regards, Igor Stasenko.
-- www.tudorgirba.com "One cannot do more than one can do."
Btw, the latest successful build of the Mac CogVM on Jenkins dates from August 8. https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa/ Cheers, Doru On 8 Sep 2011, at 13:16, Tudor Girba wrote:
Hi,
Here is the list:
ADPCMCodecPlugin VMMaker-oscog-EstebanLorenzano.109 (i) BMPReadWriterPlugin VMMaker-oscog-EstebanLorenzano.109 (i) B2DPlugin VMMaker-oscog-EstebanLorenzano.109 (i) BitBltPlugin VMMaker-oscog-EstebanLorenzano.109 (i) ClipboardExtendedPlugin VMMaker-oscog-EstebanLorenzano.109 (i) DSAPrims VMMaker-oscog-EstebanLorenzano.109 (i) ZipPlugin VMMaker-oscog-EstebanLorenzano.109 (i) DropPlugin VMMaker-oscog-EstebanLorenzano.109 (i) FFTPlugin VMMaker-oscog-EstebanLorenzano.109 (i) FilePlugin VMMaker-oscog-EstebanLorenzano.109 (i) FloatArrayPlugin VMMaker-oscog-EstebanLorenzano.109 (i) GeniePlugin v2.0 8 August 2011 VMMaker-oscog-EstebanLorenzano.109 (i) HostWindowPlugin VMMaker-oscog-EstebanLorenzano.109 (i) JPEGReadWriter2Plugin VMMaker-oscog-EstebanLorenzano.109 (i) JPEGReaderPlugin VMMaker-oscog-EstebanLorenzano.109 (i) Klatt VMMaker-oscog-EstebanLorenzano.109 (i) LargeIntegers v1.5 VMMaker-oscog-EstebanLorenzano.109 (i) Matrix2x3Plugin VMMaker-oscog-EstebanLorenzano.109 (i) MiscPrimitivePlugin VMMaker-oscog-EstebanLorenzano.109 (i) RePlugin VMMaker-oscog-EstebanLorenzano.109 (i) SecurityPlugin VMMaker-oscog-EstebanLorenzano.109 (i) SocketPlugin VMMaker-oscog-EstebanLorenzano.109 (i) SoundCodecPrims VMMaker-oscog-EstebanLorenzano.109 (i) SoundGenerationPlugin VMMaker-oscog-EstebanLorenzano.109 (i) SoundPlugin VMMaker-oscog-EstebanLorenzano.109 (i) StarSqueakPlugin VMMaker-oscog-EstebanLorenzano.109 (i) SurfacePlugin Aug 8 2011 (i)
Cheers, Doru
On 8 Sep 2011, at 12:17, Igor Stasenko wrote:
On 8 September 2011 13:09, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
When I try to run OSProcess with the Jenkins version of the CogVM, I get the message that the accessor is missing. When I run the same code with the Cog 2489 from Eliot, it works fine.
You can reproduce by executing: OSProcess waitForCommand: 'echo sleeping...; sleep 3; echo I just slept for three seconds'
check the internal module list of VM:
Smalltalk listBuiltinModules.
it has built internally in last cocoa VM. Because if it built as external, we have some problems.
Cheers, Doru
-- www.tudorgirba.com
"When people care, great things can happen."
-- Best regards, Igor Stasenko.
-- www.tudorgirba.com
"One cannot do more than one can do."
-- www.tudorgirba.com "Every thing should have the right to be different."
I reported this @ http://code.google.com/p/cog/issues/detail?id=60 : OSProcess not working If you don't mind using the Carbon versions for now, OSP is working on both the Jenkins Stack and Jit IIRC. Sean -- View this message in context: http://forum.world.st/jenkins-mac-cogvm-misses-os-process-tp3798359p3798741.... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
yeah... but you should be using https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa-blessed/ not https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa/ sorry for the mess... still dealing with my last configurations :) please, please, please... do not use carbon versions. Report cocoa problems instead :) cheers, Esteban El 08/09/2011, a las 10:03a.m., Sean P. DeNigris escribió:
I reported this @ http://code.google.com/p/cog/issues/detail?id=60 : OSProcess not working
If you don't mind using the Carbon versions for now, OSP is working on both the Jenkins Stack and Jit IIRC.
Sean
-- View this message in context: http://forum.world.st/jenkins-mac-cogvm-misses-os-process-tp3798359p3798741.... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Esteban Lorenzano wrote:
yeah... but you should be using https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa-blessed/
Ha ha, okay I'm glad I know now, but do we need both? It seems confusing. Esteban Lorenzano wrote:
sorry for the mess... still dealing with my last configurations :)
No problem, thank you for all the work you do and for the support at ESUG. I finally got cog to compile with Igor :) Esteban Lorenzano wrote:
please, please, please... do not use carbon versions. Report cocoa problems instead :)
I am reporting cocoa problems *and* using Carbon until the plugin issues are worked out. Last I checked OSP and TestOSA were not working in Cog Cocoa. In fact, TestOSA is not working well in Cog Carbon either, but one can copy the plugin from the Interpreter carbon 4.2.5 into the cog carbon resource folder and it seems to work fine -- View this message in context: http://forum.world.st/jenkins-mac-cogvm-misses-os-process-tp3798359p3798873.... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Thanks. I will try this one from now on :). Just a note regarding communication. I am using the Cocoa from the first time you announced it. This is exactly because I strongly believe in continuously stressing the latest version as a means to cope with limited resources. It might be counter intuitive to some, but by spending a bit more apparently we gain in the long run due to the significantly reduced costs of feedback and collaboration. However, this can only work if communication is kept flowing and clear. In the case of the VM, it is neither flowing nor clear :). At least not for me. But, I will keep sending issues and feedback around until it gets better :). Cheers, Doru On 8 Sep 2011, at 15:16, Esteban Lorenzano wrote:
yeah... but you should be using
https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa-blessed/
not
https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa/
sorry for the mess... still dealing with my last configurations :)
please, please, please... do not use carbon versions. Report cocoa problems instead :)
cheers, Esteban
El 08/09/2011, a las 10:03a.m., Sean P. DeNigris escribió:
I reported this @ http://code.google.com/p/cog/issues/detail?id=60 : OSProcess not working
If you don't mind using the Carbon versions for now, OSP is working on both the Jenkins Stack and Jit IIRC.
Sean
-- View this message in context: http://forum.world.st/jenkins-mac-cogvm-misses-os-process-tp3798359p3798741.... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- www.tudorgirba.com "We cannot reach the flow of things unless we let go."
But, I will keep sending issues and feedback around until it gets better :).
+1 Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Thanks. It works fine! Doru On 8 Sep 2011, at 19:25, Tudor Girba wrote:
Thanks. I will try this one from now on :).
Just a note regarding communication. I am using the Cocoa from the first time you announced it. This is exactly because I strongly believe in continuously stressing the latest version as a means to cope with limited resources. It might be counter intuitive to some, but by spending a bit more apparently we gain in the long run due to the significantly reduced costs of feedback and collaboration.
However, this can only work if communication is kept flowing and clear. In the case of the VM, it is neither flowing nor clear :). At least not for me. But, I will keep sending issues and feedback around until it gets better :).
Cheers, Doru
On 8 Sep 2011, at 15:16, Esteban Lorenzano wrote:
yeah... but you should be using
https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa-blessed/
not
https://ci.lille.inria.fr/pharo/view/Cog/job/Cog-Mac-Cocoa/
sorry for the mess... still dealing with my last configurations :)
please, please, please... do not use carbon versions. Report cocoa problems instead :)
cheers, Esteban
El 08/09/2011, a las 10:03a.m., Sean P. DeNigris escribió:
I reported this @ http://code.google.com/p/cog/issues/detail?id=60 : OSProcess not working
If you don't mind using the Carbon versions for now, OSP is working on both the Jenkins Stack and Jit IIRC.
Sean
-- View this message in context: http://forum.world.st/jenkins-mac-cogvm-misses-os-process-tp3798359p3798741.... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- www.tudorgirba.com
"We cannot reach the flow of things unless we let go."
-- www.tudorgirba.com "Problem solving should be focused on describing the problem in a way that makes the solution obvious."
On Sep 8, 2011, at 7:25 PM, Tudor Girba wrote:
Thanks. I will try this one from now on :).
Just a note regarding communication. I am using the Cocoa from the first time you announced it. This is exactly because I strongly believe in continuously stressing the latest version as a means to cope with limited resources. It might be counter intuitive to some, but by spending a bit more apparently we gain in the long run due to the significantly reduced costs of feedback and collaboration.
However, this can only work if communication is kept flowing and clear. In the case of the VM, it is neither flowing nor clear :). At least not for me. But, I will keep sending issues and feedback around until it gets better :).
Yes we should really improve on this level. Two VMs max per release Stack + Cog Cocoa Linux Windows Stef
participants (6)
-
Alexandre Bergel -
Esteban Lorenzano -
Igor Stasenko -
Sean P. DeNigris -
Stéphane Ducasse -
Tudor Girba