Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
456 stars 71 forks source link

Installing ^[Erudite] requires base system updates to #6247 but this system is updated to #6161 #275

Closed cstes closed 6 months ago

cstes commented 6 months ago

Hi,

I am raising this issue in Cuis-Smalltalk-Dev, Erudite and hilaire/drgeo.

There exists a git tag for Cuis)Smalltalk-Dev called BaseForCuis6.2.

If I clone the Cuis-S,alltalk-Dev repository and then git checkout BaseForCuis6.2, that works fine, and I get the repsoitory as tagged for Cuis 6.2 including the interesting V3 image for Cuis without "immediate Unicode characters" .

Howver I then subsequently "git clone" the Erudite repository and try to install the Erudite package using

Feature require:'Erudite'

then the Cuis system raises an error and fails to install Erudite.

The message is : Installing ^[Erudite] requires base system updates to #6247 but this system is updated to #6161. Please install Cuis base system updates and retry. OK'

I tried running

ChangeSet installNewUpdates

that did not help, but in fact an alternative which I am more interested in, is trying to install Erudite "the way it was at the time of BaseForCuis6.2".

Is there a git tag please for the Erudite repo BaseForCuis6.2 so that Erudite can be git checkout'ed using a tag BaseForCuis6.2 so that I can install Erudite in a Cuis 6.2 system ?

The reason I also post this issue in hilaire/drgeo is because DrGeo instructs to intall Cuis6.2 and then to install Erudite (and SVG, Numerics, Parsers etc.)

Thanks, David Stes

cstes commented 6 months ago

Would it please be possible to indicate which commit to checkout to get a version of the Erudite repository that is compatible with Cuis 6.2 ? If there is a git tag, that is more convenient, but I think that giving the numeric value of the git commit can also be used to git checkout that particular version of Erudite that can be installed in Cuis 6.2.

cstes commented 6 months ago

duplicate of https://github.com/Cuis-Smalltalk/Erudite/issues/19#issue-2189882246