[Glass] Seaside incompatible with Grease
bruno buzzi brassesco
smalltalk at adinet.com.uy
Thu Oct 29 10:49:20 PDT 2020
Hi,
Loading Seaside fail with (fresh GsDevKit installation with GS 3.5.4):
Gofer new
package: 'GsUpgrader-Core';
url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
load.
(Smalltalk at: #GsUpgrader) upgradeGrease.
GsDeployer deploy: [
Metacello new
baseline: 'Seaside3';
repository: 'github://SeasideSt/Seaside:master/repository';
onLock: [:ex | ex honor];
load: 'CI' ].
The error:
--transcript--'======================'
--transcript--'=====Metacello Preview already loaded'
--transcript--'======================'
--transcript--'=====Metacello project repository is not in standard
location (github://dalehenrich/metacello-work:master/repository). The
upgrade of Metacello may not be complete.'
--transcript--'======================'
--transcript--'=====Upgrading Metacello'
--transcript--'Fetched -> BaselineOfMetacello-EstebanLorenzano.97 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/metacello-work/repository
[a7e93239:master] ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/metacello-work/repository'
--transcript--'Loaded -> BaselineOfMetacello-EstebanLorenzano.97 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/metacello-work/repository
[a7e93239:master] ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/metacello-work/repository'
--transcript--'Loading baseline of BaselineOfMetacello...'
--transcript--'Warning: LOCK ENFORCED: Attempt to ''load with
conflicts'' new project: ''BaselineOfFileTree [baseline] from
github://dalehenrich/filetree:gemstone2.4/repository'' when existing
project: ''BaselineOfFileTree [baseline] from
filetree:///home/gemstone/GsDevKit_home/shared/repos/filetree/repository''
is locked. New project not loaded. Use #onLock: to intercept.'
--transcript--'Warning: LOCK ENFORCED: Attempt to ''load with
conflicts'' new project: ''BaselineOfFileTree [baseline] from
github://dalehenrich/filetree:gemstone2.4/repository'' when existing
project: ''BaselineOfFileTree [baseline] from
filetree:///home/gemstone/GsDevKit_home/shared/repos/filetree/repository''
is locked. New project not loaded. Use #onLock: to intercept.'
--transcript--'Project: Gofer stable'
--transcript--' [1.0.5.4]'
--transcript--'Warning: LOCK ENFORCED: Attempt to ''load with
conflicts'' new project: ''BaselineOfFileTree [baseline] from
github://dalehenrich/filetree:gemstone2.4/repository'' when existing
project: ''BaselineOfFileTree [baseline] from
filetree:///home/gemstone/GsDevKit_home/shared/repos/filetree/repository''
is locked. New project not loaded. Use #onLock: to intercept.'
--transcript--'Project: FileTree baseline'
--transcript--'Evaluated -> baseline [BaselineOfMetacello] >>
reprimeRegistryIssue197'
--transcript--'...finished baseline'
--transcript--'No instance migrations performed.'
--transcript--'======================'
--transcript--'=====Grease project repository is not in standard
location (github://dalehenrich/metacello-work:master/repository). The
upgrade of Grease may not be complete.'
--transcript--'======================'
--transcript--'=====Upgrading Grease'
--transcript--'Fetched -> BaselineOfGrease-dkh.2 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository
[efff04d:master] ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository'
--transcript--'Loaded -> BaselineOfGrease-dkh.2 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository
[efff04d:master] ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository'
--transcript--'Loading baseline of BaselineOfGrease...'
--transcript--'Project: GsCore stable'
--transcript--' [0.250]'
--transcript--'Project: SMTPMail stable'
--transcript--' [0.243]'
--transcript--'Project: Core 0.247'
--transcript--'Fetched -> Grease-Core-cypress.1 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository
[efff04d:master] ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository'
--transcript--'Project: UTF8 stable'
--transcript--'Project: System-Digital-Signatures stable'
--transcript--'Fetched -> Grease-GemStone-Core-cypress.1 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository
[efff04d:master] ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository'
--transcript--'Fetched -> Grease-GemStone330-Core-cypress.1 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository
[efff04d:master] ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository'
--transcript--'Loaded -> Grease-Core-cypress.1 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository
[efff04d:master] --- cache'
--transcript--'Loaded -> Grease-GemStone-Core-cypress.1 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository
[efff04d:master] --- cache'
--transcript--'Loaded -> Grease-GemStone330-Core-cypress.1 ---
filetree:///home/gemstone/GsDevKit_home/shared/repos/Grease/repository
[efff04d:master] --- cache'
--transcript--'Evaluated -> Grease-GemStone330-Core >>
initializeLatin1ToUtf8Encodings'
--transcript--'...finished baseline'
--transcript--'No instance migrations performed.'
--transcript--'Fetched -> BaselineOfSeaside3-cypress.1 ---
github://SeasideSt/Seaside:master/repository [30b7561:master] ---
github://SeasideSt/Seaside:master/repository'
--transcript--'Loaded -> BaselineOfSeaside3-cypress.1 ---
github://SeasideSt/Seaside:master/repository [30b7561:master] ---
github://SeasideSt/Seaside:master/repository'
--transcript--'Loading baseline of BaselineOfSeaside3...'
*ERROR 2318 , a UserDefinedError occurred (error 2318), reason:halt, The
project spec 'Grease' in project BaselineOfSeaside3 has incompatible
specs. MetacelloMCBaselineOfProjectSpec and
MetacelloCypressBaselineProjectSpec are not compatible. (UserDefinedError)*
topaz 1> logout
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gemtalksystems.com/mailman/private/glass/attachments/20201029/c37fad46/attachment-0001.htm>
More information about the Glass
mailing list