[Pharo-project] Need help with ConfigurationOfCog
I updated the configuration to load new specs (ver 2.1), and everything worked before, but looks like after update of metacello, it does some checks and barks with error: Apparent loop in before/after dependency definitions any advice, what is wrong with it? The script to load stuff is following: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCog'; load. ((Smalltalk at: #ConfigurationOfCog) project version: '2.1') load. (Smalltalk saveAs: 'generator.image') ifFalse: [ Smalltalk snapshot: false andQuit: true] its used on hudson server to build VMs, and apparently worked before. And i'm clueless what exactly wrong (not expert with metacello). -- Best regards, Igor Stasenko AKA sig.
Oh, sorry i didn't noticed that Esteban commited new version of ConfigurationOfCog which takes priority (and its already has version 2.1 which caused this conflict). On 29 June 2011 17:17, Igor Stasenko <siguctua@gmail.com> wrote:
I updated the configuration to load new specs (ver 2.1), and everything worked before, but looks like after update of metacello, it does some checks and barks with error: Apparent loop in before/after dependency definitions
any advice, what is wrong with it?
The script to load stuff is following:
Gofer new     squeaksource: 'MetacelloRepository';     package: 'ConfigurationOfCog';     load.
((Smalltalk at: #ConfigurationOfCog) project     version: '2.1') load.
(Smalltalk saveAs: 'generator.image') ifFalse: [ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Smalltalk snapshot: false andQuit: true]
its used on hudson server to build VMs, and apparently worked before. And i'm clueless what exactly wrong (not expert with metacello). -- Best regards, Igor Stasenko AKA sig.
-- Best regards, Igor Stasenko AKA sig.
Igor, you need to merge with my version of ConfigurationOfCog, that was already fixed. El 29/06/2011, a las 12:17p.m., Igor Stasenko escribió:
I updated the configuration to load new specs (ver 2.1), and everything worked before, but looks like after update of metacello, it does some checks and barks with error: Apparent loop in before/after dependency definitions
any advice, what is wrong with it?
The script to load stuff is following:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCog'; load.
((Smalltalk at: #ConfigurationOfCog) project version: '2.1') load.
(Smalltalk saveAs: 'generator.image') ifFalse: [ Smalltalk snapshot: false andQuit: true]
its used on hudson server to build VMs, and apparently worked before. And i'm clueless what exactly wrong (not expert with metacello). -- Best regards, Igor Stasenko AKA sig.
On 29 June 2011 17:25, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Igor, you need to merge with my version of ConfigurationOfCog, that was already fixed.
But for cog we should use different version of osprocess plugin, see http://code.google.com/p/cog/issues/detail?id=6
El 29/06/2011, a las 12:17p.m., Igor Stasenko escribió:
I updated the configuration to load new specs (ver 2.1), and everything worked before, but looks like after update of metacello, it does some checks and barks with error: Apparent loop in before/after dependency definitions
any advice, what is wrong with it?
The script to load stuff is following:
Gofer new    squeaksource: 'MetacelloRepository';    package: 'ConfigurationOfCog';    load.
((Smalltalk at: #ConfigurationOfCog) project    version: '2.1') load.
(Smalltalk saveAs: 'generator.image') ifFalse: [ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Smalltalk snapshot: false andQuit: true]
its used on hudson server to build VMs, and apparently worked before. And i'm clueless what exactly wrong (not expert with metacello). -- Best regards, Igor Stasenko AKA sig.
-- Best regards, Igor Stasenko AKA sig.
and i got same error when trying to load it. apparently there is a problem with spec 1.5. Here the version which i want to produce: version22: spec <version: '2.2' imports: #('1.5-baseline' )> spec for: #'common' do: [ spec blessing: #'development'. spec description: 'Merge with oscog-eem.88'. spec author: 'IgorStasenko'. spec timestamp: '6/29/2011 17:27'. spec package: 'FFI-Pools' with: 'FFI-Pools-eem.3'; package: 'SharedPool-Speech' with: 'SharedPool-Speech-dtl.2'; package: 'Balloon-Engine-Pools' with: 'Balloon-Engine-Pools-JB.2'; package: 'Alien-Core' with: 'Alien-Core-IgorStasenko.68'; package: 'Sound' with: 'Sound-StephaneDucasse.62'; package: 'VMConstruction-Plugins-OSProcessPlugin' with: 'VMConstruction-Plugins-OSProcessPlugin-dtl.27'; package: 'Cog' with: 'Cog-eem.44'; package: 'VMMaker-oscog' with: 'VMMaker-oscog-IgorStasenko.90'; package: 'Qwaq-VMProfiling-Plugins' with: 'Qwaq-VMProfiling-Plugins-JB.5'; package: 'CMakeVMMaker' with: 'CMakeVMMaker-sig.110'. ]. i don't see why it doesn't works. do you? -- Best regards, Igor Stasenko AKA sig.
participants (2)
-
Esteban Lorenzano -
Igor Stasenko