[Glass] GtToolKit and GemStone / GsDevKit_stones

Reg Krock rkrock3 at yahoo.ca
Fri Jun 14 10:25:40 PDT 2024


I have attempted to install the GsDevKit_stones and with some help from Jupiter Jones I have made some progress. What should I do to get around the #’asFileReference’ problem?

When I attempt to create a new stone I receive the following:

regkrock at MacBook-Pro-3 product % createStone.solo  --template=default alpha_370 3.7.0
a MessageNotUnderstood occurred (error 2010), a UndefinedObject does not understand  #'asFileReference'

This happened after doing the following: 
1) Setup: Installation of GsDevKit_stones.git

regkrock at MacBook-Pro-3 git % git clone git at github.com:GsDevKit/GsDevKit_stones.git
Cloning into 'GsDevKit_stones'...
remote: Enumerating objects: 5170, done.
remote: Counting objects: 100% (149/149), done.
remote: Compressing objects: 100% (104/104), done.
remote: Total 5170 (delta 78), reused 82 (delta 43), pack-reused 5021
Receiving objects: 100% (5170/5170), 654.36 KiB | 8.84 MiB/s, done.
Resolving deltas: 100% (2964/2964), done.
regkrock at MacBook-Pro-3 git % 

2) Installed: GsDevKit_stones

regkrock at MacBook-Pro-3 bin % install.sh -h
++ dirname /opt/GsDevKit/git/GsDevKit_stones/bin/install.sh
+ gsDevKitStones=/opt/GsDevKit/git/GsDevKit_stones/bin/..
+ cd /opt/GsDevKit/git/GsDevKit_stones/bin/../..
+ '[' '' = true ']'
+ gitUrl=git at github.com:dalehenrich/superDoit.git
+ git clone git at github.com:dalehenrich/superDoit.git -b v4.2
Cloning into 'superDoit'...
remote: Enumerating objects: 6022, done.
remote: Counting objects: 100% (1641/1641), done.
remote: Compressing objects: 100% (521/521), done.
remote: Total 6022 (delta 1071), reused 1601 (delta 1033), pack-reused 4381
Receiving objects: 100% (6022/6022), 704.20 KiB | 9.52 MiB/s, done.
Resolving deltas: 100% (3584/3584), done.
+ cd superDoit/bin
+ ./install.sh
Downloading GemStone64Bit3.7.0-arm64.Darwin to /opt/GsDevKit/git/superDoit/gemstone/products for Darwin-arm64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  170M  100  170M    0     0  31.0M      0  0:00:05  0:00:05 --:--:-- 35.0M
"disk4" ejected.
Making symbolic link in /opt/GsDevKit/git/superDoit/gemstone/solo for GemStone64Bit3.7.0-arm64.Darwin
Copying extent0.rowan.dbf and extent0.solo.dbf
Copying extent0.dbf to extent0.dbf
regkrock at MacBook-Pro-3 bin % 


3) The version report is:

regkrock at MacBook-Pro-3 product % versionReport.solo
--------------------
Gem Version Report for 'gs64stone'
--------------------
nodeName
	 = MacBook-Pro-3
osName
	 = Darwin
processId
	 = 9759
processorCount
	 = 10
gsBuildSerialNum
	 = 2023-08-24T14:12:58-07:00 87d4894f48fb88b6589e392e200ea1a60e1a143b
gsRelease
	 = 3.7.0
osRelease
	 = 23.5.0
cpuKind
	 = arm64
gsBuildArchitecture
	 = Darwin (macOS)
gsVersion
	 = 3.7.0
osVersion
	 = Darwin Kernel Version 23.5.0: Wed May  1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000
gsBuildDate
	 = Thu Aug 24 14:21:20 2023 (branch 3.7.0)
gsBuildType
	 = FAST
cpuArchitecture
	 = arm64
rowanVersion
	 = 2.5.0
rowanLoadedCommitId
	 = 2997fe3fc
--------------------
regkrock at MacBook-Pro-3 product % man history       
regkrock at MacBook-Pro-3 product % createStone.solo  --template=default alpha_370 3.7.0
a MessageNotUnderstood occurred (error 2010), a UndefinedObject does not understand  #'asFileReference'
regkrock at MacBook-Pro-3 product % versionReport.solo
--------------------
Gem Version Report for 'gs64stone'
--------------------
nodeName
	 = MacBook-Pro-3
osName
	 = Darwin
processId
	 = 9858
processorCount
	 = 10
gsBuildSerialNum
	 = 2023-08-24T14:12:58-07:00 87d4894f48fb88b6589e392e200ea1a60e1a143b
gsRelease
	 = 3.7.0
osRelease
	 = 23.5.0
cpuKind
	 = arm64
gsBuildArchitecture
	 = Darwin (macOS)
gsVersion
	 = 3.7.0
osVersion
	 = Darwin Kernel Version 23.5.0: Wed May  1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000
gsBuildDate
	 = Thu Aug 24 14:21:20 2023 (branch 3.7.0)
gsBuildType
	 = FAST
cpuArchitecture
	 = arm64
rowanVersion
	 = 2.5.0
rowanLoadedCommitId
	 = 2997fe3fc
——————————

My registry is set up as

> On Jun 12, 2024, at 9:06 PM, Dale Henrichs <dale.henrichs at gemtalksystems.com> wrote:
> 
> It should ... the startStone.solo, and stopStone.solo commands don't care what's inside the stone itself ... createStone.solo command can be used to create a generic stone directory into which anything can be installed ... 
> 
> I haven't looked at the latest GtToolKit so I'm not sure what's involved in getting it installed, etc.
> 
> I haven't had the free cycles to play with GtToolKit, but when I do, I plan to add the necessary project sets and templates and test scripts ... Unless someone else gets that done before me :)
> 
> Dale
> 
> On Wed, Jun 12, 2024 at 1:48 PM Reg Krock via Glass <glass at lists.gemtalksystems.com <mailto:glass at lists.gemtalksystems.com>> wrote:
>> Hi,
>> 
>> Does GtToolKit work in the the GsDevKit_stones images? (ver 3.7.0)
>> 
>> Regards,
>> 
>> Reg
>> _______________________________________________
>> Glass mailing list
>> Glass at lists.gemtalksystems.com <mailto:Glass at lists.gemtalksystems.com>
>> https://lists.gemtalksystems.com/mailman/listinfo/glass

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/archives/glass/attachments/20240614/795094c7/attachment-0001.htm>


More information about the Glass mailing list